01JA4XK1RKQN6X81G4ASPFTRMW: 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(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JA4XKHTXHDEYRKH8XAK0Z96F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-14T07:07:33.639Zjob assigned to worker 01JA4XKPQFS3QF5BKSZN53VM1Q (queued for 49 s)
 
22024-10-14T07:07:40.571Zstarting task 0: "setup"
32024-10-14T07:07:40.579Z++ uname -s
42024-10-14T07:07:40.582Z+ kern=SunOS
52024-10-14T07:07:40.582Z+ case "$kern" in
62024-10-14T07:07:40.582Z+ groupadd -g 12345 build
72024-10-14T07:07:40.584Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-14T07:07:42.600Z+ zfs create -o mountpoint=/work rpool/work
92024-10-14T07:07:42.690Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-14T07:07:42.693Z+ home_fs=zfs
112024-10-14T07:07:42.693Z+ [[ zfs == autofs ]]
122024-10-14T07:07:42.693Z+ mkdir -p /home/build
132024-10-14T07:07:42.693Z+ chown build:build /home/build /work
142024-10-14T07:07:44.696Z+ chmod 0700 /home/build /work
152024-10-14T07:07:44.699Zprocess exited: duration 4126 ms, exit code 0
 
162024-10-14T07:07:44.709Zstarting task 1: "rust-toolchain"
172024-10-14T07:07:44.713Z+ printf ' * toolchain channel = "%s"
182024-10-14T07:07:44.713Z' 1.80.1
192024-10-14T07:07:44.713Z * toolchain channel = "1.80.1"
202024-10-14T07:07:44.713Z+ printf ' * toolchain profile = "%s"
212024-10-14T07:07:44.713Z' default
222024-10-14T07:07:44.716Z * toolchain profile = "default"
232024-10-14T07:07:44.716Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-14T07:07:44.716Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-14T07:07:44.836Zinfo: downloading installer
262024-10-14T07:07:46.032Zinfo: profile set to 'default'
272024-10-14T07:07:46.032Zinfo: default host triple is x86_64-unknown-illumos
282024-10-14T07:07:46.035Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-14T07:07:46.178Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-14T07:07:46.178Zinfo: downloading component 'cargo'
312024-10-14T07:07:46.875Zinfo: downloading component 'clippy'
322024-10-14T07:07:47.175Zinfo: downloading component 'rust-docs'
332024-10-14T07:07:48.143Zinfo: downloading component 'rust-std'
342024-10-14T07:07:49.529Zinfo: downloading component 'rustc'
352024-10-14T07:07:53.288Zinfo: downloading component 'rustfmt'
362024-10-14T07:07:53.486Zinfo: installing component 'cargo'
372024-10-14T07:07:54.333Zinfo: installing component 'clippy'
382024-10-14T07:07:54.721Zinfo: installing component 'rust-docs'
392024-10-14T07:07:56.369Zinfo: installing component 'rust-std'
402024-10-14T07:07:58.054Zinfo: installing component 'rustc'
412024-10-14T07:08:02.185Zinfo: installing component 'rustfmt'
422024-10-14T07:08:02.523Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-14T07:08:02.523Z
442024-10-14T07:08:02.772Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-14T07:08:02.772Z
462024-10-14T07:08:02.774Z
472024-10-14T07:08:02.774ZRust is installed now. Great!
482024-10-14T07:08:02.774Z
492024-10-14T07:08:02.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-14T07:08:02.775Zenvironment variable. This has not been done automatically.
512024-10-14T07:08:02.775Z
522024-10-14T07:08:02.775ZTo configure your current shell, you need to source
532024-10-14T07:08:02.775Zthe corresponding env file under $HOME/.cargo.
542024-10-14T07:08:02.775Z
552024-10-14T07:08:02.775ZThis is usually done by running one of the following (note the leading DOT):
562024-10-14T07:08:02.775Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-14T07:08:02.775Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-14T07:08:02.827Z+ rustc --version
592024-10-14T07:08:02.891Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-14T07:08:02.894Zprocess exited: duration 18183 ms, exit code 0
 
612024-10-14T07:08:02.903Zstarting task 2: "authentication"
622024-10-14T07:08:02.924Zprocess exited: duration 21 ms, exit code 0
 
632024-10-14T07:08:02.929Zstarting task 3: "clone repository"
642024-10-14T07:08:02.934Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-14T07:08:02.937Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-14T07:08:02.977ZCloning into '/work/oxidecomputer/omicron'...
672024-10-14T07:08:08.896Z+ cd /work/oxidecomputer/omicron
682024-10-14T07:08:08.896Z+ git fetch origin 7d5164bb74ab071f140f2f78d9e6f33f6682fb49
692024-10-14T07:08:09.193ZFrom https://github.com/oxidecomputer/omicron
702024-10-14T07:08:09.193Z * branch 7d5164bb74ab071f140f2f78d9e6f33f6682fb49 -> FETCH_HEAD
712024-10-14T07:08:09.204Z+ [[ -n renovate/tokio-1.x ]]
722024-10-14T07:08:09.206Z++ git branch --show-current
732024-10-14T07:08:09.209Z+ current=main
742024-10-14T07:08:09.210Z+ [[ main != renovate/tokio-1.x ]]
752024-10-14T07:08:09.210Z+ git branch -f renovate/tokio-1.x 7d5164bb74ab071f140f2f78d9e6f33f6682fb49
762024-10-14T07:08:09.213Z+ git checkout -f renovate/tokio-1.x
772024-10-14T07:08:09.376ZSwitched to branch 'renovate/tokio-1.x'
782024-10-14T07:08:09.381Z+ git reset --hard 7d5164bb74ab071f140f2f78d9e6f33f6682fb49
792024-10-14T07:08:09.392ZHEAD is now at 7d5164bb7 Update Rust crate tokio to 1.40.0
802024-10-14T07:08:09.395Zprocess exited: duration 6462 ms, exit code 0
 
812024-10-14T07:08:09.400Zstarting task 4: "build"
822024-10-14T07:08:09.408Z+ source ./env.sh
832024-10-14T07:08:09.408Z++ OLD_SHELL_OPTS=ehxB
842024-10-14T07:08:09.408Z++ set -o xtrace
852024-10-14T07:08:09.411Z++++ dirname ./env.sh
862024-10-14T07:08:09.416Z+++ readlink -f .
872024-10-14T07:08:09.419Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-10-14T07:08:09.419Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-10-14T07:08:09.419Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-10-14T07:08:09.419Z++ 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
912024-10-14T07:08:09.420Z++ 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
922024-10-14T07:08:09.420Z++ 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
932024-10-14T07:08:09.420Z++ 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
942024-10-14T07:08:09.420Z++ 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
952024-10-14T07:08:09.420Z++ 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
962024-10-14T07:08:09.420Z++ case $OLD_SHELL_OPTS in
972024-10-14T07:08:09.420Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-10-14T07:08:09.420Z+ source .github/buildomat/ci-env.sh
992024-10-14T07:08:09.420Z++ export CARGO_TERM_COLOR=always
1002024-10-14T07:08:09.420Z++ CARGO_TERM_COLOR=always
1012024-10-14T07:08:09.420Z+ target_os=illumos
1022024-10-14T07:08:09.420Z+ NEXTEST_VERSION=0.9.78
1032024-10-14T07:08:09.420Z+ cargo --version
1042024-10-14T07:08:09.470Zcargo 1.80.1 (376290515 2024-07-16)
1052024-10-14T07:08:09.476Z+ rustc --version
1062024-10-14T07:08:09.532Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
1072024-10-14T07:08:09.535Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1082024-10-14T07:08:09.538Z+ gunzip
1092024-10-14T07:08:09.538Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-10-14T07:08:10.474Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1112024-10-14T07:08:10.478Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-10-14T07:08:10.478Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-10-14T07:08:10.478Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-10-14T07:08:10.478Z+ mkdir /var/tmp/omicron_tmp
1152024-10-14T07:08:10.483Z+ OUTPUT_DIR=/work
1162024-10-14T07:08:10.483Z+ echo 'tests will store non-ephemeral output in /work'
1172024-10-14T07:08:10.483Ztests will store non-ephemeral output in /work
1182024-10-14T07:08:10.483Z+ mkdir -p /work
1192024-10-14T07:08:10.483Z+ banner prerequisites
1202024-10-14T07:08:10.486Z
1212024-10-14T07:08:10.486Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-10-14T07:08:10.486Z # # # # # # # # # # # # # # #
1232024-10-14T07:08:10.486Z # # # # ##### # # ##### # # # # # #### #
1242024-10-14T07:08:10.486Z ##### ##### # ##### # # # # # # # # #
1252024-10-14T07:08:10.486Z # # # # # # # # # # # # # # #
1262024-10-14T07:08:10.486Z # # # ###### # # ###### ### # #### # #### #
1272024-10-14T07:08:10.487Z
1282024-10-14T07:08:10.487Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-10-14T07:08:17.320Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-10-14T07:08:20.225Z Startup: Caching catalogs ... Done
1312024-10-14T07:08:25.645ZPlanning: Solver setup ... Done (4.686s)
1322024-10-14T07:08:25.717ZPlanning: Running solver ... Done (0.072s)
1332024-10-14T07:08:25.788ZPlanning: Finding local manifests ... Done (0.003s)
1342024-10-14T07:08:25.819ZPlanning: Fetching manifests: 0/5 0% complete
1352024-10-14T07:08:26.436ZPlanning: Fetching manifests: 5/5 100% complete
1362024-10-14T07:08:26.535ZPlanning: Package planning ... Done (0.098s)
1372024-10-14T07:08:26.594ZPlanning: Merging actions ... Done (0.055s)
1382024-10-14T07:08:26.785ZPlanning: Checking for conflicting actions ... Done (0.195s)
1392024-10-14T07:08:28.451ZPlanning: Consolidating action changes ... Done (1.666s)
1402024-10-14T07:08:28.846ZPlanning: Evaluating mediators ... Done (0.395s)
1412024-10-14T07:08:28.949ZPlanning: Planning completed in 8.62 seconds
1422024-10-14T07:08:28.971Z Packages to install: 4
1432024-10-14T07:08:28.971Z Packages to update: 1
1442024-10-14T07:08:28.971Z Mediators to change: 2
1452024-10-14T07:08:28.971Z Services to change: 1
1462024-10-14T07:08:28.972Z Estimated space available: 155.70 GB
1472024-10-14T07:08:28.972ZEstimated space to be consumed: 1.57 GB
1482024-10-14T07:08:28.972Z Create boot environment: No
1492024-10-14T07:08:28.972ZCreate backup boot environment: Yes
1502024-10-14T07:08:28.972Z Rebuild boot archive: No
1512024-10-14T07:08:28.973Z
1522024-10-14T07:08:28.973ZChanged mediators:
1532024-10-14T07:08:28.973Z mediator clang:
1542024-10-14T07:08:28.973Z version: None -> 15 (system default)
1552024-10-14T07:08:28.973Z
1562024-10-14T07:08:28.973Z mediator llvm:
1572024-10-14T07:08:28.973Z version: 14 (system default) -> 15 (system default)
1582024-10-14T07:08:28.973Z
1592024-10-14T07:08:28.974ZChanged packages:
1602024-10-14T07:08:28.974Zhelios-dev
1612024-10-14T07:08:28.974Z developer/build-essential
1622024-10-14T07:08:28.974Z None -> 11-2.0
1632024-10-14T07:08:28.974Z library/libxmlsec1
1642024-10-14T07:08:28.974Z None -> 1.2.35-2.0
1652024-10-14T07:08:28.974Z ooce/developer/clang-15
1662024-10-14T07:08:28.974Z None -> 15.0.7-2.0
1672024-10-14T07:08:28.974Z ooce/developer/llvm-15
1682024-10-14T07:08:28.974Z None -> 15.0.7-2.0
1692024-10-14T07:08:28.974Z package/pkg
1702024-10-14T07:08:28.975Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-10-14T07:08:28.975Z
1722024-10-14T07:08:28.975ZServices:
1732024-10-14T07:08:28.975Z restart_fmri:
1742024-10-14T07:08:28.975Z svc:/system/update-man-index:default
1752024-10-14T07:08:28.975Z
1762024-10-14T07:08:28.976ZEditable files to change:
1772024-10-14T07:08:28.976Z Update:
1782024-10-14T07:08:28.976Z usr/share/lib/pkg/web/config.shtml
1792024-10-14T07:08:29.020Z
1802024-10-14T07:08:29.020ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-10-14T07:08:54.301ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1822024-10-14T07:08:59.315ZDownload: 667/4281 items 17.8/220.6MB 8% complete (3.5M/s)
1832024-10-14T07:09:04.316ZDownload: 808/4281 items 18.4/220.6MB 8% complete (1.9M/s)
1842024-10-14T07:09:13.564ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1852024-10-14T07:09:18.565ZDownload: 1586/4281 items 117.7/220.6MB 53% complete (3.7M/s)
1862024-10-14T07:09:23.575ZDownload: 2138/4281 items 118.9/220.6MB 53% complete (3.7M/s)
1872024-10-14T07:09:29.406ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (1.2M/s)
1882024-10-14T07:09:34.412ZDownload: 2497/4281 items 120.3/220.6MB 54% complete (127k/s)
1892024-10-14T07:09:39.421ZDownload: 2858/4281 items 121.1/220.6MB 54% complete (198k/s)
1902024-10-14T07:09:44.422ZDownload: 3102/4281 items 145.8/220.6MB 66% complete (2.5M/s)
1912024-10-14T07:09:49.633ZDownload: 3242/4281 items 201.8/220.6MB 91% complete (8.0M/s)
1922024-10-14T07:09:58.095ZDownload: 3247/4281 items 203.0/220.6MB 92% complete (8.0M/s)
1932024-10-14T07:10:05.815ZDownload: 3288/4281 items 211.2/220.6MB 95% complete (1.1M/s)
1942024-10-14T07:10:10.820ZDownload: 3608/4281 items 216.0/220.6MB 97% complete (554k/s)
1952024-10-14T07:10:15.874ZDownload: 3893/4281 items 218.5/220.6MB 99% complete (725k/s)
1962024-10-14T07:10:20.879ZDownload: 4193/4281 items 220.5/220.6MB 99% complete (468k/s)
1972024-10-14T07:10:42.263ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1982024-10-14T07:10:42.371ZDownload: Completed 220.60 MB in 133.33 seconds (1.6M/s)
1992024-10-14T07:10:44.327Z Actions: 1/5063 actions (Removing old actions)
2002024-10-14T07:10:44.346Z Actions: 194/5063 actions (Installing new actions)
2012024-10-14T07:10:49.040Z Actions: 4226/5063 actions (Updating modified actions)
2022024-10-14T07:10:49.363Z Actions: Completed 5063 actions in 5.03 seconds.
2032024-10-14T07:10:49.556Z Done (0.185s)
2042024-10-14T07:10:49.562Z Done (0.000s)
2052024-10-14T07:10:50.016Z Done (0.459s)
2062024-10-14T07:10:54.460Z Done (4.244s)
2072024-10-14T07:10:54.544Z Done (0.017s)
2082024-10-14T07:10:54.546Z Done (0.000s)
2092024-10-14T07:10:54.685Z Done (0.000s)
2102024-10-14T07:10:55.319ZPlanning: Evaluating mediator changes ... Done
2112024-10-14T07:10:55.480ZPlanning: Checking for conflicting actions ... Done
2122024-10-14T07:10:55.482ZPlanning: Consolidating action changes ... Done
2132024-10-14T07:10:55.751ZPlanning: Evaluating mediators ... Done
2142024-10-14T07:10:55.753ZPlanning: Planning completed in 0.43 seconds
2152024-10-14T07:10:55.790Z Mediators to change: 2
2162024-10-14T07:10:55.790Z Create boot environment: No
2172024-10-14T07:10:55.792ZCreate backup boot environment: No
2182024-10-14T07:10:55.856Z Done
2192024-10-14T07:10:55.856Z Done
2202024-10-14T07:10:56.155Z Done
2212024-10-14T07:10:59.706Z Done
2222024-10-14T07:10:59.794Z Done
2232024-10-14T07:10:59.796Z Done
2242024-10-14T07:11:00.108Z Done
2252024-10-14T07:11:00.721ZPlanning: Evaluating mediator changes ... Done
2262024-10-14T07:11:00.725ZPlanning: Merging actions ... Done
2272024-10-14T07:11:00.913ZPlanning: Checking for conflicting actions ... Done
2282024-10-14T07:11:00.916ZPlanning: Consolidating action changes ... Done
2292024-10-14T07:11:01.179ZPlanning: Evaluating mediators ... Done
2302024-10-14T07:11:01.234ZPlanning: Planning completed in 0.75 seconds
2312024-10-14T07:11:01.274Z Packages to change: 1
2322024-10-14T07:11:01.274Z Mediators to change: 1
2332024-10-14T07:11:01.277Z Services to change: 1
2342024-10-14T07:11:01.277Z Create boot environment: No
2352024-10-14T07:11:01.277ZCreate backup boot environment: Yes
2362024-10-14T07:11:03.146Z Actions: 1/6 actions (Updating modified actions)
2372024-10-14T07:11:03.149Z Actions: Completed 6 actions in 0.00 seconds.
2382024-10-14T07:11:03.149Z Done
2392024-10-14T07:11:03.149Z Done
2402024-10-14T07:11:03.243Z Done
2412024-10-14T07:11:06.843Z Done
2422024-10-14T07:11:06.935Z Done
2432024-10-14T07:11:06.937Z Done
2442024-10-14T07:11:07.114Z Done
2452024-10-14T07:11:07.545ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2462024-10-14T07:11:07.545Zclang system 15 system
2472024-10-14T07:11:07.545Zcsh system system illumos
2482024-10-14T07:11:07.545Zctags system system illumos
2492024-10-14T07:11:07.545Zgcc vendor 12 vendor
2502024-10-14T07:11:07.545Zgcc system 10 system
2512024-10-14T07:11:07.545Zgcc system 7 system
2522024-10-14T07:11:07.546Zgo system 1.20 system
2532024-10-14T07:11:07.546Zgo system 1.19 system
2542024-10-14T07:11:07.546Zllvm system 15 system
2552024-10-14T07:11:07.546Zllvm system 14 system
2562024-10-14T07:11:07.546Zmariadb system 10.6 system
2572024-10-14T07:11:07.546Zmta vendor vendor dma
2582024-10-14T07:11:07.546Zopenjdk system 17 system
2592024-10-14T07:11:07.546Zopenjdk system 11 system
2602024-10-14T07:11:07.546Zopenjdk system 1.8 system
2612024-10-14T07:11:07.546Zopenssl vendor 3 vendor
2622024-10-14T07:11:07.546Zperl system 5.36 system
2632024-10-14T07:11:07.546Zpostgresql system 15 system
2642024-10-14T07:11:07.546Zpostgresql system 13 system
2652024-10-14T07:11:07.547Zpython vendor 3 vendor
2662024-10-14T07:11:07.547Zpython system 2 system
2672024-10-14T07:11:07.547Zpython3 system 3.11 system
2682024-10-14T07:11:07.547Zruby system 3.0 system
2692024-10-14T07:11:07.547Zwords vendor vendor american-english
2702024-10-14T07:11:07.547Zwords system system australian-english
2712024-10-14T07:11:07.547Zwords system system british-english
2722024-10-14T07:11:07.547Zwords system system canadian-english
2732024-10-14T07:11:07.547Zwords system system french
2742024-10-14T07:11:07.547Zwords system system italian
2752024-10-14T07:11:07.547Zwords system system ngerman
2762024-10-14T07:11:07.547Zwords system system ogerman
2772024-10-14T07:11:07.547Zwords system system spanish
2782024-10-14T07:11:07.873ZPUBLISHER TYPE STATUS P LOCATION
2792024-10-14T07:11:07.873Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802024-10-14T07:11:09.976ZFMRI IFO
2812024-10-14T07:11:09.976Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822024-10-14T07:11:09.976Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832024-10-14T07:11:09.976Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842024-10-14T07:11:09.976Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852024-10-14T07:11:09.976Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862024-10-14T07:11:09.976Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872024-10-14T07:11:09.976Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2882024-10-14T07:11:09.976Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892024-10-14T07:11:09.976Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902024-10-14T07:11:09.976Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2912024-10-14T07:11:09.976Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2922024-10-14T07:11:09.976Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2932024-10-14T07:11:09.976Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2942024-10-14T07:11:10.639Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2952024-10-14T07:11:10.914Z Updating crates.io index
2962024-10-14T07:11:10.917Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972024-10-14T07:11:11.803Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2982024-10-14T07:11:12.038Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992024-10-14T07:11:12.308Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3002024-10-14T07:11:12.512Z Updating git repository `https://github.com/oxidecomputer/propolis`
3012024-10-14T07:11:13.243Z Updating git repository `https://github.com/oxidecomputer/crucible`
3022024-10-14T07:11:15.349Z Updating git repository `https://github.com/oxidecomputer/opte`
3032024-10-14T07:11:16.307Z Updating git repository `https://github.com/oxidecomputer/falcon`
3042024-10-14T07:11:16.945Z Updating git repository `https://github.com/oxidecomputer/clickward`
3052024-10-14T07:11:17.175Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3062024-10-14T07:11:17.402Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3072024-10-14T07:11:17.943Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3082024-10-14T07:11:18.234Z Updating git repository `https://github.com/oxidecomputer/qorb`
3092024-10-14T07:11:18.560Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
3102024-10-14T07:11:18.841Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112024-10-14T07:11:19.096Z Updating git repository `https://github.com/oxidecomputer/tofino`
3122024-10-14T07:11:19.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3132024-10-14T07:11:19.586Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3142024-10-14T07:11:19.790Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3152024-10-14T07:11:20.059Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3162024-10-14T07:11:20.313Z Updating git repository `https://github.com/oxidecomputer/ispf`
3172024-10-14T07:11:20.592Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3182024-10-14T07:11:20.867Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3192024-10-14T07:11:21.160Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202024-10-14T07:11:21.579Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3212024-10-14T07:11:21.956Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3222024-10-14T07:11:22.302Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3232024-10-14T07:11:22.660Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3242024-10-14T07:11:22.902Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3252024-10-14T07:11:23.138Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3262024-10-14T07:11:24.252Z Downloading crates ...
3272024-10-14T07:11:24.337Z Downloaded anstyle-parse v0.2.4
3282024-10-14T07:11:24.340Z Downloaded dtrace-parser v0.2.0
3292024-10-14T07:11:24.348Z Downloaded scroll_derive v0.12.0
3302024-10-14T07:11:24.353Z Downloaded colorchoice v1.0.1
3312024-10-14T07:11:24.359Z Downloaded is_terminal_polyfill v1.70.0
3322024-10-14T07:11:24.362Z Downloaded swrite v0.1.0
3332024-10-14T07:11:24.368Z Downloaded usdt-attr-macro v0.5.0
3342024-10-14T07:11:24.371Z Downloaded errno v0.3.9
3352024-10-14T07:11:24.371Z Downloaded cfg-if v1.0.0
3362024-10-14T07:11:24.374Z Downloaded digest v0.10.7
3372024-10-14T07:11:24.374Z Downloaded cpufeatures v0.2.12
3382024-10-14T07:11:24.376Z Downloaded fnv v1.0.7
3392024-10-14T07:11:24.376Z Downloaded cargo-platform v0.1.8
3402024-10-14T07:11:24.376Z Downloaded usdt-macro v0.5.0
3412024-10-14T07:11:24.380Z Downloaded terminal_size v0.4.0
3422024-10-14T07:11:24.382Z Downloaded equivalent v1.0.1
3432024-10-14T07:11:24.385Z Downloaded generic-array v0.14.7
3442024-10-14T07:11:24.388Z Downloaded bytecount v0.6.8
3452024-10-14T07:11:24.388Z Downloaded toml_datetime v0.6.8
3462024-10-14T07:11:24.391Z Downloaded tabled_derive v0.7.0
3472024-10-14T07:11:24.391Z Downloaded plain v0.2.3
3482024-10-14T07:11:24.395Z Downloaded clap_lex v0.7.0
3492024-10-14T07:11:24.395Z Downloaded heck v0.5.0
3502024-10-14T07:11:24.397Z Downloaded memmap v0.7.0
3512024-10-14T07:11:24.397Z Downloaded macaddr v1.0.1
3522024-10-14T07:11:24.402Z Downloaded thread-id v4.2.1
3532024-10-14T07:11:24.404Z Downloaded smawk v0.3.2
3542024-10-14T07:11:24.407Z Downloaded thiserror v1.0.64
3552024-10-14T07:11:24.410Z Downloaded dof v0.3.0
3562024-10-14T07:11:24.413Z Downloaded block-buffer v0.10.4
3572024-10-14T07:11:24.419Z Downloaded version_check v0.9.5
3582024-10-14T07:11:24.421Z Downloaded cargo_metadata v0.18.1
3592024-10-14T07:11:24.421Z Downloaded anstream v0.6.14
3602024-10-14T07:11:24.424Z Downloaded anstyle-query v1.0.3
3612024-10-14T07:11:24.426Z Downloaded fs-err v2.11.0
3622024-10-14T07:11:24.430Z Downloaded crypto-common v0.1.6
3632024-10-14T07:11:24.430Z Downloaded camino-tempfile v1.1.1
3642024-10-14T07:11:24.433Z Downloaded anstyle v1.0.8
3652024-10-14T07:11:24.439Z Downloaded cargo_toml v0.20.5
3662024-10-14T07:11:24.444Z Downloaded serde_tokenstream v0.2.2
3672024-10-14T07:11:24.446Z Downloaded fastrand v2.1.1
3682024-10-14T07:11:24.448Z Downloaded clap_derive v4.5.18
3692024-10-14T07:11:24.451Z Downloaded pest_derive v2.7.10
3702024-10-14T07:11:24.451Z Downloaded proc-macro-error v1.0.4
3712024-10-14T07:11:24.457Z Downloaded anyhow v1.0.89
3722024-10-14T07:11:24.463Z Downloaded strsim v0.11.1
3732024-10-14T07:11:24.467Z Downloaded heck v0.4.1
3742024-10-14T07:11:24.467Z Downloaded byteorder v1.5.0
3752024-10-14T07:11:24.469Z Downloaded usdt-impl v0.5.0
3762024-10-14T07:11:24.472Z Downloaded itoa v1.0.11
3772024-10-14T07:11:24.475Z Downloaded autocfg v1.3.0
3782024-10-14T07:11:24.478Z Downloaded unicode-linebreak v0.1.5
3792024-10-14T07:11:24.478Z Downloaded thiserror-impl v1.0.64
3802024-10-14T07:11:24.482Z Downloaded usdt v0.5.0
3812024-10-14T07:11:24.485Z Downloaded camino v1.1.9
3822024-10-14T07:11:24.485Z Downloaded serde_spanned v0.6.7
3832024-10-14T07:11:24.488Z Downloaded scroll v0.12.0
3842024-10-14T07:11:24.488Z Downloaded pest_generator v2.7.10
3852024-10-14T07:11:24.496Z Downloaded pretty-hex v0.4.1
3862024-10-14T07:11:24.499Z Downloaded typenum v1.17.0
3872024-10-14T07:11:24.499Z Downloaded ryu v1.0.18
3882024-10-14T07:11:24.501Z Downloaded serde_derive v1.0.210
3892024-10-14T07:11:24.504Z Downloaded proc-macro2 v1.0.87
3902024-10-14T07:11:24.506Z Downloaded unicode-ident v1.0.13
3912024-10-14T07:11:24.508Z Downloaded toml v0.8.19
3922024-10-14T07:11:24.511Z Downloaded utf8parse v0.2.1
3932024-10-14T07:11:24.519Z Downloaded bitflags v2.6.0
3942024-10-14T07:11:24.519Z Downloaded sha2 v0.10.8
3952024-10-14T07:11:24.521Z Downloaded once_cell v1.19.0
3962024-10-14T07:11:24.523Z Downloaded tempfile v3.13.0
3972024-10-14T07:11:24.527Z Downloaded quote v1.0.37
3982024-10-14T07:11:24.529Z Downloaded proc-macro-error-attr v1.0.4
3992024-10-14T07:11:24.532Z Downloaded zerocopy-derive v0.7.34
4002024-10-14T07:11:24.535Z Downloaded papergrid v0.11.0
4012024-10-14T07:11:24.539Z Downloaded clap v4.5.20
4022024-10-14T07:11:24.547Z Downloaded ucd-trie v0.1.6
4032024-10-14T07:11:24.550Z Downloaded log v0.4.22
4042024-10-14T07:11:24.553Z Downloaded textwrap v0.16.1
4052024-10-14T07:11:24.555Z Downloaded semver v1.0.23
4062024-10-14T07:11:24.557Z Downloaded pest_meta v2.7.10
4072024-10-14T07:11:24.560Z Downloaded indexmap v2.6.0
4082024-10-14T07:11:24.591Z Downloaded serde v1.0.210
4092024-10-14T07:11:24.610Z Downloaded toml_edit v0.22.22
4102024-10-14T07:11:24.630Z Downloaded memchr v2.7.2
4112024-10-14T07:11:24.641Z Downloaded hashbrown v0.15.0
4122024-10-14T07:11:24.651Z Downloaded serde_json v1.0.128
4132024-10-14T07:11:24.658Z Downloaded pest v2.7.10
4142024-10-14T07:11:24.663Z Downloaded clap_builder v4.5.20
4152024-10-14T07:11:24.668Z Downloaded zerocopy v0.7.34
4162024-10-14T07:11:24.683Z Downloaded winnow v0.6.18
4172024-10-14T07:11:24.692Z Downloaded goblin v0.8.2
4182024-10-14T07:11:24.697Z Downloaded tabled v0.15.0
4192024-10-14T07:11:24.711Z Downloaded syn v1.0.109
4202024-10-14T07:11:24.721Z Downloaded syn v2.0.79
4212024-10-14T07:11:24.732Z Downloaded rustix v0.38.37
4222024-10-14T07:11:24.778Z Downloaded unicode-width v0.1.13
4232024-10-14T07:11:24.784Z Downloaded libc v0.2.159
4242024-10-14T07:11:25.074Z Compiling proc-macro2 v1.0.87
4252024-10-14T07:11:25.074Z Compiling unicode-ident v1.0.13
4262024-10-14T07:11:25.076Z Compiling version_check v0.9.5
4272024-10-14T07:11:25.076Z Compiling serde v1.0.210
4282024-10-14T07:11:25.076Z Compiling memchr v2.7.2
4292024-10-14T07:11:25.076Z Compiling thiserror v1.0.64
4302024-10-14T07:11:25.076Z Compiling libc v0.2.159
4312024-10-14T07:11:25.113Z Compiling itoa v1.0.11
4322024-10-14T07:11:25.327Z Compiling ucd-trie v0.1.6
4332024-10-14T07:11:25.443Z Compiling ryu v1.0.18
4342024-10-14T07:11:25.835Z Compiling once_cell v1.19.0
4352024-10-14T07:11:25.941Z Compiling byteorder v1.5.0
4362024-10-14T07:11:25.943Z Compiling serde_json v1.0.128
4372024-10-14T07:11:26.231Z Compiling rustix v0.38.37
4382024-10-14T07:11:26.377Z Compiling bitflags v2.6.0
4392024-10-14T07:11:26.417Z Compiling usdt-impl v0.5.0
4402024-10-14T07:11:26.704Z Compiling proc-macro-error-attr v1.0.4
4412024-10-14T07:11:26.766Z Compiling quote v1.0.37
4422024-10-14T07:11:26.813Z Compiling syn v1.0.109
4432024-10-14T07:11:27.011Z Compiling proc-macro-error v1.0.4
4442024-10-14T07:11:27.118Z Compiling utf8parse v0.2.1
4452024-10-14T07:11:27.208Z Compiling syn v2.0.79
4462024-10-14T07:11:27.303Z Compiling errno v0.3.9
4472024-10-14T07:11:27.353Z Compiling camino v1.1.9
4482024-10-14T07:11:27.548Z Compiling hashbrown v0.15.0
4492024-10-14T07:11:27.595Z Compiling equivalent v1.0.1
4502024-10-14T07:11:27.621Z Compiling thread-id v4.2.1
4512024-10-14T07:11:27.712Z Compiling plain v0.2.3
4522024-10-14T07:11:27.738Z Compiling log v0.4.22
4532024-10-14T07:11:28.012Z Compiling anstyle-parse v0.2.4
4542024-10-14T07:11:28.139Z Compiling semver v1.0.23
4552024-10-14T07:11:28.395Z Compiling anstyle-query v1.0.3
4562024-10-14T07:11:28.485Z Compiling autocfg v1.3.0
4572024-10-14T07:11:28.550Z Compiling is_terminal_polyfill v1.70.0
4582024-10-14T07:11:28.663Z Compiling unicode-width v0.1.13
4592024-10-14T07:11:28.685Z Compiling colorchoice v1.0.1
4602024-10-14T07:11:28.746Z Compiling anstyle v1.0.8
4612024-10-14T07:11:28.849Z Compiling indexmap v2.6.0
4622024-10-14T07:11:28.874Z Compiling pretty-hex v0.4.1
4632024-10-14T07:11:28.901Z Compiling winnow v0.6.18
4642024-10-14T07:11:29.161Z Compiling anstream v0.6.14
4652024-10-14T07:11:29.445Z Compiling fs-err v2.11.0
4662024-10-14T07:11:29.487Z Compiling fastrand v2.1.1
4672024-10-14T07:11:29.751Z Compiling terminal_size v0.4.0
4682024-10-14T07:11:29.922Z Compiling cfg-if v1.0.0
4692024-10-14T07:11:29.961Z Compiling clap_lex v0.7.0
4702024-10-14T07:11:30.023Z Compiling bytecount v0.6.8
4712024-10-14T07:11:30.064Z Compiling heck v0.5.0
4722024-10-14T07:11:30.196Z Compiling strsim v0.11.1
4732024-10-14T07:11:30.249Z Compiling heck v0.4.1
4742024-10-14T07:11:30.340Z Compiling fnv v1.0.7
4752024-10-14T07:11:30.483Z Compiling anyhow v1.0.89
4762024-10-14T07:11:30.751Z Compiling clap_builder v4.5.20
4772024-10-14T07:11:30.903Z Compiling tempfile v3.13.0
4782024-10-14T07:11:31.099Z Compiling papergrid v0.11.0
4792024-10-14T07:11:31.330Z Compiling memmap v0.7.0
4802024-10-14T07:11:31.426Z Compiling smawk v0.3.2
4812024-10-14T07:11:31.650Z Compiling unicode-linebreak v0.1.5
4822024-10-14T07:11:32.169Z Compiling textwrap v0.16.1
4832024-10-14T07:11:32.344Z Compiling swrite v0.1.0
4842024-10-14T07:11:33.492Z Compiling tabled_derive v0.7.0
4852024-10-14T07:11:35.202Z Compiling tabled v0.15.0
4862024-10-14T07:11:36.132Z Compiling serde_derive v1.0.210
4872024-10-14T07:11:36.132Z Compiling thiserror-impl v1.0.64
4882024-10-14T07:11:36.135Z Compiling zerocopy-derive v0.7.34
4892024-10-14T07:11:36.329Z Compiling scroll_derive v0.12.0
4902024-10-14T07:11:36.368Z Compiling clap_derive v4.5.18
4912024-10-14T07:11:37.474Z Compiling scroll v0.12.0
4922024-10-14T07:11:37.941Z Compiling goblin v0.8.2
4932024-10-14T07:11:37.968Z Compiling zerocopy v0.7.34
4942024-10-14T07:11:38.673Z Compiling pest v2.7.10
4952024-10-14T07:11:39.934Z Compiling clap v4.5.20
4962024-10-14T07:11:40.938Z Compiling pest_meta v2.7.10
4972024-10-14T07:11:41.749Z Compiling pest_generator v2.7.10
4982024-10-14T07:11:43.656Z Compiling pest_derive v2.7.10
4992024-10-14T07:11:44.288Z Compiling dtrace-parser v0.2.0
5002024-10-14T07:11:46.226Z Compiling serde_tokenstream v0.2.2
5012024-10-14T07:11:46.311Z Compiling serde_spanned v0.6.7
5022024-10-14T07:11:46.311Z Compiling toml_datetime v0.6.8
5032024-10-14T07:11:46.549Z Compiling cargo-platform v0.1.8
5042024-10-14T07:11:46.679Z Compiling toml_edit v0.22.22
5052024-10-14T07:11:46.889Z Compiling macaddr v1.0.1
5062024-10-14T07:11:47.137Z Compiling camino-tempfile v1.1.1
5072024-10-14T07:11:47.647Z Compiling dof v0.3.0
5082024-10-14T07:11:47.811Z Compiling cargo_metadata v0.18.1
5092024-10-14T07:11:49.401Z Compiling usdt-attr-macro v0.5.0
5102024-10-14T07:11:49.401Z Compiling usdt-macro v0.5.0
5112024-10-14T07:11:49.477Z Compiling toml v0.8.19
5122024-10-14T07:11:50.439Z Compiling cargo_toml v0.20.5
5132024-10-14T07:11:50.843Z Compiling usdt v0.5.0
5142024-10-14T07:11:53.889Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5152024-10-14T07:11:58.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.67s
5162024-10-14T07:11:58.372Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5172024-10-14T07:11:58.931Z Downloading crates ...
5182024-10-14T07:11:59.057Z Downloaded crucible-workspace-hack v0.1.0
5192024-10-14T07:11:59.060Z Downloaded cfg_aliases v0.2.1
5202024-10-14T07:11:59.063Z Downloaded atty v0.2.14
5212024-10-14T07:11:59.070Z Downloaded cstr-argument v0.1.2
5222024-10-14T07:11:59.073Z Downloaded async-stream-impl v0.3.5
5232024-10-14T07:11:59.077Z Downloaded home v0.5.9
5242024-10-14T07:11:59.080Z Downloaded hostname v0.3.1
5252024-10-14T07:11:59.083Z Downloaded async-stream v0.3.5
5262024-10-14T07:11:59.086Z Downloaded defmt v0.3.8
5272024-10-14T07:11:59.090Z Downloaded ident_case v1.0.1
5282024-10-14T07:11:59.092Z Downloaded md5 v0.7.0
5292024-10-14T07:11:59.095Z Downloaded chacha20 v0.9.1
5302024-10-14T07:11:59.098Z Downloaded matches v0.1.10
5312024-10-14T07:11:59.098Z Downloaded newline-converter v0.3.0
5322024-10-14T07:11:59.102Z Downloaded buf-list v1.0.3
5332024-10-14T07:11:59.102Z Downloaded const_format_proc_macros v0.2.33
5342024-10-14T07:11:59.106Z Downloaded castaway v0.2.3
5352024-10-14T07:11:59.109Z Downloaded crc v3.2.1
5362024-10-14T07:11:59.111Z Downloaded humantime v2.1.0
5372024-10-14T07:11:59.114Z Downloaded http-body v0.4.6
5382024-10-14T07:11:59.114Z Downloaded http-body-util v0.1.2
5392024-10-14T07:11:59.117Z Downloaded maybe-uninit v2.0.0
5402024-10-14T07:11:59.119Z Downloaded is_ci v1.2.0
5412024-10-14T07:11:59.121Z Downloaded keccak v0.1.5
5422024-10-14T07:11:59.124Z Downloaded memoffset v0.9.1
5432024-10-14T07:11:59.124Z Downloaded lru v0.12.3
5442024-10-14T07:11:59.126Z Downloaded argon2 v0.5.3
5452024-10-14T07:11:59.129Z Downloaded cfg_aliases v0.1.1
5462024-10-14T07:11:59.133Z Downloaded multimap v0.10.0
5472024-10-14T07:11:59.133Z Downloaded impl-trait-for-tuples v0.2.2
5482024-10-14T07:11:59.136Z Downloaded nibble_vec v0.1.0
5492024-10-14T07:11:59.138Z Downloaded lazy_static v1.5.0
5502024-10-14T07:11:59.141Z Downloaded bb8 v0.8.5
5512024-10-14T07:11:59.143Z Downloaded hubpack_derive v0.1.1
5522024-10-14T07:11:59.143Z Downloaded arrayref v0.3.7
5532024-10-14T07:11:59.146Z Downloaded indoc v1.0.9
5542024-10-14T07:11:59.148Z Downloaded ctr v0.9.2
5552024-10-14T07:11:59.151Z Downloaded mime_guess v2.0.4
5562024-10-14T07:11:59.158Z Downloaded hyper-staticfile v0.10.1
5572024-10-14T07:11:59.158Z Downloaded is-terminal v0.4.12
5582024-10-14T07:11:59.158Z Downloaded new_debug_unreachable v1.0.6
5592024-10-14T07:11:59.162Z Downloaded match_cfg v0.1.0
5602024-10-14T07:11:59.162Z Downloaded colored v2.1.0
5612024-10-14T07:11:59.164Z Downloaded instant v0.1.12
5622024-10-14T07:11:59.167Z Downloaded nu-ansi-term v0.50.0
5632024-10-14T07:11:59.169Z Downloaded bcs v0.1.6
5642024-10-14T07:11:59.171Z Downloaded http-range v0.1.5
5652024-10-14T07:11:59.176Z Downloaded normalize-line-endings v0.3.0
5662024-10-14T07:11:59.176Z Downloaded newtype_derive v0.1.6
5672024-10-14T07:11:59.179Z Downloaded hyper-tls v0.6.0
5682024-10-14T07:11:59.179Z Downloaded secrecy v0.8.0
5692024-10-14T07:11:59.181Z Downloaded tinyvec_macros v0.1.1
5702024-10-14T07:11:59.181Z Downloaded constant_time_eq v0.3.0
5712024-10-14T07:11:59.184Z Downloaded indexmap v1.9.3
5722024-10-14T07:11:59.187Z Downloaded bitfield v0.14.0
5732024-10-14T07:11:59.192Z Downloaded take_mut v0.2.2
5742024-10-14T07:11:59.194Z Downloaded mockall_derive v0.13.0
5752024-10-14T07:11:59.194Z Downloaded miniz_oxide v0.7.2
5762024-10-14T07:11:59.197Z Downloaded inout v0.1.3
5772024-10-14T07:11:59.200Z Downloaded crossbeam-epoch v0.9.18
5782024-10-14T07:11:59.203Z Downloaded time-core v0.1.2
5792024-10-14T07:11:59.203Z Downloaded nanorand v0.7.0
5802024-10-14T07:11:59.206Z Downloaded derive_builder_macro v0.20.0
5812024-10-14T07:11:59.210Z Downloaded rustfmt-wrapper v0.2.1
5822024-10-14T07:11:59.213Z Downloaded rtoolbox v0.0.2
5832024-10-14T07:11:59.213Z Downloaded mime v0.3.17
5842024-10-14T07:11:59.213Z Downloaded nodrop v0.1.14
5852024-10-14T07:11:59.215Z Downloaded ipnet v2.10.1
5862024-10-14T07:11:59.218Z Downloaded arc-swap v1.7.1
5872024-10-14T07:11:59.221Z Downloaded num v0.4.3
5882024-10-14T07:11:59.224Z Downloaded foreign-types-shared v0.3.1
5892024-10-14T07:11:59.224Z Downloaded foreign-types-shared v0.1.1
5902024-10-14T07:11:59.227Z Downloaded slog-stdlog v4.1.1
5912024-10-14T07:11:59.231Z Downloaded string_cache v0.8.7
5922024-10-14T07:11:59.231Z Downloaded tiny-keccak v2.0.2
5932024-10-14T07:11:59.234Z Downloaded twox-hash v1.6.3
5942024-10-14T07:11:59.239Z Downloaded number_prefix v0.4.0
5952024-10-14T07:11:59.239Z Downloaded memmap2 v0.9.4
5962024-10-14T07:11:59.241Z Downloaded slog-scope v4.4.0
5972024-10-14T07:11:59.241Z Downloaded tabwriter v1.4.0
5982024-10-14T07:11:59.244Z Downloaded strum_macros v0.25.3
5992024-10-14T07:11:59.247Z Downloaded iana-time-zone v0.1.60
6002024-10-14T07:11:59.250Z Downloaded peg-runtime v0.8.3
6012024-10-14T07:11:59.250Z Downloaded parse-display v0.10.0
6022024-10-14T07:11:59.252Z Downloaded multer v3.1.0
6032024-10-14T07:11:59.256Z Downloaded kstat-rs v0.2.4
6042024-10-14T07:11:59.259Z Downloaded deranged v0.3.11
6052024-10-14T07:11:59.259Z Downloaded zeroize v1.8.1
6062024-10-14T07:11:59.261Z Downloaded enum-as-inner v0.5.1
6072024-10-14T07:11:59.264Z Downloaded ed25519 v2.2.3
6082024-10-14T07:11:59.266Z Downloaded filetime v0.2.25
6092024-10-14T07:11:59.269Z Downloaded compact_str v0.8.0
6102024-10-14T07:11:59.271Z Downloaded sha1 v0.10.6
6112024-10-14T07:11:59.274Z Downloaded sigpipe v0.1.3
6122024-10-14T07:11:59.276Z Downloaded fd-lock v4.0.2
6132024-10-14T07:11:59.279Z Downloaded gethostname v0.5.0
6142024-10-14T07:11:59.283Z Downloaded rustc-demangle v0.1.24
6152024-10-14T07:11:59.283Z Downloaded tracing-attributes v0.1.27
6162024-10-14T07:11:59.285Z Downloaded typify v0.2.0
6172024-10-14T07:11:59.289Z Downloaded const-oid v0.9.6
6182024-10-14T07:11:59.292Z Downloaded cc v1.0.97
6192024-10-14T07:11:59.297Z Downloaded hyper-util v0.1.9
6202024-10-14T07:11:59.302Z Downloaded want v0.3.1
6212024-10-14T07:11:59.304Z Downloaded zone_cfg_derive v0.1.2
6222024-10-14T07:11:59.304Z Downloaded unicode-truncate v1.0.0
6232024-10-14T07:11:59.306Z Downloaded zone_cfg_derive v0.3.0
6242024-10-14T07:11:59.309Z Downloaded pem v3.0.4
6252024-10-14T07:11:59.311Z Downloaded value-bag v1.9.0
6262024-10-14T07:11:59.314Z Downloaded rand_seeder v0.3.0
6272024-10-14T07:11:59.317Z Downloaded derive_builder v0.20.0
6282024-10-14T07:11:59.321Z Downloaded derive_builder_core v0.20.0
6292024-10-14T07:11:59.324Z Downloaded oso-derive v0.27.3
6302024-10-14T07:11:59.327Z Downloaded stable_deref_trait v1.2.0
6312024-10-14T07:11:59.327Z Downloaded ssh-encoding v0.2.0
6322024-10-14T07:11:59.330Z Downloaded parse-size v1.0.0
6332024-10-14T07:11:59.333Z Downloaded getrandom v0.2.14
6342024-10-14T07:11:59.335Z Downloaded hash32 v0.2.1
6352024-10-14T07:11:59.338Z Downloaded tokio-native-tls v0.3.1
6362024-10-14T07:11:59.341Z Downloaded termcolor v1.4.1
6372024-10-14T07:11:59.341Z Downloaded tokio-macros v2.4.0
6382024-10-14T07:11:59.344Z Downloaded tls_codec_derive v0.4.1
6392024-10-14T07:11:59.346Z Downloaded hickory-client v0.24.1
6402024-10-14T07:11:59.349Z Downloaded crypto-bigint v0.5.5
6412024-10-14T07:11:59.359Z Downloaded sync_wrapper v0.1.2
6422024-10-14T07:11:59.362Z Downloaded fallible-iterator v0.3.0
6432024-10-14T07:11:59.362Z Downloaded try-lock v0.2.5
6442024-10-14T07:11:59.362Z Downloaded signal-hook-tokio v0.3.1
6452024-10-14T07:11:59.370Z Downloaded which v4.4.2
6462024-10-14T07:11:59.372Z Downloaded dyn-clone v1.0.17
6472024-10-14T07:11:59.372Z Downloaded either v1.13.0
6482024-10-14T07:11:59.372Z Downloaded derive-where v1.2.7
6492024-10-14T07:11:59.375Z Downloaded pkcs8 v0.10.2
6502024-10-14T07:11:59.378Z Downloaded num_enum v0.5.11
6512024-10-14T07:11:59.394Z Downloaded pbkdf2 v0.12.2
6522024-10-14T07:11:59.398Z Downloaded num-conv v0.1.0
6532024-10-14T07:11:59.398Z Downloaded pin-utils v0.1.0
6542024-10-14T07:11:59.398Z Downloaded peg v0.8.4
6552024-10-14T07:11:59.398Z Downloaded r2d2 v0.8.10
6562024-10-14T07:11:59.404Z Downloaded base64 v0.22.1
6572024-10-14T07:11:59.404Z Downloaded proc-macro-crate v1.3.1
6582024-10-14T07:11:59.408Z Downloaded fxhash v0.2.1
6592024-10-14T07:11:59.408Z Downloaded pkcs5 v0.7.1
6602024-10-14T07:11:59.410Z Downloaded form_urlencoded v1.2.1
6612024-10-14T07:11:59.415Z Downloaded progenitor-client v0.8.0
6622024-10-14T07:11:59.423Z Downloaded openssl-probe v0.1.5
6632024-10-14T07:11:59.432Z Downloaded tls_codec v0.4.1
6642024-10-14T07:11:59.432Z Downloaded thread_local v1.1.8
6652024-10-14T07:11:59.432Z Downloaded supports-color v3.0.1
6662024-10-14T07:11:59.432Z Downloaded universal-hash v0.5.1
6672024-10-14T07:11:59.439Z Downloaded toolchain_find v0.4.0
6682024-10-14T07:11:59.439Z Downloaded unicode-xid v0.2.4
6692024-10-14T07:11:59.440Z Downloaded rustls-pki-types v1.9.0
6702024-10-14T07:11:59.451Z Downloaded rcgen v0.12.1
6712024-10-14T07:11:59.451Z Downloaded ena v0.14.3
6722024-10-14T07:11:59.451Z Downloaded futures-executor v0.3.31
6732024-10-14T07:11:59.459Z Downloaded dsl_auto_type v0.1.2
6742024-10-14T07:11:59.459Z Downloaded term v0.7.0
6752024-10-14T07:11:59.459Z Downloaded unicode-bidi v0.3.15
6762024-10-14T07:11:59.474Z Downloaded embedded-io v0.4.0
6772024-10-14T07:11:59.474Z Downloaded num-iter v0.1.45
6782024-10-14T07:11:59.474Z Downloaded endian-type v0.1.2
6792024-10-14T07:11:59.475Z Downloaded nom v7.1.3
6802024-10-14T07:11:59.495Z Downloaded zeroize_derive v1.4.2
6812024-10-14T07:11:59.495Z Downloaded num_threads v0.1.7
6822024-10-14T07:11:59.496Z Downloaded progenitor-macro v0.8.0
6832024-10-14T07:11:59.496Z Downloaded fatfs v0.3.6
6842024-10-14T07:11:59.496Z Downloaded packed_struct_codegen v0.10.1
6852024-10-14T07:11:59.496Z Downloaded parse-display-derive v0.10.0
6862024-10-14T07:11:59.497Z Downloaded minimal-lexical v0.2.1
6872024-10-14T07:11:59.507Z Downloaded rustversion v1.0.17
6882024-10-14T07:11:59.507Z Downloaded serde_repr v0.1.19
6892024-10-14T07:11:59.507Z Downloaded tower-service v0.3.2
6902024-10-14T07:11:59.507Z Downloaded serde-big-array v0.5.1
6912024-10-14T07:11:59.508Z Downloaded shell-words v1.1.0
6922024-10-14T07:11:59.508Z Downloaded steno v0.4.1
6932024-10-14T07:11:59.508Z Downloaded subprocess v0.2.9
6942024-10-14T07:11:59.519Z Downloaded termios v0.3.3
6952024-10-14T07:11:59.519Z Downloaded libxml v0.3.3
6962024-10-14T07:11:59.519Z Downloaded spki v0.7.3
6972024-10-14T07:11:59.524Z Downloaded group v0.13.0
6982024-10-14T07:11:59.524Z Downloaded num-rational v0.4.2
6992024-10-14T07:11:59.525Z Downloaded env_filter v0.1.2
7002024-10-14T07:11:59.525Z Downloaded foreign-types-macros v0.2.3
7012024-10-14T07:11:59.530Z Downloaded foreign-types v0.5.0
7022024-10-14T07:11:59.530Z Downloaded foreign-types v0.3.2
7032024-10-14T07:11:59.530Z Downloaded quinn v0.11.5
7042024-10-14T07:11:59.533Z Downloaded enum-as-inner v0.6.0
7052024-10-14T07:11:59.533Z Downloaded parking_lot_core v0.8.6
7062024-10-14T07:11:59.537Z Downloaded powerfmt v0.2.0
7072024-10-14T07:11:59.537Z Downloaded strum v0.26.3
7082024-10-14T07:11:59.540Z Downloaded rpassword v7.3.1
7092024-10-14T07:11:59.540Z Downloaded olpc-cjson v0.1.3
7102024-10-14T07:11:59.542Z Downloaded ref-cast-impl v1.0.23
7112024-10-14T07:11:59.543Z Downloaded waitgroup v0.1.2
7122024-10-14T07:11:59.545Z Downloaded psl-types v2.0.11
7132024-10-14T07:11:59.545Z Downloaded hickory-server v0.24.1
7142024-10-14T07:11:59.551Z Downloaded progenitor v0.8.0
7152024-10-14T07:11:59.554Z Downloaded vte_generate_state_changes v0.1.1
7162024-10-14T07:11:59.556Z Downloaded structmeta v0.3.0
7172024-10-14T07:11:59.556Z Downloaded itertools v0.13.0
7182024-10-14T07:11:59.565Z Downloaded signal-hook v0.3.17
7192024-10-14T07:11:59.569Z Downloaded opaque-debug v0.3.1
7202024-10-14T07:11:59.571Z Downloaded utf-8 v0.7.6
7212024-10-14T07:11:59.575Z Downloaded untrusted v0.9.0
7222024-10-14T07:11:59.577Z Downloaded predicates-core v1.0.6
7232024-10-14T07:11:59.577Z Downloaded predicates-tree v1.0.9
7242024-10-14T07:11:59.580Z Downloaded hex v0.4.3
7252024-10-14T07:11:59.582Z Downloaded percent-encoding v2.3.1
7262024-10-14T07:11:59.582Z Downloaded float-ord v0.3.2
7272024-10-14T07:11:59.586Z Downloaded termtree v0.4.1
7282024-10-14T07:11:59.586Z Downloaded float-cmp v0.9.0
7292024-10-14T07:11:59.589Z Downloaded num-integer v0.1.46
7302024-10-14T07:11:59.592Z Downloaded rustc-hash v1.1.0
7312024-10-14T07:11:59.592Z Downloaded rfc6979 v0.4.0
7322024-10-14T07:11:59.592Z Downloaded paste v1.0.15
7332024-10-14T07:11:59.596Z Downloaded packed_struct v0.10.1
7342024-10-14T07:11:59.601Z Downloaded phf_shared v0.10.0
7352024-10-14T07:11:59.601Z Downloaded hickory-resolver v0.24.1
7362024-10-14T07:11:59.609Z Downloaded wait-timeout v0.2.0
7372024-10-14T07:11:59.622Z Downloaded fallible-iterator v0.2.0
7382024-10-14T07:11:59.623Z Downloaded rsa v0.9.6
7392024-10-14T07:11:59.644Z Downloaded rayon-core v1.12.1
7402024-10-14T07:11:59.644Z Downloaded funty v2.0.0
7412024-10-14T07:11:59.644Z Downloaded pretty-hex v0.2.1
7422024-10-14T07:11:59.644Z Downloaded progenitor-impl v0.8.0
7432024-10-14T07:11:59.644Z Downloaded omicron-zone-package v0.11.1
7442024-10-14T07:11:59.644Z Downloaded precomputed-hash v0.1.1
7452024-10-14T07:11:59.644Z Downloaded headers-core v0.3.0
7462024-10-14T07:11:59.645Z Downloaded slog-async v2.8.0
7472024-10-14T07:11:59.662Z Downloaded shlex v1.3.0
7482024-10-14T07:11:59.663Z Downloaded display-error-chain v0.2.1
7492024-10-14T07:11:59.669Z Downloaded pin-project v1.1.5
7502024-10-14T07:11:59.669Z Downloaded defmt-macros v0.3.9
7512024-10-14T07:11:59.680Z Downloaded openssl-macros v0.1.1
7522024-10-14T07:11:59.680Z Downloaded dhcproto-macros v0.1.0
7532024-10-14T07:11:59.681Z Downloaded fragile v2.0.0
7542024-10-14T07:11:59.681Z Downloaded xz2 v0.1.7
7552024-10-14T07:11:59.681Z Downloaded xattr v1.3.1
7562024-10-14T07:11:59.681Z Downloaded futures-core v0.3.31
7572024-10-14T07:11:59.681Z Downloaded walkdir v2.5.0
7582024-10-14T07:11:59.681Z Downloaded unicode-segmentation v1.11.0
7592024-10-14T07:11:59.681Z Downloaded blake3 v1.5.1
7602024-10-14T07:11:59.696Z Downloaded phf v0.11.2
7612024-10-14T07:11:59.696Z Downloaded defmt-parser v0.3.4
7622024-10-14T07:11:59.696Z Downloaded quick-error v1.2.3
7632024-10-14T07:11:59.696Z Downloaded ppv-lite86 v0.2.17
7642024-10-14T07:11:59.696Z Downloaded stringprep v0.1.4
7652024-10-14T07:11:59.696Z Downloaded spin v0.5.2
7662024-10-14T07:11:59.696Z Downloaded predicates v3.1.2
7672024-10-14T07:11:59.709Z Downloaded tap v1.0.1
7682024-10-14T07:11:59.710Z Downloaded subtle v2.5.0
7692024-10-14T07:11:59.710Z Downloaded libm v0.2.8
7702024-10-14T07:11:59.710Z Downloaded smf v0.2.3
7712024-10-14T07:11:59.739Z Downloaded salsa20 v0.10.2
7722024-10-14T07:11:59.740Z Downloaded tokio-rustls v0.26.0
7732024-10-14T07:11:59.740Z Downloaded ron v0.7.1
7742024-10-14T07:11:59.740Z Downloaded path-slash v0.1.5
7752024-10-14T07:11:59.740Z Downloaded num-complex v0.4.6
7762024-10-14T07:11:59.740Z Downloaded thiserror-no-std v2.0.2
7772024-10-14T07:11:59.773Z Downloaded thiserror-impl-no-std v2.0.2
7782024-10-14T07:11:59.773Z Downloaded strum_macros v0.24.3
7792024-10-14T07:11:59.773Z Downloaded unicode-normalization v0.1.23
7802024-10-14T07:11:59.773Z Downloaded heck v0.3.3
7812024-10-14T07:11:59.773Z Downloaded pbkdf2 v0.11.0
7822024-10-14T07:11:59.773Z Downloaded unsafe-libyaml v0.2.11
7832024-10-14T07:11:59.773Z Downloaded russh-keys v0.45.0
7842024-10-14T07:11:59.774Z Downloaded pem-rfc7468 v0.7.0
7852024-10-14T07:11:59.774Z Downloaded diesel_table_macro_syntax v0.2.0
7862024-10-14T07:11:59.774Z Downloaded slog-bunyan v2.5.0
7872024-10-14T07:11:59.774Z Downloaded rusty-fork v0.3.0
7882024-10-14T07:11:59.774Z Downloaded hex-literal v0.4.1
7892024-10-14T07:11:59.775Z Downloaded smallvec v0.6.14
7902024-10-14T07:11:59.775Z Downloaded rand_xorshift v0.3.0
7912024-10-14T07:11:59.775Z Downloaded rand_chacha v0.3.1
7922024-10-14T07:11:59.838Z Downloaded rustc-hash v2.0.0
7932024-10-14T07:11:59.838Z Downloaded env_logger v0.10.2
7942024-10-14T07:11:59.839Z Downloaded env_logger v0.11.5
7952024-10-14T07:11:59.839Z Downloaded x509-cert v0.2.5
7962024-10-14T07:11:59.839Z Downloaded aho-corasick v1.1.3
7972024-10-14T07:11:59.839Z Downloaded tokio-rustls v0.25.0
7982024-10-14T07:11:59.839Z Downloaded url v2.5.2
7992024-10-14T07:11:59.839Z Downloaded der_derive v0.7.2
8002024-10-14T07:11:59.839Z Downloaded dropshot_endpoint v0.12.0
8012024-10-14T07:11:59.839Z Downloaded slog-term v2.9.1
8022024-10-14T07:11:59.839Z Downloaded socket2 v0.4.10
8032024-10-14T07:11:59.839Z Downloaded test-strategy v0.3.1
8042024-10-14T07:11:59.839Z Downloaded socket2 v0.5.7
8052024-10-14T07:11:59.840Z Downloaded russh v0.45.0
8062024-10-14T07:11:59.889Z Downloaded snafu v0.8.2
8072024-10-14T07:11:59.889Z Downloaded highway v1.2.0
8082024-10-14T07:11:59.889Z Downloaded toml_edit v0.19.15
8092024-10-14T07:11:59.889Z Downloaded chrono v0.4.38
8102024-10-14T07:11:59.889Z Downloaded headers v0.4.0
8112024-10-14T07:11:59.889Z Downloaded h2 v0.3.26
8122024-10-14T07:11:59.920Z Downloaded oso v0.27.3
8132024-10-14T07:11:59.920Z Downloaded winnow v0.5.40
8142024-10-14T07:11:59.921Z Downloaded portable-atomic v1.6.0
8152024-10-14T07:11:59.921Z Downloaded tracing-core v0.1.32
8162024-10-14T07:11:59.921Z Downloaded tracing v0.1.40
8172024-10-14T07:11:59.921Z Downloaded publicsuffix v2.2.3
8182024-10-14T07:11:59.921Z Downloaded diesel_derives v2.2.2
8192024-10-14T07:11:59.921Z Downloaded rand v0.8.5
8202024-10-14T07:11:59.921Z Downloaded heapless v0.8.0
8212024-10-14T07:11:59.921Z Downloaded num-bigint v0.4.5
8222024-10-14T07:11:59.929Z Downloaded openssl-sys v0.9.103
8232024-10-14T07:11:59.929Z Downloaded flate2 v1.0.34
8242024-10-14T07:11:59.929Z Downloaded der v0.7.9
8252024-10-14T07:11:59.929Z Downloaded sqlparser v0.45.0
8262024-10-14T07:11:59.945Z Downloaded rustyline v14.0.0
8272024-10-14T07:11:59.961Z Downloaded idna v0.3.0
8282024-10-14T07:11:59.961Z Downloaded rustls-webpki v0.102.4
8292024-10-14T07:12:00.065Z Downloaded num-bigint-dig v0.8.4
8302024-10-14T07:12:00.065Z Downloaded hashbrown v0.13.2
8312024-10-14T07:12:00.078Z Downloaded reqwest v0.12.8
8322024-10-14T07:12:00.078Z Downloaded salty v0.3.0
8332024-10-14T07:12:00.078Z Downloaded futures-util v0.3.31
8342024-10-14T07:12:00.078Z Downloaded quinn-proto v0.11.8
8352024-10-14T07:12:00.078Z Downloaded vcpkg v0.2.15
8362024-10-14T07:12:00.078Z Downloaded bstr v1.9.1
8372024-10-14T07:12:00.078Z Downloaded rustls v0.22.4
8382024-10-14T07:12:00.107Z Downloaded regex v1.11.0
8392024-10-14T07:12:00.129Z Downloaded p521 v0.13.3
8402024-10-14T07:12:00.129Z Downloaded dropshot v0.12.0
8412024-10-14T07:12:00.152Z Downloaded reqwest v0.11.27
8422024-10-14T07:12:00.152Z Downloaded proptest v1.5.0
8432024-10-14T07:12:00.174Z Downloaded object v0.32.2
8442024-10-14T07:12:00.174Z Downloaded nix v0.28.0
8452024-10-14T07:12:00.190Z Downloaded polar-core v0.27.3
8462024-10-14T07:12:00.190Z Downloaded trust-dns-proto v0.22.0
8472024-10-14T07:12:00.209Z Downloaded typify-impl v0.2.0
8482024-10-14T07:12:00.248Z Downloaded regex-automata v0.4.8
8492024-10-14T07:12:00.268Z Downloaded bzip2-sys v0.1.11+1.0.8
8502024-10-14T07:12:00.269Z Downloaded regex-syntax v0.8.5
8512024-10-14T07:12:00.269Z Downloaded radix_trie v0.2.1
8522024-10-14T07:12:00.269Z Downloaded smoltcp v0.9.1
8532024-10-14T07:12:00.288Z Downloaded petgraph v0.6.5
8542024-10-14T07:12:00.314Z Downloaded regress v0.10.1
8552024-10-14T07:12:00.314Z Downloaded regress v0.9.1
8562024-10-14T07:12:00.337Z Downloaded rustls v0.23.10
8572024-10-14T07:12:00.351Z Downloaded csv v1.3.0
8582024-10-14T07:12:00.358Z Downloaded smoltcp v0.11.0
8592024-10-14T07:12:00.369Z Downloaded diesel v2.2.4
8602024-10-14T07:12:00.375Z Downloaded encoding_rs v0.8.34
8612024-10-14T07:12:00.397Z Downloaded openapiv3 v2.0.0
8622024-10-14T07:12:00.409Z Downloaded zerocopy-derive v0.6.6
8632024-10-14T07:12:00.420Z Downloaded ratatui v0.28.1
8642024-10-14T07:12:00.443Z Downloaded sled v0.34.7
8652024-10-14T07:12:00.450Z Downloaded openssl v0.10.66
8662024-10-14T07:12:00.461Z Downloaded git2 v0.19.0
8672024-10-14T07:12:00.471Z Downloaded hickory-proto v0.24.1
8682024-10-14T07:12:00.488Z Downloaded nix v0.29.0
8692024-10-14T07:12:00.501Z Downloaded finl_unicode v1.2.0
8702024-10-14T07:12:00.515Z Downloaded lzma-sys v0.1.20
8712024-10-14T07:12:00.546Z Downloaded tokio v1.40.0
8722024-10-14T07:12:00.585Z Downloaded idna v0.5.0
8732024-10-14T07:12:00.591Z Downloaded sha3 v0.10.8
8742024-10-14T07:12:00.597Z Downloaded ring v0.17.8
8752024-10-14T07:12:00.669Z Downloaded nix v0.27.1
8762024-10-14T07:12:00.677Z Downloaded idna v0.2.3
8772024-10-14T07:12:00.684Z Downloaded gimli v0.28.1
8782024-10-14T07:12:00.692Z Downloaded p384 v0.13.0
8792024-10-14T07:12:00.698Z Downloaded webpki-roots v0.26.3
8802024-10-14T07:12:00.702Z Downloaded object v0.30.4
8812024-10-14T07:12:00.712Z Downloaded rustls v0.21.12
8822024-10-14T07:12:00.724Z Downloaded regex-syntax v0.6.29
8832024-10-14T07:12:00.732Z Downloaded idna v0.4.0
8842024-10-14T07:12:00.742Z Downloaded curve25519-dalek v4.1.3
8852024-10-14T07:12:00.748Z Downloaded hashbrown v0.12.3
8862024-10-14T07:12:00.753Z Downloaded hyper v0.14.30
8872024-10-14T07:12:00.760Z Downloaded reedline v0.35.0
8882024-10-14T07:12:00.768Z Downloaded rayon v1.10.0
8892024-10-14T07:12:00.779Z Downloaded heapless v0.7.17
8902024-10-14T07:12:00.781Z Downloaded quick-xml v0.33.0
8912024-10-14T07:12:00.788Z Downloaded samael v0.0.17
8922024-10-14T07:12:00.794Z Downloaded lalrpop v0.19.12
8932024-10-14T07:12:00.806Z Downloaded rustls-webpki v0.101.7
8942024-10-14T07:12:00.820Z Downloaded tokio-util v0.7.12
8952024-10-14T07:12:00.827Z Downloaded rusqlite v0.32.1
8962024-10-14T07:12:00.834Z Downloaded h2 v0.4.6
8972024-10-14T07:12:00.842Z Downloaded bitvec v1.0.1
8982024-10-14T07:12:00.857Z Downloaded tough v0.17.1
8992024-10-14T07:12:00.865Z Downloaded snafu-derive v0.8.2
9002024-10-14T07:12:00.868Z Downloaded libgit2-sys v0.17.0+1.8.1
9012024-10-14T07:12:00.925Z Downloaded strum_macros v0.26.4
9022024-10-14T07:12:00.928Z Downloaded futures v0.3.31
9032024-10-14T07:12:00.932Z Downloaded bindgen v0.69.4
9042024-10-14T07:12:00.939Z Downloaded flume v0.11.0
9052024-10-14T07:12:00.943Z Downloaded ed25519-dalek v2.1.1
9062024-10-14T07:12:00.946Z Downloaded dirs-next v2.0.0
9072024-10-14T07:12:00.949Z Downloaded whoami v1.5.2
9082024-10-14T07:12:00.949Z Downloaded tokio-stream v0.1.16
9092024-10-14T07:12:00.954Z Downloaded dirs-sys-next v0.1.2
9102024-10-14T07:12:00.957Z Downloaded scopeguard v1.2.0
9112024-10-14T07:12:00.957Z Downloaded quinn-udp v0.5.5
9122024-10-14T07:12:00.965Z Downloaded vte v0.11.1
9132024-10-14T07:12:00.966Z Downloaded hashbrown v0.14.5
9142024-10-14T07:12:00.974Z Downloaded ssh-key v0.6.6
9152024-10-14T07:12:00.978Z Downloaded serde_with v3.9.0
9162024-10-14T07:12:00.983Z Downloaded itertools v0.12.1
9172024-10-14T07:12:00.990Z Downloaded postcard v1.0.8
9182024-10-14T07:12:00.993Z Downloaded radium v0.7.0
9192024-10-14T07:12:00.996Z Downloaded vsss-rs v3.3.4
9202024-10-14T07:12:00.999Z Downloaded zip v0.6.6
9212024-10-14T07:12:01.003Z Downloaded time v0.3.36
9222024-10-14T07:12:01.009Z Downloaded hkdf v0.12.4
9232024-10-14T07:12:01.012Z Downloaded smallvec v1.13.2
9242024-10-14T07:12:01.015Z Downloaded tar v0.4.42
9252024-10-14T07:12:01.018Z Downloaded unicode_categories v0.1.1
9262024-10-14T07:12:01.018Z Downloaded ref-cast v1.0.23
9272024-10-14T07:12:01.021Z Downloaded serde-hex v0.1.0
9282024-10-14T07:12:01.024Z Downloaded scrypt v0.11.0
9292024-10-14T07:12:01.024Z Downloaded postgres-types v0.2.8
9302024-10-14T07:12:01.026Z Downloaded postgres-protocol v0.6.7
9312024-10-14T07:12:01.029Z Downloaded futures-task v0.3.31
9322024-10-14T07:12:01.029Z Downloaded futures-sink v0.3.31
9332024-10-14T07:12:01.033Z Downloaded futures-io v0.3.31
9342024-10-14T07:12:01.033Z Downloaded structmeta-derive v0.2.0
9352024-10-14T07:12:01.034Z Downloaded sct v0.7.1
9362024-10-14T07:12:01.038Z Downloaded toml v0.7.8
9372024-10-14T07:12:01.040Z Downloaded dhcproto v0.12.0
9382024-10-14T07:12:01.043Z Downloaded typify-macro v0.2.0
9392024-10-14T07:12:01.043Z Downloaded downcast v0.11.0
9402024-10-14T07:12:01.043Z Downloaded semver v0.1.20
9412024-10-14T07:12:01.046Z Downloaded derive_more v0.99.18
9422024-10-14T07:12:01.049Z Downloaded structmeta-derive v0.3.0
9432024-10-14T07:12:01.052Z Downloaded pin-project-internal v1.1.5
9442024-10-14T07:12:01.053Z Downloaded itertools v0.10.5
9452024-10-14T07:12:01.060Z Downloaded parking_lot v0.12.2
9462024-10-14T07:12:01.065Z Downloaded crossterm v0.28.1
9472024-10-14T07:12:01.068Z Downloaded aes-gcm v0.10.3
9482024-10-14T07:12:01.071Z Downloaded untrusted v0.7.1
9492024-10-14T07:12:01.075Z Downloaded unicase v2.7.0
9502024-10-14T07:12:01.075Z Downloaded unarray v0.1.4
9512024-10-14T07:12:01.075Z Downloaded futures-channel v0.3.31
9522024-10-14T07:12:01.081Z Downloaded yasna v0.5.2
9532024-10-14T07:12:01.087Z Downloaded tokio-tungstenite v0.21.0
9542024-10-14T07:12:01.087Z Downloaded hyper v1.4.1
9552024-10-14T07:12:01.093Z Downloaded structmeta v0.2.0
9562024-10-14T07:12:01.093Z Downloaded strip-ansi-escapes v0.2.0
9572024-10-14T07:12:01.093Z Downloaded tokio-postgres v0.7.12
9582024-10-14T07:12:01.104Z Downloaded typed-path v0.7.1
9592024-10-14T07:12:01.113Z Downloaded tokio-tungstenite v0.23.1
9602024-10-14T07:12:01.113Z Downloaded spin v0.9.8
9612024-10-14T07:12:01.114Z Downloaded elliptic-curve v0.13.8
9622024-10-14T07:12:01.130Z Downloaded des v0.8.1
9632024-10-14T07:12:01.130Z Downloaded prettyplease v0.2.22
9642024-10-14T07:12:01.130Z Downloaded phf_shared v0.11.2
9652024-10-14T07:12:01.130Z Downloaded num-derive v0.4.2
9662024-10-14T07:12:01.130Z Downloaded sqlformat v0.2.6
9672024-10-14T07:12:01.137Z Downloaded serde_derive_internals v0.29.1
9682024-10-14T07:12:01.137Z Downloaded ron v0.8.1
9692024-10-14T07:12:01.137Z Downloaded password-hash v0.5.0
9702024-10-14T07:12:01.137Z Downloaded parking_lot v0.11.2
9712024-10-14T07:12:01.137Z Downloaded tokio-rustls v0.24.1
9722024-10-14T07:12:01.137Z Downloaded slog v2.7.0
9732024-10-14T07:12:01.143Z Downloaded expectorate v1.1.0
9742024-10-14T07:12:01.143Z Downloaded zone v0.1.8
9752024-10-14T07:12:01.143Z Downloaded topological-sort v0.2.2
9762024-10-14T07:12:01.143Z Downloaded globset v0.4.14
9772024-10-14T07:12:01.144Z Downloaded http v1.1.0
9782024-10-14T07:12:01.150Z Downloaded similar v2.6.0
9792024-10-14T07:12:01.154Z Downloaded rustc_version v0.1.7
9802024-10-14T07:12:01.154Z Downloaded password-hash v0.4.2
9812024-10-14T07:12:01.160Z Downloaded num-traits v0.2.19
9822024-10-14T07:12:01.160Z Downloaded glob v0.3.1
9832024-10-14T07:12:01.169Z Downloaded ghash v0.5.1
9842024-10-14T07:12:01.169Z Downloaded diff v0.1.13
9852024-10-14T07:12:01.169Z Downloaded p256 v0.13.2
9862024-10-14T07:12:01.173Z Downloaded wyz v0.5.1
9872024-10-14T07:12:01.173Z Downloaded pin-project-lite v0.2.14
9882024-10-14T07:12:01.176Z Downloaded schemars v0.8.21
9892024-10-14T07:12:01.186Z Downloaded const_format v0.2.33
9902024-10-14T07:12:01.190Z Downloaded hash32 v0.3.1
9912024-10-14T07:12:01.194Z Downloaded static_assertions v1.1.0
9922024-10-14T07:12:01.194Z Downloaded signal-hook-mio v0.2.4
9932024-10-14T07:12:01.198Z Downloaded aes v0.8.4
9942024-10-14T07:12:01.198Z Downloaded signal-hook-registry v1.4.2
9952024-10-14T07:12:01.202Z Downloaded schemars_derive v0.8.21
9962024-10-14T07:12:01.202Z Downloaded resolv-conf v0.7.0
9972024-10-14T07:12:01.206Z Downloaded tungstenite v0.23.0
9982024-10-14T07:12:01.206Z Downloaded tungstenite v0.21.0
9992024-10-14T07:12:01.213Z Downloaded indicatif v0.17.8
10002024-10-14T07:12:01.217Z Downloaded scheduled-thread-pool v0.2.7
10012024-10-14T07:12:01.217Z Downloaded same-file v1.0.6
10022024-10-14T07:12:01.217Z Downloaded primeorder v0.13.6
10032024-10-14T07:12:01.217Z Downloaded num_enum_derive v0.5.11
10042024-10-14T07:12:01.224Z Downloaded half v2.4.1
10052024-10-14T07:12:01.224Z Downloaded mio v1.0.2
10062024-10-14T07:12:01.234Z Downloaded chacha20poly1305 v0.10.1
10072024-10-14T07:12:01.250Z Downloaded rustls-pemfile v2.2.0
10082024-10-14T07:12:01.250Z Downloaded serde_yaml v0.9.34+deprecated
10092024-10-14T07:12:01.250Z Downloaded flagset v0.4.5
10102024-10-14T07:12:01.250Z Downloaded fixedbitset v0.4.2
10112024-10-14T07:12:01.250Z Downloaded fallible-streaming-iterator v0.1.9
10122024-10-14T07:12:01.250Z Downloaded rustls-pemfile v1.0.4
10132024-10-14T07:12:01.259Z Downloaded zerocopy v0.6.6
10142024-10-14T07:12:01.259Z Downloaded vergen v8.3.2
10152024-10-14T07:12:01.259Z Downloaded uuid v1.10.0
10162024-10-14T07:12:01.259Z Downloaded pkcs1 v0.7.5
10172024-10-14T07:12:01.259Z Downloaded peg-macros v0.8.4
10182024-10-14T07:12:01.260Z Downloaded difflib v0.4.0
10192024-10-14T07:12:01.260Z Downloaded zone v0.3.0
10202024-10-14T07:12:01.260Z Downloaded tui-tree-widget v0.22.0
10212024-10-14T07:12:01.272Z Downloaded poly1305 v0.8.0
10222024-10-14T07:12:01.272Z Downloaded pkg-config v0.3.30
10232024-10-14T07:12:01.272Z Downloaded parking_lot_core v0.9.10
10242024-10-14T07:12:01.273Z Downloaded sqlparser_derive v0.2.2
10252024-10-14T07:12:01.273Z Downloaded crossbeam-channel v0.5.12
10262024-10-14T07:12:01.278Z Downloaded owo-colors v4.1.0
10272024-10-14T07:12:01.278Z Downloaded tinyvec v1.6.0
10282024-10-14T07:12:01.278Z Downloaded hashlink v0.9.1
10292024-10-14T07:12:01.278Z Downloaded serde_plain v1.0.2
10302024-10-14T07:12:01.278Z Downloaded slab v0.4.9
10312024-10-14T07:12:01.279Z Downloaded siphasher v0.3.11
10322024-10-14T07:12:01.285Z Downloaded signature v2.2.0
10332024-10-14T07:12:01.285Z Downloaded serde_path_to_error v0.1.16
10342024-10-14T07:12:01.285Z Downloaded serde_with_macros v3.9.0
10352024-10-14T07:12:01.290Z Downloaded crc-any v2.5.0
10362024-10-14T07:12:01.290Z Downloaded libz-sys v1.1.16
10372024-10-14T07:12:01.353Z Downloaded bytes v1.7.2
10382024-10-14T07:12:01.357Z Downloaded rand_core v0.6.4
10392024-10-14T07:12:01.361Z Downloaded polyval v0.6.2
10402024-10-14T07:12:01.361Z Downloaded ecdsa v0.16.9
10412024-10-14T07:12:01.365Z Downloaded clang-sys v1.7.0
10422024-10-14T07:12:01.365Z Downloaded time-macros v0.2.18
10432024-10-14T07:12:01.374Z Downloaded miniz_oxide v0.8.0
10442024-10-14T07:12:01.374Z Downloaded jobserver v0.1.32
10452024-10-14T07:12:01.384Z Downloaded darling_core v0.20.9
10462024-10-14T07:12:01.384Z Downloaded backtrace v0.3.71
10472024-10-14T07:12:01.388Z Downloaded futures-macro v0.3.31
10482024-10-14T07:12:01.389Z Downloaded ff v0.13.0
10492024-10-14T07:12:01.389Z Downloaded slog-dtrace v0.3.0
10502024-10-14T07:12:01.389Z Downloaded rustc_version v0.4.0
10512024-10-14T07:12:01.389Z Downloaded russh-cryptovec v0.7.2
10522024-10-14T07:12:01.389Z Downloaded mockall v0.13.0
10532024-10-14T07:12:01.394Z Downloaded lock_api v0.4.12
10542024-10-14T07:12:01.394Z Downloaded linear-map v1.2.0
10552024-10-14T07:12:01.394Z Downloaded base64 v0.21.7
10562024-10-14T07:12:01.416Z Downloaded base64 v0.13.1
10572024-10-14T07:12:01.416Z Downloaded blake2 v0.10.6
10582024-10-14T07:12:01.424Z Downloaded uzers v0.11.3
10592024-10-14T07:12:01.424Z Downloaded hyper-rustls v0.27.3
10602024-10-14T07:12:01.424Z Downloaded allocator-api2 v0.2.18
10612024-10-14T07:12:01.424Z Downloaded darling v0.20.9
10622024-10-14T07:12:01.424Z Downloaded csv-core v0.1.11
10632024-10-14T07:12:01.424Z Downloaded ssh-cipher v0.2.0
10642024-10-14T07:12:01.425Z Downloaded slog-json v2.6.1
10652024-10-14T07:12:01.425Z Downloaded slog-envlogger v2.2.0
10662024-10-14T07:12:01.425Z Downloaded serde_urlencoded v0.7.1
10672024-10-14T07:12:01.425Z Downloaded sec1 v0.7.3
10682024-10-14T07:12:01.430Z Downloaded libsw v3.3.1
10692024-10-14T07:12:01.430Z Downloaded lalrpop-util v0.19.12
10702024-10-14T07:12:01.430Z Downloaded newtype-uuid v1.1.2
10712024-10-14T07:12:01.430Z Downloaded managed v0.8.0
10722024-10-14T07:12:01.430Z Downloaded addr2line v0.21.0
10732024-10-14T07:12:01.435Z Downloaded backoff v0.4.0
10742024-10-14T07:12:01.435Z Downloaded crc32fast v1.4.0
10752024-10-14T07:12:01.435Z Downloaded console v0.15.8
10762024-10-14T07:12:01.480Z Downloaded cookie_store v0.21.0
10772024-10-14T07:12:01.480Z Downloaded ciborium v0.2.2
10782024-10-14T07:12:01.492Z Downloaded md-5 v0.10.6
10792024-10-14T07:12:01.492Z Downloaded lru-cache v0.1.2
10802024-10-14T07:12:01.492Z Downloaded lazycell v1.3.0
10812024-10-14T07:12:01.493Z Downloaded cookie v0.18.1
10822024-10-14T07:12:01.493Z Downloaded httpdate v1.0.3
10832024-10-14T07:12:01.493Z Downloaded sync_wrapper v1.0.1
10842024-10-14T07:12:01.493Z Downloaded indent_write v2.2.0
10852024-10-14T07:12:01.493Z Downloaded crossbeam-utils v0.8.19
10862024-10-14T07:12:01.493Z Downloaded crossbeam-deque v0.8.5
10872024-10-14T07:12:01.493Z Downloaded base64ct v1.6.0
10882024-10-14T07:12:01.493Z Downloaded ciborium-ll v0.2.2
10892024-10-14T07:12:01.494Z Downloaded cexpr v0.6.0
10902024-10-14T07:12:01.494Z Downloaded cbc v0.1.2
10912024-10-14T07:12:01.494Z Downloaded http-body v1.0.0
10922024-10-14T07:12:01.494Z Downloaded async-bb8-diesel v0.2.1
10932024-10-14T07:12:01.494Z Downloaded libsqlite3-sys v0.30.1
10942024-10-14T07:12:01.549Z Downloaded native-tls v0.2.11
10952024-10-14T07:12:01.576Z Downloaded ring v0.16.20
10962024-10-14T07:12:01.634Z Downloaded libloading v0.8.3
10972024-10-14T07:12:01.645Z Downloaded libefi-sys v0.1.0
10982024-10-14T07:12:01.645Z Downloaded httparse v1.8.0
10992024-10-14T07:12:01.645Z Downloaded http v0.2.12
11002024-10-14T07:12:01.645Z Downloaded ahash v0.8.11
11012024-10-14T07:12:01.646Z Downloaded cassowary v0.3.0
11022024-10-14T07:12:01.646Z Downloaded bitflags v1.3.2
11032024-10-14T07:12:01.646Z Downloaded block-padding v0.3.3
11042024-10-14T07:12:01.646Z Downloaded bit-set v0.5.3
11052024-10-14T07:12:01.646Z Downloaded cancel-safe-futures v0.1.5
11062024-10-14T07:12:01.654Z Downloaded bzip2 v0.4.4
11072024-10-14T07:12:01.655Z Downloaded bitfield-struct v0.6.1
11082024-10-14T07:12:01.655Z Downloaded arrayvec v0.7.4
11092024-10-14T07:12:01.655Z Downloaded darling_macro v0.20.9
11102024-10-14T07:12:01.655Z Downloaded crunchy v0.2.2
11112024-10-14T07:12:01.655Z Downloaded adler2 v2.0.0
11122024-10-14T07:12:01.668Z Downloaded ipnetwork v0.20.0
11132024-10-14T07:12:01.668Z Downloaded instability v0.3.2
11142024-10-14T07:12:01.668Z Downloaded async-trait v0.1.83
11152024-10-14T07:12:01.668Z Downloaded hubpack v0.1.2
11162024-10-14T07:12:01.668Z Downloaded async-recursion v1.1.1
11172024-10-14T07:12:01.677Z Downloaded internet-checksum v0.2.1
11182024-10-14T07:12:01.678Z Downloaded debug-ignore v1.0.5
11192024-10-14T07:12:01.678Z Downloaded base16ct v0.2.0
11202024-10-14T07:12:01.679Z Downloaded array-init v0.0.4
11212024-10-14T07:12:01.679Z Downloaded maplit v1.0.2
11222024-10-14T07:12:01.679Z Downloaded linked-hash-map v0.5.6
11232024-10-14T07:12:01.679Z Downloaded curve25519-dalek-derive v0.1.1
11242024-10-14T07:12:01.679Z Downloaded cipher v0.4.4
11252024-10-14T07:12:01.679Z Downloaded hostname v0.4.0
11262024-10-14T07:12:01.679Z Downloaded data-encoding v2.6.0
11272024-10-14T07:12:01.679Z Downloaded crc-catalog v2.4.0
11282024-10-14T07:12:01.679Z Downloaded bit-vec v0.6.3
11292024-10-14T07:12:01.679Z Downloaded convert_case v0.4.0
11302024-10-14T07:12:01.684Z Downloaded blowfish v0.9.1
11312024-10-14T07:12:01.684Z Downloaded bcrypt-pbkdf v0.10.0
11322024-10-14T07:12:01.684Z Downloaded atomic-waker v1.1.2
11332024-10-14T07:12:01.684Z Downloaded aead v0.5.2
11342024-10-14T07:12:01.684Z Downloaded cobs v0.2.3
11352024-10-14T07:12:01.684Z Downloaded ciborium-io v0.2.2
11362024-10-14T07:12:01.684Z Downloaded atomicwrites v0.4.4
11372024-10-14T07:12:01.684Z Downloaded assert_matches v1.5.0
11382024-10-14T07:12:01.684Z Downloaded hmac v0.12.1
11392024-10-14T07:12:01.684Z Downloaded ascii-canvas v3.0.0
11402024-10-14T07:12:01.684Z Downloaded adler v1.0.2
11412024-10-14T07:12:01.783Z Compiling serde v1.0.210
11422024-10-14T07:12:01.793Z Compiling typenum v1.17.0
11432024-10-14T07:12:01.793Z Compiling generic-array v0.14.7
11442024-10-14T07:12:01.793Z Compiling lock_api v0.4.12
11452024-10-14T07:12:01.793Z Compiling scopeguard v1.2.0
11462024-10-14T07:12:01.793Z Compiling subtle v2.5.0
11472024-10-14T07:12:01.945Z Compiling syn v2.0.79
11482024-10-14T07:12:01.949Z Compiling getrandom v0.2.14
11492024-10-14T07:12:02.194Z Compiling value-bag v1.9.0
11502024-10-14T07:12:02.380Z Compiling rand_core v0.6.4
11512024-10-14T07:12:02.522Z Compiling const-oid v0.9.6
11522024-10-14T07:12:02.649Z Compiling log v0.4.22
11532024-10-14T07:12:02.670Z Compiling jobserver v0.1.32
11542024-10-14T07:12:02.826Z Compiling pin-project-lite v0.2.14
11552024-10-14T07:12:02.922Z Compiling smallvec v1.13.2
11562024-10-14T07:12:03.026Z Compiling parking_lot_core v0.9.10
11572024-10-14T07:12:03.029Z Compiling futures-core v0.3.31
11582024-10-14T07:12:03.281Z Compiling cc v1.0.97
11592024-10-14T07:12:03.380Z Compiling signal-hook-registry v1.4.2
11602024-10-14T07:12:03.545Z Compiling mio v1.0.2
11612024-10-14T07:12:03.633Z Compiling cpufeatures v0.2.12
11622024-10-14T07:12:03.740Z Compiling futures-sink v0.3.31
11632024-10-14T07:12:03.899Z Compiling spin v0.9.8
11642024-10-14T07:12:04.245Z Compiling parking_lot v0.12.2
11652024-10-14T07:12:04.265Z Compiling socket2 v0.5.7
11662024-10-14T07:12:04.305Z Compiling slab v0.4.9
11672024-10-14T07:12:04.673Z Compiling serde_json v1.0.128
11682024-10-14T07:12:04.692Z Compiling futures-channel v0.3.31
11692024-10-14T07:12:04.783Z Compiling futures-io v0.3.31
11702024-10-14T07:12:05.040Z Compiling futures-task v0.3.31
11712024-10-14T07:12:05.095Z Compiling pin-utils v0.1.0
11722024-10-14T07:12:05.118Z Compiling tinyvec_macros v0.1.1
11732024-10-14T07:12:05.122Z Compiling libm v0.2.8
11742024-10-14T07:12:05.188Z Compiling num-traits v0.2.19
11752024-10-14T07:12:05.207Z Compiling tinyvec v1.6.0
11762024-10-14T07:12:05.228Z Compiling unicode-bidi v0.3.15
11772024-10-14T07:12:05.284Z Compiling base64ct v1.6.0
11782024-10-14T07:12:05.327Z Compiling httparse v1.8.0
11792024-10-14T07:12:05.724Z Compiling ppv-lite86 v0.2.17
11802024-10-14T07:12:05.768Z Compiling pem-rfc7468 v0.7.0
11812024-10-14T07:12:05.877Z Compiling flagset v0.4.5
11822024-10-14T07:12:06.089Z Compiling tracing-core v0.1.32
11832024-10-14T07:12:06.503Z Compiling rand_chacha v0.3.1
11842024-10-14T07:12:06.662Z Compiling unicode-normalization v0.1.23
11852024-10-14T07:12:06.682Z Compiling rustls-pki-types v1.9.0
11862024-10-14T07:12:07.000Z Compiling crossbeam-utils v0.8.19
11872024-10-14T07:12:07.484Z Compiling percent-encoding v2.3.1
11882024-10-14T07:12:07.486Z Compiling ring v0.17.8
11892024-10-14T07:12:07.675Z Compiling rand v0.8.5
11902024-10-14T07:12:07.804Z Compiling time-core v0.1.2
11912024-10-14T07:12:07.848Z Compiling vcpkg v0.2.15
11922024-10-14T07:12:07.973Z Compiling untrusted v0.9.0
11932024-10-14T07:12:08.157Z Compiling pkg-config v0.3.30
11942024-10-14T07:12:08.487Z Compiling num-conv v0.1.0
11952024-10-14T07:12:08.560Z Compiling powerfmt v0.2.0
11962024-10-14T07:12:08.762Z Compiling time-macros v0.2.18
11972024-10-14T07:12:08.922Z Compiling deranged v0.3.11
11982024-10-14T07:12:09.576Z Compiling num_threads v0.1.7
11992024-10-14T07:12:09.686Z Compiling atomic-waker v1.1.2
12002024-10-14T07:12:09.706Z Compiling form_urlencoded v1.2.1
12012024-10-14T07:12:09.876Z Compiling slog v2.7.0
12022024-10-14T07:12:09.956Z Compiling openssl-sys v0.9.103
12032024-10-14T07:12:10.021Z Compiling rustix v0.38.37
12042024-10-14T07:12:10.127Z Compiling try-lock v0.2.5
12052024-10-14T07:12:10.270Z Compiling want v0.3.1
12062024-10-14T07:12:10.445Z Compiling httpdate v1.0.3
12072024-10-14T07:12:10.806Z Compiling idna v0.5.0
12082024-10-14T07:12:10.862Z Compiling iana-time-zone v0.1.60
12092024-10-14T07:12:10.881Z Compiling base64 v0.22.1
12102024-10-14T07:12:11.097Z Compiling match_cfg v0.1.0
12112024-10-14T07:12:11.193Z Compiling foreign-types-shared v0.1.1
12122024-10-14T07:12:11.304Z Compiling rustversion v1.0.17
12132024-10-14T07:12:11.322Z Compiling tower-service v0.3.2
12142024-10-14T07:12:11.355Z Compiling openssl v0.10.66
12152024-10-14T07:12:11.441Z Compiling foreign-types v0.3.2
12162024-10-14T07:12:11.540Z Compiling hostname v0.3.1
12172024-10-14T07:12:11.768Z Compiling url v2.5.2
12182024-10-14T07:12:11.812Z Compiling dirs-sys-next v0.1.2
12192024-10-14T07:12:11.888Z Compiling time v0.3.36
12202024-10-14T07:12:12.088Z Compiling aho-corasick v1.1.3
12212024-10-14T07:12:12.357Z Compiling data-encoding v2.6.0
12222024-10-14T07:12:12.476Z Compiling native-tls v0.2.11
12232024-10-14T07:12:12.825Z Compiling syn v1.0.109
12242024-10-14T07:12:12.938Z Compiling regex-syntax v0.8.5
12252024-10-14T07:12:13.452Z Compiling siphasher v0.3.11
12262024-10-14T07:12:13.519Z Compiling rustls v0.23.10
12272024-10-14T07:12:13.799Z Compiling rustls v0.22.4
12282024-10-14T07:12:14.049Z Compiling dirs-next v2.0.0
12292024-10-14T07:12:14.245Z Compiling crossbeam-epoch v0.9.18
12302024-10-14T07:12:14.761Z Compiling serde_derive_internals v0.29.1
12312024-10-14T07:12:15.011Z Compiling backtrace v0.3.71
12322024-10-14T07:12:15.300Z Compiling lazy_static v1.5.0
12332024-10-14T07:12:15.429Z Compiling multer v3.1.0
12342024-10-14T07:12:15.493Z Compiling encoding_rs v0.8.34
12352024-10-14T07:12:15.725Z Compiling cookie v0.18.1
12362024-10-14T07:12:16.006Z Compiling thread_local v1.1.8
12372024-10-14T07:12:16.352Z Compiling serde_derive v1.0.210
12382024-10-14T07:12:16.524Z Compiling zeroize_derive v1.4.2
12392024-10-14T07:12:16.999Z Compiling tokio-macros v2.4.0
12402024-10-14T07:12:17.406Z Compiling thiserror-impl v1.0.64
12412024-10-14T07:12:17.491Z Compiling futures-macro v0.3.31
12422024-10-14T07:12:18.216Z Compiling zeroize v1.8.1
12432024-10-14T07:12:18.236Z Compiling der_derive v0.7.2
12442024-10-14T07:12:18.711Z Compiling tracing-attributes v0.1.27
12452024-10-14T07:12:19.504Z Compiling futures-util v0.3.31
12462024-10-14T07:12:19.542Z Compiling scroll_derive v0.12.0
12472024-10-14T07:12:19.922Z Compiling zerocopy-derive v0.7.34
12482024-10-14T07:12:20.048Z Compiling crypto-common v0.1.6
12492024-10-14T07:12:20.276Z Compiling block-buffer v0.10.4
12502024-10-14T07:12:20.534Z Compiling digest v0.10.7
12512024-10-14T07:12:20.745Z Compiling thiserror v1.0.64
12522024-10-14T07:12:20.766Z Compiling block-padding v0.3.3
12532024-10-14T07:12:20.877Z Compiling der v0.7.9
12542024-10-14T07:12:20.969Z Compiling hmac v0.12.1
12552024-10-14T07:12:20.996Z Compiling inout v0.1.3
12562024-10-14T07:12:21.017Z Compiling sha2 v0.10.8
12572024-10-14T07:12:21.218Z Compiling cipher v0.4.4
12582024-10-14T07:12:21.259Z Compiling pbkdf2 v0.12.2
12592024-10-14T07:12:21.430Z Compiling pest v2.7.10
12602024-10-14T07:12:21.736Z Compiling salsa20 v0.10.2
12612024-10-14T07:12:21.974Z Compiling scrypt v0.11.0
12622024-10-14T07:12:22.258Z Compiling aes v0.8.4
12632024-10-14T07:12:22.534Z Compiling tracing v0.1.40
12642024-10-14T07:12:22.582Z Compiling cbc v0.1.2
12652024-10-14T07:12:22.826Z Compiling zerocopy v0.7.34
12662024-10-14T07:12:23.012Z Compiling spki v0.7.3
12672024-10-14T07:12:23.390Z Compiling pkcs5 v0.7.1
12682024-10-14T07:12:24.288Z Compiling pest_meta v2.7.10
12692024-10-14T07:12:24.435Z Compiling scroll v0.12.0
12702024-10-14T07:12:24.516Z Compiling rustls-webpki v0.102.4
12712024-10-14T07:12:24.579Z Compiling pkcs8 v0.10.2
12722024-10-14T07:12:24.603Z Compiling async-trait v0.1.83
12732024-10-14T07:12:24.965Z Compiling goblin v0.8.2
12742024-10-14T07:12:25.020Z Compiling openssl-macros v0.1.1
12752024-10-14T07:12:25.288Z Compiling signature v2.2.0
12762024-10-14T07:12:25.582Z Compiling pest_generator v2.7.10
12772024-10-14T07:12:25.656Z Compiling sha1 v0.10.6
12782024-10-14T07:12:25.785Z Compiling regex-automata v0.4.8
12792024-10-14T07:12:26.099Z Compiling finl_unicode v1.2.0
12802024-10-14T07:12:26.565Z Compiling gimli v0.28.1
12812024-10-14T07:12:26.726Z Compiling either v1.13.0
12822024-10-14T07:12:27.226Z Compiling ipnet v2.10.1
12832024-10-14T07:12:27.377Z Compiling paste v1.0.15
12842024-10-14T07:12:27.659Z Compiling signal-hook v0.3.17
12852024-10-14T07:12:27.933Z Compiling rayon-core v1.12.1
12862024-10-14T07:12:27.953Z Compiling mime v0.3.17
12872024-10-14T07:12:28.225Z Compiling schemars v0.8.21
12882024-10-14T07:12:28.417Z Compiling openssl-probe v0.1.5
12892024-10-14T07:12:28.559Z Compiling adler v1.0.2
12902024-10-14T07:12:28.585Z Compiling slog-async v2.8.0
12912024-10-14T07:12:28.784Z Compiling miniz_oxide v0.7.2
12922024-10-14T07:12:28.961Z Compiling stringprep v0.1.4
12932024-10-14T07:12:29.431Z Compiling pest_derive v2.7.10
12942024-10-14T07:12:30.130Z Compiling futures-executor v0.3.31
12952024-10-14T07:12:30.253Z Compiling dtrace-parser v0.2.0
12962024-10-14T07:12:30.701Z Compiling bytes v1.7.2
12972024-10-14T07:12:31.430Z Compiling indexmap v2.6.0
12982024-10-14T07:12:32.097Z Compiling tokio v1.40.0
12992024-10-14T07:12:32.493Z Compiling http v1.1.0
13002024-10-14T07:12:32.916Z Compiling bitflags v2.6.0
13012024-10-14T07:12:33.328Z Compiling semver v1.0.23
13022024-10-14T07:12:34.020Z Compiling rustc_version v0.4.0
13032024-10-14T07:12:34.117Z Compiling http-body v1.0.0
13042024-10-14T07:12:34.795Z Compiling dof v0.3.0
13052024-10-14T07:12:34.933Z Compiling serde_tokenstream v0.2.2
13062024-10-14T07:12:35.329Z Compiling uuid v1.10.0
13072024-10-14T07:12:35.553Z Compiling serde_spanned v0.6.7
13082024-10-14T07:12:35.797Z Compiling toml_datetime v0.6.8
13092024-10-14T07:12:36.340Z Compiling usdt-impl v0.5.0
13102024-10-14T07:12:36.799Z Compiling chrono v0.4.38
13112024-10-14T07:12:36.937Z Compiling heapless v0.7.17
13122024-10-14T07:12:37.430Z Compiling http-body-util v0.1.2
13132024-10-14T07:12:37.943Z Compiling usdt-attr-macro v0.5.0
13142024-10-14T07:12:38.840Z Compiling usdt-macro v0.5.0
13152024-10-14T07:12:39.466Z Compiling toml_edit v0.22.22
13162024-10-14T07:12:39.597Z Compiling curve25519-dalek v4.1.3
13172024-10-14T07:12:39.617Z Compiling slog-json v2.6.1
13182024-10-14T07:12:39.990Z Compiling addr2line v0.21.0
13192024-10-14T07:12:40.228Z Compiling tokio-util v0.7.12
13202024-10-14T07:12:40.324Z Compiling serde_urlencoded v0.7.1
13212024-10-14T07:12:40.601Z Compiling md-5 v0.10.6
13222024-10-14T07:12:40.641Z Compiling schemars_derive v0.8.21
13232024-10-14T07:12:40.803Z Compiling enum-as-inner v0.6.0
13242024-10-14T07:12:40.864Z Compiling async-stream-impl v0.3.5
13252024-10-14T07:12:41.642Z Compiling h2 v0.4.6
13262024-10-14T07:12:42.097Z Compiling crossbeam-deque v0.8.5
13272024-10-14T07:12:42.273Z Compiling term v0.7.0
13282024-10-14T07:12:43.534Z Compiling crossbeam-channel v0.5.12
13292024-10-14T07:12:43.769Z Compiling num-integer v0.1.46
13302024-10-14T07:12:44.578Z Compiling idna v0.4.0
13312024-10-14T07:12:44.615Z Compiling idna v0.3.0
13322024-10-14T07:12:44.663Z Compiling rustls-pemfile v2.2.0
13332024-10-14T07:12:44.994Z Compiling hash32 v0.2.1
13342024-10-14T07:12:45.381Z Compiling ff v0.13.0
13352024-10-14T07:12:45.610Z Compiling is-terminal v0.4.12
13362024-10-14T07:12:45.740Z Compiling object v0.32.2
13372024-10-14T07:12:46.200Z Compiling dropshot v0.12.0
13382024-10-14T07:12:46.220Z Compiling base16ct v0.2.0
13392024-10-14T07:12:46.495Z Compiling anyhow v1.0.89
13402024-10-14T07:12:46.531Z Compiling take_mut v0.2.2
13412024-10-14T07:12:46.678Z Compiling rustc-demangle v0.1.24
13422024-10-14T07:12:46.711Z Compiling fallible-iterator v0.2.0
13432024-10-14T07:12:47.130Z Compiling linked-hash-map v0.5.6
13442024-10-14T07:12:47.446Z Compiling portable-atomic v1.6.0
13452024-10-14T07:12:47.468Z Compiling quick-error v1.2.3
13462024-10-14T07:12:47.497Z Compiling utf-8 v0.7.6
13472024-10-14T07:12:47.618Z Compiling stable_deref_trait v1.2.0
13482024-10-14T07:12:47.642Z Compiling dyn-clone v1.0.17
13492024-10-14T07:12:47.710Z Compiling num-bigint-dig v0.8.4
13502024-10-14T07:12:47.730Z Compiling psl-types v2.0.11
13512024-10-14T07:12:47.802Z Compiling crc32fast v1.4.0
13522024-10-14T07:12:47.853Z Compiling smoltcp v0.9.1
13532024-10-14T07:12:47.916Z Compiling publicsuffix v2.2.3
13542024-10-14T07:12:48.378Z Compiling tungstenite v0.23.0
13552024-10-14T07:12:48.487Z Compiling hyper v1.4.1
13562024-10-14T07:12:48.700Z Compiling resolv-conf v0.7.0
13572024-10-14T07:12:49.282Z Compiling lru-cache v0.1.2
13582024-10-14T07:12:49.483Z Compiling postgres-protocol v0.6.7
13592024-10-14T07:12:50.818Z Compiling sec1 v0.7.3
13602024-10-14T07:12:50.821Z Compiling usdt v0.5.0
13612024-10-14T07:12:50.874Z Compiling slog-term v2.9.1
13622024-10-14T07:12:51.339Z Compiling hyper-util v0.1.9
13632024-10-14T07:12:51.377Z Compiling group v0.13.0
13642024-10-14T07:12:51.716Z Compiling hickory-proto v0.24.1
13652024-10-14T07:12:51.834Z Compiling tokio-native-tls v0.3.1
13662024-10-14T07:12:52.129Z Compiling num-iter v0.1.45
13672024-10-14T07:12:52.147Z Compiling toml v0.8.19
13682024-10-14T07:12:52.809Z Compiling async-stream v0.3.5
13692024-10-14T07:12:53.960Z Compiling tokio-rustls v0.25.0
13702024-10-14T07:12:54.048Z Compiling tokio-rustls v0.26.0
13712024-10-14T07:12:54.088Z Compiling slog-bunyan v2.5.0
13722024-10-14T07:12:54.257Z Compiling terminal_size v0.4.0
13732024-10-14T07:12:54.305Z Compiling dropshot_endpoint v0.12.0
13742024-10-14T07:12:54.386Z Compiling openapiv3 v2.0.0
13752024-10-14T07:12:54.475Z Compiling camino v1.1.9
13762024-10-14T07:12:54.495Z Compiling serde_path_to_error v0.1.16
13772024-10-14T07:12:54.526Z Compiling futures v0.3.31
13782024-10-14T07:12:55.451Z Compiling hkdf v0.12.4
13792024-10-14T07:12:55.727Z Compiling crypto-bigint v0.5.5
13802024-10-14T07:12:55.852Z Compiling zerocopy-derive v0.6.6
13812024-10-14T07:12:55.872Z Compiling curve25519-dalek-derive v0.1.1
13822024-10-14T07:12:56.355Z Compiling phf_shared v0.11.2
13832024-10-14T07:12:56.605Z Compiling hubpack_derive v0.1.1
13842024-10-14T07:12:56.693Z Compiling waitgroup v0.1.2
13852024-10-14T07:12:56.918Z Compiling webpki-roots v0.26.3
13862024-10-14T07:12:57.159Z Compiling hostname v0.4.0
13872024-10-14T07:12:57.433Z Compiling fs-err v2.11.0
13882024-10-14T07:12:57.494Z Compiling ahash v0.8.11
13892024-10-14T07:12:57.555Z Compiling adler2 v2.0.0
13902024-10-14T07:12:57.735Z Compiling debug-ignore v1.0.5
13912024-10-14T07:12:57.755Z Compiling bitflags v1.3.2
13922024-10-14T07:12:57.846Z Compiling managed v0.8.0
13932024-10-14T07:12:57.866Z Compiling winnow v0.5.40
13942024-10-14T07:12:57.951Z Compiling clap_builder v4.5.20
13952024-10-14T07:12:58.009Z Compiling zerocopy v0.6.6
13962024-10-14T07:12:58.757Z Compiling elliptic-curve v0.13.8
13972024-10-14T07:12:58.864Z Compiling console v0.15.8
13982024-10-14T07:12:59.765Z Compiling miniz_oxide v0.8.0
13992024-10-14T07:13:00.381Z Compiling hubpack v0.1.2
14002024-10-14T07:13:00.880Z Compiling hyper-rustls v0.27.3
14012024-10-14T07:13:01.301Z Compiling toml_edit v0.19.15
14022024-10-14T07:13:01.504Z Compiling hickory-resolver v0.24.1
14032024-10-14T07:13:01.611Z Compiling phf v0.11.2
14042024-10-14T07:13:01.758Z Compiling signal-hook-mio v0.2.4
14052024-10-14T07:13:01.908Z Compiling cookie_store v0.21.0
14062024-10-14T07:13:01.927Z Compiling hyper-tls v0.6.0
14072024-10-14T07:13:02.360Z Compiling rayon v1.10.0
14082024-10-14T07:13:03.536Z Compiling postgres-types v0.2.8
14092024-10-14T07:13:05.079Z Compiling tokio-tungstenite v0.23.1
14102024-10-14T07:13:07.202Z Compiling tokio-stream v0.1.16
14112024-10-14T07:13:07.276Z Compiling bstr v1.9.1
14122024-10-14T07:13:07.425Z Compiling regex v1.11.0
14132024-10-14T07:13:08.253Z Compiling serde-big-array v0.5.1
14142024-10-14T07:13:08.333Z Compiling ed25519 v2.2.3
14152024-10-14T07:13:08.487Z Compiling pkcs1 v0.7.5
14162024-10-14T07:13:08.514Z Compiling rfc6979 v0.4.0
14172024-10-14T07:13:08.534Z Compiling clap_derive v4.5.18
14182024-10-14T07:13:08.607Z Compiling derive-where v1.2.7
14192024-10-14T07:13:08.698Z Compiling strum_macros v0.25.3
14202024-10-14T07:13:09.054Z Compiling serde_repr v0.1.19
14212024-10-14T07:13:09.301Z Compiling phf_shared v0.10.0
14222024-10-14T07:13:09.537Z Compiling float-cmp v0.9.0
14232024-10-14T07:13:09.718Z Compiling sync_wrapper v1.0.1
14242024-10-14T07:13:09.756Z Compiling new_debug_unreachable v1.0.6
14252024-10-14T07:13:09.853Z Compiling difflib v0.4.0
14262024-10-14T07:13:09.874Z Compiling normalize-line-endings v0.3.0
14272024-10-14T07:13:09.993Z Compiling static_assertions v1.1.0
14282024-10-14T07:13:10.098Z Compiling fixedbitset v0.4.2
14292024-10-14T07:13:10.246Z Compiling predicates-core v1.0.6
14302024-10-14T07:13:10.358Z Compiling unicode-segmentation v1.11.0
14312024-10-14T07:13:10.558Z Compiling bit-vec v0.6.3
14322024-10-14T07:13:10.620Z Compiling whoami v1.5.2
14332024-10-14T07:13:11.014Z Compiling minimal-lexical v0.2.1
14342024-10-14T07:13:11.207Z Compiling precomputed-hash v0.1.1
14352024-10-14T07:13:11.258Z Compiling number_prefix v0.4.0
14362024-10-14T07:13:11.328Z Compiling string_cache v0.8.7
14372024-10-14T07:13:11.484Z Compiling indicatif v0.17.8
14382024-10-14T07:13:11.503Z Compiling nom v7.1.3
14392024-10-14T07:13:11.537Z Compiling similar v2.6.0
14402024-10-14T07:13:11.791Z Compiling tokio-postgres v0.7.12
14412024-10-14T07:13:12.119Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14422024-10-14T07:13:12.807Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14432024-10-14T07:13:13.602Z Compiling clap v4.5.20
14442024-10-14T07:13:13.723Z Compiling bit-set v0.5.3
14452024-10-14T07:13:13.788Z Compiling predicates v3.1.2
14462024-10-14T07:13:14.004Z Compiling petgraph v0.6.5
14472024-10-14T07:13:14.042Z Compiling reqwest v0.12.8
14482024-10-14T07:13:15.282Z Compiling rsa v0.9.6
14492024-10-14T07:13:15.520Z Compiling ecdsa v0.16.9
14502024-10-14T07:13:16.345Z Compiling ed25519-dalek v2.1.1
14512024-10-14T07:13:17.646Z Compiling flate2 v1.0.34
14522024-10-14T07:13:17.673Z Compiling toml v0.7.8
14532024-10-14T07:13:17.695Z Compiling crossterm v0.28.1
14542024-10-14T07:13:18.582Z Compiling hex v0.4.3
14552024-10-14T07:13:18.878Z Compiling itertools v0.12.1
14562024-10-14T07:13:18.959Z Compiling itertools v0.10.5
14572024-10-14T07:13:19.190Z Compiling x509-cert v0.2.5
14582024-10-14T07:13:19.366Z Compiling peg-runtime v0.8.3
14592024-10-14T07:13:19.586Z Compiling unicode-xid v0.2.4
14602024-10-14T07:13:19.779Z Compiling lalrpop-util v0.19.12
14612024-10-14T07:13:20.035Z Compiling xattr v1.3.1
14622024-10-14T07:13:20.141Z Compiling strum_macros v0.26.4
14632024-10-14T07:13:20.311Z Compiling filetime v0.2.25
14642024-10-14T07:13:20.630Z Compiling tar v0.4.42
14652024-10-14T07:13:23.810Z Compiling strum v0.26.3
14662024-10-14T07:13:23.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14672024-10-14T07:13:24.135Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14682024-10-14T07:13:29.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14692024-10-14T07:13:29.346Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14702024-10-14T07:13:29.394ZOct 14 07:13:28.216 INFO Starting download, target: Console
14712024-10-14T07:13:29.394ZOct 14 07:13:28.216 INFO Starting download, target: Clickhouse
14722024-10-14T07:13:29.394ZOct 14 07:13:28.216 INFO Starting download, target: DendriteOpenapi
14732024-10-14T07:13:29.394ZOct 14 07:13:28.216 INFO Starting download, target: Cockroach
14742024-10-14T07:13:29.394ZOct 14 07:13:28.216 INFO Starting download, target: DendriteStub
14752024-10-14T07:13:29.394ZOct 14 07:13:28.216 INFO Starting download, target: MaghemiteMgd
14762024-10-14T07:13:29.394ZOct 14 07:13:28.217 INFO Starting download, target: TransceiverControl
14772024-10-14T07:13:29.397ZOct 14 07:13:28.217 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14782024-10-14T07:13:29.397ZOct 14 07:13:28.217 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14792024-10-14T07:13:29.397ZOct 14 07:13:28.217 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14802024-10-14T07:13:29.397ZOct 14 07:13:28.217 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14812024-10-14T07:13:29.397ZOct 14 07:13:28.217 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14822024-10-14T07:13:29.397ZOct 14 07:13:28.217 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14832024-10-14T07:13:29.397ZOct 14 07:13:28.218 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14842024-10-14T07:13:29.527ZOct 14 07:13:28.339 INFO Download complete, target: DendriteOpenapi
14852024-10-14T07:13:29.595ZOct 14 07:13:28.418 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14862024-10-14T07:13:30.113ZOct 14 07:13:28.877 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14872024-10-14T07:13:30.354ZOct 14 07:13:29.175 INFO Download complete, target: TransceiverControl
14882024-10-14T07:13:30.410ZOct 14 07:13:29.231 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14892024-10-14T07:13:30.423ZOct 14 07:13:29.245 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14902024-10-14T07:13:30.448ZOct 14 07:13:29.253 INFO Download complete, target: Console
14912024-10-14T07:13:30.565ZOct 14 07:13:29.387 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14922024-10-14T07:13:30.565ZOct 14 07:13:29.387 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14932024-10-14T07:13:31.289ZOct 14 07:13:30.093 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14942024-10-14T07:13:33.441ZOct 14 07:13:32.263 INFO Download complete, target: DendriteStub
14952024-10-14T07:13:33.649ZOct 14 07:13:32.471 INFO Download complete, target: MaghemiteMgd
14962024-10-14T07:13:38.829ZOct 14 07:13:37.649 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14972024-10-14T07:13:39.169ZOct 14 07:13:37.982 INFO Checking that binary works, target: Cockroach
14982024-10-14T07:13:39.321ZOct 14 07:13:38.140 INFO Download complete, target: Cockroach
14992024-10-14T07:13:45.219ZOct 14 07:13:44.039 INFO Checking that binary works, target: Clickhouse
15002024-10-14T07:13:45.386ZOct 14 07:13:44.204 INFO Download complete, target: Clickhouse
15012024-10-14T07:13:45.408ZAll builder prerequisites installed successfully, and PATH looks valid
15022024-10-14T07:13:45.411Z
15032024-10-14T07:13:45.411Zreal 5:34.870012850
15042024-10-14T07:13:45.411Zuser 12:41.796700076
15052024-10-14T07:13:45.411Zsys 2:41.465246200
15062024-10-14T07:13:45.411Ztrap 0.451160445
15072024-10-14T07:13:45.411Ztflt 1.619537313
15082024-10-14T07:13:45.411Zdflt 1.532910774
15092024-10-14T07:13:45.411Zkflt 0.023264307
15102024-10-14T07:13:45.411Zlock 24:48.874226656
15112024-10-14T07:13:45.411Zslp 52:06.007600469
15122024-10-14T07:13:45.411Zlat 46.961024039
15132024-10-14T07:13:45.411Zstop 2:05.703247659
15142024-10-14T07:13:45.411Z+ banner build
15152024-10-14T07:13:45.411Z
15162024-10-14T07:13:45.411Z ##### # # # # #####
15172024-10-14T07:13:45.411Z # # # # # # # #
15182024-10-14T07:13:45.411Z ##### # # # # # #
15192024-10-14T07:13:45.411Z # # # # # # # #
15202024-10-14T07:13:45.411Z # # # # # # # #
15212024-10-14T07:13:45.411Z ##### #### # ###### #####
15222024-10-14T07:13:45.411Z
15232024-10-14T07:13:45.411Z+ export 'RUSTFLAGS=-D warnings'
15242024-10-14T07:13:45.411Z+ RUSTFLAGS='-D warnings'
15252024-10-14T07:13:45.411Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
15262024-10-14T07:13:45.411Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
15272024-10-14T07:13:45.414Z+ [[ illumos == \i\l\l\u\m\o\s ]]
15282024-10-14T07:13:45.414Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
15292024-10-14T07:13:45.414Z+ export TMPDIR=/var/tmp/omicron_tmp
15302024-10-14T07:13:45.414Z+ TMPDIR=/var/tmp/omicron_tmp
15312024-10-14T07:13:45.414Z+ export RUST_BACKTRACE=1
15322024-10-14T07:13:45.414Z+ RUST_BACKTRACE=1
15332024-10-14T07:13:45.414Z+ export CARGO_INCREMENTAL=0
15342024-10-14T07:13:45.414Z+ CARGO_INCREMENTAL=0
15352024-10-14T07:13:45.414Z+ export RUSTC_BOOTSTRAP=1
15362024-10-14T07:13:45.414Z+ RUSTC_BOOTSTRAP=1
15372024-10-14T07:13:45.414Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
15382024-10-14T07:13:46.180Z Downloading crates ...
15392024-10-14T07:13:46.523Z Downloaded async-channel v2.3.1
15402024-10-14T07:13:46.527Z Downloaded anes v0.1.6
15412024-10-14T07:13:46.536Z Downloaded plotters-svg v0.3.5
15422024-10-14T07:13:46.539Z Downloaded escape8259 v0.5.2
15432024-10-14T07:13:46.548Z Downloaded async-global-executor v2.4.1
15442024-10-14T07:13:46.552Z Downloaded async-attributes v1.1.2
15452024-10-14T07:13:46.552Z Downloaded assert-json-diff v2.0.2
15462024-10-14T07:13:46.552Z Downloaded cast v0.3.0
15472024-10-14T07:13:46.557Z Downloaded kv-log-macro v1.0.7
15482024-10-14T07:13:46.561Z Downloaded concurrent-queue v2.5.0
15492024-10-14T07:13:46.561Z Downloaded stringmetrics v2.2.2
15502024-10-14T07:13:46.561Z Downloaded oorandom v11.1.3
15512024-10-14T07:13:46.570Z Downloaded nested v0.1.1
15522024-10-14T07:13:46.570Z Downloaded async-lock v3.4.0
15532024-10-14T07:13:46.573Z Downloaded futures-timer v3.0.3
15542024-10-14T07:13:46.573Z Downloaded tinytemplate v1.2.1
15552024-10-14T07:13:46.573Z Downloaded pathdiff v0.2.1
15562024-10-14T07:13:46.573Z Downloaded async-process v2.2.4
15572024-10-14T07:13:46.573Z Downloaded serde_regex v1.1.0
15582024-10-14T07:13:46.573Z Downloaded rust-argon2 v2.1.0
15592024-10-14T07:13:46.576Z Downloaded datatest-stable v0.2.9
15602024-10-14T07:13:46.576Z Downloaded target-spec v3.2.2
15612024-10-14T07:13:46.579Z Downloaded hyper-rustls v0.26.0
15622024-10-14T07:13:46.581Z Downloaded blake2b_simd v1.0.2
15632024-10-14T07:13:46.584Z Downloaded rstest v0.22.0
15642024-10-14T07:13:46.588Z Downloaded partial-io v0.5.4
15652024-10-14T07:13:46.591Z Downloaded trybuild v1.0.99
15662024-10-14T07:13:46.596Z Downloaded async-object-pool v0.1.5
15672024-10-14T07:13:46.601Z Downloaded rand_distr v0.4.3
15682024-10-14T07:13:46.601Z Downloaded event-listener v5.3.1
15692024-10-14T07:13:46.604Z Downloaded doc-comment v0.3.3
15702024-10-14T07:13:46.604Z Downloaded approx v0.5.1
15712024-10-14T07:13:46.604Z Downloaded guppy-workspace-hack v0.1.0
15722024-10-14T07:13:46.607Z Downloaded async-channel v1.9.0
15732024-10-14T07:13:46.614Z Downloaded async-signal v0.2.10
15742024-10-14T07:13:46.617Z Downloaded parking v2.2.1
15752024-10-14T07:13:46.622Z Downloaded event-listener v2.5.3
15762024-10-14T07:13:46.624Z Downloaded indoc v2.0.5
15772024-10-14T07:13:46.624Z Downloaded threadpool v1.8.1
15782024-10-14T07:13:46.628Z Downloaded fancy-regex v0.13.0
15792024-10-14T07:13:46.631Z Downloaded async-task v4.7.1
15802024-10-14T07:13:46.633Z Downloaded similar-asserts v1.6.0
15812024-10-14T07:13:46.636Z Downloaded relative-path v1.9.3
15822024-10-14T07:13:46.640Z Downloaded plotters-backend v0.3.5
15832024-10-14T07:13:46.640Z Downloaded num_cpus v1.16.0
15842024-10-14T07:13:46.640Z Downloaded blocking v1.6.1
15852024-10-14T07:13:46.643Z Downloaded pretty_assertions v1.4.1
15862024-10-14T07:13:46.647Z Downloaded proc-macro-crate v3.1.0
15872024-10-14T07:13:46.651Z Downloaded path-tree v0.8.1
15882024-10-14T07:13:46.651Z Downloaded event-listener-strategy v0.5.2
15892024-10-14T07:13:46.651Z Downloaded criterion-plot v0.5.0
15902024-10-14T07:13:46.659Z Downloaded rustls-native-certs v0.7.0
15912024-10-14T07:13:46.661Z Downloaded piper v0.2.4
15922024-10-14T07:13:46.661Z Downloaded httptest v0.16.1
15932024-10-14T07:13:46.662Z Downloaded target-lexicon v0.12.16
15942024-10-14T07:13:46.662Z Downloaded libtest-mimic v0.7.3
15952024-10-14T07:13:46.662Z Downloaded cfg-expr v0.17.0
15962024-10-14T07:13:46.664Z Downloaded async-io v2.3.4
15972024-10-14T07:13:46.667Z Downloaded futures-lite v2.3.0
15982024-10-14T07:13:46.669Z Downloaded async-executor v1.13.1
15992024-10-14T07:13:46.674Z Downloaded assert_cmd v2.0.16
16002024-10-14T07:13:46.674Z Downloaded rstest_macros v0.22.0
16012024-10-14T07:13:46.677Z Downloaded polling v3.7.3
16022024-10-14T07:13:46.680Z Downloaded guppy v0.17.8
16032024-10-14T07:13:46.684Z Downloaded yansi v1.0.1
16042024-10-14T07:13:46.686Z Downloaded toml_edit v0.21.1
16052024-10-14T07:13:46.706Z Downloaded criterion v0.5.1
16062024-10-14T07:13:46.712Z Downloaded async-std v1.13.0
16072024-10-14T07:13:46.731Z Downloaded plotters v0.3.5
16082024-10-14T07:13:46.772Z Downloaded httpmock v0.8.0-alpha.1
16092024-10-14T07:13:47.446Z Dirty proc-macro2 v1.0.87: the rustflags changed
16102024-10-14T07:13:47.446Z Compiling proc-macro2 v1.0.87
16112024-10-14T07:13:47.446Z Dirty unicode-ident v1.0.13: the rustflags changed
16122024-10-14T07:13:47.446Z Compiling unicode-ident v1.0.13
16132024-10-14T07:13:47.446Z Dirty libc v0.2.159: the rustflags changed
16142024-10-14T07:13:47.446Z Compiling libc v0.2.159
16152024-10-14T07:13:47.450Z Dirty cfg-if v1.0.0: the rustflags changed
16162024-10-14T07:13:47.450Z Compiling cfg-if v1.0.0
16172024-10-14T07:13:47.450Z Dirty serde v1.0.210: the rustflags changed
16182024-10-14T07:13:47.450Z Compiling serde v1.0.210
16192024-10-14T07:13:47.450Z Dirty autocfg v1.3.0: the rustflags changed
16202024-10-14T07:13:47.450Z Compiling autocfg v1.3.0
16212024-10-14T07:13:47.450Z Dirty once_cell v1.19.0: the rustflags changed
16222024-10-14T07:13:47.450Z Compiling once_cell v1.19.0
16232024-10-14T07:13:47.450Z Dirty version_check v0.9.5: the rustflags changed
16242024-10-14T07:13:47.450Z Compiling version_check v0.9.5
16252024-10-14T07:13:47.450Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=17cdc4d31a0d05b9 -C extra-filename=-17cdc4d31a0d05b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-10-14T07:13:47.450Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55862b4b1d68d132 -C extra-filename=-55862b4b1d68d132 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:13:47.450Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2ac3d04886efdd46 -C extra-filename=-2ac3d04886efdd46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-10-14T07:13:47.450Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=94faf137b493206b -C extra-filename=-94faf137b493206b --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:13:47.590Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c0aa51eaa19bc06f -C extra-filename=-c0aa51eaa19bc06f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-10-14T07:13:47.592Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d381d90b77512a0f -C extra-filename=-d381d90b77512a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-10-14T07:13:47.592Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f67b0bf22e78afd -C extra-filename=-6f67b0bf22e78afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-10-14T07:13:47.592Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7640f4cdb39f9682 -C extra-filename=-7640f4cdb39f9682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-10-14T07:13:47.687Z Dirty memchr v2.7.2: the rustflags changed
16342024-10-14T07:13:47.687Z Compiling memchr v2.7.2
16352024-10-14T07:13:47.744Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3b15747880b886c1 -C extra-filename=-3b15747880b886c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-10-14T07:13:47.869Z Dirty value-bag v1.9.0: the rustflags changed
16372024-10-14T07:13:47.869Z Compiling value-bag v1.9.0
16382024-10-14T07:13:47.897Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=6bc82a1397c079d6 -C extra-filename=-6bc82a1397c079d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-10-14T07:13:47.994Z Dirty scopeguard v1.2.0: the rustflags changed
16402024-10-14T07:13:47.994Z Compiling scopeguard v1.2.0
16412024-10-14T07:13:48.062Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /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 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5380524236143168 -C extra-filename=-5380524236143168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-10-14T07:13:48.138Z Dirty itoa v1.0.11: the rustflags changed
16432024-10-14T07:13:48.138Z Compiling itoa v1.0.11
16442024-10-14T07:13:48.177Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4cb0fb6bacfafb96 -C extra-filename=-4cb0fb6bacfafb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-10-14T07:13:48.242Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build`
16462024-10-14T07:13:48.283Z Dirty log v0.4.22: the rustflags changed
16472024-10-14T07:13:48.283Z Compiling log v0.4.22
16482024-10-14T07:13:48.316Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=31bde78633f57151 -C extra-filename=-31bde78633f57151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-6bc82a1397c079d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16492024-10-14T07:13:48.329Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9/build-script-build`
16502024-10-14T07:13:48.350Z Dirty smallvec v1.13.2: the rustflags changed
16512024-10-14T07:13:48.350Z Compiling smallvec v1.13.2
16522024-10-14T07:13:48.353Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=90c42fabfdf6af03 -C extra-filename=-90c42fabfdf6af03 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:13:48.429Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46/build-script-build`
16542024-10-14T07:13:48.456Z Dirty pin-project-lite v0.2.14: the rustflags changed
16552024-10-14T07:13:48.456Z Compiling pin-project-lite v0.2.14
16562024-10-14T07:13:48.460Z Dirty subtle v2.5.0: the rustflags changed
16572024-10-14T07:13:48.460Z Compiling subtle v2.5.0
16582024-10-14T07:13:48.460Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5196b1d39b63f0cb -C extra-filename=-5196b1d39b63f0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-10-14T07:13:48.474Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=69c441407b09e74b -C extra-filename=-69c441407b09e74b --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:13:48.509Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1b46dd66a7c6c3c6 -C extra-filename=-1b46dd66a7c6c3c6 --out-dir /work/oxidecomputer/omicron/target/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 --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
16612024-10-14T07:13:48.569Z Dirty lock_api v0.4.12: the rustflags changed
16622024-10-14T07:13:48.569Z Compiling lock_api v0.4.12
16632024-10-14T07:13:48.574Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=653785a230c85179 -C extra-filename=-653785a230c85179 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-10-14T07:13:48.594Z Dirty parking_lot_core v0.9.10: the rustflags changed
16652024-10-14T07:13:48.594Z Compiling parking_lot_core v0.9.10
16662024-10-14T07:13:48.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=aeb53c5354bb50d5 -C extra-filename=-aeb53c5354bb50d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-10-14T07:13:48.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=03448f2c6b15b59e -C extra-filename=-03448f2c6b15b59e --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-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
16682024-10-14T07:13:48.717Z Dirty thiserror v1.0.64: the rustflags changed
16692024-10-14T07:13:48.717Z Compiling thiserror v1.0.64
16702024-10-14T07:13:48.720Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b2eec9a92e86dcf -C extra-filename=-7b2eec9a92e86dcf --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-10-14T07:13:48.816Z Dirty typenum v1.17.0: the rustflags changed
16722024-10-14T07:13:48.816Z Compiling typenum v1.17.0
16732024-10-14T07:13:48.819Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f78d3e5b0e6ba211 -C extra-filename=-f78d3e5b0e6ba211 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-10-14T07:13:48.942Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build`
16752024-10-14T07:13:49.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=09a20e99f076665f -C extra-filename=-09a20e99f076665f --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-5380524236143168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16762024-10-14T07:13:49.130Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
16772024-10-14T07:13:49.163Z Dirty generic-array v0.14.7: the rustflags changed
16782024-10-14T07:13:49.163Z Compiling generic-array v0.14.7
16792024-10-14T07:13:49.166Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6331d367a75138c7 -C extra-filename=-6331d367a75138c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-10-14T07:13:49.188Z Dirty futures-core v0.3.31: the rustflags changed
16812024-10-14T07:13:49.188Z Compiling futures-core v0.3.31
16822024-10-14T07:13:49.230Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=5c0c6b13016b0cbd -C extra-filename=-5c0c6b13016b0cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-10-14T07:13:49.380Z Dirty byteorder v1.5.0: the rustflags changed
16842024-10-14T07:13:49.380Z Compiling byteorder v1.5.0
16852024-10-14T07:13:49.383Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=325983a483f82094 -C extra-filename=-325983a483f82094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-10-14T07:13:49.383Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build`
16872024-10-14T07:13:49.441Z Dirty quote v1.0.37: the rustflags changed
16882024-10-14T07:13:49.441Z Compiling quote v1.0.37
16892024-10-14T07:13:49.444Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=826627f40ad2fed3 -C extra-filename=-826627f40ad2fed3 --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-03448f2c6b15b59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-10-14T07:13:49.535Z Dirty ryu v1.0.18: the rustflags changed
16912024-10-14T07:13:49.535Z Compiling ryu v1.0.18
16922024-10-14T07:13:49.538Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=c8748712d383e42f -C extra-filename=-c8748712d383e42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16932024-10-14T07:13:49.578Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
16942024-10-14T07:13:49.611Z Dirty libm v0.2.8: the rustflags changed
16952024-10-14T07:13:49.611Z Compiling libm v0.2.8
16962024-10-14T07:13:49.615Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=167dbd547a9f8507 -C extra-filename=-167dbd547a9f8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-10-14T07:13:49.636Z Dirty num-traits v0.2.19: the rustflags changed
16982024-10-14T07:13:49.636Z Compiling num-traits v0.2.19
16992024-10-14T07:13:49.639Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.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="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df973dab6b6b4461 -C extra-filename=-df973dab6b6b4461 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-10-14T07:13:49.928Z Dirty syn v2.0.79: the rustflags changed
17012024-10-14T07:13:49.928Z Compiling syn v2.0.79
17022024-10-14T07:13:49.931Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d1bb9b0d189db5f1 -C extra-filename=-d1bb9b0d189db5f1 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-10-14T07:13:49.956Z Dirty getrandom v0.2.14: the rustflags changed
17042024-10-14T07:13:49.956Z Compiling getrandom v0.2.14
17052024-10-14T07:13:49.958Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b050ca61f382ec87 -C extra-filename=-b050ca61f382ec87 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-10-14T07:13:49.983Z Dirty jobserver v0.1.32: the rustflags changed
17072024-10-14T07:13:49.983Z Compiling jobserver v0.1.32
17082024-10-14T07:13:50.002Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53659cce17325665 -C extra-filename=-53659cce17325665 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17092024-10-14T07:13:50.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6a1cc2da7277af98 -C extra-filename=-6a1cc2da7277af98 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-10-14T07:13:50.051Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
17112024-10-14T07:13:50.058Z Dirty signal-hook-registry v1.4.2: the rustflags changed
17122024-10-14T07:13:50.058Z Compiling signal-hook-registry v1.4.2
17132024-10-14T07:13:50.062Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f7cf3856044bb3a -C extra-filename=-4f7cf3856044bb3a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-10-14T07:13:50.191Z Dirty rand_core v0.6.4: the rustflags changed
17152024-10-14T07:13:50.191Z Compiling rand_core v0.6.4
17162024-10-14T07:13:50.194Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8b13f8510d518754 -C extra-filename=-8b13f8510d518754 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-10-14T07:13:50.254Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=60752444239cd916 -C extra-filename=-60752444239cd916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17182024-10-14T07:13:50.454Z Dirty cc v1.0.97: the rustflags changed
17192024-10-14T07:13:50.454Z Compiling cc v1.0.97
17202024-10-14T07:13:50.457Z Dirty parking_lot v0.12.2: the rustflags changed
17212024-10-14T07:13:50.457Z Compiling parking_lot v0.12.2
17222024-10-14T07:13:50.457Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=472720b9ff68b690 -C extra-filename=-472720b9ff68b690 --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-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6a1cc2da7277af98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-10-14T07:13:50.457Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=43b8f6db9526eca9 -C extra-filename=-43b8f6db9526eca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-53659cce17325665.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17242024-10-14T07:13:50.669Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
17252024-10-14T07:13:50.707Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ba00d9da7e296366 -C extra-filename=-ba00d9da7e296366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-10-14T07:13:50.748Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build`
17272024-10-14T07:13:50.920Z Dirty mio v1.0.2: the rustflags changed
17282024-10-14T07:13:50.920Z Compiling mio v1.0.2
17292024-10-14T07:13:50.923Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=a720034d2cb4e287 -C extra-filename=-a720034d2cb4e287 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17302024-10-14T07:13:50.947Z Dirty serde_json v1.0.128: the rustflags changed
17312024-10-14T07:13:50.947Z Compiling serde_json v1.0.128
17322024-10-14T07:13:50.949Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ddccb03e725d221f -C extra-filename=-ddccb03e725d221f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-10-14T07:13:50.969Z Dirty equivalent v1.0.1: the rustflags changed
17342024-10-14T07:13:50.969Z Compiling equivalent v1.0.1
17352024-10-14T07:13:50.972Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0ebed4a536b088 -C extra-filename=-8d0ebed4a536b088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17362024-10-14T07:13:51.083Z Dirty hashbrown v0.15.0: the rustflags changed
17372024-10-14T07:13:51.083Z Compiling hashbrown v0.15.0
17382024-10-14T07:13:51.086Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6a55fd2f98a759ca -C extra-filename=-6a55fd2f98a759ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-10-14T07:13:51.353Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build`
17402024-10-14T07:13:51.387Z Dirty spin v0.9.8: the rustflags changed
17412024-10-14T07:13:51.387Z Compiling spin v0.9.8
17422024-10-14T07:13:51.389Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=d52e3d8c16e8a214 -C extra-filename=-d52e3d8c16e8a214 --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-09a20e99f076665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17432024-10-14T07:13:51.439Z Dirty fnv v1.0.7: the rustflags changed
17442024-10-14T07:13:51.440Z Compiling fnv v1.0.7
17452024-10-14T07:13:51.442Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=384dbe410948d0e9 -C extra-filename=-384dbe410948d0e9 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:13:51.577Z Dirty socket2 v0.5.7: the rustflags changed
17472024-10-14T07:13:51.577Z Compiling socket2 v0.5.7
17482024-10-14T07:13:51.580Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=31f20414dbea471d -C extra-filename=-31f20414dbea471d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-10-14T07:13:51.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.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="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2914d78ac96fc53c -C extra-filename=-2914d78ac96fc53c --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-ba00d9da7e296366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
17502024-10-14T07:13:51.809Z Dirty slab v0.4.9: the rustflags changed
17512024-10-14T07:13:51.809Z Compiling slab v0.4.9
17522024-10-14T07:13:51.812Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26e342cf5190e347 -C extra-filename=-26e342cf5190e347 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-10-14T07:13:52.087Z Dirty futures-io v0.3.31: the rustflags changed
17542024-10-14T07:13:52.087Z Compiling futures-io v0.3.31
17552024-10-14T07:13:52.091Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1d4c5c102c6e9563 -C extra-filename=-1d4c5c102c6e9563 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:13:52.112Z Dirty const-oid v0.9.6: the rustflags changed
17572024-10-14T07:13:52.112Z Compiling const-oid v0.9.6
17582024-10-14T07:13:52.114Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=0fbd4ee0c026a43b -C extra-filename=-0fbd4ee0c026a43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-10-14T07:13:52.184Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build`
17602024-10-14T07:13:52.306Z Dirty futures-sink v0.3.31: the rustflags changed
17612024-10-14T07:13:52.306Z Compiling futures-sink v0.3.31
17622024-10-14T07:13:52.309Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=7739957597c73f63 -C extra-filename=-7739957597c73f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-10-14T07:13:52.332Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f96e20c34b56be83 -C extra-filename=-f96e20c34b56be83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-10-14T07:13:52.413Z Dirty pin-utils v0.1.0: the rustflags changed
17652024-10-14T07:13:52.413Z Compiling pin-utils v0.1.0
17662024-10-14T07:13:52.417Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab4c9310920e6cf2 -C extra-filename=-ab4c9310920e6cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-10-14T07:13:52.464Z Dirty pkg-config v0.3.30: the rustflags changed
17682024-10-14T07:13:52.464Z Compiling pkg-config v0.3.30
17692024-10-14T07:13:52.467Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb481e38678e4e0a -C extra-filename=-eb481e38678e4e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-10-14T07:13:52.510Z Dirty cpufeatures v0.2.12: the rustflags changed
17712024-10-14T07:13:52.510Z Compiling cpufeatures v0.2.12
17722024-10-14T07:13:52.513Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=250510e548f1bd64 -C extra-filename=-250510e548f1bd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-10-14T07:13:52.607Z Dirty futures-channel v0.3.31: the rustflags changed
17742024-10-14T07:13:52.607Z Compiling futures-channel v0.3.31
17752024-10-14T07:13:52.610Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=acd6c3528e857df4 -C extra-filename=-acd6c3528e857df4 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-10-14T07:13:52.628Z Dirty regex-syntax v0.8.5: the rustflags changed
17772024-10-14T07:13:52.628Z Compiling regex-syntax v0.8.5
17782024-10-14T07:13:52.634Z Dirty futures-task v0.3.31: the rustflags changed
17792024-10-14T07:13:52.634Z Compiling futures-task v0.3.31
17802024-10-14T07:13:52.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=26edaa7b21c00140 -C extra-filename=-26edaa7b21c00140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17812024-10-14T07:13:52.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0af99bb190aa0ae2 -C extra-filename=-0af99bb190aa0ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17822024-10-14T07:13:52.969Z Dirty aho-corasick v1.1.3: the rustflags changed
17832024-10-14T07:13:52.969Z Compiling aho-corasick v1.1.3
17842024-10-14T07:13:52.971Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.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-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ccd418511fd0e494 -C extra-filename=-ccd418511fd0e494 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17852024-10-14T07:13:53.015Z Dirty rustix v0.38.37: the rustflags changed
17862024-10-14T07:13:53.015Z Compiling rustix v0.38.37
17872024-10-14T07:13:53.019Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=1255d294522a49db -C extra-filename=-1255d294522a49db --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17882024-10-14T07:13:53.749Z Dirty errno v0.3.9: the rustflags changed
17892024-10-14T07:13:53.749Z Compiling errno v0.3.9
17902024-10-14T07:13:53.751Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=845b76ba4aeefe65 -C extra-filename=-845b76ba4aeefe65 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-10-14T07:13:53.906Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db/build-script-build`
17922024-10-14T07:13:53.990Z Dirty semver v1.0.23: the rustflags changed
17932024-10-14T07:13:53.991Z Compiling semver v1.0.23
17942024-10-14T07:13:54.019Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=746a93df62810af4 -C extra-filename=-746a93df62810af4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-10-14T07:13:54.023Z Dirty tracing-core v0.1.32: the rustflags changed
17962024-10-14T07:13:54.023Z Compiling tracing-core v0.1.32
17972024-10-14T07:13:54.048Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=adeb21224cd93e5d -C extra-filename=-adeb21224cd93e5d --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-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-10-14T07:13:54.052Z Dirty syn v1.0.109: the rustflags changed
17992024-10-14T07:13:54.054Z Compiling syn v1.0.109
18002024-10-14T07:13:54.054Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=7bd69fb34c9940b1 -C extra-filename=-7bd69fb34c9940b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-10-14T07:13:54.078Z Dirty tinyvec_macros v0.1.1: the rustflags changed
18022024-10-14T07:13:54.079Z Compiling tinyvec_macros v0.1.1
18032024-10-14T07:13:54.081Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3f75058ddf213ea -C extra-filename=-e3f75058ddf213ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18042024-10-14T07:13:54.178Z Dirty tinyvec v1.6.0: the rustflags changed
18052024-10-14T07:13:54.178Z Compiling tinyvec v1.6.0
18062024-10-14T07:13:54.181Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=bfd9b440086bc207 -C extra-filename=-bfd9b440086bc207 --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-e3f75058ddf213ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18072024-10-14T07:13:54.529Z Dirty iana-time-zone v0.1.60: the rustflags changed
18082024-10-14T07:13:54.529Z Compiling iana-time-zone v0.1.60
18092024-10-14T07:13:54.531Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.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="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e4234c30fefa5b8b -C extra-filename=-e4234c30fefa5b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18102024-10-14T07:13:54.597Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
18112024-10-14T07:13:54.676Z Dirty heck v0.5.0: the rustflags changed
18122024-10-14T07:13:54.676Z Compiling heck v0.5.0
18132024-10-14T07:13:54.680Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=830498e334c402a9 -C extra-filename=-830498e334c402a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18142024-10-14T07:13:54.764Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
18152024-10-14T07:13:54.840Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6e40a918bc2bff98 -C extra-filename=-6e40a918bc2bff98 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
18162024-10-14T07:13:55.027Z Dirty unicode-bidi v0.3.15: the rustflags changed
18172024-10-14T07:13:55.027Z Compiling unicode-bidi v0.3.15
18182024-10-14T07:13:55.031Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=773c324f50696e3f -C extra-filename=-773c324f50696e3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-10-14T07:13:55.188Z Dirty percent-encoding v2.3.1: the rustflags changed
18202024-10-14T07:13:55.188Z Compiling percent-encoding v2.3.1
18212024-10-14T07:13:55.191Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8bf889c42ff0e1d1 -C extra-filename=-8bf889c42ff0e1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-10-14T07:13:55.479Z Dirty ppv-lite86 v0.2.17: the rustflags changed
18232024-10-14T07:13:55.479Z Compiling ppv-lite86 v0.2.17
18242024-10-14T07:13:55.483Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de1c01fb16cf43da -C extra-filename=-de1c01fb16cf43da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-10-14T07:13:55.564Z Dirty vcpkg v0.2.15: the rustflags changed
18262024-10-14T07:13:55.564Z Compiling vcpkg v0.2.15
18272024-10-14T07:13:55.567Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1de0e5370f5fe5c3 -C extra-filename=-1de0e5370f5fe5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-10-14T07:13:55.693Z Dirty unicode-normalization v0.1.23: the rustflags changed
18292024-10-14T07:13:55.693Z Compiling unicode-normalization v0.1.23
18302024-10-14T07:13:55.719Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4163aa611c9fa9ab -C extra-filename=-4163aa611c9fa9ab --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-bfd9b440086bc207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-10-14T07:13:56.223Z Dirty regex-automata v0.4.8: the rustflags changed
18322024-10-14T07:13:56.224Z Compiling regex-automata v0.4.8
18332024-10-14T07:13:56.240Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=0ed8673c9bd0a4e9 -C extra-filename=-0ed8673c9bd0a4e9 --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-10-14T07:13:56.550Z Dirty rand_chacha v0.3.1: the rustflags changed
18352024-10-14T07:13:56.550Z Compiling rand_chacha v0.3.1
18362024-10-14T07:13:56.553Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=2667bd39ef37db11 -C extra-filename=-2667bd39ef37db11 --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-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18372024-10-14T07:13:56.801Z Dirty form_urlencoded v1.2.1: the rustflags changed
18382024-10-14T07:13:56.801Z Compiling form_urlencoded v1.2.1
18392024-10-14T07:13:56.805Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5569ff5eb631ad8f -C extra-filename=-5569ff5eb631ad8f --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-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-10-14T07:13:57.137Z Dirty schemars v0.8.21: the rustflags changed
18412024-10-14T07:13:57.137Z Compiling schemars v0.8.21
18422024-10-14T07:13:57.139Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=55f55719d25eeb1e -C extra-filename=-55f55719d25eeb1e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-10-14T07:13:57.570Z Dirty serde_derive_internals v0.29.1: the rustflags changed
18442024-10-14T07:13:57.570Z Compiling serde_derive_internals v0.29.1
18452024-10-14T07:13:57.573Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01dba1068e6c4535 -C extra-filename=-01dba1068e6c4535 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-10-14T07:13:57.786Z Dirty crossbeam-utils v0.8.19: the rustflags changed
18472024-10-14T07:13:57.786Z Compiling crossbeam-utils v0.8.19
18482024-10-14T07:13:57.788Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c614866a1ad12207 -C extra-filename=-c614866a1ad12207 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-10-14T07:13:58.520Z Dirty dyn-clone v1.0.17: the rustflags changed
18502024-10-14T07:13:58.520Z Compiling dyn-clone v1.0.17
18512024-10-14T07:13:58.523Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5859d1b7689bc278 -C extra-filename=-5859d1b7689bc278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-10-14T07:13:58.546Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build`
18532024-10-14T07:13:58.582Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
18542024-10-14T07:13:58.617Z Dirty rand v0.8.5: the rustflags changed
18552024-10-14T07:13:58.617Z Compiling rand v0.8.5
18562024-10-14T07:13:58.621Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=3626728e99f8adb9 -C extra-filename=-3626728e99f8adb9 --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-1b46dd66a7c6c3c6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18572024-10-14T07:13:58.749Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6f3b480f63e334a5 -C extra-filename=-6f3b480f63e334a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-10-14T07:13:58.955Z Dirty ring v0.17.8: the rustflags changed
18592024-10-14T07:13:58.955Z Compiling ring v0.17.8
18602024-10-14T07:13:58.958Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0680a8c0a0c16906 -C extra-filename=-0680a8c0a0c16906 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-10-14T07:13:59.277Z Dirty idna v0.5.0: the rustflags changed
18622024-10-14T07:13:59.277Z Compiling idna v0.5.0
18632024-10-14T07:13:59.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=28c67756af01de96 -C extra-filename=-28c67756af01de96 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-10-14T07:14:00.084Z Dirty httparse v1.8.0: the rustflags changed
18652024-10-14T07:14:00.084Z Compiling httparse v1.8.0
18662024-10-14T07:14:00.086Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=080b0553c9222f9d -C extra-filename=-080b0553c9222f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-10-14T07:14:00.310Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906/build-script-build`
18682024-10-14T07:14:00.435Z Dirty url v2.5.2: the rustflags changed
18692024-10-14T07:14:00.435Z Compiling url v2.5.2
18702024-10-14T07:14:00.476Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c883dcfe2d3789aa -C extra-filename=-c883dcfe2d3789aa --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-5569ff5eb631ad8f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-10-14T07:14:00.619Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build`
18722024-10-14T07:14:00.643Z Dirty either v1.13.0: the rustflags changed
18732024-10-14T07:14:00.643Z Compiling either v1.13.0
18742024-10-14T07:14:00.646Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=5d39f2eb1424d60a -C extra-filename=-5d39f2eb1424d60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-10-14T07:14:00.668Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ceb8996510f7f6e -C extra-filename=-4ceb8996510f7f6e --out-dir /work/oxidecomputer/omicron/target/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`
18762024-10-14T07:14:00.873Z Dirty lazy_static v1.5.0: the rustflags changed
18772024-10-14T07:14:00.873Z Compiling lazy_static v1.5.0
18782024-10-14T07:14:00.876Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4058c7340bf7b5f3 -C extra-filename=-4058c7340bf7b5f3 --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-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-10-14T07:14:01.002Z Dirty ahash v0.8.11: the rustflags changed
18802024-10-14T07:14:01.002Z Compiling ahash v0.8.11
18812024-10-14T07:14:01.021Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=6093e0e56b120ab2 -C extra-filename=-6093e0e56b120ab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-10-14T07:14:01.079Z Dirty time-core v0.1.2: the rustflags changed
18832024-10-14T07:14:01.079Z Compiling time-core v0.1.2
18842024-10-14T07:14:01.081Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8438a68f7699e06 -C extra-filename=-e8438a68f7699e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18852024-10-14T07:14:01.258Z Dirty powerfmt v0.2.0: the rustflags changed
18862024-10-14T07:14:01.258Z Compiling powerfmt v0.2.0
18872024-10-14T07:14:01.260Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=3fa201fe28271c4f -C extra-filename=-3fa201fe28271c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-10-14T07:14:01.358Z Dirty untrusted v0.9.0: the rustflags changed
18892024-10-14T07:14:01.358Z Compiling untrusted v0.9.0
18902024-10-14T07:14:01.361Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ba18449f0014995 -C extra-filename=-5ba18449f0014995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-10-14T07:14:01.426Z Dirty base64ct v1.6.0: the rustflags changed
18922024-10-14T07:14:01.426Z Compiling base64ct v1.6.0
18932024-10-14T07:14:01.428Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43a44750c8116f3c -C extra-filename=-43a44750c8116f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18942024-10-14T07:14:01.511Z Dirty atomic-waker v1.1.2: the rustflags changed
18952024-10-14T07:14:01.511Z Compiling atomic-waker v1.1.2
18962024-10-14T07:14:01.514Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0226d346e4689e13 -C extra-filename=-0226d346e4689e13 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:14:01.666Z Dirty regex v1.11.0: the rustflags changed
18982024-10-14T07:14:01.666Z Compiling regex v1.11.0
18992024-10-14T07:14:01.669Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=e660d68715848f0c -C extra-filename=-e660d68715848f0c --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-10-14T07:14:01.698Z Dirty num-conv v0.1.0: the rustflags changed
19012024-10-14T07:14:01.698Z Compiling num-conv v0.1.0
19022024-10-14T07:14:01.701Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dbaadbd2a98f6d3 -C extra-filename=-2dbaadbd2a98f6d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-10-14T07:14:01.987Z Dirty time-macros v0.2.18: the rustflags changed
19042024-10-14T07:14:01.987Z Compiling time-macros v0.2.18
19052024-10-14T07:14:01.990Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=fe135c41e946333f -C extra-filename=-fe135c41e946333f --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-2dbaadbd2a98f6d3.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-10-14T07:14:02.028Z Dirty deranged v0.3.11: the rustflags changed
19072024-10-14T07:14:02.028Z Compiling deranged v0.3.11
19082024-10-14T07:14:02.031Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=aad5a879e3302801 -C extra-filename=-aad5a879e3302801 --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-3fa201fe28271c4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-10-14T07:14:02.200Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
19102024-10-14T07:14:02.274Z Dirty num_threads v0.1.7: the rustflags changed
19112024-10-14T07:14:02.274Z Compiling num_threads v0.1.7
19122024-10-14T07:14:02.277Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cdb0e798929dbb9 -C extra-filename=-4cdb0e798929dbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-10-14T07:14:02.400Z Dirty strsim v0.11.1: the rustflags changed
19142024-10-14T07:14:02.400Z Compiling strsim v0.11.1
19152024-10-14T07:14:02.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1f7ddb01f1b033d -C extra-filename=-a1f7ddb01f1b033d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-10-14T07:14:02.726Z Dirty httpdate v1.0.3: the rustflags changed
19172024-10-14T07:14:02.726Z Compiling httpdate v1.0.3
19182024-10-14T07:14:02.729Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fbea464aaabb1e8 -C extra-filename=-6fbea464aaabb1e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-10-14T07:14:03.216Z Dirty try-lock v0.2.5: the rustflags changed
19202024-10-14T07:14:03.216Z Compiling try-lock v0.2.5
19212024-10-14T07:14:03.218Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=313404437aa63526 -C extra-filename=-313404437aa63526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19222024-10-14T07:14:03.315Z Dirty rustls-pki-types v1.9.0: the rustflags changed
19232024-10-14T07:14:03.316Z Compiling rustls-pki-types v1.9.0
19242024-10-14T07:14:03.318Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=81784d68f5720db1 -C extra-filename=-81784d68f5720db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-10-14T07:14:03.378Z Dirty want v0.3.1: the rustflags changed
19262024-10-14T07:14:03.378Z Compiling want v0.3.1
19272024-10-14T07:14:03.381Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=834a74e98d60d91b -C extra-filename=-834a74e98d60d91b --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-313404437aa63526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-10-14T07:14:03.687Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
19292024-10-14T07:14:03.687Z Compiling pem-rfc7468 v0.7.0
19302024-10-14T07:14:03.690Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e6975d27c0797841 -C extra-filename=-e6975d27c0797841 --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-43a44750c8116f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-10-14T07:14:03.927Z Dirty base64 v0.22.1: the rustflags changed
19322024-10-14T07:14:03.927Z Compiling base64 v0.22.1
19332024-10-14T07:14:03.936Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2da632077f49dfb6 -C extra-filename=-2da632077f49dfb6 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:14:04.405Z Dirty backtrace v0.3.71: the rustflags changed
19352024-10-14T07:14:04.405Z Compiling backtrace v0.3.71
19362024-10-14T07:14:04.408Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=b566670ef0ea36fa -C extra-filename=-b566670ef0ea36fa --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-10-14T07:14:04.429Z Dirty rustversion v1.0.17: the rustflags changed
19382024-10-14T07:14:04.429Z Compiling rustversion v1.0.17
19392024-10-14T07:14:04.432Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b051871c96bdc0 -C extra-filename=-12b051871c96bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-10-14T07:14:04.475Z Dirty serde_derive v1.0.210: the rustflags changed
19412024-10-14T07:14:04.475Z Compiling serde_derive v1.0.210
19422024-10-14T07:14:04.477Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=8a19dc9c99dbd829 -C extra-filename=-8a19dc9c99dbd829 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-10-14T07:14:04.701Z Dirty zeroize_derive v1.4.2: the rustflags changed
19442024-10-14T07:14:04.701Z Compiling zeroize_derive v1.4.2
19452024-10-14T07:14:04.704Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa42a6b70ded341 -C extra-filename=-7aa42a6b70ded341 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-10-14T07:14:05.000Z Dirty thiserror-impl v1.0.64: the rustflags changed
19472024-10-14T07:14:05.000Z Compiling thiserror-impl v1.0.64
19482024-10-14T07:14:05.004Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c968647aa7910e97 -C extra-filename=-c968647aa7910e97 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-10-14T07:14:05.226Z Dirty tokio-macros v2.4.0: the rustflags changed
19502024-10-14T07:14:05.226Z Compiling tokio-macros v2.4.0
19512024-10-14T07:14:05.228Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ee6c8855525af6d -C extra-filename=-5ee6c8855525af6d --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-10-14T07:14:05.346Z Dirty futures-macro v0.3.31: the rustflags changed
19532024-10-14T07:14:05.346Z Compiling futures-macro v0.3.31
19542024-10-14T07:14:05.349Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=e34a33ad812c94f1 -C extra-filename=-e34a33ad812c94f1 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-10-14T07:14:05.771Z Dirty tracing-attributes v0.1.27: the rustflags changed
19562024-10-14T07:14:05.771Z Compiling tracing-attributes v0.1.27
19572024-10-14T07:14:05.774Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=10f516bcd2418e59 -C extra-filename=-10f516bcd2418e59 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-10-14T07:14:06.496Z Dirty zeroize v1.8.1: the rustflags changed
19592024-10-14T07:14:06.496Z Compiling zeroize v1.8.1
19602024-10-14T07:14:06.515Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=5fccba4af4fe4320 -C extra-filename=-5fccba4af4fe4320 --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-7aa42a6b70ded341.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-10-14T07:14:06.900Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=04cd9bd80d33c46b -C extra-filename=-04cd9bd80d33c46b --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-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
19622024-10-14T07:14:07.032Z Dirty zerocopy-derive v0.7.34: the rustflags changed
19632024-10-14T07:14:07.032Z Compiling zerocopy-derive v0.7.34
19642024-10-14T07:14:07.035Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9baf123c8ec1c98 -C extra-filename=-f9baf123c8ec1c98 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-10-14T07:14:07.509Z Dirty futures-util v0.3.31: the rustflags changed
19662024-10-14T07:14:07.509Z Compiling futures-util v0.3.31
19672024-10-14T07:14:07.512Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=34da37f6ba5f3f7d -C extra-filename=-34da37f6ba5f3f7d --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-e34a33ad812c94f1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19682024-10-14T07:14:08.326Z Dirty crypto-common v0.1.6: the rustflags changed
19692024-10-14T07:14:08.326Z Compiling crypto-common v0.1.6
19702024-10-14T07:14:08.329Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=076d2b7c223b04b6 -C extra-filename=-076d2b7c223b04b6 --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-04cd9bd80d33c46b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-10-14T07:14:08.474Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f56abb67316997f -C extra-filename=-4f56abb67316997f --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-c968647aa7910e97.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
19722024-10-14T07:14:08.570Z Dirty block-buffer v0.10.4: the rustflags changed
19732024-10-14T07:14:08.570Z Compiling block-buffer v0.10.4
19742024-10-14T07:14:08.574Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f004307eaf77308 -C extra-filename=-3f004307eaf77308 --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-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-10-14T07:14:08.625Z Dirty schemars_derive v0.8.21: the rustflags changed
19762024-10-14T07:14:08.626Z Compiling schemars_derive v0.8.21
19772024-10-14T07:14:08.628Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57a9b1e4c78aa037 -C extra-filename=-57a9b1e4c78aa037 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-01dba1068e6c4535.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-10-14T07:14:08.850Z Dirty digest v0.10.7: the rustflags changed
19792024-10-14T07:14:08.850Z Compiling digest v0.10.7
19802024-10-14T07:14:08.853Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=eb9f366382711e69 -C extra-filename=-eb9f366382711e69 --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-3f004307eaf77308.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-076d2b7c223b04b6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-10-14T07:14:08.891Z Dirty block-padding v0.3.3: the rustflags changed
19822024-10-14T07:14:08.891Z Compiling block-padding v0.3.3
19832024-10-14T07:14:08.895Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1fa762df6943b467 -C extra-filename=-1fa762df6943b467 --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-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-10-14T07:14:08.969Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=21e223042efd6c2a -C extra-filename=-21e223042efd6c2a --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19852024-10-14T07:14:09.158Z Dirty inout v0.1.3: the rustflags changed
19862024-10-14T07:14:09.158Z Compiling inout v0.1.3
19872024-10-14T07:14:09.161Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=7d2350c4bdc55aa3 -C extra-filename=-7d2350c4bdc55aa3 --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-1fa762df6943b467.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-10-14T07:14:09.320Z Dirty hmac v0.12.1: the rustflags changed
19892024-10-14T07:14:09.320Z Compiling hmac v0.12.1
19902024-10-14T07:14:09.323Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=d069fa20971f3049 -C extra-filename=-d069fa20971f3049 --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-eb9f366382711e69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-10-14T07:14:09.437Z Dirty cipher v0.4.4: the rustflags changed
19922024-10-14T07:14:09.437Z Compiling cipher v0.4.4
19932024-10-14T07:14:09.439Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=860382fa61794b23 -C extra-filename=-860382fa61794b23 --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-076d2b7c223b04b6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-10-14T07:14:09.461Z Dirty zerocopy v0.7.34: the rustflags changed
19952024-10-14T07:14:09.461Z Compiling zerocopy v0.7.34
19962024-10-14T07:14:09.464Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=fd652d17ce889493 -C extra-filename=-fd652d17ce889493 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f9baf123c8ec1c98.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-10-14T07:14:09.570Z Dirty sha2 v0.10.8: the rustflags changed
19982024-10-14T07:14:09.570Z Compiling sha2 v0.10.8
19992024-10-14T07:14:09.589Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=3b228a51359bf96d -C extra-filename=-3b228a51359bf96d --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20002024-10-14T07:14:09.794Z Dirty tracing v0.1.40: the rustflags changed
20012024-10-14T07:14:09.794Z Compiling tracing v0.1.40
20022024-10-14T07:14:09.797Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d5b6048e6872cf44 -C extra-filename=-d5b6048e6872cf44 --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-31bde78633f57151.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-10f516bcd2418e59.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-adeb21224cd93e5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-10-14T07:14:10.010Z Dirty time v0.3.36: the rustflags changed
20042024-10-14T07:14:10.010Z Compiling time v0.3.36
20052024-10-14T07:14:10.018Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=478e0f05d7cd44f4 -C extra-filename=-478e0f05d7cd44f4 --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-aad5a879e3302801.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4cdb0e798929dbb9.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-10-14T07:14:10.381Z Dirty gimli v0.28.1: the rustflags changed
20072024-10-14T07:14:10.381Z Compiling gimli v0.28.1
20082024-10-14T07:14:10.383Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=1eda159745dc50fc -C extra-filename=-1eda159745dc50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-10-14T07:14:11.096Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=723781568c60f25e -C extra-filename=-723781568c60f25e --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
20102024-10-14T07:14:11.722Z Dirty tower-service v0.3.2: the rustflags changed
20112024-10-14T07:14:11.722Z Compiling tower-service v0.3.2
20122024-10-14T07:14:11.726Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20ddb2efdeabe78 -C extra-filename=-c20ddb2efdeabe78 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:14:11.865Z Dirty adler v1.0.2: the rustflags changed
20142024-10-14T07:14:11.865Z Compiling adler v1.0.2
20152024-10-14T07:14:11.868Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=74707462cb48944c -C extra-filename=-74707462cb48944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-10-14T07:14:12.098Z Dirty slog v2.7.0: the rustflags changed
20172024-10-14T07:14:12.098Z Compiling slog v2.7.0
20182024-10-14T07:14:12.102Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=993125d68d51fc81 -C extra-filename=-993125d68d51fc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-10-14T07:14:12.298Z Dirty miniz_oxide v0.7.2: the rustflags changed
20202024-10-14T07:14:12.298Z Compiling miniz_oxide v0.7.2
20212024-10-14T07:14:12.301Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=b6745610e627cedf -C extra-filename=-b6745610e627cedf --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-74707462cb48944c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-10-14T07:14:12.705Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
20232024-10-14T07:14:12.776Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
20242024-10-14T07:14:12.844Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa/build-script-build`
20252024-10-14T07:14:13.126Z Dirty async-trait v0.1.83: the rustflags changed
20262024-10-14T07:14:13.126Z Compiling async-trait v0.1.83
20272024-10-14T07:14:13.140Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a9b2223f6844e23 -C extra-filename=-2a9b2223f6844e23 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-10-14T07:14:13.140Z Dirty der_derive v0.7.2: the rustflags changed
20292024-10-14T07:14:13.140Z Compiling der_derive v0.7.2
20302024-10-14T07:14:13.140Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88c5f1b75a0d98fe -C extra-filename=-88c5f1b75a0d98fe --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-10-14T07:14:13.140Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a652f8ccc3e0df34 -C extra-filename=-a652f8ccc3e0df34 --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-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_core_error --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
20322024-10-14T07:14:13.140Z Dirty object v0.32.2: the rustflags changed
20332024-10-14T07:14:13.141Z Compiling object v0.32.2
20342024-10-14T07:14:13.141Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-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"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=28740f4d46b8b6dd -C extra-filename=-28740f4d46b8b6dd --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-10-14T07:14:13.294Z Dirty rustc-demangle v0.1.24: the rustflags changed
20362024-10-14T07:14:13.294Z Compiling rustc-demangle v0.1.24
20372024-10-14T07:14:13.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=7e6a6a1eb2bce4c3 -C extra-filename=-7e6a6a1eb2bce4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-10-14T07:14:13.713Z Dirty anyhow v1.0.89: the rustflags changed
20392024-10-14T07:14:13.713Z Compiling anyhow v1.0.89
20402024-10-14T07:14:13.716Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4604dbbbc7fdc589 -C extra-filename=-4604dbbbc7fdc589 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-10-14T07:14:14.249Z Dirty flagset v0.4.5: the rustflags changed
20422024-10-14T07:14:14.249Z Compiling flagset v0.4.5
20432024-10-14T07:14:14.252Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=881d334f1a3d1211 -C extra-filename=-881d334f1a3d1211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-10-14T07:14:14.398Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build`
20452024-10-14T07:14:14.464Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd12841eafeed674 -C extra-filename=-cd12841eafeed674 --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 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
20462024-10-14T07:14:14.715Z Dirty addr2line v0.21.0: the rustflags changed
20472024-10-14T07:14:14.715Z Compiling addr2line v0.21.0
20482024-10-14T07:14:14.727Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=c07277663cfdc1d0 -C extra-filename=-c07277663cfdc1d0 --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-1eda159745dc50fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-10-14T07:14:15.340Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e9a5d2b6dcbc0177 -C extra-filename=-e9a5d2b6dcbc0177 --out-dir /work/oxidecomputer/omicron/target/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`
20502024-10-14T07:14:15.416Z Dirty rustls-webpki v0.102.4: the rustflags changed
20512024-10-14T07:14:15.416Z Compiling rustls-webpki v0.102.4
20522024-10-14T07:14:15.418Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=23a080a7c704046f -C extra-filename=-23a080a7c704046f --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-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
20532024-10-14T07:14:15.461Z Dirty aes v0.8.4: the rustflags changed
20542024-10-14T07:14:15.461Z Compiling aes v0.8.4
20552024-10-14T07:14:15.464Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=77514d00628e1f60 -C extra-filename=-77514d00628e1f60 --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-10-14T07:14:15.708Z Dirty der v0.7.9: the rustflags changed
20572024-10-14T07:14:15.708Z Compiling der v0.7.9
20582024-10-14T07:14:15.740Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.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="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=6bfd8ce1df33245f -C extra-filename=-6bfd8ce1df33245f --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-0fbd4ee0c026a43b.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-88c5f1b75a0d98fe.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-881d334f1a3d1211.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-10-14T07:14:15.890Z Dirty pbkdf2 v0.12.2: the rustflags changed
20602024-10-14T07:14:15.890Z Compiling pbkdf2 v0.12.2
20612024-10-14T07:14:15.893Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=023cb7a20a405cfa -C extra-filename=-023cb7a20a405cfa --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-eb9f366382711e69.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20622024-10-14T07:14:16.065Z Dirty openssl-sys v0.9.103: the rustflags changed
20632024-10-14T07:14:16.066Z Compiling openssl-sys v0.9.103
20642024-10-14T07:14:16.070Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2d11e44b4fbc9dbd -C extra-filename=-2d11e44b4fbc9dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-10-14T07:14:16.090Z Dirty mime v0.3.17: the rustflags changed
20662024-10-14T07:14:16.090Z Compiling mime v0.3.17
20672024-10-14T07:14:16.093Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74bdd973ffb0df66 -C extra-filename=-74bdd973ffb0df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20682024-10-14T07:14:16.150Z Dirty heck v0.4.1: the rustflags changed
20692024-10-14T07:14:16.150Z Compiling heck v0.4.1
20702024-10-14T07:14:16.153Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=64fe453a3f9fcd4a -C extra-filename=-64fe453a3f9fcd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-10-14T07:14:16.668Z Dirty salsa20 v0.10.2: the rustflags changed
20722024-10-14T07:14:16.669Z Compiling salsa20 v0.10.2
20732024-10-14T07:14:16.672Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=157a09c8be6a6e05 -C extra-filename=-157a09c8be6a6e05 --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-860382fa61794b23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20742024-10-14T07:14:16.701Z Dirty cbc v0.1.2: the rustflags changed
20752024-10-14T07:14:16.701Z Compiling cbc v0.1.2
20762024-10-14T07:14:16.705Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=c1f215f83b8be0c0 -C extra-filename=-c1f215f83b8be0c0 --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-860382fa61794b23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-10-14T07:14:16.908Z Dirty ipnet v2.10.1: the rustflags changed
20782024-10-14T07:14:16.908Z Compiling ipnet v2.10.1
20792024-10-14T07:14:16.910Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=c57ae2e537255ab5 -C extra-filename=-c57ae2e537255ab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20802024-10-14T07:14:16.931Z Dirty winnow v0.5.40: the rustflags changed
20812024-10-14T07:14:16.931Z Compiling winnow v0.5.40
20822024-10-14T07:14:16.933Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bbbcfac9a5ddaa19 -C extra-filename=-bbbcfac9a5ddaa19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-10-14T07:14:17.308Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd/build-script-main`
20842024-10-14T07:14:17.397Z Dirty scrypt v0.11.0: the rustflags changed
20852024-10-14T07:14:17.397Z Compiling scrypt v0.11.0
20862024-10-14T07:14:17.399Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=c3b6e2e931ad9d66 -C extra-filename=-c3b6e2e931ad9d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-023cb7a20a405cfa.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-157a09c8be6a6e05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-10-14T07:14:17.485Z Dirty futures-executor v0.3.31: the rustflags changed
20882024-10-14T07:14:17.485Z Compiling futures-executor v0.3.31
20892024-10-14T07:14:17.488Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=594bc89f4721c03a -C extra-filename=-594bc89f4721c03a --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-5c0c6b13016b0cbd.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-10-14T07:14:17.989Z Dirty spki v0.7.3: the rustflags changed
20912024-10-14T07:14:17.990Z Compiling spki v0.7.3
20922024-10-14T07:14:17.992Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-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="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=ca5b8d9a42001797 -C extra-filename=-ca5b8d9a42001797 --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-6bfd8ce1df33245f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-10-14T07:14:18.086Z Dirty camino v1.1.9: the rustflags changed
20942024-10-14T07:14:18.086Z Compiling camino v1.1.9
20952024-10-14T07:14:18.089Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2abadfff710ca87e -C extra-filename=-2abadfff710ca87e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20962024-10-14T07:14:18.107Z Dirty futures v0.3.31: the rustflags changed
20972024-10-14T07:14:18.107Z Compiling futures v0.3.31
20982024-10-14T07:14:18.133Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c8f973c40b7b55b3 -C extra-filename=-c8f973c40b7b55b3 --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-594bc89f4721c03a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-10-14T07:14:18.236Z Dirty encoding_rs v0.8.34: the rustflags changed
21002024-10-14T07:14:18.236Z Compiling encoding_rs v0.8.34
21012024-10-14T07:14:18.238Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=036e08876869b21a -C extra-filename=-036e08876869b21a --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21022024-10-14T07:14:18.363Z Dirty pkcs5 v0.7.1: the rustflags changed
21032024-10-14T07:14:18.363Z Compiling pkcs5 v0.7.1
21042024-10-14T07:14:18.365Z Dirty openssl-probe v0.1.5: the rustflags changed
21052024-10-14T07:14:18.365Z Compiling openssl-probe v0.1.5
21062024-10-14T07:14:18.365Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-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="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=9c1533e5bb9827d1 -C extra-filename=-9c1533e5bb9827d1 --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-77514d00628e1f60.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-c1f215f83b8be0c0.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6bfd8ce1df33245f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-023cb7a20a405cfa.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c3b6e2e931ad9d66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-10-14T07:14:18.366Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aba34158fbf029ed -C extra-filename=-aba34158fbf029ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21082024-10-14T07:14:18.727Z Dirty utf8parse v0.2.1: the rustflags changed
21092024-10-14T07:14:18.727Z Compiling utf8parse v0.2.1
21102024-10-14T07:14:18.727Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=da51f585a387d022 -C extra-filename=-da51f585a387d022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-10-14T07:14:18.831Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build`
21122024-10-14T07:14:18.883Z Dirty bytes v1.7.2: the rustflags changed
21132024-10-14T07:14:18.883Z Compiling bytes v1.7.2
21142024-10-14T07:14:18.886Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b8e9fbdeb91cd71f -C extra-filename=-b8e9fbdeb91cd71f --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-10-14T07:14:18.907Z Dirty bitflags v2.6.0: the rustflags changed
21162024-10-14T07:14:18.907Z Compiling bitflags v2.6.0
21172024-10-14T07:14:18.909Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=fb02ffd1abc115c8 -C extra-filename=-fb02ffd1abc115c8 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-10-14T07:14:19.004Z Dirty indexmap v2.6.0: the rustflags changed
21192024-10-14T07:14:19.004Z Compiling indexmap v2.6.0
21202024-10-14T07:14:19.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=89c22dfae81a687e -C extra-filename=-89c22dfae81a687e --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-8d0ebed4a536b088.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6a55fd2f98a759ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-10-14T07:14:19.263Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=bed10821487f8327 -C extra-filename=-bed10821487f8327 --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-4cb0fb6bacfafb96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
21222024-10-14T07:14:19.325Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=052104b3b04a408e -C extra-filename=-052104b3b04a408e --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-fb02ffd1abc115c8.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-845b76ba4aeefe65.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
21232024-10-14T07:14:19.604Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f3ea07a34ee8cc3c -C extra-filename=-f3ea07a34ee8cc3c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
21242024-10-14T07:14:20.237Z Dirty tokio v1.40.0: the rustflags changed
21252024-10-14T07:14:20.237Z Compiling tokio v1.40.0
21262024-10-14T07:14:20.241Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/lib.rs --error-format=json --json=diagnostic-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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=65a2e513ab82d381 -C extra-filename=-65a2e513ab82d381 --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-b8e9fbdeb91cd71f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-5ee6c8855525af6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-10-14T07:14:20.267Z Dirty chrono v0.4.38: the rustflags changed
21282024-10-14T07:14:20.267Z Compiling chrono v0.4.38
21292024-10-14T07:14:20.270Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=4768b4fe2974df91 -C extra-filename=-4768b4fe2974df91 --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-e4234c30fefa5b8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-10-14T07:14:20.388Z Dirty uuid v1.10.0: the rustflags changed
21312024-10-14T07:14:20.388Z Compiling uuid v1.10.0
21322024-10-14T07:14:20.392Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=81be4555da73fc5f -C extra-filename=-81be4555da73fc5f --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-b050ca61f382ec87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-10-14T07:14:20.497Z Dirty http v1.1.0: the rustflags changed
21342024-10-14T07:14:20.497Z Compiling http v1.1.0
21352024-10-14T07:14:20.499Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1d81c7bfc9a9aa6f -C extra-filename=-1d81c7bfc9a9aa6f --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-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-10-14T07:14:20.925Z Dirty toml_datetime v0.6.8: the rustflags changed
21372024-10-14T07:14:20.925Z Compiling toml_datetime v0.6.8
21382024-10-14T07:14:20.927Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2b3481f3706e9764 -C extra-filename=-2b3481f3706e9764 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-10-14T07:14:21.452Z Dirty serde_spanned v0.6.7: the rustflags changed
21402024-10-14T07:14:21.452Z Compiling serde_spanned v0.6.7
21412024-10-14T07:14:21.455Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b78d6a596a9b47c3 -C extra-filename=-b78d6a596a9b47c3 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-10-14T07:14:21.709Z Dirty serde_tokenstream v0.2.2: the rustflags changed
21432024-10-14T07:14:21.709Z Compiling serde_tokenstream v0.2.2
21442024-10-14T07:14:21.711Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14c741f43f60113c -C extra-filename=-14c741f43f60113c --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-10-14T07:14:21.770Z Dirty rustc_version v0.4.0: the rustflags changed
21462024-10-14T07:14:21.771Z Compiling rustc_version v0.4.0
21472024-10-14T07:14:21.773Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b30d3370a76c4c5 -C extra-filename=-2b30d3370a76c4c5 --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-f3ea07a34ee8cc3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-10-14T07:14:22.365Z Dirty http-body v1.0.0: the rustflags changed
21492024-10-14T07:14:22.365Z Compiling http-body v1.0.0
21502024-10-14T07:14:22.369Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbd5c900c6176404 -C extra-filename=-bbd5c900c6176404 --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-b8e9fbdeb91cd71f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-10-14T07:14:22.409Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=7edff9d8cda30ac9 -C extra-filename=-7edff9d8cda30ac9 --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-c07277663cfdc1d0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-b6745610e627cedf.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-28740f4d46b8b6dd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6a6a1eb2bce4c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-10-14T07:14:22.577Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=78397748a503f18b -C extra-filename=-78397748a503f18b --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-57a9b1e4c78aa037.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
21532024-10-14T07:14:22.610Z Dirty http-body-util v0.1.2: the rustflags changed
21542024-10-14T07:14:22.610Z Compiling http-body-util v0.1.2
21552024-10-14T07:14:22.613Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ca869c2564100c7 -C extra-filename=-2ca869c2564100c7 --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-b8e9fbdeb91cd71f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bbd5c900c6176404.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-10-14T07:14:22.698Z Dirty pkcs8 v0.10.2: the rustflags changed
21572024-10-14T07:14:22.698Z Compiling pkcs8 v0.10.2
21582024-10-14T07:14:22.701Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=49b26c3ebd5ba245 -C extra-filename=-49b26c3ebd5ba245 --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-6bfd8ce1df33245f.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9c1533e5bb9827d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-10-14T07:14:23.064Z Dirty serde_urlencoded v0.7.1: the rustflags changed
21602024-10-14T07:14:23.064Z Compiling serde_urlencoded v0.7.1
21612024-10-14T07:14:23.067Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3395a9d988a5434 -C extra-filename=-b3395a9d988a5434 --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-5569ff5eb631ad8f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-10-14T07:14:23.128Z Dirty openssl v0.10.66: the rustflags changed
21632024-10-14T07:14:23.128Z Compiling openssl v0.10.66
21642024-10-14T07:14:23.131Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a8b0d1321d6e4d0d -C extra-filename=-a8b0d1321d6e4d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-10-14T07:14:23.443Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=44609b41ff48f4fb -C extra-filename=-44609b41ff48f4fb --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-7edff9d8cda30ac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg anyhow_no_core_error --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
21662024-10-14T07:14:23.624Z Dirty foreign-types-shared v0.1.1: the rustflags changed
21672024-10-14T07:14:23.624Z Compiling foreign-types-shared v0.1.1
21682024-10-14T07:14:23.626Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7304dc04625fbbf -C extra-filename=-a7304dc04625fbbf --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:14:23.649Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
21702024-10-14T07:14:23.685Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=294229beec0d6e93 -C extra-filename=-294229beec0d6e93 --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-a652f8ccc3e0df34.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 --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
21712024-10-14T07:14:23.745Z Dirty foreign-types v0.3.2: the rustflags changed
21722024-10-14T07:14:23.745Z Compiling foreign-types v0.3.2
21732024-10-14T07:14:23.748Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb01e7ef2f5b8a88 -C extra-filename=-bb01e7ef2f5b8a88 --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-a7304dc04625fbbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-10-14T07:14:23.850Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9d9e768368c14300 -C extra-filename=-9d9e768368c14300 --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-1b46dd66a7c6c3c6.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 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
21752024-10-14T07:14:24.043Z Dirty openssl-macros v0.1.1: the rustflags changed
21762024-10-14T07:14:24.043Z Compiling openssl-macros v0.1.1
21772024-10-14T07:14:24.045Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0932d3712722b44f -C extra-filename=-0932d3712722b44f --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-10-14T07:14:24.325Z Dirty rustls-pemfile v2.2.0: the rustflags changed
21792024-10-14T07:14:24.325Z Compiling rustls-pemfile v2.2.0
21802024-10-14T07:14:24.328Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=157d5ce1a48d8a81 -C extra-filename=-157d5ce1a48d8a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-10-14T07:14:24.658Z Dirty unicode-width v0.1.13: the rustflags changed
21822024-10-14T07:14:24.658Z Compiling unicode-width v0.1.13
21832024-10-14T07:14:24.660Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3919ec52e6b0b262 -C extra-filename=-3919ec52e6b0b262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-10-14T07:14:24.684Z Dirty rustls v0.23.10: the rustflags changed
21852024-10-14T07:14:24.684Z Compiling rustls v0.23.10
21862024-10-14T07:14:24.687Z Dirty toml_edit v0.19.15: the rustflags changed
21872024-10-14T07:14:24.687Z Compiling toml_edit v0.19.15
21882024-10-14T07:14:24.687Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=7416237bceb47686 -C extra-filename=-7416237bceb47686 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-10-14T07:14:24.687Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=2b4517869adf96fd -C extra-filename=-2b4517869adf96fd --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-89c22dfae81a687e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b78d6a596a9b47c3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-10-14T07:14:24.910Z Dirty is-terminal v0.4.12: the rustflags changed
21912024-10-14T07:14:24.910Z Compiling is-terminal v0.4.12
21922024-10-14T07:14:24.910Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be44762a43d64e7f -C extra-filename=-be44762a43d64e7f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932024-10-14T07:14:24.991Z Dirty native-tls v0.2.11: the rustflags changed
21942024-10-14T07:14:24.991Z Compiling native-tls v0.2.11
21952024-10-14T07:14:24.994Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf90cf2c6b0283f2 -C extra-filename=-cf90cf2c6b0283f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-10-14T07:14:25.051Z Dirty data-encoding v2.6.0: the rustflags changed
21972024-10-14T07:14:25.051Z Compiling data-encoding v2.6.0
21982024-10-14T07:14:25.051Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cd98acc801d35958 -C extra-filename=-cd98acc801d35958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-10-14T07:14:25.075Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686/build-script-build`
22002024-10-14T07:14:25.107Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=351b1db36b61132d -C extra-filename=-351b1db36b61132d --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0932d3712722b44f.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.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 ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
22012024-10-14T07:14:25.245Z Dirty anstyle v1.0.8: the rustflags changed
22022024-10-14T07:14:25.245Z Compiling anstyle v1.0.8
22032024-10-14T07:14:25.252Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f69afcb50accdb -C extra-filename=-43f69afcb50accdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-10-14T07:14:25.407Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build`
22052024-10-14T07:14:25.441Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e150ce80dc0f4b1e -C extra-filename=-e150ce80dc0f4b1e --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-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-23a080a7c704046f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
22062024-10-14T07:14:25.713Z Dirty openapiv3 v2.0.0: the rustflags changed
22072024-10-14T07:14:25.713Z Compiling openapiv3 v2.0.0
22082024-10-14T07:14:25.716Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=de7fabfcf1696e22 -C extra-filename=-de7fabfcf1696e22 --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-89c22dfae81a687e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-10-14T07:14:25.887Z Dirty cookie v0.18.1: the rustflags changed
22102024-10-14T07:14:25.887Z Compiling cookie v0.18.1
22112024-10-14T07:14:25.890Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=6a89a6c6fe9502ee -C extra-filename=-6a89a6c6fe9502ee --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-10-14T07:14:26.274Z Dirty ucd-trie v0.1.6: the rustflags changed
22132024-10-14T07:14:26.275Z Compiling ucd-trie v0.1.6
22142024-10-14T07:14:26.278Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aadd2b25afa3c353 -C extra-filename=-aadd2b25afa3c353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-10-14T07:14:26.396Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee/build-script-build`
22162024-10-14T07:14:26.472Z Dirty idna v0.3.0: the rustflags changed
22172024-10-14T07:14:26.473Z Compiling idna v0.3.0
22182024-10-14T07:14:26.476Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10e850573a39292b -C extra-filename=-10e850573a39292b --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-10-14T07:14:26.932Z Dirty pest v2.7.10: the rustflags changed
22202024-10-14T07:14:26.932Z Compiling pest v2.7.10
22212024-10-14T07:14:26.935Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=f090f356e6274ea9 -C extra-filename=-f090f356e6274ea9 --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-3b15747880b886c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-aadd2b25afa3c353.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-10-14T07:14:27.401Z Dirty dirs-sys-next v0.1.2: the rustflags changed
22232024-10-14T07:14:27.401Z Compiling dirs-sys-next v0.1.2
22242024-10-14T07:14:27.404Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50e47a67884b79d4 -C extra-filename=-50e47a67884b79d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-10-14T07:14:28.047Z Dirty psl-types v2.0.11: the rustflags changed
22262024-10-14T07:14:28.047Z Compiling psl-types v2.0.11
22272024-10-14T07:14:28.050Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f6e6f689f08928b -C extra-filename=-4f6e6f689f08928b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-10-14T07:14:28.070Z Dirty dirs-next v2.0.0: the rustflags changed
22292024-10-14T07:14:28.070Z Compiling dirs-next v2.0.0
22302024-10-14T07:14:28.078Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09a781331eb17ddc -C extra-filename=-09a781331eb17ddc --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-94faf137b493206b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-50e47a67884b79d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-10-14T07:14:28.242Z Dirty publicsuffix v2.2.3: the rustflags changed
22322024-10-14T07:14:28.242Z Compiling publicsuffix v2.2.3
22332024-10-14T07:14:28.244Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=f266276591515350 -C extra-filename=-f266276591515350 --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-10e850573a39292b.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4f6e6f689f08928b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342024-10-14T07:14:28.279Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=4d36d7576c2a65fc -C extra-filename=-4d36d7576c2a65fc --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-8bf889c42ff0e1d1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-10-14T07:14:28.517Z Dirty anstyle-parse v0.2.4: the rustflags changed
22362024-10-14T07:14:28.517Z Compiling anstyle-parse v0.2.4
22372024-10-14T07:14:28.525Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3b44f6743e0c3e26 -C extra-filename=-3b44f6743e0c3e26 --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-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-10-14T07:14:28.883Z Dirty tokio-util v0.7.12: the rustflags changed
22392024-10-14T07:14:28.883Z Compiling tokio-util v0.7.12
22402024-10-14T07:14:28.888Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=3f6bc8e10516a7f9 -C extra-filename=-3f6bc8e10516a7f9 --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-b8e9fbdeb91cd71f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-10-14T07:14:29.445Z Dirty pest_meta v2.7.10: the rustflags changed
22422024-10-14T07:14:29.445Z Compiling pest_meta v2.7.10
22432024-10-14T07:14:29.448Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=a6075e9fa5ac1465 -C extra-filename=-a6075e9fa5ac1465 --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-d381d90b77512a0f.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-f090f356e6274ea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-10-14T07:14:29.926Z Dirty h2 v0.4.6: the rustflags changed
22452024-10-14T07:14:29.926Z Compiling h2 v0.4.6
22462024-10-14T07:14:29.928Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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 embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=0f956cc9cd579959 -C extra-filename=-0f956cc9cd579959 --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-0226d346e4689e13.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-10-14T07:14:30.084Z Dirty sha1 v0.10.6: the rustflags changed
22482024-10-14T07:14:30.084Z Compiling sha1 v0.10.6
22492024-10-14T07:14:30.086Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=3e327ba59d5539f9 -C extra-filename=-3e327ba59d5539f9 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502024-10-14T07:14:30.348Z Dirty signature v2.2.0: the rustflags changed
22512024-10-14T07:14:30.348Z Compiling signature v2.2.0
22522024-10-14T07:14:30.350Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=f3376a9afe6caea9 -C extra-filename=-f3376a9afe6caea9 --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-eb9f366382711e69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-10-14T07:14:30.541Z Dirty scroll_derive v0.12.0: the rustflags changed
22542024-10-14T07:14:30.541Z Compiling scroll_derive v0.12.0
22552024-10-14T07:14:30.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09de1ed977f8e2c8 -C extra-filename=-09de1ed977f8e2c8 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562024-10-14T07:14:30.649Z Dirty webpki-roots v0.26.3: the rustflags changed
22572024-10-14T07:14:30.649Z Compiling webpki-roots v0.26.3
22582024-10-14T07:14:30.669Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=828d5cff7db20d03 -C extra-filename=-828d5cff7db20d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-10-14T07:14:30.879Z Dirty colorchoice v1.0.1: the rustflags changed
22602024-10-14T07:14:30.879Z Compiling colorchoice v1.0.1
22612024-10-14T07:14:30.882Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6a6e3d912aec48d -C extra-filename=-f6a6e3d912aec48d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-10-14T07:14:31.069Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=29f8ffc043fd5db4 -C extra-filename=-29f8ffc043fd5db4 --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-31bde78633f57151.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.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`
22632024-10-14T07:14:31.699Z Dirty tokio-rustls v0.26.0: the rustflags changed
22642024-10-14T07:14:31.699Z Compiling tokio-rustls v0.26.0
22652024-10-14T07:14:31.702Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=e8ff109b328d399a -C extra-filename=-e8ff109b328d399a --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-e150ce80dc0f4b1e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
22662024-10-14T07:14:32.139Z Dirty tokio-native-tls v0.3.1: the rustflags changed
22672024-10-14T07:14:32.139Z Compiling tokio-native-tls v0.3.1
22682024-10-14T07:14:32.139Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=3e17656c1934476b -C extra-filename=-3e17656c1934476b --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-29f8ffc043fd5db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
22692024-10-14T07:14:32.179Z Dirty winnow v0.6.18: the rustflags changed
22702024-10-14T07:14:32.179Z Compiling winnow v0.6.18
22712024-10-14T07:14:32.182Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=19ea7df69bd3fb83 -C extra-filename=-19ea7df69bd3fb83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-10-14T07:14:32.432Z Dirty anstyle-query v1.0.3: the rustflags changed
22732024-10-14T07:14:32.432Z Compiling anstyle-query v1.0.3
22742024-10-14T07:14:32.435Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10a2c3e65098f959 -C extra-filename=-10a2c3e65098f959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-10-14T07:14:32.586Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
22762024-10-14T07:14:32.586Z Compiling is_terminal_polyfill v1.70.0
22772024-10-14T07:14:32.588Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --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::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f3c92807fdf7406 -C extra-filename=-5f3c92807fdf7406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-10-14T07:14:32.724Z Dirty anstream v0.6.14: the rustflags changed
22792024-10-14T07:14:32.724Z Compiling anstream v0.6.14
22802024-10-14T07:14:32.744Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=384c2475a46f47da -C extra-filename=-384c2475a46f47da --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-43f69afcb50accdb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3b44f6743e0c3e26.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-10a2c3e65098f959.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6a6e3d912aec48d.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-5f3c92807fdf7406.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-10-14T07:14:32.783Z Dirty scroll v0.12.0: the rustflags changed
22822024-10-14T07:14:32.783Z Compiling scroll v0.12.0
22832024-10-14T07:14:32.786Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c533031f83af5835 -C extra-filename=-c533031f83af5835 --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-09de1ed977f8e2c8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-10-14T07:14:33.388Z Dirty pest_generator v2.7.10: the rustflags changed
22852024-10-14T07:14:33.388Z Compiling pest_generator v2.7.10
22862024-10-14T07:14:33.417Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ae66b7830548d16f -C extra-filename=-ae66b7830548d16f --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-f090f356e6274ea9.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-a6075e9fa5ac1465.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-10-14T07:14:33.528Z Dirty cookie_store v0.21.0: the rustflags changed
22882024-10-14T07:14:33.528Z Compiling cookie_store v0.21.0
22892024-10-14T07:14:33.550Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=6f83680be7a980c1 -C extra-filename=-6f83680be7a980c1 --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-4d36d7576c2a65fc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-10-14T07:14:33.834Z Dirty term v0.7.0: the rustflags changed
22912024-10-14T07:14:33.835Z Compiling term v0.7.0
22922024-10-14T07:14:33.840Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d2b024c6cdb0145f -C extra-filename=-d2b024c6cdb0145f --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-09a781331eb17ddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-10-14T07:14:34.456Z Dirty terminal_size v0.4.0: the rustflags changed
22942024-10-14T07:14:34.456Z Compiling terminal_size v0.4.0
22952024-10-14T07:14:34.459Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1acabd8678d43709 -C extra-filename=-1acabd8678d43709 --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-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-10-14T07:14:34.687Z Dirty sync_wrapper v1.0.1: the rustflags changed
22972024-10-14T07:14:34.687Z Compiling sync_wrapper v1.0.1
22982024-10-14T07:14:34.689Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=6b5efafbb407d993 -C extra-filename=-6b5efafbb407d993 --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-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-10-14T07:14:34.853Z Dirty clap_lex v0.7.0: the rustflags changed
23002024-10-14T07:14:34.853Z Compiling clap_lex v0.7.0
23012024-10-14T07:14:34.855Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e1b078fd504755b -C extra-filename=-4e1b078fd504755b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-10-14T07:14:35.127Z Dirty plain v0.2.3: the rustflags changed
23032024-10-14T07:14:35.127Z Compiling plain v0.2.3
23042024-10-14T07:14:35.130Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a3ece633e1d4183 -C extra-filename=-7a3ece633e1d4183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-10-14T07:14:35.301Z Dirty goblin v0.8.2: the rustflags changed
23062024-10-14T07:14:35.301Z Compiling goblin v0.8.2
23072024-10-14T07:14:35.321Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=8003e8a5a719161a -C extra-filename=-8003e8a5a719161a --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-31bde78633f57151.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c533031f83af5835.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-10-14T07:14:35.388Z Dirty clap_builder v4.5.20: the rustflags changed
23092024-10-14T07:14:35.388Z Compiling clap_builder v4.5.20
23102024-10-14T07:14:35.391Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=2615ebe8791562a7 -C extra-filename=-2615ebe8791562a7 --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-384c2475a46f47da.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-4e1b078fd504755b.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-1acabd8678d43709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-10-14T07:14:35.412Z Dirty clap_derive v4.5.18: the rustflags changed
23122024-10-14T07:14:35.412Z Compiling clap_derive v4.5.18
23132024-10-14T07:14:35.415Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=9a3fc4d7aad8d2aa -C extra-filename=-9a3fc4d7aad8d2aa --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-10-14T07:14:35.433Z Dirty pest_derive v2.7.10: the rustflags changed
23152024-10-14T07:14:35.433Z Compiling pest_derive v2.7.10
23162024-10-14T07:14:35.436Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=c8c4f985f4c59094 -C extra-filename=-c8c4f985f4c59094 --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-f090f356e6274ea9.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ae66b7830548d16f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-10-14T07:14:35.970Z Dirty usdt-impl v0.5.0: the rustflags changed
23182024-10-14T07:14:35.970Z Compiling usdt-impl v0.5.0
23192024-10-14T07:14:35.973Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=6caa4c31d5230c97 -C extra-filename=-6caa4c31d5230c97 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-10-14T07:14:36.003Z Dirty base16ct v0.2.0: the rustflags changed
23212024-10-14T07:14:36.003Z Compiling base16ct v0.2.0
23222024-10-14T07:14:36.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f1815429b9cc9059 -C extra-filename=-f1815429b9cc9059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-10-14T07:14:36.337Z Dirty unicode-segmentation v1.11.0: the rustflags changed
23242024-10-14T07:14:36.337Z Compiling unicode-segmentation v1.11.0
23252024-10-14T07:14:36.339Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d809c6274b019e58 -C extra-filename=-d809c6274b019e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-10-14T07:14:36.382Z Dirty pretty-hex v0.4.1: the rustflags changed
23272024-10-14T07:14:36.383Z Compiling pretty-hex v0.4.1
23282024-10-14T07:14:36.446Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=966337b29a6969eb -C extra-filename=-966337b29a6969eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-10-14T07:14:36.461Z Dirty crc32fast v1.4.0: the rustflags changed
23302024-10-14T07:14:36.461Z Compiling crc32fast v1.4.0
23312024-10-14T07:14:36.474Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=37021511ff531a57 -C extra-filename=-37021511ff531a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-10-14T07:14:36.608Z Dirty dtrace-parser v0.2.0: the rustflags changed
23332024-10-14T07:14:36.608Z Compiling dtrace-parser v0.2.0
23342024-10-14T07:14:36.613Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9ec2e613b7813c5 -C extra-filename=-d9ec2e613b7813c5 --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-f090f356e6274ea9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-c8c4f985f4c59094.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-10-14T07:14:37.069Z Dirty hyper v1.4.1: the rustflags changed
23362024-10-14T07:14:37.069Z Compiling hyper v1.4.1
23372024-10-14T07:14:37.076Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=01898e03e5f2c3aa -C extra-filename=-01898e03e5f2c3aa --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-b8e9fbdeb91cd71f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0f956cc9cd579959.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bbd5c900c6176404.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-10-14T07:14:37.176Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build`
23392024-10-14T07:14:37.251Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
23402024-10-14T07:14:37.403Z Dirty sec1 v0.7.3: the rustflags changed
23412024-10-14T07:14:37.403Z Compiling sec1 v0.7.3
23422024-10-14T07:14:37.422Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=7dfe28dcc326a96a -C extra-filename=-7dfe28dcc326a96a --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-f1815429b9cc9059.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6bfd8ce1df33245f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-10-14T07:14:37.984Z Dirty toml_edit v0.22.22: the rustflags changed
23442024-10-14T07:14:37.984Z Compiling toml_edit v0.22.22
23452024-10-14T07:14:37.987Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=5128269d6bc76fb1 -C extra-filename=-5128269d6bc76fb1 --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-89c22dfae81a687e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b78d6a596a9b47c3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-10-14T07:14:38.778Z Dirty num-integer v0.1.46: the rustflags changed
23472024-10-14T07:14:38.778Z Compiling num-integer v0.1.46
23482024-10-14T07:14:38.781Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8d0b37c8c3e1862e -C extra-filename=-8d0b37c8c3e1862e --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-10-14T07:14:39.402Z Dirty ff v0.13.0: the rustflags changed
23502024-10-14T07:14:39.402Z Compiling ff v0.13.0
23512024-10-14T07:14:39.406Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=c1aa6d2350b74cba -C extra-filename=-c1aa6d2350b74cba --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-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-10-14T07:14:39.590Z Dirty hyper-util v0.1.9: the rustflags changed
23532024-10-14T07:14:39.590Z Compiling hyper-util v0.1.9
23542024-10-14T07:14:39.621Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=b64738e78c1c40a0 -C extra-filename=-b64738e78c1c40a0 --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-b8e9fbdeb91cd71f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bbd5c900c6176404.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-10-14T07:14:39.639Z Dirty thread-id v4.2.1: the rustflags changed
23562024-10-14T07:14:39.639Z Compiling thread-id v4.2.1
23572024-10-14T07:14:39.642Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95fab8b102482621 -C extra-filename=-95fab8b102482621 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-10-14T07:14:39.768Z Dirty group v0.13.0: the rustflags changed
23592024-10-14T07:14:39.768Z Compiling group v0.13.0
23602024-10-14T07:14:39.771Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=d28686e858e4e4e9 -C extra-filename=-d28686e858e4e4e9 --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-c1aa6d2350b74cba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-10-14T07:14:40.143Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=9ba8c9fbacf692c5 -C extra-filename=-9ba8c9fbacf692c5 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
23622024-10-14T07:14:40.466Z Dirty hkdf v0.12.4: the rustflags changed
23632024-10-14T07:14:40.466Z Compiling hkdf v0.12.4
23642024-10-14T07:14:40.468Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4ae68c17768ea1ad -C extra-filename=-4ae68c17768ea1ad --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-d069fa20971f3049.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-10-14T07:14:40.511Z Dirty crypto-bigint v0.5.5: the rustflags changed
23662024-10-14T07:14:40.511Z Compiling crypto-bigint v0.5.5
23672024-10-14T07:14:40.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=43a79b7ef3c75d9a -C extra-filename=-43a79b7ef3c75d9a --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-04cd9bd80d33c46b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-10-14T07:14:40.658Z Dirty clap v4.5.20: the rustflags changed
23692024-10-14T07:14:40.658Z Compiling clap v4.5.20
23702024-10-14T07:14:40.661Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=fe87dc2de4a3b037 -C extra-filename=-fe87dc2de4a3b037 --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-2615ebe8791562a7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9a3fc4d7aad8d2aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-10-14T07:14:40.739Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
23722024-10-14T07:14:40.739Z Compiling crossbeam-epoch v0.9.18
23732024-10-14T07:14:40.760Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=c305da7ac85d23b9 -C extra-filename=-c305da7ac85d23b9 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-10-14T07:14:40.784Z Dirty siphasher v0.3.11: the rustflags changed
23752024-10-14T07:14:40.784Z Compiling siphasher v0.3.11
23762024-10-14T07:14:40.787Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4d9b4c4f3cdb6951 -C extra-filename=-4d9b4c4f3cdb6951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-10-14T07:14:41.188Z Dirty dof v0.3.0: the rustflags changed
23782024-10-14T07:14:41.188Z Compiling dof v0.3.0
23792024-10-14T07:14:41.216Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=19bc63884c89eb7c -C extra-filename=-19bc63884c89eb7c --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-8003e8a5a719161a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-10-14T07:14:41.312Z Dirty toml v0.8.19: the rustflags changed
23812024-10-14T07:14:41.312Z Compiling toml v0.8.19
23822024-10-14T07:14:41.332Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=ec2c019ae6973937 -C extra-filename=-ec2c019ae6973937 --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-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b78d6a596a9b47c3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-10-14T07:14:41.510Z Dirty bitflags v1.3.2: the rustflags changed
23842024-10-14T07:14:41.510Z Compiling bitflags v1.3.2
23852024-10-14T07:14:41.512Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e992fadcca1ed6f2 -C extra-filename=-e992fadcca1ed6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-10-14T07:14:41.627Z Dirty paste v1.0.15: the rustflags changed
23872024-10-14T07:14:41.627Z Compiling paste v1.0.15
23882024-10-14T07:14:41.629Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe0fbfc06ab2594b -C extra-filename=-fe0fbfc06ab2594b --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-10-14T07:14:42.240Z Dirty hyper-rustls v0.27.3: the rustflags changed
23902024-10-14T07:14:42.240Z Compiling hyper-rustls v0.27.3
23912024-10-14T07:14:42.246Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=6867d11bfb3e999e -C extra-filename=-6867d11bfb3e999e --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-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-828d5cff7db20d03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
23922024-10-14T07:14:42.779Z Dirty hyper-tls v0.6.0: the rustflags changed
23932024-10-14T07:14:42.780Z Compiling hyper-tls v0.6.0
23942024-10-14T07:14:42.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=54694b32c725f132 -C extra-filename=-54694b32c725f132 --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-b8e9fbdeb91cd71f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-29f8ffc043fd5db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3e17656c1934476b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
23952024-10-14T07:14:42.916Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=a24311042780c8ae -C extra-filename=-a24311042780c8ae --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-325983a483f82094.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-19bc63884c89eb7c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d9ec2e613b7813c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-95fab8b102482621.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
23962024-10-14T07:14:43.063Z Dirty static_assertions v1.1.0: the rustflags changed
23972024-10-14T07:14:43.064Z Compiling static_assertions v1.1.0
23982024-10-14T07:14:43.083Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0a062de836263b83 -C extra-filename=-0a062de836263b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-10-14T07:14:43.166Z Dirty reqwest v0.12.8: the rustflags changed
24002024-10-14T07:14:43.166Z Compiling reqwest v0.12.8
24012024-10-14T07:14:43.206Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=ea3d1d248198b544 -C extra-filename=-ea3d1d248198b544 --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-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-6f83680be7a980c1.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0f956cc9cd579959.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bbd5c900c6176404.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6867d11bfb3e999e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-54694b32c725f132.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-29f8ffc043fd5db4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-6b5efafbb407d993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3e17656c1934476b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-828d5cff7db20d03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
24022024-10-14T07:14:43.235Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
24032024-10-14T07:14:43.306Z Dirty hex v0.4.3: the rustflags changed
24042024-10-14T07:14:43.306Z Compiling hex v0.4.3
24052024-10-14T07:14:43.332Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=063889f16a5b7e58 -C extra-filename=-063889f16a5b7e58 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062024-10-14T07:14:43.374Z Dirty itertools v0.10.5: the rustflags changed
24072024-10-14T07:14:43.374Z Compiling itertools v0.10.5
24082024-10-14T07:14:43.374Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=197a32e1da667e01 -C extra-filename=-197a32e1da667e01 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-10-14T07:14:43.878Z Dirty elliptic-curve v0.13.8: the rustflags changed
24102024-10-14T07:14:43.878Z Compiling elliptic-curve v0.13.8
24112024-10-14T07:14:43.881Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=cef942c092a8cd27 -C extra-filename=-cef942c092a8cd27 --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-f1815429b9cc9059.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-43a79b7ef3c75d9a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-7dfe28dcc326a96a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-10-14T07:14:44.489Z Dirty stable_deref_trait v1.2.0: the rustflags changed
24132024-10-14T07:14:44.489Z Compiling stable_deref_trait v1.2.0
24142024-10-14T07:14:44.492Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8344a76eab0acab -C extra-filename=-d8344a76eab0acab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152024-10-14T07:14:44.606Z Dirty bit-vec v0.6.3: the rustflags changed
24162024-10-14T07:14:44.606Z Compiling bit-vec v0.6.3
24172024-10-14T07:14:44.609Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=a4c480c9db0b285d -C extra-filename=-a4c480c9db0b285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-10-14T07:14:44.627Z Dirty adler2 v2.0.0: the rustflags changed
24192024-10-14T07:14:44.627Z Compiling adler2 v2.0.0
24202024-10-14T07:14:44.629Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3ab49a5399cf3c85 -C extra-filename=-3ab49a5399cf3c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-10-14T07:14:44.748Z Dirty rayon-core v1.12.1: the rustflags changed
24222024-10-14T07:14:44.748Z Compiling rayon-core v1.12.1
24232024-10-14T07:14:44.751Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=dbd7eded198f5a43 -C extra-filename=-dbd7eded198f5a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242024-10-14T07:14:44.839Z Dirty miniz_oxide v0.8.0: the rustflags changed
24252024-10-14T07:14:44.839Z Compiling miniz_oxide v0.8.0
24262024-10-14T07:14:44.841Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=568c7230d30d7b84 -C extra-filename=-568c7230d30d7b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-3ab49a5399cf3c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-10-14T07:14:45.090Z Dirty bit-set v0.5.3: the rustflags changed
24282024-10-14T07:14:45.090Z Compiling bit-set v0.5.3
24292024-10-14T07:14:45.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f27c634c8e28190b -C extra-filename=-f27c634c8e28190b --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-a4c480c9db0b285d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-10-14T07:14:45.141Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
24312024-10-14T07:14:45.174Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ec299dfa0e92da3 -C extra-filename=-4ec299dfa0e92da3 --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 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
24322024-10-14T07:14:45.388Z Dirty crossbeam-deque v0.8.5: the rustflags changed
24332024-10-14T07:14:45.388Z Compiling crossbeam-deque v0.8.5
24342024-10-14T07:14:45.396Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3c0b407aa91d755 -C extra-filename=-d3c0b407aa91d755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-10-14T07:14:45.744Z Dirty num-iter v0.1.45: the rustflags changed
24362024-10-14T07:14:45.744Z Compiling num-iter v0.1.45
24372024-10-14T07:14:45.747Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=1b50779845f357a9 -C extra-filename=-1b50779845f357a9 --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-10-14T07:14:45.943Z Dirty curve25519-dalek v4.1.3: the rustflags changed
24392024-10-14T07:14:45.943Z Compiling curve25519-dalek v4.1.3
24402024-10-14T07:14:45.948Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=1c5ee14cfd4d9adb -C extra-filename=-1c5ee14cfd4d9adb --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-1c5ee14cfd4d9adb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2b30d3370a76c4c5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-10-14T07:14:46.010Z Dirty usdt-macro v0.5.0: the rustflags changed
24422024-10-14T07:14:46.010Z Compiling usdt-macro v0.5.0
24432024-10-14T07:14:46.012Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=08fdce710739ffcb -C extra-filename=-08fdce710739ffcb --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-d9ec2e613b7813c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-10-14T07:14:46.283Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
24452024-10-14T07:14:46.283Z Compiling usdt-attr-macro v0.5.0
24462024-10-14T07:14:46.285Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=f82f2a075bc7589e -C extra-filename=-f82f2a075bc7589e --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-d9ec2e613b7813c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-10-14T07:14:46.321Z Dirty crossbeam-channel v0.5.12: the rustflags changed
24482024-10-14T07:14:46.321Z Compiling crossbeam-channel v0.5.12
24492024-10-14T07:14:46.323Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9f8fe1d87fa9a6f6 -C extra-filename=-9f8fe1d87fa9a6f6 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502024-10-14T07:14:46.404Z Dirty memmap v0.7.0: the rustflags changed
24512024-10-14T07:14:46.405Z Compiling memmap v0.7.0
24522024-10-14T07:14:46.408Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05bc91404a9edc9a -C extra-filename=-05bc91404a9edc9a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-10-14T07:14:46.510Z Dirty thread_local v1.1.8: the rustflags changed
24542024-10-14T07:14:46.510Z Compiling thread_local v1.1.8
24552024-10-14T07:14:46.512Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=31e87b9424f2815f -C extra-filename=-31e87b9424f2815f --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-94faf137b493206b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-10-14T07:14:46.570Z Dirty slog-async v2.8.0: the rustflags changed
24572024-10-14T07:14:46.570Z Compiling slog-async v2.8.0
24582024-10-14T07:14:46.572Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=01c8cef20947d45b -C extra-filename=-01c8cef20947d45b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-10-14T07:14:46.662Z Dirty utf-8 v0.7.6: the rustflags changed
24602024-10-14T07:14:46.663Z Compiling utf-8 v0.7.6
24612024-10-14T07:14:46.665Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=402f663b8b26fd9e -C extra-filename=-402f663b8b26fd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-10-14T07:14:46.768Z Dirty num-bigint-dig v0.8.4: the rustflags changed
24632024-10-14T07:14:46.768Z Compiling num-bigint-dig v0.8.4
24642024-10-14T07:14:46.770Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=a48bba7d8738e000 -C extra-filename=-a48bba7d8738e000 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-10-14T07:14:47.005Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-1c5ee14cfd4d9adb/build-script-build`
24662024-10-14T07:14:47.089Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4c44c92761c50284 -C extra-filename=-4c44c92761c50284 --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-d3c0b407aa91d755.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-10-14T07:14:47.115Z Dirty flate2 v1.0.34: the rustflags changed
24682024-10-14T07:14:47.115Z Compiling flate2 v1.0.34
24692024-10-14T07:14:47.118Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
24702024-10-14T07:14:47.118Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=153c2223bdb4e720 -C extra-filename=-153c2223bdb4e720 --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-9ba8c9fbacf692c5.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-568c7230d30d7b84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-10-14T07:14:47.169Z Dirty toml v0.7.8: the rustflags changed
24722024-10-14T07:14:47.169Z Compiling toml v0.7.8
24732024-10-14T07:14:47.171Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=0737da7839550d84 -C extra-filename=-0737da7839550d84 --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-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b78d6a596a9b47c3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b4517869adf96fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-10-14T07:14:47.213Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
24752024-10-14T07:14:47.265Z Dirty rfc6979 v0.4.0: the rustflags changed
24762024-10-14T07:14:47.265Z Compiling rfc6979 v0.4.0
24772024-10-14T07:14:47.268Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca2916336646e311 -C extra-filename=-ca2916336646e311 --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-d069fa20971f3049.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-10-14T07:14:47.380Z Dirty zerocopy-derive v0.6.6: the rustflags changed
24792024-10-14T07:14:47.380Z Compiling zerocopy-derive v0.6.6
24802024-10-14T07:14:47.382Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dee4c9d58190fa0 -C extra-filename=-7dee4c9d58190fa0 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-10-14T07:14:47.456Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
24822024-10-14T07:14:47.456Z Compiling curve25519-dalek-derive v0.1.1
24832024-10-14T07:14:47.460Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d86306d8e7d7369 -C extra-filename=-0d86306d8e7d7369 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842024-10-14T07:14:47.758Z Dirty bstr v1.9.1: the rustflags changed
24852024-10-14T07:14:47.759Z Compiling bstr v1.9.1
24862024-10-14T07:14:47.762Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=d4fe3bdbd00ac296 -C extra-filename=-d4fe3bdbd00ac296 --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-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-10-14T07:14:48.102Z Dirty itertools v0.12.1: the rustflags changed
24882024-10-14T07:14:48.102Z Compiling itertools v0.12.1
24892024-10-14T07:14:48.105Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bb69c56d84ec7036 -C extra-filename=-bb69c56d84ec7036 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-10-14T07:14:48.237Z Dirty usdt v0.5.0: the rustflags changed
24912024-10-14T07:14:48.237Z Compiling usdt v0.5.0
24922024-10-14T07:14:48.239Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=fe99c9ac2d853e00 -C extra-filename=-fe99c9ac2d853e00 --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-19bc63884c89eb7c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d9ec2e613b7813c5.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8003e8a5a719161a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-05bc91404a9edc9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-f82f2a075bc7589e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-08fdce710739ffcb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932024-10-14T07:14:48.761Z Dirty signal-hook v0.3.17: the rustflags changed
24942024-10-14T07:14:48.761Z Compiling signal-hook v0.3.17
24952024-10-14T07:14:48.766Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=aa21692816cd7757 -C extra-filename=-aa21692816cd7757 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-10-14T07:14:48.791Z Dirty take_mut v0.2.2: the rustflags changed
24972024-10-14T07:14:48.791Z Compiling take_mut v0.2.2
24982024-10-14T07:14:48.794Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9518271d040c7fa -C extra-filename=-f9518271d040c7fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-10-14T07:14:48.948Z Dirty rustls v0.22.4: the rustflags changed
25002024-10-14T07:14:48.948Z Compiling rustls v0.22.4
25012024-10-14T07:14:48.950Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=7a39c18fd3e98d58 -C extra-filename=-7a39c18fd3e98d58 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-10-14T07:14:48.971Z Dirty fixedbitset v0.4.2: the rustflags changed
25032024-10-14T07:14:48.971Z Compiling fixedbitset v0.4.2
25042024-10-14T07:14:48.974Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fda43baac4e8c7a6 -C extra-filename=-fda43baac4e8c7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-10-14T07:14:49.107Z Dirty match_cfg v0.1.0: the rustflags changed
25062024-10-14T07:14:49.107Z Compiling match_cfg v0.1.0
25072024-10-14T07:14:49.109Z Dirty managed v0.8.0: the rustflags changed
25082024-10-14T07:14:49.109Z Compiling managed v0.8.0
25092024-10-14T07:14:49.109Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d9904ced2909ba3a -C extra-filename=-d9904ced2909ba3a --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:14:49.128Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=7ebffa2b30e78119 -C extra-filename=-7ebffa2b30e78119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-10-14T07:14:49.227Z Dirty hostname v0.3.1: the rustflags changed
25122024-10-14T07:14:49.227Z Compiling hostname v0.3.1
25132024-10-14T07:14:49.230Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e7d282d0c72e90f8 -C extra-filename=-e7d282d0c72e90f8 --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-1b46dd66a7c6c3c6.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d9904ced2909ba3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-10-14T07:14:49.302Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
25152024-10-14T07:14:49.339Z Dirty petgraph v0.6.5: the rustflags changed
25162024-10-14T07:14:49.339Z Compiling petgraph v0.6.5
25172024-10-14T07:14:49.343Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=49b9aae5bfc30399 -C extra-filename=-49b9aae5bfc30399 --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-fda43baac4e8c7a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-10-14T07:14:49.448Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=dc9447d9f6438fc0 -C extra-filename=-dc9447d9f6438fc0 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0d86306d8e7d7369.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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"'`
25192024-10-14T07:14:49.484Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
25202024-10-14T07:14:49.519Z Dirty rayon v1.10.0: the rustflags changed
25212024-10-14T07:14:49.519Z Compiling rayon v1.10.0
25222024-10-14T07:14:49.523Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=584ba06da5147514 -C extra-filename=-584ba06da5147514 --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-9f8fe1d87fa9a6f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f9518271d040c7fa.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
25232024-10-14T07:14:49.523Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8be4b95ce6e63459 -C extra-filename=-8be4b95ce6e63459 --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-5d39f2eb1424d60a.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4c44c92761c50284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-10-14T07:14:49.564Z Dirty ecdsa v0.16.9: the rustflags changed
25252024-10-14T07:14:49.564Z Compiling ecdsa v0.16.9
25262024-10-14T07:14:49.566Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=111bfdd447215427 -C extra-filename=-111bfdd447215427 --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-6bfd8ce1df33245f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-ca2916336646e311.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f3376a9afe6caea9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-10-14T07:14:49.647Z Dirty zerocopy v0.6.6: the rustflags changed
25282024-10-14T07:14:49.647Z Compiling zerocopy v0.6.6
25292024-10-14T07:14:49.649Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=c99036b84ef0c689 -C extra-filename=-c99036b84ef0c689 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7dee4c9d58190fa0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-10-14T07:14:50.431Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=6d7b6a64dc987196 -C extra-filename=-6d7b6a64dc987196 --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-325983a483f82094.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
25312024-10-14T07:14:50.590Z Dirty slog-term v2.9.1: the rustflags changed
25322024-10-14T07:14:50.590Z Compiling slog-term v2.9.1
25332024-10-14T07:14:50.592Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=42ef47a16e0d62a4 -C extra-filename=-42ef47a16e0d62a4 --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-be44762a43d64e7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-10-14T07:14:50.862Z Dirty phf_shared v0.10.0: the rustflags changed
25352024-10-14T07:14:50.862Z Compiling phf_shared v0.10.0
25362024-10-14T07:14:50.865Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3867a56396e61cad -C extra-filename=-3867a56396e61cad --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-10-14T07:14:51.303Z Dirty pkcs1 v0.7.5: the rustflags changed
25382024-10-14T07:14:51.303Z Compiling pkcs1 v0.7.5
25392024-10-14T07:14:51.303Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=6eed88a1370a9b60 -C extra-filename=-6eed88a1370a9b60 --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-6bfd8ce1df33245f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-10-14T07:14:51.393Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
25412024-10-14T07:14:51.394Z Compiling new_debug_unreachable v1.0.6
25422024-10-14T07:14:51.457Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2da89dee01071d53 -C extra-filename=-2da89dee01071d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-10-14T07:14:51.513Z Dirty minimal-lexical v0.2.1: the rustflags changed
25442024-10-14T07:14:51.513Z Compiling minimal-lexical v0.2.1
25452024-10-14T07:14:51.552Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=9a8e77c298b71cc5 -C extra-filename=-9a8e77c298b71cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-10-14T07:14:51.866Z Dirty precomputed-hash v0.1.1: the rustflags changed
25472024-10-14T07:14:51.866Z Compiling precomputed-hash v0.1.1
25482024-10-14T07:14:51.873Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe9d34962777373e -C extra-filename=-fe9d34962777373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-10-14T07:14:51.993Z Dirty unicode-xid v0.2.4: the rustflags changed
25502024-10-14T07:14:51.993Z Compiling unicode-xid v0.2.4
25512024-10-14T07:14:52.003Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=4a828090b584bc69 -C extra-filename=-4a828090b584bc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-10-14T07:14:52.019Z Dirty string_cache v0.8.7: the rustflags changed
25532024-10-14T07:14:52.019Z Compiling string_cache v0.8.7
25542024-10-14T07:14:52.023Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=34a7777c883c1a76 -C extra-filename=-34a7777c883c1a76 --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-2da89dee01071d53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3867a56396e61cad.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fe9d34962777373e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-10-14T07:14:52.187Z Dirty nom v7.1.3: the rustflags changed
25562024-10-14T07:14:52.187Z Compiling nom v7.1.3
25572024-10-14T07:14:52.190Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=19a28b98cd1da8cc -C extra-filename=-19a28b98cd1da8cc --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-3b15747880b886c1.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-9a8e77c298b71cc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-10-14T07:14:52.261Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8b929d32c77d7889 -C extra-filename=-8b929d32c77d7889 --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-1b46dd66a7c6c3c6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-10-14T07:14:52.508Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=1ccde0d8e487fdb2 -C extra-filename=-1ccde0d8e487fdb2 --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-23a080a7c704046f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
25602024-10-14T07:14:53.274Z Dirty rsa v0.9.6: the rustflags changed
25612024-10-14T07:14:53.274Z Compiling rsa v0.9.6
25622024-10-14T07:14:53.277Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=fd872cc474e702b5 -C extra-filename=-fd872cc474e702b5 --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-0fbd4ee0c026a43b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6d7b6a64dc987196.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6eed88a1370a9b60.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f3376a9afe6caea9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-10-14T07:14:53.492Z Dirty ed25519 v2.2.3: the rustflags changed
25642024-10-14T07:14:53.492Z Compiling ed25519 v2.2.3
25652024-10-14T07:14:53.494Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=1221875bc1ba89a3 -C extra-filename=-1221875bc1ba89a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f3376a9afe6caea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-10-14T07:14:54.419Z Dirty hubpack_derive v0.1.1: the rustflags changed
25672024-10-14T07:14:54.419Z Compiling hubpack_derive v0.1.1
25682024-10-14T07:14:54.425Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb02688a1548272d -C extra-filename=-cb02688a1548272d --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-10-14T07:14:55.536Z Dirty multer v3.1.0: the rustflags changed
25702024-10-14T07:14:55.536Z Compiling multer v3.1.0
25712024-10-14T07:14:55.539Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b0c2a76b3dbdbc46 -C extra-filename=-b0c2a76b3dbdbc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-10-14T07:14:55.560Z Dirty quick-error v1.2.3: the rustflags changed
25732024-10-14T07:14:55.560Z Compiling quick-error v1.2.3
25742024-10-14T07:14:55.594Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a51933d224a7ea6 -C extra-filename=-5a51933d224a7ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-10-14T07:14:55.704Z Dirty hubpack v0.1.2: the rustflags changed
25762024-10-14T07:14:55.704Z Compiling hubpack v0.1.2
25772024-10-14T07:14:55.707Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acf39400c9ba3962 -C extra-filename=-acf39400c9ba3962 --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-cb02688a1548272d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-10-14T07:14:55.895Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
25792024-10-14T07:14:55.920Z Dirty ed25519-dalek v2.1.1: the rustflags changed
25802024-10-14T07:14:55.920Z Compiling ed25519-dalek v2.1.1
25812024-10-14T07:14:55.923Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.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="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=6992ad6647e18695 -C extra-filename=-6992ad6647e18695 --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-dc9447d9f6438fc0.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-1221875bc1ba89a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f3376a9afe6caea9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-10-14T07:14:55.972Z Dirty heapless v0.7.17: the rustflags changed
25832024-10-14T07:14:55.972Z Compiling heapless v0.7.17
25842024-10-14T07:14:55.975Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=2334a957bb26b2b0 -C extra-filename=-2334a957bb26b2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-2334a957bb26b2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2b30d3370a76c4c5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-10-14T07:14:56.017Z Dirty slog-json v2.6.1: the rustflags changed
25862024-10-14T07:14:56.017Z Compiling slog-json v2.6.1
25872024-10-14T07:14:56.020Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=55e01b7eddbd2ed9 -C extra-filename=-55e01b7eddbd2ed9 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-10-14T07:14:56.145Z Dirty x509-cert v0.2.5: the rustflags changed
25892024-10-14T07:14:56.145Z Compiling x509-cert v0.2.5
25902024-10-14T07:14:56.149Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=cd748ad597b422d7 -C extra-filename=-cd748ad597b422d7 --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-0fbd4ee0c026a43b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6bfd8ce1df33245f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-10-14T07:14:56.408Z Dirty enum-as-inner v0.6.0: the rustflags changed
25922024-10-14T07:14:56.408Z Compiling enum-as-inner v0.6.0
25932024-10-14T07:14:56.412Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c4d85c5597cb6b7 -C extra-filename=-3c4d85c5597cb6b7 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-10-14T07:14:56.497Z Dirty async-stream-impl v0.3.5: the rustflags changed
25952024-10-14T07:14:56.497Z Compiling async-stream-impl v0.3.5
25962024-10-14T07:14:56.501Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69ddcf8e39558d4f -C extra-filename=-69ddcf8e39558d4f --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-10-14T07:14:57.228Z Dirty tokio-rustls v0.25.0: the rustflags changed
25982024-10-14T07:14:57.228Z Compiling tokio-rustls v0.25.0
25992024-10-14T07:14:57.231Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=6c36a0d37f27a5c7 -C extra-filename=-6c36a0d37f27a5c7 --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-1ccde0d8e487fdb2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
26002024-10-14T07:14:57.644Z Dirty idna v0.4.0: the rustflags changed
26012024-10-14T07:14:57.645Z Compiling idna v0.4.0
26022024-10-14T07:14:57.647Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf46d2358bd9dd90 -C extra-filename=-bf46d2358bd9dd90 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-10-14T07:14:57.667Z Dirty dropshot v0.12.0: the rustflags changed
26042024-10-14T07:14:57.667Z Compiling dropshot v0.12.0
26052024-10-14T07:14:57.670Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=63e0d2c1df7453d2 -C extra-filename=-63e0d2c1df7453d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-10-14T07:14:57.754Z Dirty debug-ignore v1.0.5: the rustflags changed
26072024-10-14T07:14:57.754Z Compiling debug-ignore v1.0.5
26082024-10-14T07:14:57.756Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8d6e08c22f4130f -C extra-filename=-f8d6e08c22f4130f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-10-14T07:14:57.894Z Dirty lalrpop-util v0.19.12: the rustflags changed
26102024-10-14T07:14:57.894Z Compiling lalrpop-util v0.19.12
26112024-10-14T07:14:57.897Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=cabd6990d00654d2 -C extra-filename=-cabd6990d00654d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-10-14T07:14:58.039Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2/build-script-build`
26132024-10-14T07:14:58.060Z Dirty async-stream v0.3.5: the rustflags changed
26142024-10-14T07:14:58.060Z Compiling async-stream v0.3.5
26152024-10-14T07:14:58.063Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=805d25e0ee7756da -C extra-filename=-805d25e0ee7756da --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-69ddcf8e39558d4f.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-10-14T07:14:58.110Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-2334a957bb26b2b0/build-script-build`
26172024-10-14T07:14:58.189Z Dirty slog-bunyan v2.5.0: the rustflags changed
26182024-10-14T07:14:58.190Z Compiling slog-bunyan v2.5.0
26192024-10-14T07:14:58.192Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=72faaea8fef39f15 -C extra-filename=-72faaea8fef39f15 --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-e7d282d0c72e90f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55e01b7eddbd2ed9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-10-14T07:14:58.236Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=08a6b2c8990b5b00 -C extra-filename=-08a6b2c8990b5b00 --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-b8e9fbdeb91cd71f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-10-14T07:14:58.393Z Dirty signal-hook-mio v0.2.4: the rustflags changed
26222024-10-14T07:14:58.393Z Compiling signal-hook-mio v0.2.4
26232024-10-14T07:14:58.395Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=671dd385e5cd2b82 -C extra-filename=-671dd385e5cd2b82 --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-1b46dd66a7c6c3c6.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-10-14T07:14:58.417Z Dirty console v0.15.8: the rustflags changed
26252024-10-14T07:14:58.417Z Compiling console v0.15.8
26262024-10-14T07:14:58.417Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=d203535d0c6e9365 -C extra-filename=-d203535d0c6e9365 --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-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-10-14T07:14:58.564Z Dirty hickory-proto v0.24.1: the rustflags changed
26282024-10-14T07:14:58.564Z Compiling hickory-proto v0.24.1
26292024-10-14T07:14:58.567Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=ae936c506bca284d -C extra-filename=-ae936c506bca284d --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-2a9b2223f6844e23.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c4d85c5597cb6b7.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-bf46d2358bd9dd90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-10-14T07:14:59.196Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
26312024-10-14T07:14:59.196Z Compiling dropshot_endpoint v0.12.0
26322024-10-14T07:14:59.198Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d7b9693ca8e0e090 -C extra-filename=-d7b9693ca8e0e090 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-10-14T07:14:59.281Z Dirty serde_path_to_error v0.1.16: the rustflags changed
26342024-10-14T07:14:59.281Z Compiling serde_path_to_error v0.1.16
26352024-10-14T07:14:59.283Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cda642eaa27d4783 -C extra-filename=-cda642eaa27d4783 --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-4cb0fb6bacfafb96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-10-14T07:14:59.980Z Dirty waitgroup v0.1.2: the rustflags changed
26372024-10-14T07:14:59.980Z Compiling waitgroup v0.1.2
26382024-10-14T07:14:59.982Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6992fbdcfd8dfd4 -C extra-filename=-c6992fbdcfd8dfd4 --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-0226d346e4689e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-10-14T07:15:00.394Z Dirty hash32 v0.2.1: the rustflags changed
26402024-10-14T07:15:00.394Z Compiling hash32 v0.2.1
26412024-10-14T07:15:00.399Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d4b24ee1288cc3 -C extra-filename=-b2d4b24ee1288cc3 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-10-14T07:15:00.399Z Dirty hostname v0.4.0: the rustflags changed
26432024-10-14T07:15:00.399Z Compiling hostname v0.4.0
26442024-10-14T07:15:00.399Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f05b37f1d6d64d48 -C extra-filename=-f05b37f1d6d64d48 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-10-14T07:15:00.518Z Dirty finl_unicode v1.2.0: the rustflags changed
26462024-10-14T07:15:00.518Z Compiling finl_unicode v1.2.0
26472024-10-14T07:15:00.520Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=3e0871fb68948e2f -C extra-filename=-3e0871fb68948e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482024-10-14T07:15:00.627Z Dirty predicates-core v1.0.6: the rustflags changed
26492024-10-14T07:15:00.627Z Compiling predicates-core v1.0.6
26502024-10-14T07:15:00.630Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=010f1331228f9ea5 -C extra-filename=-010f1331228f9ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-10-14T07:15:01.013Z Dirty linked-hash-map v0.5.6: the rustflags changed
26522024-10-14T07:15:01.013Z Compiling linked-hash-map v0.5.6
26532024-10-14T07:15:01.016Z Dirty portable-atomic v1.6.0: the rustflags changed
26542024-10-14T07:15:01.016Z Compiling portable-atomic v1.6.0
26552024-10-14T07:15:01.016Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=e099fcafe1b8ddce -C extra-filename=-e099fcafe1b8ddce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-10-14T07:15:01.016Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=12021e4b795f02e3 -C extra-filename=-12021e4b795f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-10-14T07:15:01.128Z Dirty smoltcp v0.9.1: the rustflags changed
26582024-10-14T07:15:01.128Z Compiling smoltcp v0.9.1
26592024-10-14T07:15:01.131Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=bdbe85cbcf8150ee -C extra-filename=-bdbe85cbcf8150ee --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-10-14T07:15:01.420Z Dirty lru-cache v0.1.2: the rustflags changed
26612024-10-14T07:15:01.420Z Compiling lru-cache v0.1.2
26622024-10-14T07:15:01.423Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=014178c12363f11b -C extra-filename=-014178c12363f11b --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-e099fcafe1b8ddce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-10-14T07:15:01.463Z Dirty stringprep v0.1.4: the rustflags changed
26642024-10-14T07:15:01.463Z Compiling stringprep v0.1.4
26652024-10-14T07:15:01.466Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672fb69311fd6a4a -C extra-filename=-672fb69311fd6a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3e0871fb68948e2f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-10-14T07:15:01.622Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=7277a04de1c73390 -C extra-filename=-7277a04de1c73390 --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-b2d4b24ee1288cc3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
26672024-10-14T07:15:01.971Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
26682024-10-14T07:15:02.005Z Dirty crossterm v0.28.1: the rustflags changed
26692024-10-14T07:15:02.005Z Compiling crossterm v0.28.1
26702024-10-14T07:15:02.008Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=a950cee0620f7b94 -C extra-filename=-a950cee0620f7b94 --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-fb02ffd1abc115c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-671dd385e5cd2b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-10-14T07:15:02.128Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build`
26722024-10-14T07:15:02.204Z Dirty similar v2.6.0: the rustflags changed
26732024-10-14T07:15:02.204Z Compiling similar v2.6.0
26742024-10-14T07:15:02.206Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=19a4129fa3d7d79f -C extra-filename=-19a4129fa3d7d79f --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-d4fe3bdbd00ac296.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-10-14T07:15:02.642Z Dirty tokio-stream v0.1.16: the rustflags changed
26762024-10-14T07:15:02.642Z Compiling tokio-stream v0.1.16
26772024-10-14T07:15:02.646Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=cfb95ac6d54f56a4 -C extra-filename=-cfb95ac6d54f56a4 --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-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-10-14T07:15:02.815Z Dirty md-5 v0.10.6: the rustflags changed
26792024-10-14T07:15:02.815Z Compiling md-5 v0.10.6
26802024-10-14T07:15:02.818Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=65df9dca73555abd -C extra-filename=-65df9dca73555abd --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-94faf137b493206b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-10-14T07:15:03.073Z Dirty float-cmp v0.9.0: the rustflags changed
26822024-10-14T07:15:03.073Z Compiling float-cmp v0.9.0
26832024-10-14T07:15:03.093Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=ff2d3af3210f593b -C extra-filename=-ff2d3af3210f593b --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-10-14T07:15:03.119Z Dirty fs-err v2.11.0: the rustflags changed
26852024-10-14T07:15:03.119Z Compiling fs-err v2.11.0
26862024-10-14T07:15:03.121Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7840dcc9301ae0b4 -C extra-filename=-7840dcc9301ae0b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-10-14T07:15:03.314Z Dirty fallible-iterator v0.2.0: the rustflags changed
26882024-10-14T07:15:03.314Z Compiling fallible-iterator v0.2.0
26892024-10-14T07:15:03.317Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99585d275a54a8fa -C extra-filename=-99585d275a54a8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-10-14T07:15:03.482Z Dirty difflib v0.4.0: the rustflags changed
26912024-10-14T07:15:03.482Z Compiling difflib v0.4.0
26922024-10-14T07:15:03.486Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df3a4df3c1440d6e -C extra-filename=-df3a4df3c1440d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-10-14T07:15:03.683Z Dirty normalize-line-endings v0.3.0: the rustflags changed
26942024-10-14T07:15:03.683Z Compiling normalize-line-endings v0.3.0
26952024-10-14T07:15:03.685Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb19df894926175b -C extra-filename=-eb19df894926175b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-10-14T07:15:03.823Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build`
26972024-10-14T07:15:03.969Z Dirty predicates v3.1.2: the rustflags changed
26982024-10-14T07:15:03.969Z Compiling predicates v3.1.2
26992024-10-14T07:15:03.972Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=36bf2fa1d0483c61 -C extra-filename=-36bf2fa1d0483c61 --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-43f69afcb50accdb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-df3a4df3c1440d6e.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ff2d3af3210f593b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-eb19df894926175b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-10-14T07:15:04.029Z Dirty postgres-protocol v0.6.7: the rustflags changed
27012024-10-14T07:15:04.029Z Compiling postgres-protocol v0.6.7
27022024-10-14T07:15:04.031Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=aa48ab54386c8f79 -C extra-filename=-aa48ab54386c8f79 --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-2da632077f49dfb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-65df9dca73555abd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-672fb69311fd6a4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-10-14T07:15:04.072Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1bf1d6454d0b76ca -C extra-filename=-1bf1d6454d0b76ca --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-805d25e0ee7756da.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d7b9693ca8e0e090.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f05b37f1d6d64d48.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-08a6b2c8990b5b00.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55e01b7eddbd2ed9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6c36a0d37f27a5c7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6992fbdcfd8dfd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
27042024-10-14T07:15:04.651Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=c0eafb4d63cc549e -C extra-filename=-c0eafb4d63cc549e --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-7277a04de1c73390.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052024-10-14T07:15:04.949Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=9d52c690f1b3b666 -C extra-filename=-9d52c690f1b3b666 --out-dir /work/oxidecomputer/omicron/target/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`
27062024-10-14T07:15:05.122Z Dirty resolv-conf v0.7.0: the rustflags changed
27072024-10-14T07:15:05.122Z Compiling resolv-conf v0.7.0
27082024-10-14T07:15:05.125Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=c593ae89b2fb6a7b -C extra-filename=-c593ae89b2fb6a7b --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-e7d282d0c72e90f8.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-10-14T07:15:05.460Z Dirty tungstenite v0.23.0: the rustflags changed
27102024-10-14T07:15:05.460Z Compiling tungstenite v0.23.0
27112024-10-14T07:15:05.464Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=c00f68192d7e1380 -C extra-filename=-c00f68192d7e1380 --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122024-10-14T07:15:05.729Z Dirty phf_shared v0.11.2: the rustflags changed
27132024-10-14T07:15:05.729Z Compiling phf_shared v0.11.2
27142024-10-14T07:15:05.732Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=471a15ddaebb70d0 -C extra-filename=-471a15ddaebb70d0 --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-10-14T07:15:05.810Z Dirty serde-big-array v0.5.1: the rustflags changed
27162024-10-14T07:15:05.810Z Compiling serde-big-array v0.5.1
27172024-10-14T07:15:05.812Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=176255c2b6dd361c -C extra-filename=-176255c2b6dd361c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-10-14T07:15:05.945Z Dirty strum_macros v0.25.3: the rustflags changed
27192024-10-14T07:15:05.945Z Compiling strum_macros v0.25.3
27202024-10-14T07:15:05.953Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4e5045a500f93df -C extra-filename=-f4e5045a500f93df --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-10-14T07:15:06.046Z Dirty serde_repr v0.1.19: the rustflags changed
27222024-10-14T07:15:06.046Z Compiling serde_repr v0.1.19
27232024-10-14T07:15:06.049Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebeff5f98149d47c -C extra-filename=-ebeff5f98149d47c --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-10-14T07:15:06.121Z Dirty peg-runtime v0.8.3: the rustflags changed
27252024-10-14T07:15:06.121Z Compiling peg-runtime v0.8.3
27262024-10-14T07:15:06.125Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=f68472f095c24de4 -C extra-filename=-f68472f095c24de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-10-14T07:15:06.356Z Dirty number_prefix v0.4.0: the rustflags changed
27282024-10-14T07:15:06.357Z Compiling number_prefix v0.4.0
27292024-10-14T07:15:06.359Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f0572afc11e7106 -C extra-filename=-8f0572afc11e7106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-10-14T07:15:06.596Z Dirty indicatif v0.17.8: the rustflags changed
27312024-10-14T07:15:06.596Z Compiling indicatif v0.17.8
27322024-10-14T07:15:06.599Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=0398239070131763 -C extra-filename=-0398239070131763 --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-d203535d0c6e9365.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-8f0572afc11e7106.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-9d52c690f1b3b666.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-10-14T07:15:06.753Z Dirty tokio-tungstenite v0.23.1: the rustflags changed
27342024-10-14T07:15:06.753Z Compiling tokio-tungstenite v0.23.1
27352024-10-14T07:15:06.758Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=9d8b460a05d11c19 -C extra-filename=-9d8b460a05d11c19 --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-34da37f6ba5f3f7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c00f68192d7e1380.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-10-14T07:15:06.800Z Dirty phf v0.11.2: the rustflags changed
27372024-10-14T07:15:06.800Z Compiling phf v0.11.2
27382024-10-14T07:15:06.810Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8e35b99582fa2840 -C extra-filename=-8e35b99582fa2840 --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-471a15ddaebb70d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-10-14T07:15:07.118Z Dirty hickory-resolver v0.24.1: the rustflags changed
27402024-10-14T07:15:07.118Z Compiling hickory-resolver v0.24.1
27412024-10-14T07:15:07.121Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=1f02ea9ece08bddd -C extra-filename=-1f02ea9ece08bddd --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-94faf137b493206b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c593ae89b2fb6a7b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422024-10-14T07:15:07.262Z Dirty postgres-types v0.2.8: the rustflags changed
27432024-10-14T07:15:07.262Z Compiling postgres-types v0.2.8
27442024-10-14T07:15:07.264Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=81cd8edc7ab5cbaf -C extra-filename=-81cd8edc7ab5cbaf --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-b8e9fbdeb91cd71f.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-aa48ab54386c8f79.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-10-14T07:15:07.408Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=cde6231c1b7e3547 -C extra-filename=-cde6231c1b7e3547 --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-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
27462024-10-14T07:15:07.809Z Dirty derive-where v1.2.7: the rustflags changed
27472024-10-14T07:15:07.809Z Compiling derive-where v1.2.7
27482024-10-14T07:15:07.812Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=c9f4d798832c0062 -C extra-filename=-c9f4d798832c0062 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-10-14T07:15:08.250Z Dirty whoami v1.5.2: the rustflags changed
27502024-10-14T07:15:08.250Z Compiling whoami v1.5.2
27512024-10-14T07:15:08.254Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=481ec9f9cd50a9a2 -C extra-filename=-481ec9f9cd50a9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-10-14T07:15:08.712Z Dirty tokio-postgres v0.7.12: the rustflags changed
27532024-10-14T07:15:08.712Z Compiling tokio-postgres v0.7.12
27542024-10-14T07:15:08.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=bbc2a32ad8e4c26e -C extra-filename=-bbc2a32ad8e4c26e --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-2a9b2223f6844e23.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-8e35b99582fa2840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-aa48ab54386c8f79.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-81cd8edc7ab5cbaf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-10-14T07:15:08.781Z Compiling allocator-api2 v0.2.18
27562024-10-14T07:15:08.784Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=b6220780d1ff212d -C extra-filename=-b6220780d1ff212d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-10-14T07:15:08.807Z Dirty fastrand v2.1.1: the rustflags changed
27582024-10-14T07:15:08.807Z Compiling fastrand v2.1.1
27592024-10-14T07:15:08.810Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=021f1b051b6c63fa -C extra-filename=-021f1b051b6c63fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-10-14T07:15:08.927Z Compiling unsafe-libyaml v0.2.11
27612024-10-14T07:15:08.939Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d82dd58b0184436 -C extra-filename=-5d82dd58b0184436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622024-10-14T07:15:09.354Z Compiling ident_case v1.0.1
27632024-10-14T07:15:09.358Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f0a2acd79c1f241 -C extra-filename=-1f0a2acd79c1f241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-10-14T07:15:09.545Z Compiling hashbrown v0.14.5
27652024-10-14T07:15:09.577Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=e1777fdd094a1a39 -C extra-filename=-e1777fdd094a1a39 --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-723781568c60f25e.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-10-14T07:15:09.616Z Compiling darling_core v0.20.9
27672024-10-14T07:15:09.631Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=d7248a1af59ffe98 -C extra-filename=-d7248a1af59ffe98 --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-384dbe410948d0e9.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-1f0a2acd79c1f241.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-10-14T07:15:10.237Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
27692024-10-14T07:15:10.237Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27702024-10-14T07:15:10.240Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=4cb48c399f8753e4 -C extra-filename=-4cb48c399f8753e4 --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-fb02ffd1abc115c8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-176255c2b6dd361c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-ebeff5f98149d47c.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c0eafb4d63cc549e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f4e5045a500f93df.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-10-14T07:15:10.956Z Compiling regress v0.10.1
27722024-10-14T07:15:10.959Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=6df87e1594a3805b -C extra-filename=-6df87e1594a3805b --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-e1777fdd094a1a39.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732024-10-14T07:15:10.977Z Compiling serde_yaml v0.9.34+deprecated
27742024-10-14T07:15:10.977Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5898bb68bd36ba3e -C extra-filename=-5898bb68bd36ba3e --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-89c22dfae81a687e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5d82dd58b0184436.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-10-14T07:15:11.591Z Dirty qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784): the rustflags changed
27762024-10-14T07:15:11.591Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
27772024-10-14T07:15:11.595Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/de6f778/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=044e0ee28254be35 -C extra-filename=-044e0ee28254be35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
27782024-10-14T07:15:13.752Z Compiling progenitor-client v0.8.0
27792024-10-14T07:15:13.755Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0333960537230867 -C extra-filename=-0333960537230867 --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-b8e9fbdeb91cd71f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27802024-10-14T07:15:13.837Z Compiling ipnetwork v0.20.0
27812024-10-14T07:15:13.839Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=303b970f3332fc4b -C extra-filename=-303b970f3332fc4b --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-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-10-14T07:15:14.209Z Compiling tempfile v3.13.0
27832024-10-14T07:15:14.213Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=760385a0d85b5f43 -C extra-filename=-760385a0d85b5f43 --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-94faf137b493206b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-10-14T07:15:14.631Z Dirty strum_macros v0.26.4: the rustflags changed
27852024-10-14T07:15:14.631Z Compiling strum_macros v0.26.4
27862024-10-14T07:15:14.637Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b534315ca1a3744c -C extra-filename=-b534315ca1a3744c --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-10-14T07:15:14.769Z Compiling typify-impl v0.2.0
27882024-10-14T07:15:14.772Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0eb480e5491f09d -C extra-filename=-b0eb480e5491f09d --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-830498e334c402a9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6df87e1594a3805b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-10-14T07:15:15.148Z Compiling newtype-uuid v1.1.2
27902024-10-14T07:15:15.161Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=3b6a66c130d88708 -C extra-filename=-3b6a66c130d88708 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-10-14T07:15:15.268Z Compiling structmeta-derive v0.3.0
27922024-10-14T07:15:15.270Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a80a3f5c8f64ad13 -C extra-filename=-a80a3f5c8f64ad13 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-10-14T07:15:15.513Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708/build-script-build`
27942024-10-14T07:15:15.549Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=9d4e54c285cffd43 -C extra-filename=-9d4e54c285cffd43 --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-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
27952024-10-14T07:15:15.865Z Compiling instant v0.1.12
27962024-10-14T07:15:15.868Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d9fb3cc79b503f7 -C extra-filename=-4d9fb3cc79b503f7 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-10-14T07:15:16.021Z Compiling regress v0.9.1
27982024-10-14T07:15:16.032Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=57b886ee9e5a1429 -C extra-filename=-57b886ee9e5a1429 --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-e1777fdd094a1a39.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-10-14T07:15:16.066Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
28002024-10-14T07:15:16.069Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=1cd77f21bde4b3a0 -C extra-filename=-1cd77f21bde4b3a0 --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-303b970f3332fc4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-10-14T07:15:16.778Z Compiling darling_macro v0.20.9
28022024-10-14T07:15:16.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6cbe3f48d434230 -C extra-filename=-c6cbe3f48d434230 --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-d7248a1af59ffe98.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-10-14T07:15:16.827Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28042024-10-14T07:15:16.831Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=f071f12ab7288f1c -C extra-filename=-f071f12ab7288f1c --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-9d4e54c285cffd43.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-10-14T07:15:17.142Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28062024-10-14T07:15:17.144Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0d7d2998473d8a5b -C extra-filename=-0d7d2998473d8a5b --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-10-14T07:15:17.180Z Compiling backoff v0.4.0
28082024-10-14T07:15:17.182Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=c7719caf35fa3b5f -C extra-filename=-c7719caf35fa3b5f --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-5c0c6b13016b0cbd.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-10-14T07:15:17.546Z Compiling macaddr v1.0.1
28102024-10-14T07:15:17.549Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=f1ccdd3195e5f523 -C extra-filename=-f1ccdd3195e5f523 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-10-14T07:15:17.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28122024-10-14T07:15:17.706Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe0e00787c92d4f2 -C extra-filename=-fe0e00787c92d4f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-fe0e00787c92d4f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-723781568c60f25e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4fe3bdbd00ac296.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2615ebe8791562a7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-076d2b7c223b04b6.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-dc9447d9f6438fc0.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-19bc63884c89eb7c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6867d11bfb3e999e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6d7b6a64dc987196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-81cd8edc7ab5cbaf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-34a7777c883c1a76.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b4517869adf96fd.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
28132024-10-14T07:15:17.936Z Compiling darling v0.20.9
28142024-10-14T07:15:17.939Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=fcaedbe21c735256 -C extra-filename=-fcaedbe21c735256 --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-d7248a1af59ffe98.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c6cbe3f48d434230.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-10-14T07:15:17.976Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28162024-10-14T07:15:17.979Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8392285166d821a5 -C extra-filename=-8392285166d821a5 --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-063889f16a5b7e58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-10-14T07:15:18.064Z Compiling serde_with_macros v3.9.0
28182024-10-14T07:15:18.086Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28192024-10-14T07:15:18.087Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=9f29970dd41e6a56 -C extra-filename=-9f29970dd41e6a56 --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-fcaedbe21c735256.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-10-14T07:15:18.089Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-fe0e00787c92d4f2/build-script-build`
28212024-10-14T07:15:18.089Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=72173a9ea899e76d -C extra-filename=-72173a9ea899e76d --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-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-0d7d2998473d8a5b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-10-14T07:15:18.129Z Compiling wait-timeout v0.2.0
28232024-10-14T07:15:18.131Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32e63b1de861798b -C extra-filename=-32e63b1de861798b --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-10-14T07:15:18.153Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb0b688d2096ba1b -C extra-filename=-bb0b688d2096ba1b --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-723781568c60f25e.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4fe3bdbd00ac296.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2615ebe8791562a7.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-076d2b7c223b04b6.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-dc9447d9f6438fc0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-19bc63884c89eb7c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6867d11bfb3e999e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6d7b6a64dc987196.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-81cd8edc7ab5cbaf.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-34a7777c883c1a76.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b4517869adf96fd.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
28252024-10-14T07:15:18.272Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262024-10-14T07:15:18.272Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1c61c3d12f40507 -C extra-filename=-f1c61c3d12f40507 --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-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
28272024-10-14T07:15:18.296Z Compiling structmeta-derive v0.2.0
28282024-10-14T07:15:18.343Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=999e17840cb00b8b -C extra-filename=-999e17840cb00b8b --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-10-14T07:15:18.427Z Compiling structmeta v0.3.0
28302024-10-14T07:15:18.430Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b27bac30dc2f6b6e -C extra-filename=-b27bac30dc2f6b6e --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a80a3f5c8f64ad13.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-10-14T07:15:18.737Z Compiling rusty-fork v0.3.0
28322024-10-14T07:15:18.756Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=40c83b8bdd43f63c -C extra-filename=-40c83b8bdd43f63c --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-384dbe410948d0e9.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-10-14T07:15:18.882Z Compiling parse-display-derive v0.10.0
28342024-10-14T07:15:18.885Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c79f0491d6fd629 -C extra-filename=-1c79f0491d6fd629 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-b27bac30dc2f6b6e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-10-14T07:15:19.202Z Compiling rand_xorshift v0.3.0
28362024-10-14T07:15:19.205Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=e5d67a1406e679f5 -C extra-filename=-e5d67a1406e679f5 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-10-14T07:15:19.500Z Compiling unarray v0.1.4
28382024-10-14T07:15:19.503Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=902f42438c2f18fe -C extra-filename=-902f42438c2f18fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-10-14T07:15:19.549Z Compiling camino-tempfile v1.1.1
28402024-10-14T07:15:19.552Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=111c861fa0c18514 -C extra-filename=-111c861fa0c18514 --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-294229beec0d6e93.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-10-14T07:15:19.672Z Compiling proptest v1.5.0
28422024-10-14T07:15:19.675Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=058586f78bb13647 -C extra-filename=-058586f78bb13647 --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-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-e5d67a1406e679f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-40c83b8bdd43f63c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-902f42438c2f18fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-10-14T07:15:19.915Z Dirty strum v0.26.3: the rustflags changed
28442024-10-14T07:15:19.915Z Compiling strum v0.26.3
28452024-10-14T07:15:19.918Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a5fdb242a92b805a -C extra-filename=-a5fdb242a92b805a --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-b534315ca1a3744c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-10-14T07:15:20.055Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
28472024-10-14T07:15:20.055Z Compiling proc-macro-error-attr v1.0.4
28482024-10-14T07:15:20.057Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d000a157274cd67 -C extra-filename=-5d000a157274cd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492024-10-14T07:15:20.107Z Dirty proc-macro-error v1.0.4: the rustflags changed
28502024-10-14T07:15:20.108Z Compiling proc-macro-error v1.0.4
28512024-10-14T07:15:20.110Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a4bca8a215788b67 -C extra-filename=-a4bca8a215788b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-10-14T07:15:20.432Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
28532024-10-14T07:15:20.502Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
28542024-10-14T07:15:20.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68f122e0d2163110 -C extra-filename=-68f122e0d2163110 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-10-14T07:15:20.653Z Compiling proc-macro-crate v1.3.1
28562024-10-14T07:15:20.656Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=314f3fb55dbe3a70 -C extra-filename=-314f3fb55dbe3a70 --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-d381d90b77512a0f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b4517869adf96fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-10-14T07:15:21.085Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28582024-10-14T07:15:21.088Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e5a9887b0b0e8e -C extra-filename=-d7e5a9887b0b0e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-10-14T07:15:21.147Z Compiling serde_with v3.9.0
28602024-10-14T07:15:21.149Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=515e9b56e23eca1c -C extra-filename=-515e9b56e23eca1c --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-9f29970dd41e6a56.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-10-14T07:15:21.412Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=836e2c374cf90b03 -C extra-filename=-836e2c374cf90b03 --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-68f122e0d2163110.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
28622024-10-14T07:15:21.435Z Compiling structmeta v0.2.0
28632024-10-14T07:15:21.468Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6068c22f85f1ab0e -C extra-filename=-6068c22f85f1ab0e --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-999e17840cb00b8b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642024-10-14T07:15:21.522Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
28652024-10-14T07:15:21.555Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28662024-10-14T07:15:21.557Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525ace519d3346b6 -C extra-filename=-525ace519d3346b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-10-14T07:15:21.722Z Compiling num_enum_derive v0.5.11
28682024-10-14T07:15:21.724Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=f5626be8f19e7dbd -C extra-filename=-f5626be8f19e7dbd --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-314f3fb55dbe3a70.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-10-14T07:15:21.894Z Compiling test-strategy v0.3.1
28702024-10-14T07:15:21.925Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd7fbb4f14d40c5b -C extra-filename=-fd7fbb4f14d40c5b --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6068c22f85f1ab0e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-10-14T07:15:21.928Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
28722024-10-14T07:15:21.961Z Compiling foreign-types-macros v0.2.3
28732024-10-14T07:15:21.964Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=04b7b57f0d8e75d6 -C extra-filename=-04b7b57f0d8e75d6 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-10-14T07:15:22.124Z Compiling foreign-types-shared v0.3.1
28752024-10-14T07:15:22.127Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62e6d3d49a368cf7 -C extra-filename=-62e6d3d49a368cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-10-14T07:15:22.257Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66564d91ab6f2ef3 -C extra-filename=-66564d91ab6f2ef3 --out-dir /work/oxidecomputer/omicron/target/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`
28772024-10-14T07:15:22.439Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0294cfe81e15398b -C extra-filename=-0294cfe81e15398b --out-dir /work/oxidecomputer/omicron/target/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`
28782024-10-14T07:15:22.638Z Compiling tabwriter v1.4.0
28792024-10-14T07:15:22.648Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=36b664ce9afcce98 -C extra-filename=-36b664ce9afcce98 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-10-14T07:15:23.201Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28812024-10-14T07:15:23.205Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36183a0c179aba72 -C extra-filename=-36183a0c179aba72 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-10-14T07:15:23.504Z Compiling foreign-types v0.5.0
28832024-10-14T07:15:23.507Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dcc8af15904b5b83 -C extra-filename=-dcc8af15904b5b83 --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-04b7b57f0d8e75d6.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-62e6d3d49a368cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-10-14T07:15:23.547Z Compiling cstr-argument v0.1.2
28852024-10-14T07:15:23.550Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=aab9cf1341f27a2e -C extra-filename=-aab9cf1341f27a2e --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-94faf137b493206b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-10-14T07:15:23.818Z Compiling pretty-hex v0.2.1
28872024-10-14T07:15:23.861Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=27176efeb89a212c -C extra-filename=-27176efeb89a212c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-10-14T07:15:23.975Z Compiling parse-display v0.10.0
28892024-10-14T07:15:23.977Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=da90b98cbf88f3bf -C extra-filename=-da90b98cbf88f3bf --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-1c79f0491d6fd629.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-10-14T07:15:24.015Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28912024-10-14T07:15:24.018Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d49872dc4cfcb8a -C extra-filename=-9d49872dc4cfcb8a --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-aab9cf1341f27a2e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dcc8af15904b5b83.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-10-14T07:15:24.187Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28932024-10-14T07:15:24.190Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d86a21abaac1fc -C extra-filename=-b2d86a21abaac1fc --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-1b46dd66a7c6c3c6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-36183a0c179aba72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-10-14T07:15:24.366Z Compiling colored v2.1.0
28952024-10-14T07:15:24.384Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=6166f879ac927c99 -C extra-filename=-6166f879ac927c99 --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-4058c7340bf7b5f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-10-14T07:15:24.566Z Compiling smf v0.2.3
28972024-10-14T07:15:24.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93a9df5e6bd72088 -C extra-filename=-93a9df5e6bd72088 --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-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-10-14T07:15:24.589Z Compiling num_enum v0.5.11
28992024-10-14T07:15:24.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=83ae9df7c28cd036 -C extra-filename=-83ae9df7c28cd036 --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-f5626be8f19e7dbd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-10-14T07:15:24.676Z Compiling crucible-workspace-hack v0.1.0
29012024-10-14T07:15:24.678Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bb6db9d5be3b93a -C extra-filename=-7bb6db9d5be3b93a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-10-14T07:15:24.749Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29032024-10-14T07:15:24.752Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c6ef876b6084695 -C extra-filename=-4c6ef876b6084695 --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-1b46dd66a7c6c3c6.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-66564d91ab6f2ef3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-83ae9df7c28cd036.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-10-14T07:15:24.906Z Compiling termtree v0.4.1
29052024-10-14T07:15:24.906Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f580d41a8e4e74f -C extra-filename=-3f580d41a8e4e74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-10-14T07:15:25.110Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
29072024-10-14T07:15:25.144Z Compiling heapless v0.8.0
29082024-10-14T07:15:25.147Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e556d1dbcfabb7d1 -C extra-filename=-e556d1dbcfabb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-10-14T07:15:25.168Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8df2ed83fa4c112a -C extra-filename=-8df2ed83fa4c112a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-10-14T07:15:25.188Z Compiling predicates-tree v1.0.9
29112024-10-14T07:15:25.191Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e26635fc8c38883b -C extra-filename=-e26635fc8c38883b --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-010f1331228f9ea5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3f580d41a8e4e74f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-10-14T07:15:25.218Z Compiling hash32 v0.3.1
29132024-10-14T07:15:25.223Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4832032344ca634d -C extra-filename=-4832032344ca634d --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-10-14T07:15:25.268Z Compiling smoltcp v0.11.0
29152024-10-14T07:15:25.271Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8932ed320cfb35a5 -C extra-filename=-8932ed320cfb35a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-10-14T07:15:25.476Z Compiling embedded-io v0.4.0
29172024-10-14T07:15:25.479Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=443730149b1d4047 -C extra-filename=-443730149b1d4047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-10-14T07:15:25.724Z Compiling cobs v0.2.3
29192024-10-14T07:15:25.731Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e7a06af4cb4d7afa -C extra-filename=-e7a06af4cb4d7afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-10-14T07:15:25.746Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29212024-10-14T07:15:25.748Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6dfe4ebb06f19d7f -C extra-filename=-6dfe4ebb06f19d7f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-10-14T07:15:25.825Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
29232024-10-14T07:15:25.978Z Compiling postcard v1.0.8
29242024-10-14T07:15:25.981Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=3300a610730d0ec3 -C extra-filename=-3300a610730d0ec3 --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-e7a06af4cb4d7afa.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-443730149b1d4047.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-10-14T07:15:26.008Z Compiling base64 v0.21.7
29262024-10-14T07:15:26.010Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a2ffa63167802121 -C extra-filename=-a2ffa63167802121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-10-14T07:15:26.031Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29282024-10-14T07:15:26.034Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=12138e8c068a750e -C extra-filename=-12138e8c068a750e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-10-14T07:15:26.078Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
29302024-10-14T07:15:26.111Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29312024-10-14T07:15:26.114Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b169fde8fb2bf410 -C extra-filename=-b169fde8fb2bf410 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-10-14T07:15:26.136Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=b9ac8a798b087133 -C extra-filename=-b9ac8a798b087133 --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-4832032344ca634d.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-10-14T07:15:26.138Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f/build-script-build`
29342024-10-14T07:15:26.197Z Compiling sigpipe v0.1.3
29352024-10-14T07:15:26.200Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=955f100085ab1813 -C extra-filename=-955f100085ab1813 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362024-10-14T07:15:26.233Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
29372024-10-14T07:15:26.235Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03b8ac6ea3fd311e -C extra-filename=-03b8ac6ea3fd311e --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-10-14T07:15:26.330Z Compiling mockall_derive v0.13.0
29392024-10-14T07:15:26.334Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=840718ae530a1b62 -C extra-filename=-840718ae530a1b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-10-14T07:15:26.584Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
29412024-10-14T07:15:26.616Z Compiling socket2 v0.4.10
29422024-10-14T07:15:26.619Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7c6d672330db8c70 -C extra-filename=-7c6d672330db8c70 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-10-14T07:15:26.685Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
29442024-10-14T07:15:26.718Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29452024-10-14T07:15:26.754Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bcf0f2aa9b53959 -C extra-filename=-1bcf0f2aa9b53959 --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:15:26.763Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=f0b89fd9c83f1409 -C extra-filename=-f0b89fd9c83f1409 --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-94faf137b493206b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
29472024-10-14T07:15:26.786Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29482024-10-14T07:15:26.789Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3630edd090134346 -C extra-filename=-3630edd090134346 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
29492024-10-14T07:15:27.059Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47879e4fa9456023 -C extra-filename=-47879e4fa9456023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-4c6ef876b6084695.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-83ae9df7c28cd036.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-9d49872dc4cfcb8a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-b2d86a21abaac1fc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7c6d672330db8c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
29502024-10-14T07:15:27.127Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=602d7e1333826dc3 -C extra-filename=-602d7e1333826dc3 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b9ac8a798b087133.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-10-14T07:15:27.203Z Compiling zone_cfg_derive v0.3.0
29522024-10-14T07:15:27.205Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4d26b8852d03116 -C extra-filename=-e4d26b8852d03116 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-10-14T07:15:27.466Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29542024-10-14T07:15:27.482Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4218bc574f821fc8 -C extra-filename=-4218bc574f821fc8 --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-10-14T07:15:27.922Z Compiling num-derive v0.4.2
29562024-10-14T07:15:27.925Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74e295ba2bdbedaa -C extra-filename=-74e295ba2bdbedaa --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-10-14T07:15:27.961Z Compiling fragile v2.0.0
29582024-10-14T07:15:27.964Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d2f257ecbd91aeaa -C extra-filename=-d2f257ecbd91aeaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-10-14T07:15:28.632Z Compiling same-file v1.0.6
29602024-10-14T07:15:28.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9239fd0f0a5434c0 -C extra-filename=-9239fd0f0a5434c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-10-14T07:15:28.923Z Compiling downcast v0.11.0
29622024-10-14T07:15:28.926Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4fcc4acd430b883f -C extra-filename=-4fcc4acd430b883f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-10-14T07:15:28.942Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29642024-10-14T07:15:28.959Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=a3fc801a6ca21997 -C extra-filename=-a3fc801a6ca21997 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-10-14T07:15:29.162Z Compiling zone v0.3.0
29662024-10-14T07:15:29.164Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=fb4961747b5942c8 -C extra-filename=-fb4961747b5942c8 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-e4d26b8852d03116.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-10-14T07:15:29.311Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
29682024-10-14T07:15:29.345Z Compiling walkdir v2.5.0
29692024-10-14T07:15:29.347Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=321402a375879e82 -C extra-filename=-321402a375879e82 --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-9239fd0f0a5434c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-10-14T07:15:30.181Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29712024-10-14T07:15:30.183Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9f93ba449c14507 -C extra-filename=-e9f93ba449c14507 --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-4218bc574f821fc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-10-14T07:15:30.515Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29732024-10-14T07:15:30.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=5d58ec6f3eff3ec4 -C extra-filename=-5d58ec6f3eff3ec4 --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-12138e8c068a750e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3300a610730d0ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-10-14T07:15:30.669Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29752024-10-14T07:15:30.671Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f14caa3c06b8540a -C extra-filename=-f14caa3c06b8540a --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-8df2ed83fa4c112a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-74e295ba2bdbedaa.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-10-14T07:15:30.800Z Compiling atomicwrites v0.4.4
29772024-10-14T07:15:30.803Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7980d8d7225ffa24 -C extra-filename=-7980d8d7225ffa24 --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-052104b3b04a408e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-10-14T07:15:30.858Z Dirty xattr v1.3.1: the rustflags changed
29792024-10-14T07:15:30.862Z Compiling xattr v1.3.1
29802024-10-14T07:15:30.862Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=81c5097282ccd27d -C extra-filename=-81c5097282ccd27d --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-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812024-10-14T07:15:31.140Z Dirty filetime v0.2.25: the rustflags changed
29822024-10-14T07:15:31.140Z Compiling filetime v0.2.25
29832024-10-14T07:15:31.142Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65322f84cd556c62 -C extra-filename=-65322f84cd556c62 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-10-14T07:15:31.162Z Compiling convert_case v0.4.0
29852024-10-14T07:15:31.164Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=6dc902c7485ec1d1 -C extra-filename=-6dc902c7485ec1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-10-14T07:15:31.457Z Dirty tar v0.4.42: the rustflags changed
29872024-10-14T07:15:31.457Z Compiling tar v0.4.42
29882024-10-14T07:15:31.459Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=cc3594c35b1192a2 -C extra-filename=-cc3594c35b1192a2 --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-65322f84cd556c62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-81c5097282ccd27d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-10-14T07:15:31.609Z Compiling newline-converter v0.3.0
29902024-10-14T07:15:31.611Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1025312162311df7 -C extra-filename=-1025312162311df7 --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-10-14T07:15:31.777Z Compiling expectorate v1.1.0
29922024-10-14T07:15:31.780Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=001a104a71188545 -C extra-filename=-001a104a71188545 --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-d203535d0c6e9365.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-10-14T07:15:31.966Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=c11a4195cc307107 -C extra-filename=-c11a4195cc307107 --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-94faf137b493206b.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b169fde8fb2bf410.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-5d58ec6f3eff3ec4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3300a610730d0ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
29942024-10-14T07:15:32.018Z Compiling tungstenite v0.21.0
29952024-10-14T07:15:32.021Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=47cdf02e6e597eda -C extra-filename=-47cdf02e6e597eda --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-10-14T07:15:32.143Z Compiling derive_more v0.99.18
29972024-10-14T07:15:32.146Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=a3d9dca8df99eae3 -C extra-filename=-a3d9dca8df99eae3 --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-6dc902c7485ec1d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-10-14T07:15:32.192Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29992024-10-14T07:15:32.196Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=c14fecd7c7c31ae5 -C extra-filename=-c14fecd7c7c31ae5 --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-94faf137b493206b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c11a4195cc307107.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-10-14T07:15:32.608Z Compiling itertools v0.13.0
30012024-10-14T07:15:32.611Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=17374fece069bfba -C extra-filename=-17374fece069bfba --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-10-14T07:15:33.463Z Compiling typify-macro v0.2.0
30032024-10-14T07:15:33.466Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad03e0e0f2b44e96 -C extra-filename=-ad03e0e0f2b44e96 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-b0eb480e5491f09d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042024-10-14T07:15:33.824Z Compiling tokio-tungstenite v0.21.0
30052024-10-14T07:15:33.826Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=b5093ee283a85ead -C extra-filename=-b5093ee283a85ead --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-34da37f6ba5f3f7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-47cdf02e6e597eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-10-14T07:15:34.132Z Compiling arc-swap v1.7.1
30072024-10-14T07:15:34.135Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=0d304e6ef816775a -C extra-filename=-0d304e6ef816775a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-10-14T07:15:34.371Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
30092024-10-14T07:15:34.374Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05f994861ed458e5 -C extra-filename=-05f994861ed458e5 --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-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-47879e4fa9456023.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c11a4195cc307107.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3300a610730d0ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102024-10-14T07:15:34.515Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30112024-10-14T07:15:34.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31a2087ceaa0d65d -C extra-filename=-31a2087ceaa0d65d --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-bb0b688d2096ba1b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
30122024-10-14T07:15:34.784Z Compiling slog-scope v4.4.0
30132024-10-14T07:15:34.786Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f11e017fd164908 -C extra-filename=-5f11e017fd164908 --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-0d304e6ef816775a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142024-10-14T07:15:34.860Z Compiling owo-colors v4.1.0
30152024-10-14T07:15:34.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2bded459cb5572f2 -C extra-filename=-2bded459cb5572f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-10-14T07:15:35.264Z Compiling slog-stdlog v4.1.1
30172024-10-14T07:15:35.267Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=a1b02a830c8ca257 -C extra-filename=-a1b02a830c8ca257 --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-31bde78633f57151.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-10-14T07:15:35.284Z Compiling mockall v0.13.0
30192024-10-14T07:15:35.286Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=aa8789dc79084b01 -C extra-filename=-aa8789dc79084b01 --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-94faf137b493206b.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-4fcc4acd430b883f.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d2f257ecbd91aeaa.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-f0b89fd9c83f1409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-10-14T07:15:35.396Z Compiling cancel-safe-futures v0.1.5
30212024-10-14T07:15:35.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2d15830b8e271b76 -C extra-filename=-2d15830b8e271b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-10-14T07:15:35.615Z Compiling slog-envlogger v2.2.0
30232024-10-14T07:15:35.618Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=ae9addc1639c02fd -C extra-filename=-ae9addc1639c02fd --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-31bde78633f57151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-a1b02a830c8ca257.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-10-14T07:15:35.651Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build`
30252024-10-14T07:15:35.682Z Dirty swrite v0.1.0: the rustflags changed
30262024-10-14T07:15:35.682Z Compiling swrite v0.1.0
30272024-10-14T07:15:35.685Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=618c4abe1decdfc2 -C extra-filename=-618c4abe1decdfc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-10-14T07:15:35.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=1b9c87378f6a0ee3 -C extra-filename=-1b9c87378f6a0ee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
30292024-10-14T07:15:35.806Z Compiling libsw v3.3.1
30302024-10-14T07:15:35.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=4e9d9f015ff94c17 -C extra-filename=-4e9d9f015ff94c17 --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-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-10-14T07:15:35.834Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
30322024-10-14T07:15:35.858Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=33d16830166fb821 -C extra-filename=-33d16830166fb821 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-10-14T07:15:35.918Z Compiling blake2 v0.10.6
30342024-10-14T07:15:35.921Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=fe61151b7f999d02 -C extra-filename=-fe61151b7f999d02 --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-eb9f366382711e69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-10-14T07:15:36.106Z Compiling password-hash v0.5.0
30362024-10-14T07:15:36.108Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=135dac09e60e1aa0 -C extra-filename=-135dac09e60e1aa0 --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-10-14T07:15:36.388Z Compiling linear-map v1.2.0
30382024-10-14T07:15:36.390Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=fa674040a9ff2f04 -C extra-filename=-fa674040a9ff2f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-10-14T07:15:36.451Z Compiling indent_write v2.2.0
30402024-10-14T07:15:36.453Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe7c60a6b43fea40 -C extra-filename=-fe7c60a6b43fea40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-10-14T07:15:36.671Z Compiling argon2 v0.5.3
30422024-10-14T07:15:36.674Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=3c9b35bb0d27b507 -C extra-filename=-3c9b35bb0d27b507 --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-43a44750c8116f3c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-fe61151b7f999d02.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-135dac09e60e1aa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-10-14T07:15:36.787Z Compiling num-rational v0.4.2
30442024-10-14T07:15:36.795Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=d35299848ca2e15c -C extra-filename=-d35299848ca2e15c --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-10-14T07:15:37.173Z Compiling num-complex v0.4.6
30462024-10-14T07:15:37.176Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=6f36a9b5054667f2 -C extra-filename=-6f36a9b5054667f2 --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-10-14T07:15:37.372Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482024-10-14T07:15:37.375Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9eb232a40de658b -C extra-filename=-a9eb232a40de658b --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-3c9b35bb0d27b507.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
30492024-10-14T07:15:37.792Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30502024-10-14T07:15:37.795Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28b0738bc257d9b3 -C extra-filename=-28b0738bc257d9b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4e9d9f015ff94c17.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
30512024-10-14T07:15:38.069Z Compiling float-ord v0.3.2
30522024-10-14T07:15:38.071Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a1c88d1453503cb -C extra-filename=-7a1c88d1453503cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-10-14T07:15:38.255Z Compiling num v0.4.3
30542024-10-14T07:15:38.255Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=11024960b20c5ca2 -C extra-filename=-11024960b20c5ca2 --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-6f36a9b5054667f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d35299848ca2e15c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-10-14T07:15:38.275Z Compiling pem v3.0.4
30562024-10-14T07:15:38.278Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fc1210f8ac466272 -C extra-filename=-fc1210f8ac466272 --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-2da632077f49dfb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-10-14T07:15:38.362Z Compiling typify v0.2.0
30582024-10-14T07:15:38.365Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=3b0ab29a85f31ecb -C extra-filename=-3b0ab29a85f31ecb --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-b0eb480e5491f09d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-ad03e0e0f2b44e96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-10-14T07:15:38.384Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
30602024-10-14T07:15:38.407Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=68f76a0818581d6b -C extra-filename=-68f76a0818581d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-10-14T07:15:38.516Z Compiling progenitor-impl v0.8.0
30622024-10-14T07:15:38.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc66ceb43199fb17 -C extra-filename=-dc66ceb43199fb17 --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-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-3b0ab29a85f31ecb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-10-14T07:15:38.584Z Compiling humantime v2.1.0
30642024-10-14T07:15:38.587Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a85939c8c116b02 -C extra-filename=-0a85939c8c116b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652024-10-14T07:15:39.126Z Compiling lzma-sys v0.1.20
30662024-10-14T07:15:39.135Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=98de94684ef2df5d -C extra-filename=-98de94684ef2df5d --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-98de94684ef2df5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672024-10-14T07:15:39.148Z Compiling heck v0.3.3
30682024-10-14T07:15:39.148Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb0186a49dfb9c2f -C extra-filename=-fb0186a49dfb9c2f --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-10-14T07:15:39.304Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
30702024-10-14T07:15:39.365Z Compiling headers-core v0.3.0
30712024-10-14T07:15:39.367Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b473f86bf705a0ca -C extra-filename=-b473f86bf705a0ca --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-1d81c7bfc9a9aa6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-10-14T07:15:39.431Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30732024-10-14T07:15:39.433Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca3d463ff48c182f -C extra-filename=-ca3d463ff48c182f --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-10-14T07:15:39.525Z Compiling headers v0.4.0
30752024-10-14T07:15:39.528Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=60b79f259594d4a2 -C extra-filename=-60b79f259594d4a2 --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b473f86bf705a0ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-10-14T07:15:39.595Z Compiling zone_cfg_derive v0.1.2
30772024-10-14T07:15:39.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=801962f16ccbc3fd -C extra-filename=-801962f16ccbc3fd --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-fb0186a49dfb9c2f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-10-14T07:15:39.788Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
30792024-10-14T07:15:39.822Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30802024-10-14T07:15:39.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=418309bde25ed0c5 -C extra-filename=-418309bde25ed0c5 --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-10-14T07:15:40.010Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-98de94684ef2df5d/build-script-build`
30822024-10-14T07:15:40.058Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e5bd5b600e692f5f -C extra-filename=-e5bd5b600e692f5f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
30832024-10-14T07:15:40.259Z Compiling yasna v0.5.2
30842024-10-14T07:15:40.318Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2dc5da634aeefc76 -C extra-filename=-2dc5da634aeefc76 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-10-14T07:15:40.331Z Compiling base64 v0.13.1
30862024-10-14T07:15:40.331Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=79bbfb0b738857f0 -C extra-filename=-79bbfb0b738857f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-10-14T07:15:40.331Z Compiling xz2 v0.1.7
30882024-10-14T07:15:40.331Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=8f3ae51c079d2bd4 -C extra-filename=-8f3ae51c079d2bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-e5bd5b600e692f5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
30892024-10-14T07:15:40.818Z Compiling ron v0.7.1
30902024-10-14T07:15:40.821Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=40ead2f67d1e030f -C extra-filename=-40ead2f67d1e030f --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-79bbfb0b738857f0.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-10-14T07:15:40.911Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30922024-10-14T07:15:40.914Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0067e64fee0234c0 -C extra-filename=-0067e64fee0234c0 --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-418309bde25ed0c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-10-14T07:15:41.339Z Compiling zone v0.1.8
30942024-10-14T07:15:41.342Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cd4dd5c608f7265 -C extra-filename=-5cd4dd5c608f7265 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-801962f16ccbc3fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-10-14T07:15:41.522Z Compiling rcgen v0.12.1
30962024-10-14T07:15:41.540Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=11da61859021830c -C extra-filename=-11da61859021830c --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-fc1210f8ac466272.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2dc5da634aeefc76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
30972024-10-14T07:15:41.623Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fc8511d5112974a -C extra-filename=-5fc8511d5112974a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-4c6ef876b6084695.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-83ae9df7c28cd036.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-9d49872dc4cfcb8a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-b2d86a21abaac1fc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
30982024-10-14T07:15:41.805Z Compiling subprocess v0.2.9
30992024-10-14T07:15:41.807Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb91b09131331d4 -C extra-filename=-abb91b09131331d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002024-10-14T07:15:41.969Z Compiling semver v0.1.20
31012024-10-14T07:15:41.972Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af50ec457e24b5c5 -C extra-filename=-af50ec457e24b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022024-10-14T07:15:42.670Z Compiling rustc_version v0.1.7
31032024-10-14T07:15:42.675Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7208ab064aef1a0 -C extra-filename=-e7208ab064aef1a0 --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-af50ec457e24b5c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-10-14T07:15:42.970Z Compiling home v0.5.9
31052024-10-14T07:15:42.990Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97a8c4bd154ecfb4 -C extra-filename=-97a8c4bd154ecfb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-10-14T07:15:43.196Z Compiling newtype_derive v0.1.6
31072024-10-14T07:15:43.199Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=c4c1ae37bf8fd7dc -C extra-filename=-c4c1ae37bf8fd7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e7208ab064aef1a0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-10-14T07:15:43.231Z Compiling highway v1.2.0
31092024-10-14T07:15:43.234Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1afa1300e0ddf1c3 -C extra-filename=-1afa1300e0ddf1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-10-14T07:15:43.252Z Compiling half v2.4.1
31112024-10-14T07:15:43.255Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=be03d1be726ab3c6 -C extra-filename=-be03d1be726ab3c6 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-10-14T07:15:43.585Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
31132024-10-14T07:15:43.650Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=a6c5e59db985c498 -C extra-filename=-a6c5e59db985c498 --out-dir /work/oxidecomputer/omicron/target/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`
31142024-10-14T07:15:43.775Z Compiling prettyplease v0.2.22
31152024-10-14T07:15:43.779Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cd99c1bb9496db1 -C extra-filename=-0cd99c1bb9496db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162024-10-14T07:15:43.804Z Compiling ciborium-io v0.2.2
31172024-10-14T07:15:43.810Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9712a09c7e589f80 -C extra-filename=-9712a09c7e589f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-10-14T07:15:43.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=5a7e850bf47c1998 -C extra-filename=-5a7e850bf47c1998 --out-dir /work/oxidecomputer/omicron/target/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`
31192024-10-14T07:15:43.931Z Compiling ciborium-ll v0.2.2
31202024-10-14T07:15:43.936Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0b42dc700e213fb4 -C extra-filename=-0b42dc700e213fb4 --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-9712a09c7e589f80.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-be03d1be726ab3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-10-14T07:15:43.951Z Compiling steno v0.4.1
31222024-10-14T07:15:43.958Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e982dcc238199b9c -C extra-filename=-e982dcc238199b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-10-14T07:15:44.022Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31242024-10-14T07:15:44.035Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ad3407a0bce18cb -C extra-filename=-1ad3407a0bce18cb --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-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
31252024-10-14T07:15:44.118Z Compiling display-error-chain v0.2.1
31262024-10-14T07:15:44.137Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080efa0e0fcda2f8 -C extra-filename=-080efa0e0fcda2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-10-14T07:15:44.158Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build`
31282024-10-14T07:15:44.173Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=a6e6f3e36c8ade8a -C extra-filename=-a6e6f3e36c8ade8a --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-03448f2c6b15b59e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
31292024-10-14T07:15:44.295Z Compiling ciborium v0.2.2
31302024-10-14T07:15:44.295Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d10adc533ec730cd -C extra-filename=-d10adc533ec730cd --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-9712a09c7e589f80.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0b42dc700e213fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-10-14T07:15:44.340Z Compiling slog-dtrace v0.3.0
31322024-10-14T07:15:44.343Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6bc5db261f7a6c -C extra-filename=-4a6bc5db261f7a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-10-14T07:15:44.751Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
31342024-10-14T07:15:45.302Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48920a4ea872b26a -C extra-filename=-48920a4ea872b26a --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-4768b4fe2974df91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-10-14T07:15:45.354Z Compiling keccak v0.1.5
31362024-10-14T07:15:45.357Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=eb395ddfbca922f7 -C extra-filename=-eb395ddfbca922f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-10-14T07:15:46.472Z Compiling constant_time_eq v0.3.0
31382024-10-14T07:15:46.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=bb2dcf9258e9fbc9 -C extra-filename=-bb2dcf9258e9fbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-10-14T07:15:46.543Z Compiling arrayref v0.3.7
31402024-10-14T07:15:46.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c86a7a964b0dca8 -C extra-filename=-8c86a7a964b0dca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412024-10-14T07:15:46.570Z Compiling sha3 v0.10.8
31422024-10-14T07:15:46.570Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=1b41c01b8bb7b74b -C extra-filename=-1b41c01b8bb7b74b --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-eb9f366382711e69.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eb395ddfbca922f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-10-14T07:15:46.570Z Compiling arrayvec v0.7.4
31442024-10-14T07:15:46.570Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=417409ccb48187aa -C extra-filename=-417409ccb48187aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-10-14T07:15:46.570Z Compiling universal-hash v0.5.1
31462024-10-14T07:15:46.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f9ec70467b8acc89 -C extra-filename=-f9ec70467b8acc89 --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-076d2b7c223b04b6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-10-14T07:15:46.571Z Compiling opaque-debug v0.3.1
31482024-10-14T07:15:46.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41406f716c9b46c1 -C extra-filename=-41406f716c9b46c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-10-14T07:15:46.571Z Compiling secrecy v0.8.0
31502024-10-14T07:15:46.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=5997eb623e0b47f9 -C extra-filename=-5997eb623e0b47f9 --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-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-10-14T07:15:46.571Z Compiling ring v0.16.20
31522024-10-14T07:15:46.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=32fe97cea76b9162 -C extra-filename=-32fe97cea76b9162 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532024-10-14T07:15:46.571Z Compiling blake3 v1.5.1
31542024-10-14T07:15:46.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0b063f5e3402ae20 -C extra-filename=-0b063f5e3402ae20 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-10-14T07:15:46.572Z Compiling memmap2 v0.9.4
31562024-10-14T07:15:46.572Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=1f2446cecff4c31a -C extra-filename=-1f2446cecff4c31a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-10-14T07:15:46.620Z Compiling progenitor-macro v0.8.0
31582024-10-14T07:15:46.620Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=919a98c71b2c38e7 -C extra-filename=-919a98c71b2c38e7 --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-de7fabfcf1696e22.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-dc66ceb43199fb17.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5898bb68bd36ba3e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-10-14T07:15:46.792Z Compiling spin v0.5.2
31602024-10-14T07:15:46.796Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70522defaf54c867 -C extra-filename=-70522defaf54c867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-10-14T07:15:47.222Z Compiling untrusted v0.7.1
31622024-10-14T07:15:47.507Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f1b32950861d692 -C extra-filename=-7f1b32950861d692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-10-14T07:15:47.508Z Compiling glob v0.3.1
31642024-10-14T07:15:47.508Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39f07e80d6316e9c -C extra-filename=-39f07e80d6316e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-10-14T07:15:47.508Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20/build-script-build`
31662024-10-14T07:15:47.508Z Compiling aead v0.5.2
31672024-10-14T07:15:47.508Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=b49aefee0098b19c -C extra-filename=-b49aefee0098b19c --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-076d2b7c223b04b6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-10-14T07:15:47.591Z Compiling topological-sort v0.2.2
31692024-10-14T07:15:47.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=652fc1df032ad6e6 -C extra-filename=-652fc1df032ad6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-10-14T07:15:47.591Z Compiling poly1305 v0.8.0
31712024-10-14T07:15:47.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=939ed70babecb3cd -C extra-filename=-939ed70babecb3cd --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-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f9ec70467b8acc89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-10-14T07:15:47.591Z Compiling chacha20 v0.9.1
31732024-10-14T07:15:47.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=38bb4b0504fdb858 -C extra-filename=-38bb4b0504fdb858 --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-10-14T07:15:47.613Z Compiling gethostname v0.5.0
31752024-10-14T07:15:47.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efd3d0374bd14d2a -C extra-filename=-efd3d0374bd14d2a --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-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-10-14T07:15:47.614Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162/build-script-build`
31772024-10-14T07:15:48.222Z Compiling toolchain_find v0.4.0
31782024-10-14T07:15:48.292Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3b0a4ccd8bfd83a -C extra-filename=-d3b0a4ccd8bfd83a --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-97a8c4bd154ecfb4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-10-14T07:15:48.292Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0c52d30b390cb606 -C extra-filename=-0c52d30b390cb606 --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-1f2446cecff4c31a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/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`
31802024-10-14T07:15:48.292Z Compiling thiserror-impl-no-std v2.0.2
31812024-10-14T07:15:48.292Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8cbf2f2d89b911ce -C extra-filename=-8cbf2f2d89b911ce --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-10-14T07:15:48.292Z Compiling rustfmt-wrapper v0.2.1
31832024-10-14T07:15:48.292Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2e03e071b30a221 -C extra-filename=-b2e03e071b30a221 --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-a652f8ccc3e0df34.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-d3b0a4ccd8bfd83a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-10-14T07:15:48.417Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852024-10-14T07:15:48.467Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=154628ceacd5acee -C extra-filename=-154628ceacd5acee --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-154628ceacd5acee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
31862024-10-14T07:15:48.637Z Compiling nibble_vec v0.1.0
31872024-10-14T07:15:48.640Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cff5fe5a9bb497b3 -C extra-filename=-cff5fe5a9bb497b3 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-10-14T07:15:48.780Z Compiling endian-type v0.1.2
31892024-10-14T07:15:48.783Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4766228c91a4863c -C extra-filename=-4766228c91a4863c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-10-14T07:15:48.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
31912024-10-14T07:15:48.851Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e51260f71c511de5 -C extra-filename=-e51260f71c511de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-10-14T07:15:48.990Z Compiling radix_trie v0.2.1
31932024-10-14T07:15:48.992Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1644b6022ae8b51 -C extra-filename=-f1644b6022ae8b51 --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-4766228c91a4863c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-cff5fe5a9bb497b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-10-14T07:15:49.022Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-154628ceacd5acee/build-script-build`
31952024-10-14T07:15:49.057Z Compiling chacha20poly1305 v0.10.1
31962024-10-14T07:15:49.059Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=639f5b96bbf3d9e5 -C extra-filename=-639f5b96bbf3d9e5 --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-b49aefee0098b19c.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-38bb4b0504fdb858.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-939ed70babecb3cd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-10-14T07:15:49.085Z Compiling fxhash v0.2.1
31982024-10-14T07:15:49.088Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7145ec3957bee753 -C extra-filename=-7145ec3957bee753 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-10-14T07:15:49.214Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build`
32002024-10-14T07:15:49.246Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f93ad356a6ac1681 -C extra-filename=-f93ad356a6ac1681 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -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/`
32012024-10-14T07:15:49.274Z Compiling termcolor v1.4.1
32022024-10-14T07:15:49.276Z Compiling radium v0.7.0
32032024-10-14T07:15:49.276Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=729e749081eb9f7f -C extra-filename=-729e749081eb9f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-10-14T07:15:49.276Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aac5360a52d794c2 -C extra-filename=-aac5360a52d794c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-10-14T07:15:49.676Z Compiling maplit v1.0.2
32062024-10-14T07:15:49.678Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9380d86e5571d46 -C extra-filename=-c9380d86e5571d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-10-14T07:15:49.697Z Compiling tap v1.0.1
32082024-10-14T07:15:49.699Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d0ab5707464fd6 -C extra-filename=-b2d0ab5707464fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-10-14T07:15:49.797Z Compiling maybe-uninit v2.0.0
32102024-10-14T07:15:49.797Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b33ceb08dbefeb3f -C extra-filename=-b33ceb08dbefeb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-10-14T07:15:49.828Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
32122024-10-14T07:15:49.860Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3594c9626bbbb1c8 -C extra-filename=-3594c9626bbbb1c8 --out-dir /work/oxidecomputer/omicron/target/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`
32132024-10-14T07:15:49.880Z Compiling wyz v0.5.1
32142024-10-14T07:15:49.883Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=670d18d58e113ca4 -C extra-filename=-670d18d58e113ca4 --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-b2d0ab5707464fd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-10-14T07:15:50.188Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=7d01e8b5505baafc -C extra-filename=-7d01e8b5505baafc --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-d381d90b77512a0f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-70522defaf54c867.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7f1b32950861d692.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -l static=ring-core -l static=ring-test`
32162024-10-14T07:15:50.210Z Compiling bzip2-sys v0.1.11+1.0.8
32172024-10-14T07:15:50.228Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e2dca148e937ac70 -C extra-filename=-e2dca148e937ac70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-10-14T07:15:50.355Z Compiling funty v2.0.0
32192024-10-14T07:15:50.358Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ce4fa0821c4650a -C extra-filename=-3ce4fa0821c4650a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-10-14T07:15:50.377Z Compiling packed_struct v0.10.1
32212024-10-14T07:15:50.400Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=d51a549b82168867 -C extra-filename=-d51a549b82168867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-10-14T07:15:50.476Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
32232024-10-14T07:15:50.548Z Compiling crc-catalog v2.4.0
32242024-10-14T07:15:50.552Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87c291626f6ecab4 -C extra-filename=-87c291626f6ecab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-10-14T07:15:50.707Z Compiling crc v3.2.1
32262024-10-14T07:15:50.707Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=594e16b556b993ff -C extra-filename=-594e16b556b993ff --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-87c291626f6ecab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-10-14T07:15:50.824Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70/build-script-build`
32282024-10-14T07:15:50.918Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
32292024-10-14T07:15:50.952Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bd8209eaf08f08e -C extra-filename=-3bd8209eaf08f08e --out-dir /work/oxidecomputer/omicron/target/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`
32302024-10-14T07:15:51.050Z Compiling packed_struct_codegen v0.10.1
32312024-10-14T07:15:51.053Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=05e036a006319f14 -C extra-filename=-05e036a006319f14 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-10-14T07:15:51.379Z Compiling bitvec v1.0.1
32332024-10-14T07:15:51.399Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=909cbfa6eb3d9f80 -C extra-filename=-909cbfa6eb3d9f80 --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-3ce4fa0821c4650a.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-3594c9626bbbb1c8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-670d18d58e113ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-10-14T07:15:51.402Z Compiling thiserror-no-std v2.0.2
32352024-10-14T07:15:51.405Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3075b1f82bb7351d -C extra-filename=-3075b1f82bb7351d --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-8cbf2f2d89b911ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-10-14T07:15:51.526Z Compiling vsss-rs v3.3.4
32372024-10-14T07:15:51.528Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=7817dfecddc9a2b9 -C extra-filename=-7817dfecddc9a2b9 --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-dc9447d9f6438fc0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-3075b1f82bb7351d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-10-14T07:15:51.628Z Compiling indexmap v1.9.3
32392024-10-14T07:15:51.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=88f5c6eb7293a0b0 -C extra-filename=-88f5c6eb7293a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402024-10-14T07:15:52.002Z Compiling omicron-zone-package v0.11.1
32412024-10-14T07:15:52.005Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3d837a61b8613ef -C extra-filename=-d3d837a61b8613ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-0c52d30b390cb606.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7d01e8b5505baafc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-652fc1df032ad6e6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out`
32422024-10-14T07:15:52.158Z Compiling nodrop v0.1.14
32432024-10-14T07:15:52.161Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=65f1921b9b77854c -C extra-filename=-65f1921b9b77854c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-10-14T07:15:52.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=29f8c60dfb2abd6c -C extra-filename=-29f8c60dfb2abd6c --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-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib -l static=bz2`
32452024-10-14T07:15:52.293Z Compiling array-init v0.0.4
32462024-10-14T07:15:52.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e41c705284fc9a0c -C extra-filename=-e41c705284fc9a0c --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-65f1921b9b77854c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-10-14T07:15:52.393Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build`
32482024-10-14T07:15:52.426Z Compiling smallvec v0.6.14
32492024-10-14T07:15:52.429Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e983482a565d5787 -C extra-filename=-e983482a565d5787 --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-3bd8209eaf08f08e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-10-14T07:15:52.908Z Compiling async-recursion v1.1.1
32512024-10-14T07:15:52.910Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=809d2ffd255a9c12 -C extra-filename=-809d2ffd255a9c12 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-10-14T07:15:53.493Z Compiling bitfield v0.14.0
32532024-10-14T07:15:53.496Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=153e688f326b9e0e -C extra-filename=-153e688f326b9e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-10-14T07:15:53.670Z Compiling hashbrown v0.12.3
32552024-10-14T07:15:53.672Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0f7cc877183c8f1d -C extra-filename=-0f7cc877183c8f1d --out-dir /work/oxidecomputer/omicron/target/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-10-14T07:15:53.803Z Compiling serde-hex v0.1.0
32572024-10-14T07:15:53.806Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=744505da29823d32 -C extra-filename=-744505da29823d32 --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-e41c705284fc9a0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e983482a565d5787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582024-10-14T07:15:54.097Z Compiling bzip2 v0.4.4
32592024-10-14T07:15:54.100Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=c26f70c48c89e4e2 -C extra-filename=-c26f70c48c89e4e2 --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-29f8c60dfb2abd6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib`
32602024-10-14T07:15:54.512Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32612024-10-14T07:15:54.514Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5153c8054febf16d -C extra-filename=-5153c8054febf16d --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-10-14T07:15:54.773Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=414afdde7c84f505 -C extra-filename=-414afdde7c84f505 --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-0f7cc877183c8f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
32632024-10-14T07:15:54.790Z Compiling env_logger v0.10.2
32642024-10-14T07:15:54.792Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=c4bc7152f275835b -C extra-filename=-c4bc7152f275835b --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-be44762a43d64e7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-10-14T07:15:54.834Z Compiling ron v0.8.1
32662024-10-14T07:15:54.836Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=edbd0ff93d278eb0 -C extra-filename=-edbd0ff93d278eb0 --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-a2ffa63167802121.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-10-14T07:15:55.033Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=eb3cfc36463b0702 -C extra-filename=-eb3cfc36463b0702 --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-909cbfa6eb3d9f80.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-05e036a006319f14.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-10-14T07:15:55.718Z Compiling hashbrown v0.13.2
32692024-10-14T07:15:55.721Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2bb791c0fd106d83 -C extra-filename=-2bb791c0fd106d83 --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-723781568c60f25e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-10-14T07:15:56.012Z Compiling kstat-rs v0.2.4
32712024-10-14T07:15:56.014Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cdefa525328ae15 -C extra-filename=-6cdefa525328ae15 --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-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-10-14T07:15:56.213Z Compiling crc-any v2.5.0
32732024-10-14T07:15:56.215Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=073ff27b036b089f -C extra-filename=-073ff27b036b089f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-10-14T07:15:56.689Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752024-10-14T07:15:56.692Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99e145799fd9f617 -C extra-filename=-99e145799fd9f617 --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-edbd0ff93d278eb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5153c8054febf16d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-10-14T07:15:56.737Z Compiling zip v0.6.6
32772024-10-14T07:15:56.739Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=303a72aac75bd855 -C extra-filename=-303a72aac75bd855 --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-325983a483f82094.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-c26f70c48c89e4e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.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-d34656e55e92aa96/out/lib`
32782024-10-14T07:15:56.876Z Compiling object v0.30.4
32792024-10-14T07:15:56.881Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=152ce5444a27ed38 -C extra-filename=-152ce5444a27ed38 --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-9ba8c9fbacf692c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2bb791c0fd106d83.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-414afdde7c84f505.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-10-14T07:15:57.465Z Compiling path-slash v0.1.5
32812024-10-14T07:15:57.468Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3979c874cbe4d4d2 -C extra-filename=-3979c874cbe4d4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-10-14T07:15:57.571Z Compiling libefi-sys v0.1.0
32832024-10-14T07:15:57.576Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89eca4a85d7dc878 -C extra-filename=-89eca4a85d7dc878 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842024-10-14T07:15:57.690Z Compiling bitfield-struct v0.6.1
32852024-10-14T07:15:57.693Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11339a3250fcb38e -C extra-filename=-11339a3250fcb38e --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-10-14T07:15:57.916Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
32872024-10-14T07:15:57.949Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
32882024-10-14T07:15:57.951Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f05598bfcdaa7b8a -C extra-filename=-f05598bfcdaa7b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-10-14T07:15:58.129Z Compiling parking_lot_core v0.8.6
32902024-10-14T07:15:58.131Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a3f244115cffbfcf -C extra-filename=-a3f244115cffbfcf --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-10-14T07:15:58.441Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a/build-script-build`
32922024-10-14T07:15:58.463Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d06e3778a228b794 -C extra-filename=-d06e3778a228b794 --out-dir /work/oxidecomputer/omicron/target/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`
32932024-10-14T07:15:58.576Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
32942024-10-14T07:15:58.583Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e2bcc0f5ec723f -C extra-filename=-d7e2bcc0f5ec723f --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-153e688f326b9e0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eb3cfc36463b0702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952024-10-14T07:15:58.598Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32962024-10-14T07:15:58.601Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f88747dfaa1c2932 -C extra-filename=-f88747dfaa1c2932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-83ae9df7c28cd036.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-10-14T07:15:58.682Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
32982024-10-14T07:15:58.716Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32992024-10-14T07:15:58.719Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7dfca664bf9d4a -C extra-filename=-fc7dfca664bf9d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-10-14T07:15:58.840Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a1e4baff986954aa -C extra-filename=-a1e4baff986954aa --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-94faf137b493206b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012024-10-14T07:15:58.882Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33022024-10-14T07:15:58.884Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88bece20699121ba -C extra-filename=-88bece20699121ba --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-1b46dd66a7c6c3c6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032024-10-14T07:15:59.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ced5e63fe5e91390 -C extra-filename=-ced5e63fe5e91390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f88747dfaa1c2932.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -l static=pci`
33042024-10-14T07:15:59.237Z Compiling parking_lot v0.11.2
33052024-10-14T07:15:59.240Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=885a9f6a8ddcea33 -C extra-filename=-885a9f6a8ddcea33 --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-4d9fb3cc79b503f7.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a1e4baff986954aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062024-10-14T07:15:59.274Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33072024-10-14T07:15:59.276Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9ce5881a08c279f -C extra-filename=-d9ce5881a08c279f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-11339a3250fcb38e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082024-10-14T07:15:59.295Z Compiling hickory-client v0.24.1
33092024-10-14T07:15:59.295Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=e53323d82dfb8ff2 -C extra-filename=-e53323d82dfb8ff2 --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-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-10-14T07:15:59.491Z Compiling hickory-server v0.24.1
33112024-10-14T07:15:59.494Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=5b59e6a540b84d58 -C extra-filename=-5b59e6a540b84d58 --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-2a9b2223f6844e23.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c4d85c5597cb6b7.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122024-10-14T07:15:59.636Z Compiling sled v0.34.7
33132024-10-14T07:15:59.656Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=41a7a9e236107955 -C extra-filename=-41a7a9e236107955 --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-9ba8c9fbacf692c5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-885a9f6a8ddcea33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-10-14T07:16:00.095Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33152024-10-14T07:16:00.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe7b92d0706744d4 -C extra-filename=-fe7b92d0706744d4 --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-d9ce5881a08c279f.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-10-14T07:16:00.199Z Compiling diff v0.1.13
33172024-10-14T07:16:00.201Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f6054f8c11a1395 -C extra-filename=-0f6054f8c11a1395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-10-14T07:16:00.806Z Compiling primeorder v0.13.6
33192024-10-14T07:16:00.808Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=b08ddc98c4b44c5c -C extra-filename=-b08ddc98c4b44c5c --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-cef942c092a8cd27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-10-14T07:16:00.890Z Compiling vte_generate_state_changes v0.1.1
33212024-10-14T07:16:00.893Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49a11eb0d1751da8 -C extra-filename=-49a11eb0d1751da8 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-10-14T07:16:01.114Z Compiling nanorand v0.7.0
33232024-10-14T07:16:01.116Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=e2ae5cb10d64e4e3 -C extra-filename=-e2ae5cb10d64e4e3 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-10-14T07:16:01.322Z Compiling unicase v2.7.0
33252024-10-14T07:16:01.325Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=89ba4bd6c7d617ff -C extra-filename=-89ba4bd6c7d617ff --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262024-10-14T07:16:01.624Z Compiling vte v0.11.1
33272024-10-14T07:16:01.626Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=c871c7f07e825567 -C extra-filename=-c871c7f07e825567 --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-da51f585a387d022.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-49a11eb0d1751da8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-10-14T07:16:01.677Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
33292024-10-14T07:16:01.705Z Compiling flume v0.11.0
33302024-10-14T07:16:01.736Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=118ade79276786c8 -C extra-filename=-118ade79276786c8 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-e2ae5cb10d64e4e3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-10-14T07:16:01.874Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33322024-10-14T07:16:01.876Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7e974ffa5132cd8 -C extra-filename=-e7e974ffa5132cd8 --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-bb0b688d2096ba1b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33332024-10-14T07:16:02.110Z Compiling dsl_auto_type v0.1.2
33342024-10-14T07:16:02.113Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7615431163c61ae -C extra-filename=-d7615431163c61ae --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-fcaedbe21c735256.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-10-14T07:16:02.438Z Compiling fd-lock v4.0.2
33362024-10-14T07:16:02.441Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba6e42911f834cb1 -C extra-filename=-ba6e42911f834cb1 --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372024-10-14T07:16:02.638Z Compiling diesel_table_macro_syntax v0.2.0
33382024-10-14T07:16:02.641Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac9a082df09db9de -C extra-filename=-ac9a082df09db9de --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-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-10-14T07:16:03.041Z Compiling scheduled-thread-pool v0.2.7
33402024-10-14T07:16:03.049Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1b4d170652fe110 -C extra-filename=-a1b4d170652fe110 --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-472720b9ff68b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-10-14T07:16:03.086Z Compiling atty v0.2.14
33422024-10-14T07:16:03.088Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42bb01a048b0cf97 -C extra-filename=-42bb01a048b0cf97 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-10-14T07:16:03.229Z Compiling buf-list v1.0.3
33442024-10-14T07:16:03.232Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=dd0c3643a1e99061 -C extra-filename=-dd0c3643a1e99061 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-10-14T07:16:03.652Z Compiling salty v0.3.0
33462024-10-14T07:16:03.655Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=82bf77a790973422 -C extra-filename=-82bf77a790973422 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-10-14T07:16:03.807Z Compiling crunchy v0.2.2
33482024-10-14T07:16:03.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d0d09c3e0406dd3c -C extra-filename=-d0d09c3e0406dd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-10-14T07:16:03.968Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
33502024-10-14T07:16:04.046Z Compiling diesel_derives v2.2.2
33512024-10-14T07:16:04.049Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=8f4940e8352a8bca -C extra-filename=-8f4940e8352a8bca --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-ac9a082df09db9de.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-d7615431163c61ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-10-14T07:16:04.136Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build`
33532024-10-14T07:16:04.170Z Compiling r2d2 v0.8.10
33542024-10-14T07:16:04.172Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da0f9bb04b0f3ad7 -C extra-filename=-da0f9bb04b0f3ad7 --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-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-a1b4d170652fe110.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-10-14T07:16:04.242Z Compiling strip-ansi-escapes v0.2.0
33562024-10-14T07:16:04.244Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=717c1d1c610afb53 -C extra-filename=-717c1d1c610afb53 --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-c871c7f07e825567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-10-14T07:16:04.446Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
33582024-10-14T07:16:04.479Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e2ab1fb871611f01 -C extra-filename=-e2ab1fb871611f01 --out-dir /work/oxidecomputer/omicron/target/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`
33592024-10-14T07:16:04.561Z Compiling p384 v0.13.0
33602024-10-14T07:16:04.563Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-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"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=dca2326a7f564113 -C extra-filename=-dca2326a7f564113 --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-111bfdd447215427.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-b08ddc98c4b44c5c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-10-14T07:16:04.658Z Compiling clang-sys v1.7.0
33622024-10-14T07:16:04.660Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=0d805f3cffbd8165 -C extra-filename=-0d805f3cffbd8165 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-10-14T07:16:04.901Z Compiling tiny-keccak v2.0.2
33642024-10-14T07:16:04.904Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=df1efb505928501a -C extra-filename=-df1efb505928501a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-10-14T07:16:05.294Z Compiling nu-ansi-term v0.50.0
33662024-10-14T07:16:05.297Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=77516f015f1cbfc0 -C extra-filename=-77516f015f1cbfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-10-14T07:16:05.437Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build`
33682024-10-14T07:16:05.461Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
33692024-10-14T07:16:05.487Z Compiling mime_guess v2.0.4
33702024-10-14T07:16:05.489Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=470faaa06d049e38 -C extra-filename=-470faaa06d049e38 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-10-14T07:16:05.509Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=162ad21e175bb473 -C extra-filename=-162ad21e175bb473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722024-10-14T07:16:05.620Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=e063488f85acecb6 -C extra-filename=-e063488f85acecb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
33732024-10-14T07:16:05.652Z Compiling progenitor v0.8.0
33742024-10-14T07:16:05.652Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c352b87392bd3159 -C extra-filename=-c352b87392bd3159 --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-0333960537230867.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-dc66ceb43199fb17.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-919a98c71b2c38e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33752024-10-14T07:16:05.878Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
33762024-10-14T07:16:05.880Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d4d040d5e286875 -C extra-filename=-2d4d040d5e286875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33772024-10-14T07:16:05.987Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33782024-10-14T07:16:05.990Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e94d0f47c3c2d1bc -C extra-filename=-e94d0f47c3c2d1bc --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-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33792024-10-14T07:16:06.100Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33802024-10-14T07:16:06.103Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=7f91a5a94edf71de -C extra-filename=-7f91a5a94edf71de --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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5093ee283a85ead.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33812024-10-14T07:16:06.613Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
33822024-10-14T07:16:06.615Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf911756e19dca11 -C extra-filename=-cf911756e19dca11 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-cf911756e19dca11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d3d837a61b8613ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2e03e071b30a221.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out`
33832024-10-14T07:16:06.921Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
33842024-10-14T07:16:06.924Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=70de96cebb6109c8 -C extra-filename=-70de96cebb6109c8 --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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5093ee283a85ead.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33852024-10-14T07:16:11.284Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33862024-10-14T07:16:11.300Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=bb703670e1e551a1 -C extra-filename=-bb703670e1e551a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c7719caf35fa3b5f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33872024-10-14T07:16:12.674Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
33882024-10-14T07:16:12.677Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/d8c38f8/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41bffdf6e347f0b7 -C extra-filename=-41bffdf6e347f0b7 --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-5fc8511d5112974a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7f91a5a94edf71de.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-0067e64fee0234c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-40ead2f67d1e030f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5093ee283a85ead.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8f3ae51c079d2bd4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5cd4dd5c608f7265.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
33892024-10-14T07:16:13.151Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=16b659a7f657b5f5 -C extra-filename=-16b659a7f657b5f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c7719caf35fa3b5f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33902024-10-14T07:16:13.753Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
33912024-10-14T07:16:13.756Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=a1adae34195519c4 -C extra-filename=-a1adae34195519c4 --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-325983a483f82094.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-073ff27b036b089f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6bfd8ce1df33245f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c4bc7152f275835b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d7e2bcc0f5ec723f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eb3cfc36463b0702.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-744505da29823d32.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-10-14T07:16:14.442Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
33932024-10-14T07:16:14.445Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8245220f4e0db2e8 -C extra-filename=-8245220f4e0db2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33942024-10-14T07:16:14.645Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
33952024-10-14T07:16:14.648Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef153980587c90a8 -C extra-filename=-ef153980587c90a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33962024-10-14T07:16:15.885Z Compiling reedline v0.35.0
33972024-10-14T07:16:15.888Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=a0d2d8ab7677a3f4 -C extra-filename=-a0d2d8ab7677a3f4 --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-4768b4fe2974df91.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ba6e42911f834cb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-77516f015f1cbfc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-717c1d1c610afb53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b534315ca1a3744c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-10-14T07:16:16.360Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
33992024-10-14T07:16:16.362Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e746fef3b626e52 -C extra-filename=-5e746fef3b626e52 --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-063889f16a5b7e58.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d7e2bcc0f5ec723f.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-a1adae34195519c4.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-152ce5444a27ed38.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5153c8054febf16d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-99e145799fd9f617.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.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-d34656e55e92aa96/out/lib`
34002024-10-14T07:16:17.003Z Compiling diesel v2.2.4
34012024-10-14T07:16:17.005Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=df085b306f7ffad0 -C extra-filename=-df085b306f7ffad0 --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-fb02ffd1abc115c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-8f4940e8352a8bca.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-da0f9bb04b0f3ad7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34022024-10-14T07:16:19.120Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=9363cdedefec2e91 -C extra-filename=-9363cdedefec2e91 --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-b8e9fbdeb91cd71f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
34032024-10-14T07:16:19.721Z Compiling env_filter v0.1.2
34042024-10-14T07:16:19.724Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=5c314fc8ddce98dc -C extra-filename=-5c314fc8ddce98dc --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052024-10-14T07:16:20.470Z Compiling ref-cast v1.0.23
34062024-10-14T07:16:20.473Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae2f172469cd8229 -C extra-filename=-ae2f172469cd8229 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072024-10-14T07:16:20.860Z Compiling env_logger v0.11.5
34082024-10-14T07:16:20.862Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=9658813276394a8c -C extra-filename=-9658813276394a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-5c314fc8ddce98dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-10-14T07:16:21.080Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
34102024-10-14T07:16:21.157Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build`
34112024-10-14T07:16:21.209Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34122024-10-14T07:16:21.212Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=8284e483152117f8 -C extra-filename=-8284e483152117f8 --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-b050ca61f382ec87.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e063488f85acecb6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-10-14T07:16:21.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=3712e4e066a0ae45 -C extra-filename=-3712e4e066a0ae45 --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-162ad21e175bb473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-10-14T07:16:22.213Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34152024-10-14T07:16:22.216Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=089997dfa0e890f4 -C extra-filename=-089997dfa0e890f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-089997dfa0e890f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34162024-10-14T07:16:22.334Z Compiling ascii-canvas v3.0.0
34172024-10-14T07:16:22.340Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4decf57a75b623d -C extra-filename=-e4decf57a75b623d --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-d2b024c6cdb0145f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-10-14T07:16:22.584Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
34192024-10-14T07:16:22.587Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c08df06a2ff5fae0 -C extra-filename=-c08df06a2ff5fae0 --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-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-10-14T07:16:22.929Z Compiling ref-cast-impl v1.0.23
34212024-10-14T07:16:22.931Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88bc3539b7d73b8c -C extra-filename=-88bc3539b7d73b8c --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-10-14T07:16:22.981Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=fb518d406b6cffcb -C extra-filename=-fb518d406b6cffcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e9f93ba449c14507.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f14caa3c06b8540a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-aa8789dc79084b01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3630edd090134346.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
34232024-10-14T07:16:23.004Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34242024-10-14T07:16:23.007Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34252024-10-14T07:16:23.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84f7d6cc22bb7f5f -C extra-filename=-84f7d6cc22bb7f5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34262024-10-14T07:16:23.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb7fedbf472713a9 -C extra-filename=-cb7fedbf472713a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34272024-10-14T07:16:24.224Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34282024-10-14T07:16:24.227Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff6a30f299d9f0b1 -C extra-filename=-ff6a30f299d9f0b1 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34292024-10-14T07:16:26.224Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34302024-10-14T07:16:26.226Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70c25500241993e3 -C extra-filename=-70c25500241993e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34312024-10-14T07:16:26.247Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34322024-10-14T07:16:26.249Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=bbe00e1a6b4a50d1 -C extra-filename=-bbe00e1a6b4a50d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-41bffdf6e347f0b7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
34332024-10-14T07:16:29.426Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34342024-10-14T07:16:29.428Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a876db06e78da9a -C extra-filename=-2a876db06e78da9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34352024-10-14T07:16:30.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2770d03157aa322 -C extra-filename=-e2770d03157aa322 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-16b659a7f657b5f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34362024-10-14T07:16:32.082Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34372024-10-14T07:16:32.085Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ca3a63a3b4036cb -C extra-filename=-1ca3a63a3b4036cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34382024-10-14T07:16:33.675Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34392024-10-14T07:16:33.677Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4a3253cbf33f62d -C extra-filename=-f4a3253cbf33f62d --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-c8f973c40b7b55b3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34402024-10-14T07:16:34.168Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-cf911756e19dca11/build-script-build`
34412024-10-14T07:16:34.858Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a067d64cfd3315 -C extra-filename=-e8a067d64cfd3315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e2770d03157aa322.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34422024-10-14T07:16:35.040Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f4630d0ad4bdfaa -C extra-filename=-5f4630d0ad4bdfaa --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-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34432024-10-14T07:16:35.487Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34442024-10-14T07:16:35.527Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b16e76aa1d031444 -C extra-filename=-b16e76aa1d031444 --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-4768b4fe2974df91.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34452024-10-14T07:16:36.259Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34462024-10-14T07:16:36.262Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a70e35d1775558ea -C extra-filename=-a70e35d1775558ea --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-4768b4fe2974df91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34472024-10-14T07:16:36.325Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34482024-10-14T07:16:36.328Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12db752bfc696bf1 -C extra-filename=-12db752bfc696bf1 --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-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34492024-10-14T07:16:37.109Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34502024-10-14T07:16:37.111Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=868ad9987c21349a -C extra-filename=-868ad9987c21349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34512024-10-14T07:16:37.755Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34522024-10-14T07:16:37.758Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5465d71afd2ef3e -C extra-filename=-f5465d71afd2ef3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34532024-10-14T07:16:37.843Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34542024-10-14T07:16:37.846Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e50e0b1fd652b59 -C extra-filename=-5e50e0b1fd652b59 --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-080efa0e0fcda2f8.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34552024-10-14T07:16:38.392Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34562024-10-14T07:16:38.394Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4079025f0faed1c -C extra-filename=-f4079025f0faed1c --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-fb518d406b6cffcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34572024-10-14T07:16:38.598Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34582024-10-14T07:16:38.600Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cf450df1998301e -C extra-filename=-9cf450df1998301e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34592024-10-14T07:16:38.887Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34602024-10-14T07:16:38.890Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=226dd682e113e3bd -C extra-filename=-226dd682e113e3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34612024-10-14T07:16:39.143Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34622024-10-14T07:16:39.145Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=312c7de3f14a8ff6 -C extra-filename=-312c7de3f14a8ff6 --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-bb0b688d2096ba1b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e8a067d64cfd3315.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e2770d03157aa322.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34632024-10-14T07:16:39.395Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34642024-10-14T07:16:39.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cf8f81c43dd0346 -C extra-filename=-6cf8f81c43dd0346 --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-fb518d406b6cffcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34652024-10-14T07:16:40.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a9b60e03e64f27d -C extra-filename=-6a9b60e03e64f27d --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-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-639f5b96bbf3d9e5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-7817dfecddc9a2b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34662024-10-14T07:16:41.791Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34672024-10-14T07:16:41.794Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e26591a9d9ed3c2 -C extra-filename=-6e26591a9d9ed3c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34682024-10-14T07:16:42.765Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34692024-10-14T07:16:42.768Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34f4e41c1852c844 -C extra-filename=-34f4e41c1852c844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34702024-10-14T07:16:43.294Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34712024-10-14T07:16:43.297Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfafd7df3880fba1 -C extra-filename=-dfafd7df3880fba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f88747dfaa1c2932.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-88bece20699121ba.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fe7b92d0706744d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
34722024-10-14T07:16:46.392Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34732024-10-14T07:16:46.395Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2914830e0fe034e -C extra-filename=-f2914830e0fe034e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1ca3a63a3b4036cb.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-312c7de3f14a8ff6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34742024-10-14T07:16:46.838Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34752024-10-14T07:16:46.840Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dbe1fcb9a151289 -C extra-filename=-8dbe1fcb9a151289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34762024-10-14T07:16:46.936Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34772024-10-14T07:16:46.941Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=a92a7904222d6655 -C extra-filename=-a92a7904222d6655 --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-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6cdefa525328ae15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34782024-10-14T07:16:53.711Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34792024-10-14T07:16:53.713Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31eefd1143d5912f -C extra-filename=-31eefd1143d5912f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34802024-10-14T07:16:54.488Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34812024-10-14T07:16:54.491Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7357f5cf424eb640 -C extra-filename=-7357f5cf424eb640 --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-8245220f4e0db2e8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34822024-10-14T07:16:55.465Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34832024-10-14T07:16:55.467Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6cfdb06400a0cd50 -C extra-filename=-6cfdb06400a0cd50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
34842024-10-14T07:16:56.683Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34852024-10-14T07:16:56.685Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bcc6586297793eb -C extra-filename=-9bcc6586297793eb --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-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34862024-10-14T07:16:57.331Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34872024-10-14T07:16:57.334Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b4b96f16ffe6a1b -C extra-filename=-9b4b96f16ffe6a1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34882024-10-14T07:16:58.918Z Compiling ena v0.14.3
34892024-10-14T07:16:58.921Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=8104c5eec69b6dae -C extra-filename=-8104c5eec69b6dae --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-10-14T07:16:59.118Z Compiling libloading v0.8.3
34912024-10-14T07:16:59.121Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b1ac854d05c5d8 -C extra-filename=-12b1ac854d05c5d8 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-10-14T07:16:59.317Z Compiling cfg_aliases v0.1.1
34932024-10-14T07:16:59.319Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c436d8aeff88cf48 -C extra-filename=-c436d8aeff88cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-10-14T07:16:59.358Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34952024-10-14T07:16:59.361Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbd900005dbd82b6 -C extra-filename=-bbd900005dbd82b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-10-14T07:16:59.423Z Compiling bindgen v0.69.4
34972024-10-14T07:16:59.426Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=0b19588ea3b34f70 -C extra-filename=-0b19588ea3b34f70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982024-10-14T07:16:59.444Z Compiling regex-syntax v0.6.29
34992024-10-14T07:16:59.446Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=cf92ab4de6adaff0 -C extra-filename=-cf92ab4de6adaff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002024-10-14T07:16:59.544Z Dirty bytecount v0.6.8: the rustflags changed
35012024-10-14T07:16:59.544Z Compiling bytecount v0.6.8
35022024-10-14T07:16:59.547Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7ff1d2d43293053c -C extra-filename=-7ff1d2d43293053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-10-14T07:16:59.756Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build`
35042024-10-14T07:16:59.760Z Dirty papergrid v0.11.0: the rustflags changed
35052024-10-14T07:16:59.760Z Compiling papergrid v0.11.0
35062024-10-14T07:16:59.779Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=79466898f12bed22 -C extra-filename=-79466898f12bed22 --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-7ff1d2d43293053c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-10-14T07:16:59.782Z Compiling nix v0.28.0
35082024-10-14T07:16:59.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ca13c98331e61947 -C extra-filename=-ca13c98331e61947 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c436d8aeff88cf48.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092024-10-14T07:17:00.321Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build`
35102024-10-14T07:17:00.357Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=25dbdc5292db594e -C extra-filename=-25dbdc5292db594e --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-39f07e80d6316e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-12b1ac854d05c5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112024-10-14T07:17:00.439Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3522627863e48cb1 -C extra-filename=-3522627863e48cb1 --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-88bc3539b7d73b8c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
35122024-10-14T07:17:00.591Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35132024-10-14T07:17:00.594Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4350e34f979bd017 -C extra-filename=-4350e34f979bd017 --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-303b970f3332fc4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35142024-10-14T07:17:00.743Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-089997dfa0e890f4/build-script-build`
35152024-10-14T07:17:00.777Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35162024-10-14T07:17:00.779Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97accacff1c1fef0 -C extra-filename=-97accacff1c1fef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-8284e483152117f8.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9658813276394a8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dca2326a7f564113.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-10-14T07:17:01.467Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35182024-10-14T07:17:01.469Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ddd5e857abe5956 -C extra-filename=-2ddd5e857abe5956 --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-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35192024-10-14T07:17:01.961Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e20d1e7d50ab8e8e -C extra-filename=-e20d1e7d50ab8e8e --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-74bdd973ffb0df66.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202024-10-14T07:17:02.314Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35212024-10-14T07:17:02.332Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c18420283b1592c4 -C extra-filename=-c18420283b1592c4 --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35222024-10-14T07:17:03.003Z Compiling lalrpop v0.19.12
35232024-10-14T07:17:03.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=b808aebaf51a2454 -C extra-filename=-b808aebaf51a2454 --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-e4decf57a75b623d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-8104c5eec69b6dae.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cf92ab4de6adaff0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-34a7777c883c1a76.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3712e4e066a0ae45.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-10-14T07:17:03.669Z Compiling which v4.4.2
35252024-10-14T07:17:03.672Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=e7aca0af4611fc92 -C extra-filename=-e7aca0af4611fc92 --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-5d39f2eb1424d60a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-10-14T07:17:03.979Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
35272024-10-14T07:17:03.982Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd1b95f57855137f -C extra-filename=-fd1b95f57855137f --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-2da632077f49dfb6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-10-14T07:17:04.293Z Compiling tabled_derive v0.7.0
35292024-10-14T07:17:04.295Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b016205a73239617 -C extra-filename=-b016205a73239617 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-10-14T07:17:05.094Z Compiling cexpr v0.6.0
35312024-10-14T07:17:05.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f30f2bacc7962607 -C extra-filename=-f30f2bacc7962607 --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-19a28b98cd1da8cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-10-14T07:17:05.573Z Compiling http-range v0.1.5
35332024-10-14T07:17:05.576Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f676f2a2dbefdb2 -C extra-filename=-0f676f2a2dbefdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-10-14T07:17:05.979Z Compiling shlex v1.3.0
35352024-10-14T07:17:05.982Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf1da36a64fc6247 -C extra-filename=-cf1da36a64fc6247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-10-14T07:17:06.032Z Compiling lazycell v1.3.0
35372024-10-14T07:17:06.034Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=83ab67f0ca0fe95a -C extra-filename=-83ab67f0ca0fe95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382024-10-14T07:17:06.224Z Compiling rustc-hash v1.1.0
35392024-10-14T07:17:06.226Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=151a9aad91d0e211 -C extra-filename=-151a9aad91d0e211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402024-10-14T07:17:06.423Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=686cfffec68cad65 -C extra-filename=-686cfffec68cad65 --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-fb02ffd1abc115c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-25dbdc5292db594e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-151a9aad91d0e211.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-e7aca0af4611fc92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-10-14T07:17:06.445Z Compiling hyper-staticfile v0.10.1
35422024-10-14T07:17:06.452Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6304fdb5de6324c -C extra-filename=-e6304fdb5de6324c --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-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0f676f2a2dbefdb2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-e20d1e7d50ab8e8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-10-14T07:17:06.874Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
35442024-10-14T07:17:06.877Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/crates/propolis-api-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("falcon"))' -C metadata=0b387bc1a029471b -C extra-filename=-0b387bc1a029471b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fd1b95f57855137f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c08df06a2ff5fae0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-10-14T07:17:07.078Z Compiling tabled v0.15.0
35462024-10-14T07:17:07.081Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=a857cc76a5fdd758 -C extra-filename=-a857cc76a5fdd758 --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-79466898f12bed22.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b016205a73239617.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472024-10-14T07:17:07.599Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21dc0fbe4584a8cf -C extra-filename=-21dc0fbe4584a8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-8284e483152117f8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-97accacff1c1fef0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
35482024-10-14T07:17:10.009Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build`
35492024-10-14T07:17:10.043Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
35502024-10-14T07:17:10.045Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=472159c099d20880 -C extra-filename=-472159c099d20880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c08df06a2ff5fae0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5093ee283a85ead.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35512024-10-14T07:17:11.953Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35522024-10-14T07:17:11.956Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc08a6101aca253b -C extra-filename=-dc08a6101aca253b --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-4768b4fe2974df91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35532024-10-14T07:17:12.566Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
35542024-10-14T07:17:12.587Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8af672aaecb8ad55 -C extra-filename=-8af672aaecb8ad55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-10-14T07:17:12.846Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35562024-10-14T07:17:12.849Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cae5c811d9a81240 -C extra-filename=-cae5c811d9a81240 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-cae5c811d9a81240 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35572024-10-14T07:17:13.221Z Compiling derive_builder_core v0.20.0
35582024-10-14T07:17:13.224Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=822bbf34352fa361 -C extra-filename=-822bbf34352fa361 --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-fcaedbe21c735256.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-10-14T07:17:14.122Z Compiling libxml v0.3.3
35602024-10-14T07:17:14.124Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25957f77bb8c67b9 -C extra-filename=-25957f77bb8c67b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-10-14T07:17:14.587Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build`
35622024-10-14T07:17:14.631Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-cae5c811d9a81240/build-script-build`
35632024-10-14T07:17:14.665Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=4a9863e88b1f6165 -C extra-filename=-4a9863e88b1f6165 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
35642024-10-14T07:17:14.909Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1521cc0e860341b1 -C extra-filename=-1521cc0e860341b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35652024-10-14T07:17:15.754Z Compiling derive_builder_macro v0.20.0
35662024-10-14T07:17:15.756Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=0d2f64a375fcdcb8 -C extra-filename=-0d2f64a375fcdcb8 --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-822bbf34352fa361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672024-10-14T07:17:16.865Z Compiling peg-macros v0.8.4
35682024-10-14T07:17:16.867Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=708e4ea32ba5b260 -C extra-filename=-708e4ea32ba5b260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692024-10-14T07:17:18.740Z Compiling signal-hook-tokio v0.3.1
35702024-10-14T07:17:18.742Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=af3119485d898620 -C extra-filename=-af3119485d898620 --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-5c0c6b13016b0cbd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712024-10-14T07:17:18.762Z Compiling strum_macros v0.24.3
35722024-10-14T07:17:18.762Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66e441e71b92f81e -C extra-filename=-66e441e71b92f81e --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732024-10-14T07:17:18.949Z Compiling sqlparser_derive v0.2.2
35742024-10-14T07:17:18.955Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f85de2b75ea35afc -C extra-filename=-f85de2b75ea35afc --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752024-10-14T07:17:20.285Z Compiling memoffset v0.9.1
35762024-10-14T07:17:20.304Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=24a77ddfb9985470 -C extra-filename=-24a77ddfb9985470 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-10-14T07:17:20.676Z Compiling indoc v1.0.9
35782024-10-14T07:17:20.678Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4282df15fb49f14d -C extra-filename=-4282df15fb49f14d --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`
35792024-10-14T07:17:20.771Z Compiling unicode_categories v0.1.1
35802024-10-14T07:17:20.774Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dd34baae30e9f8e -C extra-filename=-2dd34baae30e9f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812024-10-14T07:17:21.131Z Compiling sqlformat v0.2.6
35822024-10-14T07:17:21.136Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bab93eeae3690c19 -C extra-filename=-bab93eeae3690c19 --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-19a28b98cd1da8cc.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-2dd34baae30e9f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832024-10-14T07:17:21.787Z Compiling peg v0.8.4
35842024-10-14T07:17:21.808Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=c95009266722ad06 -C extra-filename=-c95009266722ad06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-708e4ea32ba5b260.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852024-10-14T07:17:21.911Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build`
35862024-10-14T07:17:22.045Z Compiling sqlparser v0.45.0
35872024-10-14T07:17:22.060Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=18626462a7083486 -C extra-filename=-18626462a7083486 --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-31bde78633f57151.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-f85de2b75ea35afc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882024-10-14T07:17:22.066Z Compiling rustyline v14.0.0
35892024-10-14T07:17:22.096Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=b9ffc465aa01a139 -C extra-filename=-b9ffc465aa01a139 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ba6e42911f834cb1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4a9863e88b1f6165.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902024-10-14T07:17:22.780Z Compiling derive_builder v0.20.0
35912024-10-14T07:17:22.783Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=2576bd86915751ce -C extra-filename=-2576bd86915751ce --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-0d2f64a375fcdcb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922024-10-14T07:17:22.926Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35932024-10-14T07:17:22.929Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=98996018338639d3 -C extra-filename=-98996018338639d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
35942024-10-14T07:17:24.257Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e79a4110d2aaa102 -C extra-filename=-e79a4110d2aaa102 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
35952024-10-14T07:17:26.315Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35962024-10-14T07:17:26.334Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47bb931368aa235c -C extra-filename=-47bb931368aa235c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
35972024-10-14T07:17:27.127Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35982024-10-14T07:17:27.129Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db061355f236915e -C extra-filename=-db061355f236915e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-db061355f236915e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35992024-10-14T07:17:27.507Z Compiling http v0.2.12
36002024-10-14T07:17:27.510Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a79fff3a275b3158 -C extra-filename=-a79fff3a275b3158 --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-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012024-10-14T07:17:27.622Z Compiling quick-xml v0.33.0
36022024-10-14T07:17:27.624Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=a186c0a8931396f8 -C extra-filename=-a186c0a8931396f8 --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-3b15747880b886c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-10-14T07:17:29.440Z Compiling bcs v0.1.6
36042024-10-14T07:17:29.443Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1061b23946bb5f7 -C extra-filename=-c1061b23946bb5f7 --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-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052024-10-14T07:17:30.126Z Compiling oso-derive v0.27.3
36062024-10-14T07:17:30.128Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5ca1afad04ae64c -C extra-filename=-a5ca1afad04ae64c --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072024-10-14T07:17:30.171Z Compiling impl-trait-for-tuples v0.2.2
36082024-10-14T07:17:30.174Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c125916d062385 -C extra-filename=-38c125916d062385 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-10-14T07:17:31.245Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-db061355f236915e/build-script-build`
36102024-10-14T07:17:31.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=e7ab087565607334 -C extra-filename=-e7ab087565607334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
36112024-10-14T07:17:31.372Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36122024-10-14T07:17:31.374Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=170f9b95dea3242f -C extra-filename=-170f9b95dea3242f --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36132024-10-14T07:17:31.402Z Compiling pin-project-internal v1.1.5
36142024-10-14T07:17:31.405Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccc36edeced833da -C extra-filename=-ccc36edeced833da --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152024-10-14T07:17:33.276Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
36162024-10-14T07:17:33.278Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36b9ca17c559fa87 -C extra-filename=-36b9ca17c559fa87 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172024-10-14T07:17:33.673Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
36182024-10-14T07:17:33.691Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19c2d3ff60670bcb -C extra-filename=-19c2d3ff60670bcb --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192024-10-14T07:17:34.117Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build`
36202024-10-14T07:17:34.155Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build`
36212024-10-14T07:17:34.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36222024-10-14T07:17:34.237Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=0707d1502276e711 -C extra-filename=-0707d1502276e711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b9ffc465aa01a139.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36232024-10-14T07:17:34.779Z Compiling pin-project v1.1.5
36242024-10-14T07:17:34.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8d6677788815c1c -C extra-filename=-f8d6677788815c1c --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-ccc36edeced833da.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252024-10-14T07:17:34.959Z Compiling nix v0.27.1
36262024-10-14T07:17:34.962Z Running `/home/build/.rustup/toolchains/1.80.1-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="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=81dc651917a8a7ea -C extra-filename=-81dc651917a8a7ea --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e7ab087565607334.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272024-10-14T07:17:37.005Z Compiling h2 v0.3.26
36282024-10-14T07:17:37.009Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=0350af9e199f2461 -C extra-filename=-0350af9e199f2461 --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-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292024-10-14T07:17:38.964Z Compiling http-body v0.4.6
36302024-10-14T07:17:38.967Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b377151436fff2e3 -C extra-filename=-b377151436fff2e3 --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-b8e9fbdeb91cd71f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312024-10-14T07:17:39.468Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36322024-10-14T07:17:39.470Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=569c80e27912ba01 -C extra-filename=-569c80e27912ba01 --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332024-10-14T07:17:39.816Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36342024-10-14T07:17:39.818Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=a589bed427bd1d22 -C extra-filename=-a589bed427bd1d22 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a589bed427bd1d22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36352024-10-14T07:17:40.192Z Compiling const_format_proc_macros v0.2.33
36362024-10-14T07:17:40.194Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=40a612b8bee4a1d1 -C extra-filename=-40a612b8bee4a1d1 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372024-10-14T07:17:41.351Z Compiling bb8 v0.8.5
36382024-10-14T07:17:41.354Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=255c75fdf9a94ce6 -C extra-filename=-255c75fdf9a94ce6 --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-2a9b2223f6844e23.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392024-10-14T07:17:41.912Z Compiling async-bb8-diesel v0.2.1
36402024-10-14T07:17:41.914Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-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="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=69e37d4c4a94d96b -C extra-filename=-69e37d4c4a94d96b --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-2a9b2223f6844e23.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-255c75fdf9a94ce6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36412024-10-14T07:17:42.479Z Compiling const_format v0.2.33
36422024-10-14T07:17:42.482Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=228a63e2eb4209d8 -C extra-filename=-228a63e2eb4209d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-40a612b8bee4a1d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432024-10-14T07:17:42.695Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a589bed427bd1d22/build-script-build`
36442024-10-14T07:17:42.730Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f34ef42fa8b9813 -C extra-filename=-3f34ef42fa8b9813 --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-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c7719caf35fa3b5f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-81dc651917a8a7ea.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-176255c2b6dd361c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-34a7777c883c1a76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-569c80e27912ba01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.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-d34656e55e92aa96/out/lib`
36452024-10-14T07:17:43.212Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f6ec5af478e7fc5 -C extra-filename=-3f6ec5af478e7fc5 --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-df085b306f7ffad0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36462024-10-14T07:17:43.646Z Compiling cargo-platform v0.1.8
36472024-10-14T07:17:43.649Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffb43a1d918ff620 -C extra-filename=-ffb43a1d918ff620 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482024-10-14T07:17:44.279Z Compiling hyper v0.14.30
36492024-10-14T07:17:44.281Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=a922a0a3afb42d35 -C extra-filename=-a922a0a3afb42d35 --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-b8e9fbdeb91cd71f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0350af9e199f2461.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b377151436fff2e3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502024-10-14T07:17:47.672Z Compiling snafu-derive v0.8.2
36512024-10-14T07:17:47.674Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=d15cc2c80b7b55f4 -C extra-filename=-d15cc2c80b7b55f4 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522024-10-14T07:17:49.993Z Compiling sync_wrapper v0.1.2
36532024-10-14T07:17:49.995Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=12c43cd70bd8ae58 -C extra-filename=-12c43cd70bd8ae58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542024-10-14T07:17:50.152Z Compiling reqwest v0.11.27
36552024-10-14T07:17:50.155Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="stream"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=25ab77ce37f75ae2 -C extra-filename=-25ab77ce37f75ae2 --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0350af9e199f2461.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b377151436fff2e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a922a0a3afb42d35.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562024-10-14T07:17:52.164Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36572024-10-14T07:17:52.167Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b595fb2fce22fa5 -C extra-filename=-5b595fb2fce22fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3f34ef42fa8b9813.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
36582024-10-14T07:17:53.596Z Compiling snafu v0.8.2
36592024-10-14T07:17:53.598Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=1168c8dbe1270199 -C extra-filename=-1168c8dbe1270199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f8d6677788815c1c.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-d15cc2c80b7b55f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602024-10-14T07:17:54.514Z Compiling cargo_metadata v0.18.1
36612024-10-14T07:17:54.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=ead0a4f5d7bb930f -C extra-filename=-ead0a4f5d7bb930f --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-294229beec0d6e93.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-ffb43a1d918ff620.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622024-10-14T07:17:57.831Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36632024-10-14T07:17:57.833Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df7322b9166a6cf8 -C extra-filename=-df7322b9166a6cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
36642024-10-14T07:17:58.383Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36652024-10-14T07:17:58.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a5fb3b75ffa51d -C extra-filename=-85a5fb3b75ffa51d --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-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36662024-10-14T07:18:00.573Z Compiling globset v0.4.14
36672024-10-14T07:18:00.576Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=9da411b0aa1191da -C extra-filename=-9da411b0aa1191da --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-ccd418511fd0e494.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4fe3bdbd00ac296.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682024-10-14T07:18:01.350Z Compiling olpc-cjson v0.1.3
36692024-10-14T07:18:01.353Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=574467e8d35c5b88 -C extra-filename=-574467e8d35c5b88 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702024-10-14T07:18:01.651Z Compiling serde_plain v1.0.2
36712024-10-14T07:18:01.654Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4850ad1575d6b9ea -C extra-filename=-4850ad1575d6b9ea --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722024-10-14T07:18:02.096Z Compiling typed-path v0.7.1
36732024-10-14T07:18:02.099Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=035dc440c125802f -C extra-filename=-035dc440c125802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742024-10-14T07:18:02.439Z Compiling parse-size v1.0.0
36752024-10-14T07:18:02.442Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=93c89df6fe796d16 -C extra-filename=-93c89df6fe796d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762024-10-14T07:18:02.582Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36772024-10-14T07:18:02.585Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59b66f2ab3b25bb3 -C extra-filename=-59b66f2ab3b25bb3 --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-4768b4fe2974df91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36782024-10-14T07:18:02.700Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36792024-10-14T07:18:02.703Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8986c1029f9a4c9 -C extra-filename=-c8986c1029f9a4c9 --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-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
36802024-10-14T07:18:04.734Z Compiling tough v0.17.1
36812024-10-14T07:18:04.736Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("http", "integ", "reqwest"))' -C metadata=ce8f0750956d7d28 -C extra-filename=-ce8f0750956d7d28 --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-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-9da411b0aa1191da.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-574467e8d35c5b88.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25ab77ce37f75ae2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-4850ad1575d6b9ea.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-1168c8dbe1270199.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-035dc440c125802f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
36822024-10-14T07:18:05.419Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36832024-10-14T07:18:05.422Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccef53b4300dfcb0 -C extra-filename=-ccef53b4300dfcb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36842024-10-14T07:18:05.574Z Compiling assert_matches v1.5.0
36852024-10-14T07:18:05.577Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d65da3ab02c6d0c5 -C extra-filename=-d65da3ab02c6d0c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862024-10-14T07:18:05.693Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36872024-10-14T07:18:05.696Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5a83bd723ac59c3 -C extra-filename=-a5a83bd723ac59c3 --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-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36882024-10-14T07:18:06.292Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36892024-10-14T07:18:06.294Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e6fd91a93a4afba -C extra-filename=-0e6fd91a93a4afba --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-64fe453a3f9fcd4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902024-10-14T07:18:08.432Z Compiling libz-sys v1.1.16
36912024-10-14T07:18:08.435Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=80b152ec7d704e45 -C extra-filename=-80b152ec7d704e45 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922024-10-14T07:18:09.261Z Compiling rand_seeder v0.3.0
36932024-10-14T07:18:09.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ee9258c0041f7b8 -C extra-filename=-2ee9258c0041f7b8 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-10-14T07:18:09.602Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45/build-script-build`
36952024-10-14T07:18:09.739Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36962024-10-14T07:18:09.741Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4183b60e6e7d65ab -C extra-filename=-4183b60e6e7d65ab --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-4768b4fe2974df91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36972024-10-14T07:18:11.756Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36982024-10-14T07:18:11.759Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98196c8c28fe06a0 -C extra-filename=-98196c8c28fe06a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36992024-10-14T07:18:16.336Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37002024-10-14T07:18:16.339Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f2d627e110b45e8 -C extra-filename=-1f2d627e110b45e8 --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-4768b4fe2974df91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37012024-10-14T07:18:18.099Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37022024-10-14T07:18:18.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e55bd7b174dc001a -C extra-filename=-e55bd7b174dc001a --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-9d4e54c285cffd43.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37032024-10-14T07:18:18.319Z Compiling libgit2-sys v0.17.0+1.8.1
37042024-10-14T07:18:18.322Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e0a203ee320eb7db -C extra-filename=-e0a203ee320eb7db --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052024-10-14T07:18:19.047Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=64858db741996388 -C extra-filename=-64858db741996388 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
37062024-10-14T07:18:19.236Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37072024-10-14T07:18:19.238Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18af06cce8044c64 -C extra-filename=-18af06cce8044c64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37082024-10-14T07:18:19.273Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db/build-script-build`
37092024-10-14T07:18:20.046Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37102024-10-14T07:18:20.049Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02b0d59fe3541a37 -C extra-filename=-02b0d59fe3541a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37112024-10-14T07:18:24.716Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37122024-10-14T07:18:24.718Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b2b019449f23f04 -C extra-filename=-0b2b019449f23f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64`
37132024-10-14T07:18:26.346Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
37142024-10-14T07:18:26.348Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43de7452650acb50 -C extra-filename=-43de7452650acb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37152024-10-14T07:18:26.507Z Compiling vergen v8.3.2
37162024-10-14T07:18:26.510Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=8aef8dd6f9115d81 -C extra-filename=-8aef8dd6f9115d81 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172024-10-14T07:18:26.880Z Compiling is_ci v1.2.0
37182024-10-14T07:18:26.882Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ffd4f2a5c71f8ce -C extra-filename=-1ffd4f2a5c71f8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192024-10-14T07:18:27.126Z Compiling supports-color v3.0.1
37202024-10-14T07:18:27.129Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e14989a5d0ee9047 -C extra-filename=-e14989a5d0ee9047 --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-1ffd4f2a5c71f8ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212024-10-14T07:18:27.149Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
37222024-10-14T07:18:27.180Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37232024-10-14T07:18:27.183Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f62a80dafc0418b1 -C extra-filename=-f62a80dafc0418b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-f62a80dafc0418b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37242024-10-14T07:18:27.422Z Compiling libsqlite3-sys v0.30.1
37252024-10-14T07:18:27.425Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.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"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=ca307b84e628cf7e -C extra-filename=-ca307b84e628cf7e --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262024-10-14T07:18:27.546Z Compiling rustls v0.21.12
37272024-10-14T07:18:27.549Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9d40a143c83c6f9c -C extra-filename=-9d40a143c83c6f9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282024-10-14T07:18:27.910Z Compiling cfg_aliases v0.2.1
37292024-10-14T07:18:27.913Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.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 '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44929ccb8db2da6c -C extra-filename=-44929ccb8db2da6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302024-10-14T07:18:27.982Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e/build-script-build`
37312024-10-14T07:18:28.012Z Compiling nix v0.29.0
37322024-10-14T07:18:28.015Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.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="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=100f50d5b1b272ed -C extra-filename=-100f50d5b1b272ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44929ccb8db2da6c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332024-10-14T07:18:28.033Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c/build-script-build`
37342024-10-14T07:18:28.063Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-f62a80dafc0418b1/build-script-build`
37352024-10-14T07:18:28.095Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37362024-10-14T07:18:28.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e03c75dd17ed799 -C extra-filename=-8e03c75dd17ed799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37372024-10-14T07:18:29.033Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37382024-10-14T07:18:29.036Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d82f96b79319bcce -C extra-filename=-d82f96b79319bcce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37392024-10-14T07:18:29.225Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37402024-10-14T07:18:29.250Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0516dd209c4e37df -C extra-filename=-0516dd209c4e37df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37412024-10-14T07:18:33.411Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37422024-10-14T07:18:33.414Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fa966b4ebb9519d -C extra-filename=-2fa966b4ebb9519d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2fa966b4ebb9519d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37432024-10-14T07:18:33.789Z Compiling castaway v0.2.3
37442024-10-14T07:18:33.791Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=560b5d52bef86bca -C extra-filename=-560b5d52bef86bca --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452024-10-14T07:18:33.982Z Compiling rustls-webpki v0.101.7
37462024-10-14T07:18:33.984Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=575b5a6d4acb28b6 -C extra-filename=-575b5a6d4acb28b6 --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-21e223042efd6c2a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
37472024-10-14T07:18:35.791Z Compiling sct v0.7.1
37482024-10-14T07:18:35.794Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59ca750739fc586b -C extra-filename=-59ca750739fc586b --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-21e223042efd6c2a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
37492024-10-14T07:18:36.098Z Compiling concurrent-queue v2.5.0
37502024-10-14T07:18:36.102Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ff0fd89ddb267c08 -C extra-filename=-ff0fd89ddb267c08 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512024-10-14T07:18:36.513Z Dirty unicode-linebreak v0.1.5: the rustflags changed
37522024-10-14T07:18:36.513Z Compiling unicode-linebreak v0.1.5
37532024-10-14T07:18:36.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5745b33b579fab38 -C extra-filename=-5745b33b579fab38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542024-10-14T07:18:37.004Z Compiling parking v2.2.1
37552024-10-14T07:18:37.006Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=cb6104646fa2ceab -C extra-filename=-cb6104646fa2ceab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562024-10-14T07:18:37.395Z Dirty smawk v0.3.2: the rustflags changed
37572024-10-14T07:18:37.395Z Compiling smawk v0.3.2
37582024-10-14T07:18:37.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=67ff47dd1c0fd95d -C extra-filename=-67ff47dd1c0fd95d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592024-10-14T07:18:37.612Z Dirty textwrap v0.16.1: the rustflags changed
37602024-10-14T07:18:37.612Z Compiling textwrap v0.16.1
37612024-10-14T07:18:37.615Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a743db74423d42c5 -C extra-filename=-a743db74423d42c5 --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-67ff47dd1c0fd95d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5745b33b579fab38.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622024-10-14T07:18:38.172Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=3ccbc8d01eb6b26c -C extra-filename=-3ccbc8d01eb6b26c --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-575b5a6d4acb28b6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-59ca750739fc586b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
37632024-10-14T07:18:38.847Z Compiling compact_str v0.8.0
37642024-10-14T07:18:38.850Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=b38aa10ecf19e52e -C extra-filename=-b38aa10ecf19e52e --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-560b5d52bef86bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652024-10-14T07:18:40.254Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a363bdd0641bc415 -C extra-filename=-a363bdd0641bc415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37662024-10-14T07:18:40.281Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2fa966b4ebb9519d/build-script-build`
37672024-10-14T07:18:40.312Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build`
37682024-10-14T07:18:40.344Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=c3eacb493a7f854a -C extra-filename=-c3eacb493a7f854a --out-dir /work/oxidecomputer/omicron/target/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=/usr/lib/amd64 -l sqlite3`
37692024-10-14T07:18:40.546Z Compiling samael v0.0.17
37702024-10-14T07:18:40.549Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=134354a1d5e39dd5 -C extra-filename=-134354a1d5e39dd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-134354a1d5e39dd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-686cfffec68cad65.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712024-10-14T07:18:40.799Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37722024-10-14T07:18:40.801Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcd1334392d1e779 -C extra-filename=-bcd1334392d1e779 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-bcd1334392d1e779 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37732024-10-14T07:18:41.155Z Compiling lru v0.12.3
37742024-10-14T07:18:41.157Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=42f017ed25461070 -C extra-filename=-42f017ed25461070 --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-e1777fdd094a1a39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752024-10-14T07:18:41.456Z Compiling hashlink v0.9.1
37762024-10-14T07:18:41.459Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=61ce8558d08632fa -C extra-filename=-61ce8558d08632fa --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-e1777fdd094a1a39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772024-10-14T07:18:41.623Z Compiling unicode-truncate v1.0.0
37782024-10-14T07:18:41.626Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b803a069b8e44cb -C extra-filename=-1b803a069b8e44cb --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-bb69c56d84ec7036.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792024-10-14T07:18:41.881Z Compiling instability v0.3.2
37802024-10-14T07:18:41.884Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51dc549415397c25 -C extra-filename=-51dc549415397c25 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812024-10-14T07:18:42.199Z Compiling cassowary v0.3.0
37822024-10-14T07:18:42.201Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0df4d0548b0a401 -C extra-filename=-a0df4d0548b0a401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832024-10-14T07:18:42.993Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-134354a1d5e39dd5/build-script-bindings`
37842024-10-14T07:18:43.101Z Compiling fallible-streaming-iterator v0.1.9
37852024-10-14T07:18:43.103Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=268e12232fc32356 -C extra-filename=-268e12232fc32356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862024-10-14T07:18:43.387Z Compiling fallible-iterator v0.3.0
37872024-10-14T07:18:43.389Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38d4df39420f26f0 -C extra-filename=-38d4df39420f26f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882024-10-14T07:18:43.443Z Compiling ratatui v0.28.1
37892024-10-14T07:18:43.445Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.28.1/src/lib.rs --error-format=json --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::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=6ae3cd856a4e71d4 -C extra-filename=-6ae3cd856a4e71d4 --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-fb02ffd1abc115c8.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0df4d0548b0a401.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-b38aa10ecf19e52e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-51dc549415397c25.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-42f017ed25461070.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b534315ca1a3744c.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-1b803a069b8e44cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902024-10-14T07:18:44.156Z Compiling rusqlite v0.32.1
37912024-10-14T07:18:44.158Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=2080690e8910db5b -C extra-filename=-2080690e8910db5b --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-fb02ffd1abc115c8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-38d4df39420f26f0.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-268e12232fc32356.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-61ce8558d08632fa.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-c3eacb493a7f854a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37922024-10-14T07:18:45.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=2856786924d90309 -C extra-filename=-2856786924d90309 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-2576bd86915751ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e79a4110d2aaa102.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-a186c0a8931396f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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`
37932024-10-14T07:18:47.046Z Compiling tokio-rustls v0.24.1
37942024-10-14T07:18:47.049Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=c94d780c644bf53f -C extra-filename=-c94d780c644bf53f --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-3ccbc8d01eb6b26c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
37952024-10-14T07:18:47.186Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-bcd1334392d1e779/build-script-build`
37962024-10-14T07:18:47.209Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=2f450433fc0dd242 -C extra-filename=-2f450433fc0dd242 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
37972024-10-14T07:18:47.455Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37982024-10-14T07:18:47.457Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77a76946e1d45d5e -C extra-filename=-77a76946e1d45d5e --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-4768b4fe2974df91.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37992024-10-14T07:18:47.957Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38002024-10-14T07:18:47.959Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b1a7ae95c5ccd9f -C extra-filename=-8b1a7ae95c5ccd9f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8b1a7ae95c5ccd9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38012024-10-14T07:18:48.341Z Compiling rustls-pemfile v1.0.4
38022024-10-14T07:18:48.344Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef67309bf96e0f1b -C extra-filename=-ef67309bf96e0f1b --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-a2ffa63167802121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032024-10-14T07:18:48.822Z Compiling twox-hash v1.6.3
38042024-10-14T07:18:48.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=7b344d75191d5980 -C extra-filename=-7b344d75191d5980 --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-94faf137b493206b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052024-10-14T07:18:48.918Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8b1a7ae95c5ccd9f/build-script-build`
38062024-10-14T07:18:48.952Z Compiling event-listener v5.3.1
38072024-10-14T07:18:48.955Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=af5e5308be06b924 -C extra-filename=-af5e5308be06b924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082024-10-14T07:18:49.588Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
38092024-10-14T07:18:49.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34a0d9af6ea1a8ca -C extra-filename=-34a0d9af6ea1a8ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38102024-10-14T07:18:49.610Z Compiling fatfs v0.3.6
38112024-10-14T07:18:49.613Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=6c536a36b29f7fea -C extra-filename=-6c536a36b29f7fea --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122024-10-14T07:18:50.635Z Compiling event-listener-strategy v0.5.2
38132024-10-14T07:18:50.637Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f111ec96a719308a -C extra-filename=-f111ec96a719308a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142024-10-14T07:18:50.866Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38152024-10-14T07:18:50.868Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0131274ddd67d7fb -C extra-filename=-0131274ddd67d7fb --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-4768b4fe2974df91.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38162024-10-14T07:18:51.282Z Compiling csv-core v0.1.11
38172024-10-14T07:18:51.285Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ea19030902cb9687 -C extra-filename=-ea19030902cb9687 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182024-10-14T07:18:51.828Z Compiling csv v1.3.0
38192024-10-14T07:18:51.830Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69b45f33751d47cc -C extra-filename=-69b45f33751d47cc --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-ea19030902cb9687.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202024-10-14T07:18:52.211Z Compiling futures-lite v2.3.0
38212024-10-14T07:18:52.213Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=ec90834510550653 -C extra-filename=-ec90834510550653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222024-10-14T07:18:53.169Z Compiling rtoolbox v0.0.2
38232024-10-14T07:18:53.172Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3056df869e15c610 -C extra-filename=-3056df869e15c610 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-10-14T07:18:53.654Z Compiling plotters-backend v0.3.5
38252024-10-14T07:18:53.656Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cae6e4eff76e0ec4 -C extra-filename=-cae6e4eff76e0ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-10-14T07:18:54.012Z Compiling shell-words v1.1.0
38272024-10-14T07:18:54.014Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfaf6b529bbb10b0 -C extra-filename=-bfaf6b529bbb10b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-10-14T07:18:54.256Z Compiling plotters-svg v0.3.5
38292024-10-14T07:18:54.258Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=e75ceed9def0dc02 -C extra-filename=-e75ceed9def0dc02 --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-cae6e4eff76e0ec4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-10-14T07:18:54.359Z Compiling rpassword v7.3.1
38312024-10-14T07:18:54.361Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea70cbef8dc2ae97 -C extra-filename=-ea70cbef8dc2ae97 --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-1b46dd66a7c6c3c6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3056df869e15c610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322024-10-14T07:18:54.698Z Compiling tui-tree-widget v0.22.0
38332024-10-14T07:18:54.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d533b8821daad17 -C extra-filename=-0d533b8821daad17 --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-6ae3cd856a4e71d4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342024-10-14T07:18:54.733Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38352024-10-14T07:18:54.736Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17da29071d35e1b8 -C extra-filename=-17da29071d35e1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
38362024-10-14T07:18:55.089Z Compiling cast v0.3.0
38372024-10-14T07:18:55.092Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=044a52419a148846 -C extra-filename=-044a52419a148846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382024-10-14T07:18:55.483Z Compiling yansi v1.0.1
38392024-10-14T07:18:55.485Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=43a4e0c91f343fc9 -C extra-filename=-43a4e0c91f343fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402024-10-14T07:18:56.328Z Compiling pretty_assertions v1.4.1
38412024-10-14T07:18:56.331Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=41945da098b72cd5 -C extra-filename=-41945da098b72cd5 --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-0f6054f8c11a1395.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-43a4e0c91f343fc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422024-10-14T07:18:56.837Z Compiling criterion-plot v0.5.0
38432024-10-14T07:18:56.840Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d839c17e454abea8 -C extra-filename=-d839c17e454abea8 --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-044a52419a148846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442024-10-14T07:18:56.876Z Compiling plotters v0.3.5
38452024-10-14T07:18:56.880Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=cb38a7de030db99f -C extra-filename=-cb38a7de030db99f --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-2914d78ac96fc53c.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e75ceed9def0dc02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462024-10-14T07:18:57.836Z Compiling async-lock v3.4.0
38472024-10-14T07:18:57.842Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=96c2bb290b71dd5b -C extra-filename=-96c2bb290b71dd5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482024-10-14T07:18:59.152Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38492024-10-14T07:18:59.155Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1254ffd1e310aa5 -C extra-filename=-e1254ffd1e310aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38502024-10-14T07:18:59.293Z Compiling polyval v0.6.2
38512024-10-14T07:18:59.295Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=83ac24b89d50bef2 -C extra-filename=-83ac24b89d50bef2 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f9ec70467b8acc89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522024-10-14T07:18:59.761Z Compiling polling v3.7.3
38532024-10-14T07:18:59.764Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=421968d50e3d868b -C extra-filename=-421968d50e3d868b --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542024-10-14T07:19:00.482Z Compiling tinytemplate v1.2.1
38552024-10-14T07:19:00.485Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d21f209afcf4e23 -C extra-filename=-3d21f209afcf4e23 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562024-10-14T07:19:01.083Z Compiling anes v0.1.6
38572024-10-14T07:19:01.086Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=392193819af349f5 -C extra-filename=-392193819af349f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582024-10-14T07:19:01.565Z Compiling oorandom v11.1.3
38592024-10-14T07:19:01.565Z Compiling async-io v2.3.4
38602024-10-14T07:19:01.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eb2728289b3cdf7 -C extra-filename=-1eb2728289b3cdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612024-10-14T07:19:01.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=0af7b6618982d84d -C extra-filename=-0af7b6618982d84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-421968d50e3d868b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622024-10-14T07:19:01.797Z Compiling criterion v0.5.1
38632024-10-14T07:19:01.800Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=37998e76af968a06 -C extra-filename=-37998e76af968a06 --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-392193819af349f5.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1eb2728289b3cdf7.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cb38a7de030db99f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-3d21f209afcf4e23.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642024-10-14T07:19:02.420Z Compiling ghash v0.5.1
38652024-10-14T07:19:02.423Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f27fa59741929b18 -C extra-filename=-f27fa59741929b18 --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-41406f716c9b46c1.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-83ac24b89d50bef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662024-10-14T07:19:02.634Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38672024-10-14T07:19:02.636Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25277b4f10f70e0c -C extra-filename=-25277b4f10f70e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0d533b8821daad17.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38682024-10-14T07:19:03.775Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38692024-10-14T07:19:03.777Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55cc68440910a0e7 -C extra-filename=-55cc68440910a0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38702024-10-14T07:19:04.286Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
38712024-10-14T07:19:04.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c39ae196502f069 -C extra-filename=-8c39ae196502f069 --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-bb0b688d2096ba1b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38722024-10-14T07:19:05.604Z Compiling ctr v0.9.2
38732024-10-14T07:19:05.606Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=3d7c66b51c771281 -C extra-filename=-3d7c66b51c771281 --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-860382fa61794b23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742024-10-14T07:19:05.952Z Compiling doc-comment v0.3.3
38752024-10-14T07:19:05.955Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=14c1a7aa8d9df06d -C extra-filename=-14c1a7aa8d9df06d --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762024-10-14T07:19:05.974Z Compiling target-lexicon v0.12.16
38772024-10-14T07:19:05.977Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1168d39a58d12fe8 -C extra-filename=-1168d39a58d12fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782024-10-14T07:19:06.537Z Compiling async-task v4.7.1
38792024-10-14T07:19:06.540Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8100723cf864eb84 -C extra-filename=-8100723cf864eb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802024-10-14T07:19:07.083Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
38812024-10-14T07:19:07.086Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
38822024-10-14T07:19:07.141Z Compiling aes-gcm v0.10.3
38832024-10-14T07:19:07.144Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=6178fe65a4f70ec5 -C extra-filename=-6178fe65a4f70ec5 --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-b49aefee0098b19c.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-77514d00628e1f60.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-3d7c66b51c771281.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f27fa59741929b18.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842024-10-14T07:19:07.258Z Compiling async-channel v2.3.1
38852024-10-14T07:19:07.261Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3f064befa11812cc -C extra-filename=-3f064befa11812cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862024-10-14T07:19:07.451Z Compiling piper v0.2.4
38872024-10-14T07:19:07.453Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=91170c571d43700a -C extra-filename=-91170c571d43700a --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-0226d346e4689e13.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882024-10-14T07:19:07.616Z Compiling ssh-encoding v0.2.0
38892024-10-14T07:19:07.619Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-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"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=05f117a5b7ddc3d1 -C extra-filename=-05f117a5b7ddc3d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902024-10-14T07:19:07.916Z Compiling blowfish v0.9.1
38912024-10-14T07:19:07.916Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=19a2599957e75e69 -C extra-filename=-19a2599957e75e69 --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-325983a483f82094.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922024-10-14T07:19:08.147Z Compiling guppy-workspace-hack v0.1.0
38932024-10-14T07:19:08.149Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94b301b3d8fce7ed -C extra-filename=-94b301b3d8fce7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942024-10-14T07:19:08.388Z Compiling assert_cmd v2.0.16
38952024-10-14T07:19:08.391Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=822646a8dc5d2c94 -C extra-filename=-822646a8dc5d2c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962024-10-14T07:19:08.509Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
38972024-10-14T07:19:08.541Z Compiling bcrypt-pbkdf v0.10.0
38982024-10-14T07:19:08.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=4d92c0416f867652 -C extra-filename=-4d92c0416f867652 --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-19a2599957e75e69.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-023cb7a20a405cfa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992024-10-14T07:19:08.900Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
39002024-10-14T07:19:08.932Z Compiling ssh-cipher v0.2.0
39012024-10-14T07:19:08.935Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-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="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=523170b405a54861 -C extra-filename=-523170b405a54861 --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-77514d00628e1f60.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6178fe65a4f70ec5.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-c1f215f83b8be0c0.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-38bb4b0504fdb858.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-3d7c66b51c771281.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-939ed70babecb3cd.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-05f117a5b7ddc3d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022024-10-14T07:19:09.171Z Compiling blocking v1.6.1
39032024-10-14T07:19:09.173Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=a6bcf861ad565248 -C extra-filename=-a6bcf861ad565248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-3f064befa11812cc.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-91170c571d43700a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042024-10-14T07:19:09.787Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=00e199471b724386 -C extra-filename=-00e199471b724386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052024-10-14T07:19:09.914Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=8e39602dda6439bf -C extra-filename=-8e39602dda6439bf --out-dir /work/oxidecomputer/omicron/target/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"'`
39062024-10-14T07:19:10.601Z Compiling async-executor v1.13.1
39072024-10-14T07:19:10.605Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=c77da884bbf83867 -C extra-filename=-c77da884bbf83867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082024-10-14T07:19:10.736Z Compiling async-signal v0.2.10
39092024-10-14T07:19:10.738Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bac352bd20d0bf6 -C extra-filename=-4bac352bd20d0bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-0af7b6618982d84d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102024-10-14T07:19:11.181Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
39112024-10-14T07:19:11.200Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7cf0fd30facae32 -C extra-filename=-e7cf0fd30facae32 --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-4768b4fe2974df91.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39122024-10-14T07:19:11.395Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a72b854ab987ad01 -C extra-filename=-a72b854ab987ad01 --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-1b46dd66a7c6c3c6.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-64858db741996388.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
39132024-10-14T07:19:11.452Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39142024-10-14T07:19:11.455Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c97bf15da273883 -C extra-filename=-3c97bf15da273883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39152024-10-14T07:19:12.063Z Compiling git2 v0.19.0
39162024-10-14T07:19:12.066Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=f5a2531541f8bb64 -C extra-filename=-f5a2531541f8bb64 --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-fb02ffd1abc115c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-a72b854ab987ad01.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/usr/lib/amd64`
39172024-10-14T07:19:12.566Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39182024-10-14T07:19:12.569Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f878bcc6f8d58468 -C extra-filename=-f878bcc6f8d58468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39192024-10-14T07:19:14.859Z Compiling password-hash v0.4.2
39202024-10-14T07:19:14.861Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=ab8035da6c448e9d -C extra-filename=-ab8035da6c448e9d --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212024-10-14T07:19:15.502Z Compiling hex-literal v0.4.1
39222024-10-14T07:19:15.504Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61be641122cdfc7a -C extra-filename=-61be641122cdfc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232024-10-14T07:19:15.676Z Compiling event-listener v2.5.3
39242024-10-14T07:19:15.701Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=921517d8acbb2aef -C extra-filename=-921517d8acbb2aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252024-10-14T07:19:15.852Z Compiling target-spec v3.2.2
39262024-10-14T07:19:15.854Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=aa0485aeba3ec64f -C extra-filename=-aa0485aeba3ec64f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272024-10-14T07:19:16.125Z Compiling matches v0.1.10
39282024-10-14T07:19:16.128Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c42a4b82e96c2465 -C extra-filename=-c42a4b82e96c2465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292024-10-14T07:19:16.245Z Compiling futures-timer v3.0.3
39302024-10-14T07:19:16.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=f688c9515f1032bd -C extra-filename=-f688c9515f1032bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312024-10-14T07:19:16.530Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f/build-script-build`
39322024-10-14T07:19:16.552Z Compiling idna v0.2.3
39332024-10-14T07:19:16.552Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9acef88aca71128 -C extra-filename=-d9acef88aca71128 --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-c42a4b82e96c2465.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342024-10-14T07:19:16.577Z Compiling async-channel v1.9.0
39352024-10-14T07:19:16.581Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72acff490b167a5b -C extra-filename=-72acff490b167a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-921517d8acbb2aef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362024-10-14T07:19:16.902Z Compiling pbkdf2 v0.11.0
39372024-10-14T07:19:16.906Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=a86670c8f5b13b84 -C extra-filename=-a86670c8f5b13b84 --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-eb9f366382711e69.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ab8035da6c448e9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382024-10-14T07:19:17.194Z Compiling async-process v2.2.4
39392024-10-14T07:19:17.196Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=cf8511321882427a -C extra-filename=-cf8511321882427a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-0af7b6618982d84d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-4bac352bd20d0bf6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402024-10-14T07:19:17.294Z Compiling async-global-executor v2.4.1
39412024-10-14T07:19:17.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=bcd22d3648df3d87 -C extra-filename=-bcd22d3648df3d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-3f064befa11812cc.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-c77da884bbf83867.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-0af7b6618982d84d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-a6bcf861ad565248.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422024-10-14T07:19:18.230Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=3743df4184c2dd4d -C extra-filename=-3743df4184c2dd4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-f5a2531541f8bb64.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2b30d3370a76c4c5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
39432024-10-14T07:19:18.637Z Compiling cfg-expr v0.17.0
39442024-10-14T07:19:18.639Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=d742d6a46efd2b8c -C extra-filename=-d742d6a46efd2b8c --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-90c42fabfdf6af03.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452024-10-14T07:19:19.080Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=5e99cf6c98fe268d -C extra-filename=-5e99cf6c98fe268d --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-43f69afcb50accdb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4fe3bdbd00ac296.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462024-10-14T07:19:20.051Z Compiling ssh-key v0.6.6
39472024-10-14T07:19:20.054Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-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="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=3415f759c5afaf54 -C extra-filename=-3415f759c5afaf54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4d92c0416f867652.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6d7b6a64dc987196.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-7dfe28dcc326a96a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f3376a9afe6caea9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-523170b405a54861.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-05f117a5b7ddc3d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482024-10-14T07:19:20.230Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ded1e9cb14903cd -C extra-filename=-5ded1e9cb14903cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492024-10-14T07:19:20.352Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39502024-10-14T07:19:20.354Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09f5d29895531828 -C extra-filename=-09f5d29895531828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39512024-10-14T07:19:20.475Z Compiling p256 v0.13.2
39522024-10-14T07:19:20.477Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=ce9d14b192ec224b -C extra-filename=-ce9d14b192ec224b --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-111bfdd447215427.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-b08ddc98c4b44c5c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532024-10-14T07:19:21.288Z Compiling p521 v0.13.3
39542024-10-14T07:19:21.291Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=004e9e9d14342682 -C extra-filename=-004e9e9d14342682 --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-f1815429b9cc9059.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-b08ddc98c4b44c5c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552024-10-14T07:19:22.087Z Compiling enum-as-inner v0.5.1
39562024-10-14T07:19:22.089Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08cf4862227a499a -C extra-filename=-08cf4862227a499a --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572024-10-14T07:19:22.295Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
39582024-10-14T07:19:22.298Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f6a9c7d59ecf34b -C extra-filename=-5f6a9c7d59ecf34b --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-5f6a9c7d59ecf34b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-3743df4184c2dd4d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/usr/lib/amd64`
39592024-10-14T07:19:23.302Z Compiling async-attributes v1.1.2
39602024-10-14T07:19:23.305Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=720de73c019b2eb1 -C extra-filename=-720de73c019b2eb1 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612024-10-14T07:19:23.721Z Compiling num_cpus v1.16.0
39622024-10-14T07:19:23.724Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4923fbd84586fdc -C extra-filename=-e4923fbd84586fdc --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632024-10-14T07:19:23.869Z Compiling russh-cryptovec v0.7.2
39642024-10-14T07:19:23.869Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a75d096def6cd12 -C extra-filename=-7a75d096def6cd12 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652024-10-14T07:19:24.002Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-5f6a9c7d59ecf34b/build-script-build`
39662024-10-14T07:19:24.205Z Compiling kv-log-macro v1.0.7
39672024-10-14T07:19:24.218Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78b5020518697c67 -C extra-filename=-78b5020518697c67 --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682024-10-14T07:19:24.402Z Compiling md5 v0.7.0
39692024-10-14T07:19:24.405Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96fe82f29da6b3cb -C extra-filename=-96fe82f29da6b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702024-10-14T07:19:24.422Z Compiling async-std v1.13.0
39712024-10-14T07:19:24.425Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.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"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=e07dc7c37824ce67 -C extra-filename=-e07dc7c37824ce67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-720de73c019b2eb1.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-72acff490b167a5b.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-bcd22d3648df3d87.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-0af7b6618982d84d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-cf8511321882427a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-78b5020518697c67.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722024-10-14T07:19:24.789Z Compiling russh-keys v0.45.0
39732024-10-14T07:19:24.792Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=6bbd39f5d90a9e87 -C extra-filename=-6bbd39f5d90a9e87 --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-77514d00628e1f60.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4d92c0416f867652.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-1fa762df6943b467.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-c1f215f83b8be0c0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-3d7c66b51c771281.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6bfd8ce1df33245f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ce9d14b192ec224b.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dca2326a7f564113.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-004e9e9d14342682.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a86670c8f5b13b84.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6eed88a1370a9b60.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9c1533e5bb9827d1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-7dfe28dcc326a96a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca5b8d9a42001797.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-05f117a5b7ddc3d1.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-3415f759c5afaf54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742024-10-14T07:19:24.891Z Compiling threadpool v1.8.1
39752024-10-14T07:19:24.894Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=654281986bfb2493 -C extra-filename=-654281986bfb2493 --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-e4923fbd84586fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762024-10-14T07:19:25.404Z Compiling polar-core v0.27.3
39772024-10-14T07:19:25.404Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3e5186ac96dbdb30 -C extra-filename=-3e5186ac96dbdb30 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-3e5186ac96dbdb30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-b808aebaf51a2454.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782024-10-14T07:19:25.808Z Compiling trust-dns-proto v0.22.0
39792024-10-14T07:19:25.811Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=9ca1c4e252c917c7 -C extra-filename=-9ca1c4e252c917c7 --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-2a9b2223f6844e23.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-08cf4862227a499a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d9acef88aca71128.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802024-10-14T07:19:25.949Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=3b9f9ccbc36187b9 -C extra-filename=-3b9f9ccbc36187b9 --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-d742d6a46efd2b8c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812024-10-14T07:19:27.021Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39822024-10-14T07:19:27.023Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04faf4043b29361b -C extra-filename=-04faf4043b29361b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39832024-10-14T07:19:27.095Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-3e5186ac96dbdb30/build-script-build`
39842024-10-14T07:19:28.376Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=579d926ddc5b9996 -C extra-filename=-579d926ddc5b9996 --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-4282df15fb49f14d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66e441e71b92f81e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852024-10-14T07:19:28.743Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39862024-10-14T07:19:28.747Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c3e1e27117c421d -C extra-filename=-9c3e1e27117c421d --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-9cf450df1998301e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39872024-10-14T07:19:29.017Z Compiling httptest v0.16.1
39882024-10-14T07:19:29.020Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f87162218b34231f -C extra-filename=-f87162218b34231f --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-d4fe3bdbd00ac296.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892024-10-14T07:19:32.105Z Compiling num-bigint v0.4.5
39902024-10-14T07:19:32.107Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=6b8170c2aa54fa1a -C extra-filename=-6b8170c2aa54fa1a --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912024-10-14T07:19:33.652Z Compiling rustls-native-certs v0.7.0
39922024-10-14T07:19:33.654Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f8577ba86a2d27d -C extra-filename=-5f8577ba86a2d27d --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-aba34158fbf029ed.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932024-10-14T07:19:34.106Z Compiling pathdiff v0.2.1
39942024-10-14T07:19:34.108Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=d0734fb327b32d91 -C extra-filename=-d0734fb327b32d91 --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-294229beec0d6e93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952024-10-14T07:19:34.247Z Compiling escape8259 v0.5.2
39962024-10-14T07:19:34.250Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89595c76ca3fa193 -C extra-filename=-89595c76ca3fa193 --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972024-10-14T07:19:34.291Z Compiling des v0.8.1
39982024-10-14T07:19:34.310Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=d636cb139d6d1146 -C extra-filename=-d636cb139d6d1146 --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-860382fa61794b23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992024-10-14T07:19:34.643Z Compiling nested v0.1.1
40002024-10-14T07:19:34.646Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6ce3764432eb2b8 -C extra-filename=-c6ce3764432eb2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012024-10-14T07:19:34.668Z Compiling dhcproto-macros v0.1.0
40022024-10-14T07:19:34.668Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3082a10e84b91dd -C extra-filename=-f3082a10e84b91dd --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`
40032024-10-14T07:19:35.068Z Compiling guppy v0.17.8
40042024-10-14T07:19:35.070Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=7bd1f363fa6e405f -C extra-filename=-7bd1f363fa6e405f --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-723781568c60f25e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c6ce3764432eb2b8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-d0734fb327b32d91.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-3b9f9ccbc36187b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052024-10-14T07:19:35.093Z Compiling russh v0.45.0
40062024-10-14T07:19:35.095Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=50045878f51eca68 -C extra-filename=-50045878f51eca68 --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-77514d00628e1f60.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6178fe65a4f70ec5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-c1f215f83b8be0c0.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-38bb4b0504fdb858.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-3d7c66b51c771281.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-dc9447d9f6438fc0.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-d636cb139d6d1146.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6b8170c2aa54fa1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ce9d14b192ec224b.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dca2326a7f564113.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-004e9e9d14342682.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-939ed70babecb3cd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-05f117a5b7ddc3d1.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-3415f759c5afaf54.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072024-10-14T07:19:35.855Z Compiling dhcproto v0.12.0
40082024-10-14T07:19:35.873Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=6e36043924ce36bd -C extra-filename=-6e36043924ce36bd --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-f3082a10e84b91dd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-9ca1c4e252c917c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092024-10-14T07:19:40.443Z Compiling oso v0.27.3
40102024-10-14T07:19:40.445Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=940c5ad3446e417e -C extra-filename=-940c5ad3446e417e --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-38c125916d062385.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-a5ca1afad04ae64c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-579d926ddc5b9996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112024-10-14T07:19:41.686Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f760c6389f01528a -C extra-filename=-f760c6389f01528a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2f450433fc0dd242.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-2080690e8910db5b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c94d780c644bf53f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-7b344d75191d5980.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/lib/amd64`
40122024-10-14T07:19:43.433Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d199747b1928de98 -C extra-filename=-d199747b1928de98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-170f9b95dea3242f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-940c5ad3446e417e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40132024-10-14T07:19:44.101Z Compiling libtest-mimic v0.7.3
40142024-10-14T07:19:44.103Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=975cc6d0fe3d5d99 -C extra-filename=-975cc6d0fe3d5d99 --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-fe87dc2de4a3b037.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-89595c76ca3fa193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-654281986bfb2493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152024-10-14T07:19:44.189Z Compiling hyper-rustls v0.26.0
40162024-10-14T07:19:44.192Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=d5e4bdd6834a9591 -C extra-filename=-d5e4bdd6834a9591 --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-34da37f6ba5f3f7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-5f8577ba86a2d27d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6c36a0d37f27a5c7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
40172024-10-14T07:19:44.684Z Compiling async-object-pool v0.1.5
40182024-10-14T07:19:44.688Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=effbf97c128e71e2 -C extra-filename=-effbf97c128e71e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-e07dc7c37824ce67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192024-10-14T07:19:44.717Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40202024-10-14T07:19:44.719Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1503c102b184c7fa -C extra-filename=-1503c102b184c7fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40212024-10-14T07:19:44.808Z Compiling fancy-regex v0.13.0
40222024-10-14T07:19:44.811Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=3754a11e80b20838 -C extra-filename=-3754a11e80b20838 --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-f27c634c8e28190b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232024-10-14T07:19:46.372Z Compiling rstest_macros v0.22.0
40242024-10-14T07:19:46.375Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.22.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="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=bf5a5be911e7874e -C extra-filename=-bf5a5be911e7874e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-bf5a5be911e7874e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2b30d3370a76c4c5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252024-10-14T07:19:46.395Z Compiling toml_edit v0.21.1
40262024-10-14T07:19:46.395Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=9ded04b000385400 -C extra-filename=-9ded04b000385400 --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-89c22dfae81a687e.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272024-10-14T07:19:46.647Z Compiling assert-json-diff v2.0.2
40282024-10-14T07:19:46.650Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca6b9052aa033518 -C extra-filename=-ca6b9052aa033518 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292024-10-14T07:19:47.018Z Compiling serde_regex v1.1.0
40302024-10-14T07:19:47.020Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f4235699d377cb2 -C extra-filename=-7f4235699d377cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312024-10-14T07:19:47.184Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40322024-10-14T07:19:47.187Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2adcb949d9561c90 -C extra-filename=-2adcb949d9561c90 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332024-10-14T07:19:47.317Z Compiling path-tree v0.8.1
40342024-10-14T07:19:47.320Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae53a31358fb5190 -C extra-filename=-ae53a31358fb5190 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352024-10-14T07:19:47.633Z Compiling stringmetrics v2.2.2
40362024-10-14T07:19:47.637Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=b76476b32eaaab4f -C extra-filename=-b76476b32eaaab4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372024-10-14T07:19:47.697Z Compiling internet-checksum v0.2.1
40382024-10-14T07:19:47.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=2aa57df40d917e83 -C extra-filename=-2aa57df40d917e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392024-10-14T07:19:47.906Z Compiling httpmock v0.8.0-alpha.1
40402024-10-14T07:19:47.906Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=b49f28cc72f47a17 -C extra-filename=-b49f28cc72f47a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-ca6b9052aa033518.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-effbf97c128e71e2.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-e07dc7c37824ce67.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae53a31358fb5190.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-7f4235699d377cb2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412024-10-14T07:19:47.927Z Compiling datatest-stable v0.2.9
40422024-10-14T07:19:47.927Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-bf5a5be911e7874e/build-script-build`
40432024-10-14T07:19:47.929Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7514e6bbf955d991 -C extra-filename=-7514e6bbf955d991 --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-294229beec0d6e93.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-3754a11e80b20838.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-975cc6d0fe3d5d99.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442024-10-14T07:19:48.044Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40452024-10-14T07:19:48.047Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=1a968fc04f1b81b0 -C extra-filename=-1a968fc04f1b81b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
40462024-10-14T07:19:48.687Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ce547bc35ac5f601 -C extra-filename=-ce547bc35ac5f601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-228a63e2eb4209d8.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3f6ec5af478e7fc5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40472024-10-14T07:19:51.127Z Compiling proc-macro-crate v3.1.0
40482024-10-14T07:19:51.129Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0004ab51c591bd01 -C extra-filename=-0004ab51c591bd01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ded04b000385400.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492024-10-14T07:19:52.711Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
40502024-10-14T07:19:52.718Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fef5f80d11a59df -C extra-filename=-4fef5f80d11a59df --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-1b46dd66a7c6c3c6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40512024-10-14T07:19:53.400Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40522024-10-14T07:19:53.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=852807aafbf263d9 -C extra-filename=-852807aafbf263d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-852807aafbf263d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40532024-10-14T07:19:53.722Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40542024-10-14T07:19:53.732Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc3a00c48edaedae -C extra-filename=-fc3a00c48edaedae --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-fc3a00c48edaedae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40552024-10-14T07:19:53.783Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
40562024-10-14T07:19:53.801Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=663b7bbf5aeff853 -C extra-filename=-663b7bbf5aeff853 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-663b7bbf5aeff853 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40572024-10-14T07:19:54.110Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40582024-10-14T07:19:54.113Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05ae4367692f8ee3 -C extra-filename=-05ae4367692f8ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05ae4367692f8ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40592024-10-14T07:19:54.148Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40602024-10-14T07:19:54.151Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39de53801069e1b9 -C extra-filename=-39de53801069e1b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-39de53801069e1b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40612024-10-14T07:19:54.502Z Compiling similar-asserts v1.6.0
40622024-10-14T07:19:54.505Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=829dc04dba5287b0 -C extra-filename=-829dc04dba5287b0 --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-d203535d0c6e9365.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632024-10-14T07:19:54.539Z Compiling trybuild v1.0.99
40642024-10-14T07:19:54.560Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=583a5539a3014bd9 -C extra-filename=-583a5539a3014bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652024-10-14T07:19:54.787Z Compiling relative-path v1.9.3
40662024-10-14T07:19:54.790Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b73652ab3b928921 -C extra-filename=-b73652ab3b928921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672024-10-14T07:19:55.108Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build`
40682024-10-14T07:19:55.144Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-39de53801069e1b9/build-script-build`
40692024-10-14T07:19:55.176Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05ae4367692f8ee3/build-script-build`
40702024-10-14T07:19:55.208Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-663b7bbf5aeff853/build-script-build`
40712024-10-14T07:19:55.242Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-fc3a00c48edaedae/build-script-build`
40722024-10-14T07:19:55.275Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-852807aafbf263d9/build-script-build`
40732024-10-14T07:19:55.309Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40742024-10-14T07:19:55.311Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a19e394036760692 -C extra-filename=-a19e394036760692 --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e36043924ce36bd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-50045878f51eca68.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40752024-10-14T07:19:55.539Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.22.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="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=7a8a6067d532b5c2 -C extra-filename=-7a8a6067d532b5c2 --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-94faf137b493206b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-0004ab51c591bd01.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762024-10-14T07:19:55.665Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40772024-10-14T07:19:55.668Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d7040fb901e08a5 -C extra-filename=-9d7040fb901e08a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40782024-10-14T07:19:55.688Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40792024-10-14T07:19:55.691Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13802e8edbd5694f -C extra-filename=-13802e8edbd5694f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40802024-10-14T07:19:57.647Z Compiling multimap v0.10.0
40812024-10-14T07:19:57.649Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=25ec5690a2fbae8c -C extra-filename=-25ec5690a2fbae8c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822024-10-14T07:19:58.030Z Compiling uzers v0.11.3
40832024-10-14T07:19:58.033Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock"))' -C metadata=ae6bc9d6f8dc5ff1 -C extra-filename=-ae6bc9d6f8dc5ff1 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842024-10-14T07:19:59.315Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=c99413caeec9bce8 -C extra-filename=-c99413caeec9bce8 --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-39f07e80d6316e9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'`
40852024-10-14T07:20:03.157Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
40862024-10-14T07:20:03.161Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf0919b2c993767c -C extra-filename=-cf0919b2c993767c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40872024-10-14T07:20:06.910Z Compiling rstest v0.22.0
40882024-10-14T07:20:06.920Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=37f646a4c0f4447f -C extra-filename=-37f646a4c0f4447f --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-c8f973c40b7b55b3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-7a8a6067d532b5c2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892024-10-14T07:20:07.192Z Compiling partial-io v0.5.4
40902024-10-14T07:20:07.247Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=6a72aa76e3ff1cb8 -C extra-filename=-6a72aa76e3ff1cb8 --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-c8f973c40b7b55b3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f8d6677788815c1c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912024-10-14T07:20:07.373Z Compiling blake2b_simd v1.0.2
40922024-10-14T07:20:07.430Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=6aa2698a0ac787b2 -C extra-filename=-6aa2698a0ac787b2 --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932024-10-14T07:20:07.698Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
40942024-10-14T07:20:07.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0318dc08f82e59c5 -C extra-filename=-0318dc08f82e59c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0318dc08f82e59c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40952024-10-14T07:20:09.059Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40962024-10-14T07:20:09.062Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63799c1abb311932 -C extra-filename=-63799c1abb311932 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-63799c1abb311932 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40972024-10-14T07:20:09.062Z Compiling rand_distr v0.4.3
40982024-10-14T07:20:09.062Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=14941bd5efd170ba -C extra-filename=-14941bd5efd170ba --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-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992024-10-14T07:20:09.062Z Compiling approx v0.5.1
41002024-10-14T07:20:09.062Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=0b9fb23795fcdd0d -C extra-filename=-0b9fb23795fcdd0d --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012024-10-14T07:20:09.063Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-63799c1abb311932/build-script-build`
41022024-10-14T07:20:09.063Z Compiling rust-argon2 v2.1.0
41032024-10-14T07:20:09.063Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5183c0a999dee1e3 -C extra-filename=-5183c0a999dee1e3 --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-a2ffa63167802121.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-6aa2698a0ac787b2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042024-10-14T07:20:09.480Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0318dc08f82e59c5/build-script-build`
41052024-10-14T07:20:09.512Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41062024-10-14T07:20:09.514Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94694919ac01f36d -C extra-filename=-94694919ac01f36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41072024-10-14T07:20:10.640Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0a069faea71d405 -C extra-filename=-c0a069faea71d405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41082024-10-14T07:20:10.659Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
41092024-10-14T07:20:10.670Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a08fad486221d448 -C extra-filename=-a08fad486221d448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41102024-10-14T07:20:12.979Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41112024-10-14T07:20:12.995Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=748c4dc12ae4c663 -C extra-filename=-748c4dc12ae4c663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d3d837a61b8613ef.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41122024-10-14T07:20:14.180Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41132024-10-14T07:20:14.185Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9702f55e7d07460 -C extra-filename=-b9702f55e7d07460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41142024-10-14T07:20:15.818Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
41152024-10-14T07:20:15.821Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2debc91cfdc7f511 -C extra-filename=-2debc91cfdc7f511 --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-bb0b688d2096ba1b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41162024-10-14T07:20:16.009Z Compiling cargo_toml v0.20.5
41172024-10-14T07:20:16.011Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=5ba4fda6fd62e234 -C extra-filename=-5ba4fda6fd62e234 --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-a652f8ccc3e0df34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182024-10-14T07:20:16.786Z Compiling termios v0.3.3
41192024-10-14T07:20:16.788Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdcb926e10bc6051 -C extra-filename=-cdcb926e10bc6051 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202024-10-14T07:20:17.028Z Compiling indoc v2.0.5
41212024-10-14T07:20:17.032Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d8b0b7d5da02efe -C extra-filename=-6d8b0b7d5da02efe --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`
41222024-10-14T07:20:17.071Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41232024-10-14T07:20:17.075Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca23c688b5ecede4 -C extra-filename=-ca23c688b5ecede4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-cdcb926e10bc6051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41242024-10-14T07:20:17.495Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=450e5cf00b00de5c -C extra-filename=-450e5cf00b00de5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cf0919b2c993767c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41252024-10-14T07:20:18.207Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12cd81c8378c7bc8 -C extra-filename=-12cd81c8378c7bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4e9d9f015ff94c17.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41262024-10-14T07:20:20.148Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dfa250c9630e27e -C extra-filename=-2dfa250c9630e27e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cf0919b2c993767c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41272024-10-14T07:20:22.532Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34b4425339d12294 -C extra-filename=-34b4425339d12294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-b9702f55e7d07460.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41282024-10-14T07:20:22.805Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=193902982920e893 -C extra-filename=-193902982920e893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-a08fad486221d448.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41292024-10-14T07:20:23.351Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a2b5e691b292a14 -C extra-filename=-5a2b5e691b292a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-748c4dc12ae4c663.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d3d837a61b8613ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41302024-10-14T07:20:25.003Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3058b285c6a8641c -C extra-filename=-3058b285c6a8641c --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e36043924ce36bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a19e394036760692.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-50045878f51eca68.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41312024-10-14T07:20:25.311Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41322024-10-14T07:20:25.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c3eb4e1b5cd3888 -C extra-filename=-3c3eb4e1b5cd3888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-5ba4fda6fd62e234.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332024-10-14T07:20:25.567Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80b8994baed7f00b -C extra-filename=-80b8994baed7f00b --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e36043924ce36bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-50045878f51eca68.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41342024-10-14T07:20:27.437Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b369c9525782abd2 -C extra-filename=-b369c9525782abd2 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e36043924ce36bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a19e394036760692.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-50045878f51eca68.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41352024-10-14T07:20:27.645Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=703ce4366bdf0c7b -C extra-filename=-703ce4366bdf0c7b --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e36043924ce36bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a19e394036760692.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-50045878f51eca68.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41362024-10-14T07:20:28.410Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c98e102c47b463d -C extra-filename=-8c98e102c47b463d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3c9b35bb0d27b507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41372024-10-14T07:20:29.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=014ab4254d94b0ea -C extra-filename=-014ab4254d94b0ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-94694919ac01f36d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41382024-10-14T07:20:30.196Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a729b633feb70fc -C extra-filename=-3a729b633feb70fc --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-37f646a4c0f4447f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c99413caeec9bce8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41392024-10-14T07:20:30.249Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e29bccb85b5a6d4 -C extra-filename=-8e29bccb85b5a6d4 --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-37f646a4c0f4447f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c99413caeec9bce8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41402024-10-14T07:20:31.289Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cfb19823ec6aeb7 -C extra-filename=-2cfb19823ec6aeb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41412024-10-14T07:20:33.199Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0369afcef933728b -C extra-filename=-0369afcef933728b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b49f28cc72f47a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41422024-10-14T07:20:33.432Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b32537fdbbc8cb6 -C extra-filename=-7b32537fdbbc8cb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b49f28cc72f47a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41432024-10-14T07:20:35.731Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41442024-10-14T07:20:35.736Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=ca71525a144f342b -C extra-filename=-ca71525a144f342b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41452024-10-14T07:20:35.830Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41462024-10-14T07:20:35.833Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a570857c475155e6 -C extra-filename=-a570857c475155e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41472024-10-14T07:20:37.956Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b101c2ff0cccedf4 -C extra-filename=-b101c2ff0cccedf4 --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-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41482024-10-14T07:20:39.756Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41492024-10-14T07:20:39.814Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b202847e2cf940dd -C extra-filename=-b202847e2cf940dd --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-c8f973c40b7b55b3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41502024-10-14T07:20:40.889Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16c5b63098860fa3 -C extra-filename=-16c5b63098860fa3 --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-4768b4fe2974df91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41512024-10-14T07:20:41.573Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3595a8bf8f55748 -C extra-filename=-d3595a8bf8f55748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41522024-10-14T07:20:42.386Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=438b6145b67eda1a -C extra-filename=-438b6145b67eda1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b49f28cc72f47a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41532024-10-14T07:20:44.302Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37114f275534bd12 -C extra-filename=-37114f275534bd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b49f28cc72f47a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41542024-10-14T07:20:44.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6ffd0d024c50fe7 -C extra-filename=-d6ffd0d024c50fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1a968fc04f1b81b0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9d7040fb901e08a5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41552024-10-14T07:20:44.652Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98cde20f5f350e2c -C extra-filename=-98cde20f5f350e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1a968fc04f1b81b0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9d7040fb901e08a5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41562024-10-14T07:20:48.896Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97dd3a651a19ecee -C extra-filename=-97dd3a651a19ecee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9d7040fb901e08a5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41572024-10-14T07:20:48.958Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=342242ece64c4be3 -C extra-filename=-342242ece64c4be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41582024-10-14T07:20:49.946Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=849d2a9110b34d3a -C extra-filename=-849d2a9110b34d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1a968fc04f1b81b0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6a72aa76e3ff1cb8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
41592024-10-14T07:20:53.822Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=f291214c6ccd8ca5 -C extra-filename=-f291214c6ccd8ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6a72aa76e3ff1cb8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41602024-10-14T07:20:53.822Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d070399decd4d877 -C extra-filename=-d070399decd4d877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-13802e8edbd5694f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41612024-10-14T07:20:55.755Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86e7960341e1de4d -C extra-filename=-86e7960341e1de4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-13802e8edbd5694f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41622024-10-14T07:21:03.934Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf351d6b29f6f44d -C extra-filename=-cf351d6b29f6f44d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-13802e8edbd5694f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41632024-10-14T07:21:04.934Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d86f61c30c58d180 -C extra-filename=-d86f61c30c58d180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41642024-10-14T07:21:06.907Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=349a4fe96b9d9db3 -C extra-filename=-349a4fe96b9d9db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1a968fc04f1b81b0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41652024-10-14T07:21:13.028Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f7c067804aa8b32 -C extra-filename=-5f7c067804aa8b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41662024-10-14T07:21:14.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a279b620f06ce62 -C extra-filename=-8a279b620f06ce62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-2debc91cfdc7f511.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41672024-10-14T07:21:16.383Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa806fa0ab4ab158 -C extra-filename=-fa806fa0ab4ab158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-829dc04dba5287b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41682024-10-14T07:21:22.194Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fda247c29a973b6d -C extra-filename=-fda247c29a973b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1503c102b184c7fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41692024-10-14T07:21:23.703Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=fc2e6f0ba0536155 -C extra-filename=-fc2e6f0ba0536155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41702024-10-14T07:21:24.287Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be1eb45a3d4b34bc -C extra-filename=-be1eb45a3d4b34bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41712024-10-14T07:21:29.168Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55d6ea9e755d5253 -C extra-filename=-55d6ea9e755d5253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41722024-10-14T07:21:29.855Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2293ce162a109ae -C extra-filename=-c2293ce162a109ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1503c102b184c7fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41732024-10-14T07:21:32.004Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5345a53c1245aa6 -C extra-filename=-a5345a53c1245aa6 --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-c8f973c40b7b55b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41742024-10-14T07:21:35.164Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bb99e96a1340dc9 -C extra-filename=-8bb99e96a1340dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1503c102b184c7fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41752024-10-14T07:21:40.308Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53a2237e052b36b2 -C extra-filename=-53a2237e052b36b2 --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-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41762024-10-14T07:21:42.919Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c57ac8d41c4badbb -C extra-filename=-c57ac8d41c4badbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c0a069faea71d405.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41772024-10-14T07:21:45.204Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cc5534ac9b8867d -C extra-filename=-5cc5534ac9b8867d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41782024-10-14T07:21:46.499Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=42bccde42a033303 -C extra-filename=-42bccde42a033303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-228a63e2eb4209d8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3f6ec5af478e7fc5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-940c5ad3446e417e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41792024-10-14T07:21:57.385Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85c672ed3011304d -C extra-filename=-85c672ed3011304d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41802024-10-14T07:22:00.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=425c89fcb2f1a8f9 -C extra-filename=-425c89fcb2f1a8f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41812024-10-14T07:22:01.670Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f31e72d87dc0ef9b -C extra-filename=-f31e72d87dc0ef9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-170f9b95dea3242f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-940c5ad3446e417e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41822024-10-14T07:22:03.154Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=469760549c844a4b -C extra-filename=-469760549c844a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4fef5f80d11a59df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41832024-10-14T07:22:05.686Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=453a2cd175f5472b -C extra-filename=-453a2cd175f5472b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41842024-10-14T07:22:06.811Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c62d7030b1508712 -C extra-filename=-c62d7030b1508712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4fef5f80d11a59df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41852024-10-14T07:22:17.789Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f8452b227121a96 -C extra-filename=-6f8452b227121a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1503c102b184c7fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41862024-10-14T07:22:17.948Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf5d9b46fe341ccb -C extra-filename=-bf5d9b46fe341ccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1503c102b184c7fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41872024-10-14T07:22:26.788Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=990d68730672b1c5 -C extra-filename=-990d68730672b1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7514e6bbf955d991.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41882024-10-14T07:22:28.938Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4cdfac7d0954d71 -C extra-filename=-f4cdfac7d0954d71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7514e6bbf955d991.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41892024-10-14T07:22:33.988Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cd23ed3bbd1087a -C extra-filename=-9cd23ed3bbd1087a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7514e6bbf955d991.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41902024-10-14T07:22:34.575Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d21d63d84dfeaa5b -C extra-filename=-d21d63d84dfeaa5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7514e6bbf955d991.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41912024-10-14T07:22:37.076Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b794c8b988be135a -C extra-filename=-b794c8b988be135a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0d533b8821daad17.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41922024-10-14T07:22:39.291Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0224f4590ac3008 -C extra-filename=-b0224f4590ac3008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0d533b8821daad17.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41932024-10-14T07:22:40.671Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a0f5c38a5b70e9a -C extra-filename=-3a0f5c38a5b70e9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0d533b8821daad17.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41942024-10-14T07:22:44.162Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5a8ef27fd42b769 -C extra-filename=-e5a8ef27fd42b769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41952024-10-14T07:22:45.485Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f72348852a9df8f7 -C extra-filename=-f72348852a9df8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bd1f363fa6e405f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41962024-10-14T07:22:46.941Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e8df69215d91133a -C extra-filename=-e8df69215d91133a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bd1f363fa6e405f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41972024-10-14T07:22:48.546Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=41ba7764f55cb135 -C extra-filename=-41ba7764f55cb135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bd1f363fa6e405f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41982024-10-14T07:22:50.267Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=429b7e0fa335d628 -C extra-filename=-429b7e0fa335d628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bd1f363fa6e405f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41992024-10-14T07:22:51.623Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c51a678aef658813 -C extra-filename=-c51a678aef658813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bd1f363fa6e405f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42002024-10-14T07:22:54.148Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8ed71f8b097e860 -C extra-filename=-d8ed71f8b097e860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42012024-10-14T07:22:54.719Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6ba77940970e70d0 -C extra-filename=-6ba77940970e70d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
42022024-10-14T07:23:03.326Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d2d13ca275f67e77 -C extra-filename=-d2d13ca275f67e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
42032024-10-14T07:23:18.710Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ea682c6357926ca -C extra-filename=-3ea682c6357926ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
42042024-10-14T07:23:19.195Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2652152787714d51 -C extra-filename=-2652152787714d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
42052024-10-14T07:23:29.696Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=d8db1545bb2d17e6 -C extra-filename=-d8db1545bb2d17e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b9ffc465aa01a139.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42062024-10-14T07:23:39.823Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=d560412c7ce414af -C extra-filename=-d560412c7ce414af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b9ffc465aa01a139.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42072024-10-14T07:23:43.008Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=7f060142a66b3516 -C extra-filename=-7f060142a66b3516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b9ffc465aa01a139.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42082024-10-14T07:23:45.584Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc210d5fac67031d -C extra-filename=-fc210d5fac67031d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0d533b8821daad17.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42092024-10-14T07:24:07.386Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9006e11236e3baa6 -C extra-filename=-9006e11236e3baa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42102024-10-14T07:24:09.599Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5373a32b0a83dc7c -C extra-filename=-5373a32b0a83dc7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42112024-10-14T07:24:09.921Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e69405219b331bf3 -C extra-filename=-e69405219b331bf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42122024-10-14T07:24:11.837Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42c8d75f67008811 -C extra-filename=-42c8d75f67008811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42132024-10-14T07:24:24.008Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42142024-10-14T07:24:24.010Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=413002a62986b4dd -C extra-filename=-413002a62986b4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d3d837a61b8613ef.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42152024-10-14T07:24:26.327Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c82f393d7ba336f -C extra-filename=-8c82f393d7ba336f --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-4768b4fe2974df91.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42162024-10-14T07:24:29.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=274beaf4d8a9f0a9 -C extra-filename=-274beaf4d8a9f0a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42172024-10-14T07:24:30.788Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf70bb056cb57f9c -C extra-filename=-cf70bb056cb57f9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42182024-10-14T07:24:38.937Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=076e435ee70a15e6 -C extra-filename=-076e435ee70a15e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42192024-10-14T07:24:41.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4270fe8dba79ae8e -C extra-filename=-4270fe8dba79ae8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42202024-10-14T07:24:43.688Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b1f52d1496593a2 -C extra-filename=-9b1f52d1496593a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42212024-10-14T07:24:44.612Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a5fec9268c2616b -C extra-filename=-2a5fec9268c2616b --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-4768b4fe2974df91.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42222024-10-14T07:24:46.601Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ee7578fca60da6d -C extra-filename=-9ee7578fca60da6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3f34ef42fa8b9813.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
42232024-10-14T07:24:49.722Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=191674951276bf9c -C extra-filename=-191674951276bf9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3f34ef42fa8b9813.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42242024-10-14T07:24:50.779Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42252024-10-14T07:24:50.781Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87fa7d4af7631361 -C extra-filename=-87fa7d4af7631361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
42262024-10-14T07:24:53.687Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a06f07777a01bb22 -C extra-filename=-a06f07777a01bb22 --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-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
42272024-10-14T07:24:53.757Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd8b5e75fe6cfa97 -C extra-filename=-bd8b5e75fe6cfa97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3f34ef42fa8b9813.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
42282024-10-14T07:24:56.265Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1a087b441745177 -C extra-filename=-e1a087b441745177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3f34ef42fa8b9813.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
42292024-10-14T07:24:59.436Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e820db63c968df91 -C extra-filename=-e820db63c968df91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42302024-10-14T07:25:20.285Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77c447932e8aa72e -C extra-filename=-77c447932e8aa72e --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-9d4e54c285cffd43.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42312024-10-14T07:25:20.285Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4940f1c60b6aa7fc -C extra-filename=-4940f1c60b6aa7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42322024-10-14T07:25:22.253Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=988663b46280740c -C extra-filename=-988663b46280740c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42332024-10-14T07:25:22.427Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8973a243ea31371e -C extra-filename=-8973a243ea31371e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42342024-10-14T07:25:23.090Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3989623b73180f6 -C extra-filename=-e3989623b73180f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42352024-10-14T07:25:24.641Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98dd88962766b70a -C extra-filename=-98dd88962766b70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42362024-10-14T07:25:31.896Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=594677815653e19f -C extra-filename=-594677815653e19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42372024-10-14T07:25:34.203Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d9b6c66c8b179c7 -C extra-filename=-9d9b6c66c8b179c7 --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-639f5b96bbf3d9e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-7817dfecddc9a2b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
42382024-10-14T07:25:36.643Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a875b868d189ffce -C extra-filename=-a875b868d189ffce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42392024-10-14T07:25:38.004Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=860c2a185693ce44 -C extra-filename=-860c2a185693ce44 --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-639f5b96bbf3d9e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-7817dfecddc9a2b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
42402024-10-14T07:25:40.307Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0de6a5b3df08bb4 -C extra-filename=-d0de6a5b3df08bb4 --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-d65da3ab02c6d0c5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-639f5b96bbf3d9e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-7817dfecddc9a2b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42412024-10-14T07:25:41.659Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6d6ad4ace20edc6 -C extra-filename=-d6d6ad4ace20edc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42422024-10-14T07:25:43.752Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2499ea9aee1e35f4 -C extra-filename=-2499ea9aee1e35f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d3d837a61b8613ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
42432024-10-14T07:25:50.681Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9142045077cf04c2 -C extra-filename=-9142045077cf04c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42442024-10-14T07:25:52.015Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=b8d2de7feb0ada63 -C extra-filename=-b8d2de7feb0ada63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b9ffc465aa01a139.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42452024-10-14T07:26:02.284Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0eb3ff9d79da5253 -C extra-filename=-0eb3ff9d79da5253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42462024-10-14T07:26:02.486Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44d7bf73c6721430 -C extra-filename=-44d7bf73c6721430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42472024-10-14T07:26:04.210Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98bd0f5410d84e9e -C extra-filename=-98bd0f5410d84e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42482024-10-14T07:26:08.379Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d50b6bf45a79a50d -C extra-filename=-d50b6bf45a79a50d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42492024-10-14T07:26:11.472Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f84d2754e1da90b0 -C extra-filename=-f84d2754e1da90b0 --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-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42502024-10-14T07:26:12.123Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=942e6a30467570f3 -C extra-filename=-942e6a30467570f3 --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-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42512024-10-14T07:26:13.497Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63c799c7445acc79 -C extra-filename=-63c799c7445acc79 --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-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42522024-10-14T07:26:16.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d91ea53cac192dfd -C extra-filename=-d91ea53cac192dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42532024-10-14T07:26:18.631Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7acdb56dc9b49ab7 -C extra-filename=-7acdb56dc9b49ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
42542024-10-14T07:26:23.074Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=38ae35a400d372ad -C extra-filename=-38ae35a400d372ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
42552024-10-14T07:26:28.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a35539fb551619f -C extra-filename=-9a35539fb551619f --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-fb518d406b6cffcb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42562024-10-14T07:26:37.992Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7491eabae997fc0a -C extra-filename=-7491eabae997fc0a --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-8245220f4e0db2e8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42572024-10-14T07:26:40.355Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fff89375b84c2e1e -C extra-filename=-fff89375b84c2e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42582024-10-14T07:26:43.444Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c2898e7c28f5944 -C extra-filename=-4c2898e7c28f5944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42592024-10-14T07:26:45.754Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9729bcc2a253283 -C extra-filename=-b9729bcc2a253283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42602024-10-14T07:26:53.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f344995fd917eea -C extra-filename=-3f344995fd917eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42612024-10-14T07:26:58.294Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8aa75f00c5f0109 -C extra-filename=-d8aa75f00c5f0109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42622024-10-14T07:27:02.982Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b193dc4d543c265 -C extra-filename=-5b193dc4d543c265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f88747dfaa1c2932.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-88bece20699121ba.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fe7b92d0706744d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
42632024-10-14T07:27:03.948Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1204b8270ab9804f -C extra-filename=-1204b8270ab9804f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42642024-10-14T07:27:06.263Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3eb06e48fe8c8c81 -C extra-filename=-3eb06e48fe8c8c81 --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-fb518d406b6cffcb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42652024-10-14T07:27:10.933Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48e03c65ad5132e0 -C extra-filename=-48e03c65ad5132e0 --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-9cf450df1998301e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42662024-10-14T07:27:14.117Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=0faa0e9cad6c0944 -C extra-filename=-0faa0e9cad6c0944 --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-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6cdefa525328ae15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42672024-10-14T07:27:16.499Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d901304f311b9f78 -C extra-filename=-d901304f311b9f78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1ca3a63a3b4036cb.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-312c7de3f14a8ff6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42682024-10-14T07:27:16.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e98f5779e596150 -C extra-filename=-0e98f5779e596150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42692024-10-14T07:27:18.302Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=439bc1b09481ecbc -C extra-filename=-439bc1b09481ecbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42702024-10-14T07:27:19.503Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f0751a8da786f22 -C extra-filename=-7f0751a8da786f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42712024-10-14T07:27:22.258Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4e35e5c229cf351 -C extra-filename=-f4e35e5c229cf351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42722024-10-14T07:27:25.374Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a87a366f1bee473b -C extra-filename=-a87a366f1bee473b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42732024-10-14T07:27:28.369Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f4c1c8307e7ddbf -C extra-filename=-0f4c1c8307e7ddbf --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-bb0b688d2096ba1b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e8a067d64cfd3315.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e2770d03157aa322.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42742024-10-14T07:27:28.485Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a4acd71c9c786ba -C extra-filename=-1a4acd71c9c786ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42752024-10-14T07:27:31.269Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb3dcf7592b6c34d -C extra-filename=-bb3dcf7592b6c34d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1ca3a63a3b4036cb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42762024-10-14T07:27:31.370Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
42772024-10-14T07:27:31.373Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ffd5c88dc228e42 -C extra-filename=-9ffd5c88dc228e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42782024-10-14T07:27:33.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=921836cf7261e2a7 -C extra-filename=-921836cf7261e2a7 --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-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42792024-10-14T07:27:34.201Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc375d447a598622 -C extra-filename=-fc375d447a598622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42802024-10-14T07:27:34.222Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a1c1e533a78b6ff -C extra-filename=-2a1c1e533a78b6ff --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-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42812024-10-14T07:27:36.994Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9041e87208b3cbe8 -C extra-filename=-9041e87208b3cbe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42822024-10-14T07:27:37.246Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16bea1f86a047d98 -C extra-filename=-16bea1f86a047d98 --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-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42832024-10-14T07:27:39.277Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c9bcb6676422696d -C extra-filename=-c9bcb6676422696d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-41bffdf6e347f0b7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42842024-10-14T07:27:40.604Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=739184ba7c5180a7 -C extra-filename=-739184ba7c5180a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-41bffdf6e347f0b7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42852024-10-14T07:27:41.870Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98a888f13c53d358 -C extra-filename=-98a888f13c53d358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42862024-10-14T07:27:43.718Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0aff1f12ae30b96 -C extra-filename=-f0aff1f12ae30b96 --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-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42872024-10-14T07:27:44.067Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42882024-10-14T07:27:44.069Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd1005461fed6b7e -C extra-filename=-fd1005461fed6b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42892024-10-14T07:27:44.875Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=8f4fef720d35ad1e -C extra-filename=-8f4fef720d35ad1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-41bffdf6e347f0b7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42902024-10-14T07:27:46.205Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42912024-10-14T07:27:46.207Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a14a0965529dae3 -C extra-filename=-0a14a0965529dae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42922024-10-14T07:27:46.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86d6e52714f115e3 -C extra-filename=-86d6e52714f115e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42932024-10-14T07:27:48.400Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aca2021df10c1d9b -C extra-filename=-aca2021df10c1d9b --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-303b970f3332fc4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42942024-10-14T07:27:49.059Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=005c3a5660ea7112 -C extra-filename=-005c3a5660ea7112 --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-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42952024-10-14T07:27:52.470Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44baf6c12fc6b138 -C extra-filename=-44baf6c12fc6b138 --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-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42962024-10-14T07:27:53.987Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b33a4126e8148248 -C extra-filename=-b33a4126e8148248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42972024-10-14T07:27:54.344Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=189bb3e94b2db19d -C extra-filename=-189bb3e94b2db19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e9f93ba449c14507.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f14caa3c06b8540a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-aa8789dc79084b01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3630edd090134346.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
42982024-10-14T07:27:57.553Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14b664e95e7cd1d3 -C extra-filename=-14b664e95e7cd1d3 --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-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42992024-10-14T07:28:12.194Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ade54df57edbbf52 -C extra-filename=-ade54df57edbbf52 --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-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43002024-10-14T07:28:12.228Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8bb328e3894cdc3 -C extra-filename=-d8bb328e3894cdc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43012024-10-14T07:28:15.384Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa8c6f7a3ef28c55 -C extra-filename=-fa8c6f7a3ef28c55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43022024-10-14T07:28:16.126Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56d803d52bacdb28 -C extra-filename=-56d803d52bacdb28 --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-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43032024-10-14T07:28:16.406Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73361e645d36530e -C extra-filename=-73361e645d36530e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43042024-10-14T07:28:18.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aff5cca9714a3cc7 -C extra-filename=-aff5cca9714a3cc7 --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-4768b4fe2974df91.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43052024-10-14T07:28:29.464Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=a95272576b07ef14 -C extra-filename=-a95272576b07ef14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c7719caf35fa3b5f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43062024-10-14T07:28:30.501Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe9d54019a3e9a48 -C extra-filename=-fe9d54019a3e9a48 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43072024-10-14T07:28:30.617Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=547077180a3a3d74 -C extra-filename=-547077180a3a3d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43082024-10-14T07:28:31.550Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a223415d2a2d290 -C extra-filename=-2a223415d2a2d290 --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-4768b4fe2974df91.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43092024-10-14T07:28:33.025Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c9f52bb493e5d30 -C extra-filename=-5c9f52bb493e5d30 --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-001a104a71188545.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43102024-10-14T07:28:35.551Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f958cec3560bf843 -C extra-filename=-f958cec3560bf843 --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-001a104a71188545.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43112024-10-14T07:28:35.779Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5c98758835720b0 -C extra-filename=-a5c98758835720b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43122024-10-14T07:28:35.995Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daca931fcc6e74e6 -C extra-filename=-daca931fcc6e74e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43132024-10-14T07:28:38.196Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d32f8688018641cd -C extra-filename=-d32f8688018641cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3630edd090134346.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43142024-10-14T07:28:38.418Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed99c1b897973a34 -C extra-filename=-ed99c1b897973a34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43152024-10-14T07:28:38.906Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b2ab9ad2746be67 -C extra-filename=-2b2ab9ad2746be67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43162024-10-14T07:28:39.428Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bb5668d0b24aeef -C extra-filename=-3bb5668d0b24aeef --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-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43172024-10-14T07:28:39.588Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=791629ccaca164b3 -C extra-filename=-791629ccaca164b3 --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-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43182024-10-14T07:28:39.701Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=456997e5e9add206 -C extra-filename=-456997e5e9add206 --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-bb0b688d2096ba1b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43192024-10-14T07:28:40.014Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b29067f10268667 -C extra-filename=-7b29067f10268667 --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-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43202024-10-14T07:28:40.156Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f907b42b68a90259 -C extra-filename=-f907b42b68a90259 --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-bb0b688d2096ba1b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43212024-10-14T07:28:40.168Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce13644782b95644 -C extra-filename=-ce13644782b95644 --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-bb0b688d2096ba1b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43222024-10-14T07:28:40.451Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b51d95fe19ba62b -C extra-filename=-1b51d95fe19ba62b --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-723781568c60f25e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4fe3bdbd00ac296.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2615ebe8791562a7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-076d2b7c223b04b6.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-dc9447d9f6438fc0.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-19bc63884c89eb7c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6867d11bfb3e999e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6d7b6a64dc987196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-81cd8edc7ab5cbaf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-34a7777c883c1a76.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b4517869adf96fd.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
43232024-10-14T07:28:40.487Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=f2afcf789950e78d -C extra-filename=-f2afcf789950e78d --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-9d4e54c285cffd43.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242024-10-14T07:29:59.598Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f677bd5b5ff9532c -C extra-filename=-f677bd5b5ff9532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
43252024-10-14T07:29:59.613Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e790831d6c8b3228 -C extra-filename=-e790831d6c8b3228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-829dc04dba5287b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
43262024-10-14T07:29:59.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96eb62ac3fd3fbe3 -C extra-filename=-96eb62ac3fd3fbe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4fef5f80d11a59df.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43272024-10-14T07:29:59.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1217ef8418766e02 -C extra-filename=-1217ef8418766e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
43282024-10-14T07:29:59.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17d35a580b6d9042 -C extra-filename=-17d35a580b6d9042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-829dc04dba5287b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
43292024-10-14T07:30:04.484Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=831ef18309ac7256 -C extra-filename=-831ef18309ac7256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43302024-10-14T07:30:11.436Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f7ccb998e0d0eeb -C extra-filename=-3f7ccb998e0d0eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43312024-10-14T07:30:20.480Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f3e5eac93cb2833 -C extra-filename=-0f3e5eac93cb2833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43322024-10-14T07:30:23.551Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d4efe5043afc98d -C extra-filename=-6d4efe5043afc98d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4fef5f80d11a59df.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43332024-10-14T07:30:28.472Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbc31bce96ae4df9 -C extra-filename=-dbc31bce96ae4df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43342024-10-14T07:30:35.419Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=710d8b552efc95a6 -C extra-filename=-710d8b552efc95a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-829dc04dba5287b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
43352024-10-14T07:30:38.446Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c8ab5dbe8de0b15 -C extra-filename=-4c8ab5dbe8de0b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43362024-10-14T07:30:40.737Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ec04307d473bf45 -C extra-filename=-4ec04307d473bf45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43372024-10-14T07:53:54.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40m 08s
43382024-10-14T07:54:11.573Z
43392024-10-14T07:54:11.580Zreal 40:25.381152742
43402024-10-14T07:54:11.580Zuser 1:56:09.793712391
43412024-10-14T07:54:11.580Zsys 25:19.738752234
43422024-10-14T07:54:11.580Ztrap 11.580328480
43432024-10-14T07:54:11.580Ztflt 10.553918085
43442024-10-14T07:54:11.580Zdflt 1:54:28.678847919
43452024-10-14T07:54:11.580Zkflt 0.642677004
43462024-10-14T07:54:11.580Zlock 7:31:26.620812242
43472024-10-14T07:54:11.580Zslp 21:50:51.631210866
43482024-10-14T07:54:11.581Zlat 16:38.355202192
43492024-10-14T07:54:11.581Zstop 8:14.549432421
43502024-10-14T07:54:12.592Z+ banner ls-apis
43512024-10-14T07:54:12.667Z+ source ./tools/include/force-git-over-https.sh
43522024-10-14T07:54:12.676Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
43532024-10-14T07:54:12.676Z++ (( i = 0 ))
43542024-10-14T07:54:12.676Z++ (( i < 5 ))
43552024-10-14T07:54:12.676Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
43562024-10-14T07:54:12.722Z++ (( i++ ))
43572024-10-14T07:54:12.724Z++ (( i < 5 ))
43582024-10-14T07:54:12.729Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
43592024-10-14T07:54:12.729Z++ (( i++ ))
43602024-10-14T07:54:12.729Z++ (( i < 5 ))
43612024-10-14T07:54:12.729Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
43622024-10-14T07:54:12.729Z++ (( i++ ))
43632024-10-14T07:54:12.729Z++ (( i < 5 ))
43642024-10-14T07:54:12.729Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
43652024-10-14T07:54:12.736Z++ (( i++ ))
43662024-10-14T07:54:12.736Z++ (( i < 5 ))
43672024-10-14T07:54:12.736Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
43682024-10-14T07:54:12.739Z++ (( i++ ))
43692024-10-14T07:54:12.739Z++ (( i < 5 ))
43702024-10-14T07:54:12.739Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
43712024-10-14T07:54:12.739Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
43722024-10-14T07:54:12.739Z+ ptime -m cargo xtask ls-apis apis
43732024-10-14T07:54:13.567Z
43742024-10-14T07:54:13.567Z # #### ## ##### # ####
43752024-10-14T07:54:13.567Z # # # # # # # #
43762024-10-14T07:54:13.567Z # #### ##### # # # # # ####
43772024-10-14T07:54:13.570Z # # ###### ##### # #
43782024-10-14T07:54:13.570Z # # # # # # # # #
43792024-10-14T07:54:13.570Z ###### #### # # # # ####
43802024-10-14T07:54:13.570Z
43812024-10-14T07:54:15.127Z Compiling serde v1.0.210
43822024-10-14T07:54:15.218Z Compiling serde_json v1.0.128
43832024-10-14T07:54:15.235Z Compiling libc v0.2.159
43842024-10-14T07:54:15.235Z Compiling rustix v0.38.37
43852024-10-14T07:54:15.235Z Compiling syn v2.0.79
43862024-10-14T07:54:15.235Z Compiling bitflags v2.6.0
43872024-10-14T07:54:16.665Z Compiling usdt-impl v0.5.0
43882024-10-14T07:54:17.002Z Compiling syn v1.0.109
43892024-10-14T07:54:17.022Z Compiling log v0.4.22
43902024-10-14T07:54:17.068Z Compiling indexmap v2.6.0
43912024-10-14T07:54:17.086Z Compiling fs-err v2.11.0
43922024-10-14T07:54:17.260Z Compiling anyhow v1.0.89
43932024-10-14T07:54:17.433Z Compiling once_cell v1.19.0
43942024-10-14T07:54:17.953Z Compiling thread-id v4.2.1
43952024-10-14T07:54:21.252Z Compiling terminal_size v0.4.0
43962024-10-14T07:54:21.252Z Compiling tempfile v3.13.0
43972024-10-14T07:54:21.306Z Compiling clap_builder v4.5.20
43982024-10-14T07:54:21.307Z Compiling proc-macro-error v1.0.4
43992024-10-14T07:54:21.758Z Compiling tabled_derive v0.7.0
44002024-10-14T07:54:23.847Z Compiling tabled v0.15.0
44012024-10-14T07:54:23.869Z Compiling serde_derive v1.0.210
44022024-10-14T07:54:23.894Z Compiling thiserror-impl v1.0.64
44032024-10-14T07:54:23.894Z Compiling zerocopy-derive v0.7.34
44042024-10-14T07:54:23.895Z Compiling scroll_derive v0.12.0
44052024-10-14T07:54:24.166Z Compiling clap_derive v4.5.18
44062024-10-14T07:54:25.385Z Compiling scroll v0.12.0
44072024-10-14T07:54:25.924Z Compiling goblin v0.8.2
44082024-10-14T07:54:25.941Z Compiling zerocopy v0.7.34
44092024-10-14T07:54:26.626Z Compiling thiserror v1.0.64
44102024-10-14T07:54:26.802Z Compiling pest v2.7.10
44112024-10-14T07:54:28.050Z Compiling clap v4.5.20
44122024-10-14T07:54:29.163Z Compiling pest_meta v2.7.10
44132024-10-14T07:54:30.018Z Compiling pest_generator v2.7.10
44142024-10-14T07:54:31.723Z Compiling pest_derive v2.7.10
44152024-10-14T07:54:32.620Z Compiling dtrace-parser v0.2.0
44162024-10-14T07:54:34.443Z Compiling serde_tokenstream v0.2.2
44172024-10-14T07:54:34.455Z Compiling serde_spanned v0.6.7
44182024-10-14T07:54:34.456Z Compiling toml_datetime v0.6.8
44192024-10-14T07:54:34.459Z Compiling camino v1.1.9
44202024-10-14T07:54:34.733Z Compiling semver v1.0.23
44212024-10-14T07:54:34.844Z Compiling toml_edit v0.22.22
44222024-10-14T07:54:34.849Z Compiling cargo-platform v0.1.8
44232024-10-14T07:54:35.023Z Compiling macaddr v1.0.1
44242024-10-14T07:54:35.099Z Compiling camino-tempfile v1.1.1
44252024-10-14T07:54:35.968Z Compiling dof v0.3.0
44262024-10-14T07:54:35.995Z Compiling cargo_metadata v0.18.1
44272024-10-14T07:54:37.816Z Compiling usdt-attr-macro v0.5.0
44282024-10-14T07:54:37.816Z Compiling usdt-macro v0.5.0
44292024-10-14T07:54:37.841Z Compiling toml v0.8.19
44302024-10-14T07:54:38.635Z Compiling cargo_toml v0.20.5
44312024-10-14T07:54:39.428Z Compiling usdt v0.5.0
44322024-10-14T07:54:42.442Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44332024-10-14T07:54:46.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s
44342024-10-14T07:54:46.827Z Running `target/debug/xtask ls-apis apis`
44352024-10-14T07:54:48.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44362024-10-14T07:54:48.750Z Running `target/debug/ls-apis apis`
44372024-10-14T07:54:48.887Zloading metadata for workspace omicron from current workspace
44382024-10-14T07:54:52.823Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
44392024-10-14T07:54:52.843Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
44402024-10-14T07:54:52.843Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
44412024-10-14T07:55:05.363Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
44422024-10-14T07:55:09.348Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
44432024-10-14T07:55:09.358Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
44442024-10-14T07:55:09.451ZBootstrap Agent (client: bootstrap-agent-client)
44452024-10-14T07:55:09.451Z consumed by: omicron-sled-agent (omicron/sled-agent)
44462024-10-14T07:55:09.451Z consumed by: wicketd (omicron/wicketd)
44472024-10-14T07:55:09.451Z
44482024-10-14T07:55:09.451ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
44492024-10-14T07:55:09.452Z consumed by: omicron-nexus (omicron/nexus)
44502024-10-14T07:55:09.452Z
44512024-10-14T07:55:09.452ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
44522024-10-14T07:55:09.452Z consumed by: omicron-nexus (omicron/nexus)
44532024-10-14T07:55:09.453Z
44542024-10-14T07:55:09.453ZCockroachDB Cluster Admin (client: cockroach-admin-client)
44552024-10-14T07:55:09.453Z consumed by: omicron-nexus (omicron/nexus)
44562024-10-14T07:55:09.453Z
44572024-10-14T07:55:09.453ZCrucible Agent (client: crucible-agent-client)
44582024-10-14T07:55:09.457Z consumed by: omicron-nexus (omicron/nexus)
44592024-10-14T07:55:09.457Z
44602024-10-14T07:55:09.458ZCrucible Control (for testing only) (client: crucible-control-client)
44612024-10-14T07:55:09.458Z
44622024-10-14T07:55:09.458ZCrucible Pantry (client: crucible-pantry-client)
44632024-10-14T07:55:09.458Z consumed by: omicron-nexus (omicron/nexus)
44642024-10-14T07:55:09.458Z
44652024-10-14T07:55:09.459ZMaghemite DDM Admin (client: ddm-admin-client)
44662024-10-14T07:55:09.459Z consumed by: installinator (omicron/installinator)
44672024-10-14T07:55:09.460Z consumed by: mgd (maghemite/mgd)
44682024-10-14T07:55:09.460Z consumed by: omicron-sled-agent (omicron/sled-agent)
44692024-10-14T07:55:09.460Z consumed by: wicketd (omicron/wicketd)
44702024-10-14T07:55:09.460Z
44712024-10-14T07:55:09.460ZDNS Server (client: dns-service-client)
44722024-10-14T07:55:09.460Z consumed by: omicron-nexus (omicron/nexus)
44732024-10-14T07:55:09.460Z consumed by: omicron-sled-agent (omicron/sled-agent)
44742024-10-14T07:55:09.460Z
44752024-10-14T07:55:09.460ZDendrite DPD (client: dpd-client)
44762024-10-14T07:55:09.460Z consumed by: ddmd (maghemite/ddmd)
44772024-10-14T07:55:09.460Z consumed by: mgd (maghemite/mgd)
44782024-10-14T07:55:09.460Z consumed by: omicron-nexus (omicron/nexus)
44792024-10-14T07:55:09.460Z consumed by: omicron-sled-agent (omicron/sled-agent)
44802024-10-14T07:55:09.460Z consumed by: tfportd (dendrite/tfportd)
44812024-10-14T07:55:09.460Z consumed by: wicketd (omicron/wicketd)
44822024-10-14T07:55:09.460Z
44832024-10-14T07:55:09.460ZDownstairs Controller (debugging only) (client: dsc-client)
44842024-10-14T07:55:09.460Z
44852024-10-14T07:55:09.461ZManagement Gateway Service (client: gateway-client)
44862024-10-14T07:55:09.464Z consumed by: dpd (dendrite/dpd)
44872024-10-14T07:55:09.464Z consumed by: omicron-nexus (omicron/nexus)
44882024-10-14T07:55:09.464Z consumed by: omicron-sled-agent (omicron/sled-agent)
44892024-10-14T07:55:09.464Z consumed by: wicketd (omicron/wicketd)
44902024-10-14T07:55:09.464Z
44912024-10-14T07:55:09.464ZWicketd Installinator (client: installinator-client)
44922024-10-14T07:55:09.464Z consumed by: installinator (omicron/installinator)
44932024-10-14T07:55:09.464Z
44942024-10-14T07:55:09.464ZMaghemite MG Admin (client: mg-admin-client)
44952024-10-14T07:55:09.464Z consumed by: omicron-nexus (omicron/nexus)
44962024-10-14T07:55:09.464Z consumed by: omicron-sled-agent (omicron/sled-agent)
44972024-10-14T07:55:09.464Z
44982024-10-14T07:55:09.464ZNexus Internal API (client: nexus-client)
44992024-10-14T07:55:09.468Z consumed by: dpd (dendrite/dpd)
45002024-10-14T07:55:09.468Z consumed by: omicron-nexus (omicron/nexus)
45012024-10-14T07:55:09.468Z consumed by: omicron-sled-agent (omicron/sled-agent)
45022024-10-14T07:55:09.468Z consumed by: oximeter-collector (omicron/oximeter/collector)
45032024-10-14T07:55:09.471Z consumed by: propolis-server (propolis/bin/propolis-server)
45042024-10-14T07:55:09.471Z
45052024-10-14T07:55:09.471ZExternal API (client: oxide-client)
45062024-10-14T07:55:09.471Z
45072024-10-14T07:55:09.471ZOximeter (client: oximeter-client)
45082024-10-14T07:55:09.471Z consumed by: omicron-nexus (omicron/nexus)
45092024-10-14T07:55:09.471Z
45102024-10-14T07:55:09.471ZPropolis (client: propolis-client)
45112024-10-14T07:55:09.471Z consumed by: omicron-nexus (omicron/nexus)
45122024-10-14T07:55:09.471Z consumed by: omicron-sled-agent (omicron/sled-agent)
45132024-10-14T07:55:09.471Z
45142024-10-14T07:55:09.471ZCrucible Repair (client: repair-client)
45152024-10-14T07:55:09.471Z consumed by: crucible-downstairs (crucible/downstairs)
45162024-10-14T07:55:09.471Z
45172024-10-14T07:55:09.471ZSled Agent (client: sled-agent-client)
45182024-10-14T07:55:09.472Z consumed by: dpd (dendrite/dpd)
45192024-10-14T07:55:09.472Z consumed by: omicron-nexus (omicron/nexus)
45202024-10-14T07:55:09.472Z consumed by: omicron-sled-agent (omicron/sled-agent)
45212024-10-14T07:55:09.472Z
45222024-10-14T07:55:09.472ZWicketd (client: wicketd-client)
45232024-10-14T07:55:09.472Z
45242024-10-14T07:55:09.590Z
45252024-10-14T07:55:09.593Zreal 56.826365793
45262024-10-14T07:55:09.593Zuser 2:20.988943679
45272024-10-14T07:55:09.593Zsys 37.093226989
45282024-10-14T07:55:09.593Ztrap 0.055109709
45292024-10-14T07:55:09.594Ztflt 5.247076702
45302024-10-14T07:55:09.594Zdflt 5.240066073
45312024-10-14T07:55:09.594Zkflt 0.031652994
45322024-10-14T07:55:09.594Zlock 3:50.660240203
45332024-10-14T07:55:09.594Zslp 8:58.842793818
45342024-10-14T07:55:09.594Zlat 3.867159000
45352024-10-14T07:55:09.594Zstop 9.546831571
45362024-10-14T07:55:09.594Z+ ptime -m cargo xtask ls-apis deployment-units
45372024-10-14T07:55:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
45382024-10-14T07:55:10.296Z Running `target/debug/xtask ls-apis deployment-units`
45392024-10-14T07:55:11.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
45402024-10-14T07:55:11.452Z Running `target/debug/ls-apis deployment-units`
45412024-10-14T07:55:11.498Zloading metadata for workspace omicron from current workspace
45422024-10-14T07:55:12.877Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
45432024-10-14T07:55:12.880Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
45442024-10-14T07:55:12.884Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
45452024-10-14T07:55:15.104Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
45462024-10-14T07:55:16.072Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
45472024-10-14T07:55:16.082Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
45482024-10-14T07:55:16.176ZClickhouse Admin
45492024-10-14T07:55:16.179Z omicron-clickhouse-admin (omicron/clickhouse-admin)
45502024-10-14T07:55:16.179Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
45512024-10-14T07:55:16.179Z
45522024-10-14T07:55:16.179Z
45532024-10-14T07:55:16.179ZCockroach Admin
45542024-10-14T07:55:16.179Z omicron-cockroach-admin (omicron/cockroach-admin)
45552024-10-14T07:55:16.180Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
45562024-10-14T07:55:16.180Z
45572024-10-14T07:55:16.180Z
45582024-10-14T07:55:16.181ZCrucible
45592024-10-14T07:55:16.181Z crucible-agent (crucible/agent)
45602024-10-14T07:55:16.181Z exposes: Crucible Agent (client = crucible-agent-client)
45612024-10-14T07:55:16.182Z
45622024-10-14T07:55:16.182Z crucible-downstairs (crucible/downstairs)
45632024-10-14T07:55:16.182Z exposes: Crucible Repair (client = repair-client)
45642024-10-14T07:55:16.182Z consumes: repair-client
45652024-10-14T07:55:16.182Z
45662024-10-14T07:55:16.182Z
45672024-10-14T07:55:16.182ZCrucible Pantry
45682024-10-14T07:55:16.182Z crucible-pantry (crucible/pantry)
45692024-10-14T07:55:16.182Z exposes: Crucible Pantry (client = crucible-pantry-client)
45702024-10-14T07:55:16.186Z
45712024-10-14T07:55:16.186Z
45722024-10-14T07:55:16.186ZDNS Server
45732024-10-14T07:55:16.186Z dns-server (omicron/dns-server)
45742024-10-14T07:55:16.186Z exposes: DNS Server (client = dns-service-client)
45752024-10-14T07:55:16.186Z
45762024-10-14T07:55:16.186Z
45772024-10-14T07:55:16.186ZHost OS
45782024-10-14T07:55:16.186Z ddmd (maghemite/ddmd)
45792024-10-14T07:55:16.187Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
45802024-10-14T07:55:16.187Z consumes: dpd-client
45812024-10-14T07:55:16.187Z
45822024-10-14T07:55:16.187Z dpd (dendrite/dpd)
45832024-10-14T07:55:16.187Z exposes: Dendrite DPD (client = dpd-client)
45842024-10-14T07:55:16.187Z consumes: gateway-client
45852024-10-14T07:55:16.187Z consumes: nexus-client
45862024-10-14T07:55:16.187Z consumes: sled-agent-client
45872024-10-14T07:55:16.187Z
45882024-10-14T07:55:16.187Z mgd (maghemite/mgd)
45892024-10-14T07:55:16.187Z exposes: Maghemite MG Admin (client = mg-admin-client)
45902024-10-14T07:55:16.187Z consumes: ddm-admin-client
45912024-10-14T07:55:16.187Z consumes: dpd-client
45922024-10-14T07:55:16.187Z
45932024-10-14T07:55:16.187Z omicron-gateway (omicron/gateway)
45942024-10-14T07:55:16.187Z exposes: Management Gateway Service (client = gateway-client)
45952024-10-14T07:55:16.187Z
45962024-10-14T07:55:16.187Z omicron-sled-agent (omicron/sled-agent)
45972024-10-14T07:55:16.187Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
45982024-10-14T07:55:16.188Z exposes: Sled Agent (client = sled-agent-client)
45992024-10-14T07:55:16.192Z consumes: bootstrap-agent-client
46002024-10-14T07:55:16.192Z consumes: ddm-admin-client
46012024-10-14T07:55:16.192Z consumes: dns-service-client
46022024-10-14T07:55:16.192Z consumes: dpd-client
46032024-10-14T07:55:16.192Z consumes: gateway-client
46042024-10-14T07:55:16.192Z consumes: mg-admin-client
46052024-10-14T07:55:16.193Z consumes: nexus-client
46062024-10-14T07:55:16.193Z consumes: propolis-client
46072024-10-14T07:55:16.193Z consumes: sled-agent-client
46082024-10-14T07:55:16.193Z
46092024-10-14T07:55:16.193Z propolis-server (propolis/bin/propolis-server)
46102024-10-14T07:55:16.193Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
46112024-10-14T07:55:16.193Z exposes: Propolis (client = propolis-client)
46122024-10-14T07:55:16.193Z consumes: nexus-client
46132024-10-14T07:55:16.193Z
46142024-10-14T07:55:16.193Z tfportd (dendrite/tfportd)
46152024-10-14T07:55:16.193Z consumes: dpd-client
46162024-10-14T07:55:16.193Z
46172024-10-14T07:55:16.193Z wicketd (omicron/wicketd)
46182024-10-14T07:55:16.193Z exposes: Wicketd Installinator (client = installinator-client)
46192024-10-14T07:55:16.193Z exposes: Wicketd (client = wicketd-client)
46202024-10-14T07:55:16.193Z consumes: bootstrap-agent-client
46212024-10-14T07:55:16.193Z consumes: ddm-admin-client
46222024-10-14T07:55:16.194Z consumes: dpd-client
46232024-10-14T07:55:16.194Z consumes: gateway-client
46242024-10-14T07:55:16.194Z
46252024-10-14T07:55:16.194Z
46262024-10-14T07:55:16.194ZInstallinator
46272024-10-14T07:55:16.194Z installinator (omicron/installinator)
46282024-10-14T07:55:16.194Z consumes: ddm-admin-client
46292024-10-14T07:55:16.194Z consumes: installinator-client
46302024-10-14T07:55:16.194Z
46312024-10-14T07:55:16.194Z
46322024-10-14T07:55:16.194ZNexus
46332024-10-14T07:55:16.194Z omicron-nexus (omicron/nexus)
46342024-10-14T07:55:16.194Z exposes: Nexus Internal API (client = nexus-client)
46352024-10-14T07:55:16.195Z exposes: External API (client = oxide-client)
46362024-10-14T07:55:16.198Z consumes: clickhouse-admin-keeper-client
46372024-10-14T07:55:16.198Z consumes: clickhouse-admin-server-client
46382024-10-14T07:55:16.198Z consumes: cockroach-admin-client
46392024-10-14T07:55:16.198Z consumes: crucible-agent-client
46402024-10-14T07:55:16.199Z consumes: crucible-pantry-client
46412024-10-14T07:55:16.199Z consumes: dns-service-client
46422024-10-14T07:55:16.199Z consumes: dpd-client
46432024-10-14T07:55:16.199Z consumes: gateway-client
46442024-10-14T07:55:16.199Z consumes: mg-admin-client
46452024-10-14T07:55:16.199Z consumes: nexus-client
46462024-10-14T07:55:16.199Z consumes: oximeter-client
46472024-10-14T07:55:16.199Z consumes: propolis-client
46482024-10-14T07:55:16.199Z consumes: sled-agent-client
46492024-10-14T07:55:16.199Z
46502024-10-14T07:55:16.199Z
46512024-10-14T07:55:16.201ZOximeter
46522024-10-14T07:55:16.201Z oximeter-collector (omicron/oximeter/collector)
46532024-10-14T07:55:16.201Z exposes: Oximeter (client = oximeter-client)
46542024-10-14T07:55:16.201Z consumes: nexus-client
46552024-10-14T07:55:16.201Z
46562024-10-14T07:55:16.201Z
46572024-10-14T07:55:16.315Z
46582024-10-14T07:55:16.318Zreal 6.706381028
46592024-10-14T07:55:16.318Zuser 5.139653383
46602024-10-14T07:55:16.318Zsys 2.059949883
46612024-10-14T07:55:16.318Ztrap 0.002024673
46622024-10-14T07:55:16.319Ztflt 0.000004907
46632024-10-14T07:55:16.319Zdflt 0.000100880
46642024-10-14T07:55:16.319Zkflt 0.000000000
46652024-10-14T07:55:16.319Zlock 0.002239062
46662024-10-14T07:55:16.319Zslp 13.679129529
46672024-10-14T07:55:16.319Zlat 0.055564395
46682024-10-14T07:55:16.319Zstop 0.071500949
46692024-10-14T07:55:16.319Z+ ptime -m cargo xtask ls-apis servers
46702024-10-14T07:55:16.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
46712024-10-14T07:55:16.943Z Running `target/debug/xtask ls-apis servers`
46722024-10-14T07:55:17.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
46732024-10-14T07:55:17.915Z Running `target/debug/ls-apis servers`
46742024-10-14T07:55:17.959Zloading metadata for workspace omicron from current workspace
46752024-10-14T07:55:19.299Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
46762024-10-14T07:55:19.301Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
46772024-10-14T07:55:19.306Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
46782024-10-14T07:55:21.503Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
46792024-10-14T07:55:22.478Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
46802024-10-14T07:55:22.488Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
46812024-10-14T07:55:22.582Zomicron-clickhouse-admin (omicron/clickhouse-admin)
46822024-10-14T07:55:22.582Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
46832024-10-14T07:55:22.585Z
46842024-10-14T07:55:22.585Zomicron-cockroach-admin (omicron/cockroach-admin)
46852024-10-14T07:55:22.587Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
46862024-10-14T07:55:22.587Z
46872024-10-14T07:55:22.587Zcrucible-agent (crucible/agent)
46882024-10-14T07:55:22.587Z exposes: Crucible Agent (client = crucible-agent-client)
46892024-10-14T07:55:22.587Z
46902024-10-14T07:55:22.587Zcrucible-downstairs (crucible/downstairs)
46912024-10-14T07:55:22.587Z exposes: Crucible Repair (client = repair-client)
46922024-10-14T07:55:22.587Z consumes: repair-client
46932024-10-14T07:55:22.587Z
46942024-10-14T07:55:22.587Zcrucible-pantry (crucible/pantry)
46952024-10-14T07:55:22.587Z exposes: Crucible Pantry (client = crucible-pantry-client)
46962024-10-14T07:55:22.609Z
46972024-10-14T07:55:22.609Zdns-server (omicron/dns-server)
46982024-10-14T07:55:22.609Z exposes: DNS Server (client = dns-service-client)
46992024-10-14T07:55:22.609Z
47002024-10-14T07:55:22.609Zomicron-sled-agent (omicron/sled-agent)
47012024-10-14T07:55:22.609Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
47022024-10-14T07:55:22.609Z exposes: Sled Agent (client = sled-agent-client)
47032024-10-14T07:55:22.609Z consumes: bootstrap-agent-client
47042024-10-14T07:55:22.609Z consumes: ddm-admin-client
47052024-10-14T07:55:22.609Z consumes: dns-service-client
47062024-10-14T07:55:22.609Z consumes: dpd-client
47072024-10-14T07:55:22.610Z consumes: gateway-client
47082024-10-14T07:55:22.610Z consumes: mg-admin-client
47092024-10-14T07:55:22.610Z consumes: nexus-client
47102024-10-14T07:55:22.610Z consumes: propolis-client
47112024-10-14T07:55:22.610Z consumes: sled-agent-client
47122024-10-14T07:55:22.610Z
47132024-10-14T07:55:22.611Zpropolis-server (propolis/bin/propolis-server)
47142024-10-14T07:55:22.611Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
47152024-10-14T07:55:22.611Z exposes: Propolis (client = propolis-client)
47162024-10-14T07:55:22.611Z consumes: nexus-client
47172024-10-14T07:55:22.611Z
47182024-10-14T07:55:22.611Zddmd (maghemite/ddmd)
47192024-10-14T07:55:22.611Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
47202024-10-14T07:55:22.611Z consumes: dpd-client
47212024-10-14T07:55:22.611Z
47222024-10-14T07:55:22.611Zdpd (dendrite/dpd)
47232024-10-14T07:55:22.611Z exposes: Dendrite DPD (client = dpd-client)
47242024-10-14T07:55:22.611Z consumes: gateway-client
47252024-10-14T07:55:22.611Z consumes: nexus-client
47262024-10-14T07:55:22.611Z consumes: sled-agent-client
47272024-10-14T07:55:22.611Z
47282024-10-14T07:55:22.611Zmgd (maghemite/mgd)
47292024-10-14T07:55:22.611Z exposes: Maghemite MG Admin (client = mg-admin-client)
47302024-10-14T07:55:22.611Z consumes: ddm-admin-client
47312024-10-14T07:55:22.611Z consumes: dpd-client
47322024-10-14T07:55:22.611Z
47332024-10-14T07:55:22.611Zomicron-gateway (omicron/gateway)
47342024-10-14T07:55:22.611Z exposes: Management Gateway Service (client = gateway-client)
47352024-10-14T07:55:22.611Z
47362024-10-14T07:55:22.611Ztfportd (dendrite/tfportd)
47372024-10-14T07:55:22.611Z consumes: dpd-client
47382024-10-14T07:55:22.611Z
47392024-10-14T07:55:22.611Zwicketd (omicron/wicketd)
47402024-10-14T07:55:22.612Z exposes: Wicketd Installinator (client = installinator-client)
47412024-10-14T07:55:22.612Z exposes: Wicketd (client = wicketd-client)
47422024-10-14T07:55:22.613Z consumes: bootstrap-agent-client
47432024-10-14T07:55:22.613Z consumes: ddm-admin-client
47442024-10-14T07:55:22.614Z consumes: dpd-client
47452024-10-14T07:55:22.614Z consumes: gateway-client
47462024-10-14T07:55:22.614Z
47472024-10-14T07:55:22.614Zinstallinator (omicron/installinator)
47482024-10-14T07:55:22.614Z consumes: ddm-admin-client
47492024-10-14T07:55:22.614Z consumes: installinator-client
47502024-10-14T07:55:22.614Z
47512024-10-14T07:55:22.614Zomicron-nexus (omicron/nexus)
47522024-10-14T07:55:22.614Z exposes: Nexus Internal API (client = nexus-client)
47532024-10-14T07:55:22.614Z exposes: External API (client = oxide-client)
47542024-10-14T07:55:22.614Z consumes: clickhouse-admin-keeper-client
47552024-10-14T07:55:22.614Z consumes: clickhouse-admin-server-client
47562024-10-14T07:55:22.614Z consumes: cockroach-admin-client
47572024-10-14T07:55:22.614Z consumes: crucible-agent-client
47582024-10-14T07:55:22.614Z consumes: crucible-pantry-client
47592024-10-14T07:55:22.615Z consumes: dns-service-client
47602024-10-14T07:55:22.615Z consumes: dpd-client
47612024-10-14T07:55:22.615Z consumes: gateway-client
47622024-10-14T07:55:22.615Z consumes: mg-admin-client
47632024-10-14T07:55:22.615Z consumes: nexus-client
47642024-10-14T07:55:22.615Z consumes: oximeter-client
47652024-10-14T07:55:22.615Z consumes: propolis-client
47662024-10-14T07:55:22.615Z consumes: sled-agent-client
47672024-10-14T07:55:22.615Z
47682024-10-14T07:55:22.615Zoximeter-collector (omicron/oximeter/collector)
47692024-10-14T07:55:22.615Z exposes: Oximeter (client = oximeter-client)
47702024-10-14T07:55:22.615Z consumes: nexus-client
47712024-10-14T07:55:22.615Z
47722024-10-14T07:55:22.722Z
47732024-10-14T07:55:22.725Zreal 6.389563097
47742024-10-14T07:55:22.725Zuser 5.045741792
47752024-10-14T07:55:22.725Zsys 2.015803979
47762024-10-14T07:55:22.725Ztrap 0.000406595
47772024-10-14T07:55:22.725Ztflt 0.000016702
47782024-10-14T07:55:22.725Zdflt 0.000247928
47792024-10-14T07:55:22.725Zkflt 0.000001250
47802024-10-14T07:55:22.725Zlock 0.001997345
47812024-10-14T07:55:22.725Zslp 13.516629266
47822024-10-14T07:55:22.725Zlat 0.024163242
47832024-10-14T07:55:22.725Zstop 0.070388563
47842024-10-14T07:55:22.737Z+ banner test
47852024-10-14T07:55:22.740Z
47862024-10-14T07:55:22.740Z ##### ###### #### #####
47872024-10-14T07:55:22.740Z # # # #
47882024-10-14T07:55:22.740Z # ##### #### #
47892024-10-14T07:55:22.740Z # # # #
47902024-10-14T07:55:22.740Z # # # # #
47912024-10-14T07:55:22.740Z # ###### #### #
47922024-10-14T07:55:22.740Z
47932024-10-14T07:55:22.742Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47942024-10-14T07:55:24.289Zinfo: experimental features enabled: setup-scripts
47952024-10-14T07:55:26.307Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47962024-10-14T07:55:26.461Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47972024-10-14T07:55:26.509Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47982024-10-14T07:55:26.536Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47992024-10-14T07:55:38.529Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.20s
48002024-10-14T07:55:44.823Z------------
48012024-10-14T07:55:44.824Z Nextest run ID 4553b994-f874-4b1f-97ca-2d707960538f with nextest profile: ci
48022024-10-14T07:55:44.827Z Starting 1630 tests across 169 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
48032024-10-14T07:55:44.830Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
48042024-10-14T07:55:45.678Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48052024-10-14T07:55:48.171Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48062024-10-14T07:55:50.042Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48072024-10-14T07:55:56.013Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.12s
48082024-10-14T07:55:56.142Z Running `target/debug/crdb-seed`
48092024-10-14T07:55:56.183ZOct 14 07:55:54.612 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpttBBfx
48102024-10-14T07:55:56.183ZOct 14 07:55:54.612 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpOrWvlK,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpttBBfx/listen-url
48112024-10-14T07:55:56.185ZOct 14 07:55:54.612 INFO cockroach environment: BUILDOMAT_JOB_ID=01JA4XKHTXHDEYRKH8XAK0Z96F BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=renovate/tokio-1.x GITHUB_REF=refs/heads/renovate/tokio-1.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=7d5164bb74ab071f140f2f78d9e6f33f6682fb49 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/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envNAYBhU NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=4553b994-f874-4b1f-97ca-2d707960538f 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=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.80.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
48122024-10-14T07:55:57.366ZOct 14 07:55:55.796 INFO cockroach pid: 6628
48132024-10-14T07:55:57.366ZOct 14 07:55:55.796 INFO cockroach listen URL: postgresql://root@[::1]:62277/omicron?sslmode=disable
48142024-10-14T07:55:57.366ZOct 14 07:55:55.796 INFO cockroach: populating
48152024-10-14T07:55:59.925ZOct 14 07:55:58.353 INFO cockroach: populated
48162024-10-14T07:56:02.039ZOct 14 07:56:00.467 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/715a51eb919177fa8d827f74e9ac217af9dd57c2e799d7d9e860efa5dba3a56f.tar`
48172024-10-14T07:56:02.042Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
48182024-10-14T07:56:02.093Z PASS [ 0.040s] api_identity test::test_identity
48192024-10-14T07:56:02.093Z PASS [ 0.033s] api_identity test::test_identity_no_field
48202024-10-14T07:56:02.100Z PASS [ 0.034s] bootstore schemes::tests::hello_roundtrip
48212024-10-14T07:56:02.110Z PASS [ 0.026s] bootstore schemes::v0::share_pkg::tests::create_packages
48222024-10-14T07:56:02.110Z PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::create_and_verify
48232024-10-14T07:56:02.119Z PASS [ 0.054s] authz-macros tests::test_authz_snapshots
48242024-10-14T07:56:02.119Z PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
48252024-10-14T07:56:02.175Z PASS [ 0.097s] bootstore schemes::v0::peer::tests::network_config
48262024-10-14T07:56:02.192Z PASS [ 0.065s] clickhouse-admin-types tests::test_empty_output_parse_fail
48272024-10-14T07:56:02.192Z PASS [ 0.061s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
48282024-10-14T07:56:02.194Z PASS [ 0.070s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
48292024-10-14T07:56:02.201Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
48302024-10-14T07:56:02.207Z PASS [ 0.021s] clickhouse-admin-types tests::test_full_lgif_parse_success
48312024-10-14T07:56:02.213Z PASS [ 0.032s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
48322024-10-14T07:56:02.219Z PASS [ 0.027s] clickhouse-admin-types tests::test_full_raft_config_parse_success
48332024-10-14T07:56:02.234Z PASS [ 0.021s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
48342024-10-14T07:56:02.249Z PASS [ 0.039s] clickhouse-admin-types tests::test_generate_keeper_config
48352024-10-14T07:56:02.249Z PASS [ 0.033s] clickhouse-admin-types tests::test_generate_replica_config
48362024-10-14T07:56:02.249Z PASS [ 0.021s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
48372024-10-14T07:56:02.340Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
48382024-10-14T07:56:02.340Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
48392024-10-14T07:56:02.340Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
48402024-10-14T07:56:02.340Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
48412024-10-14T07:56:02.342Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
48422024-10-14T07:56:02.342Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
48432024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
48442024-10-14T07:56:02.342Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
48452024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
48462024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
48472024-10-14T07:56:02.342Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
48482024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
48492024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
48502024-10-14T07:56:02.342Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
48512024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
48522024-10-14T07:56:02.342Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
48532024-10-14T07:56:02.342Z PASS [ 0.229s] cert-dev::test-cert-dev test_cert_create
48542024-10-14T07:56:02.353Z PASS [ 0.014s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
48552024-10-14T07:56:02.362Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
48562024-10-14T07:56:02.362Z PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
48572024-10-14T07:56:02.368Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
48582024-10-14T07:56:02.374Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
48592024-10-14T07:56:02.411Z PASS [ 0.090s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
48602024-10-14T07:56:02.416Z PASS [ 0.092s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
48612024-10-14T07:56:02.507Z PASS [ 0.088s] db-macros lookup::test::test_lookup_snapshots
48622024-10-14T07:56:02.525Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums
48632024-10-14T07:56:02.541Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
48642024-10-14T07:56:02.558Z PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
48652024-10-14T07:56:02.576Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
48662024-10-14T07:56:02.593Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
48672024-10-14T07:56:02.614Z PASS [ 0.022s] db-macros tests::test_derive_snapshots
48682024-10-14T07:56:02.632Z PASS [ 0.017s] db-macros tests::test_derive_with_unknown_field
48692024-10-14T07:56:02.663Z PASS [ 0.286s] db-dev::test-db-dev test_db_dev_wipe_no_args
48702024-10-14T07:56:02.664Z PASS [ 0.292s] db-dev::test-db-dev test_db_dev_populate_no_args
48712024-10-14T07:56:02.918Z PASS [ 0.258s] dns-server storage::test::test_update_in_progress
48722024-10-14T07:56:02.936Z PASS [ 0.261s] dns-server storage::test::test_update_interrupted
48732024-10-14T07:56:02.936Z PASS [ 0.292s] dns-server storage::test::test_update_basic
48742024-10-14T07:56:03.197Z PASS [ 1.116s] bootstore schemes::v0::peer::tests::basic_3_nodes
48752024-10-14T07:56:03.491Z PASS [ 0.572s] dns-server::basic_test a_crud
48762024-10-14T07:56:03.518Z PASS [ 0.309s] dns-server::basic_test multi_record_crud
48772024-10-14T07:56:03.518Z PASS [ 0.566s] dns-server::basic_test empty_record
48782024-10-14T07:56:03.520Z PASS [ 0.573s] dns-server::basic_test aaaa_crud
48792024-10-14T07:56:03.777Z PASS [ 0.276s] dns-server::basic_test nxdomain
48802024-10-14T07:56:03.786Z PASS [ 0.296s] dns-server::basic_test name_contains_zone
48812024-10-14T07:56:03.831Z PASS [ 0.321s] dns-server::basic_test servfail
48822024-10-14T07:56:03.847Z PASS [ 0.327s] dns-server::basic_test srv_crud
48832024-10-14T07:56:03.863Z PASS [ 0.078s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
48842024-10-14T07:56:03.871Z PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
48852024-10-14T07:56:03.945Z PASS [ 0.087s] illumos-utils destructor::test::test_delayed_delete
48862024-10-14T07:56:03.945Z PASS [ 0.062s] illumos-utils destructor::test::test_destructor_bad_close
48872024-10-14T07:56:03.969Z PASS [ 0.034s] illumos-utils link::test::test_allocate
48882024-10-14T07:56:03.978Z PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes
48892024-10-14T07:56:03.997Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
48902024-10-14T07:56:04.010Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
48912024-10-14T07:56:04.029Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_quota
48922024-10-14T07:56:04.038Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_reservation
48932024-10-14T07:56:04.055Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_usage
48942024-10-14T07:56:04.067Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_uuid
48952024-10-14T07:56:04.083Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_missing_fields
48962024-10-14T07:56:04.092Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props
48972024-10-14T07:56:04.106Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props_with_optionals
48982024-10-14T07:56:04.123Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
48992024-10-14T07:56:04.130Z PASS [ 0.024s] illumos-utils zpool::test::test_parse_zpool
49002024-10-14T07:56:04.153Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
49012024-10-14T07:56:04.875Z PASS [ 1.010s] illumos-utils destructor::test::test_delayed_delete_with_error
49022024-10-14T07:56:05.197Z PASS [ 0.315s] installinator-common block_size_writer::tests::proptest_block_writer
49032024-10-14T07:56:06.170Z PASS [ 0.980s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
49042024-10-14T07:56:06.577Z PASS [ 0.404s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
49052024-10-14T07:56:07.052Z PASS [ 0.477s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
49062024-10-14T07:56:07.719Z PASS [ 0.631s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
49072024-10-14T07:56:07.918Z PASS [ 4.136s] dns-server::commands_test test_dnsadm
49082024-10-14T07:56:08.228Z PASS [ 0.545s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
49092024-10-14T07:56:08.318Z PASS [ 0.404s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
49102024-10-14T07:56:08.358Z PASS [ 0.039s] internal-dns-types config::test::display_hosts
49112024-10-14T07:56:08.389Z PASS [ 0.031s] internal-dns-types config::test::display_srv_service
49122024-10-14T07:56:08.457Z PASS [ 0.059s] internal-dns-types config::test::test_builder_errors
49132024-10-14T07:56:08.552Z PASS [ 0.098s] internal-dns-types config::test::test_builder_output
49142024-10-14T07:56:08.593Z PASS [ 0.365s] internal-dns-resolver resolver::test::update_record
49152024-10-14T07:56:08.602Z PASS [ 0.057s] internal-dns-types diff::test::diff_different
49162024-10-14T07:56:08.617Z PASS [ 0.026s] internal-dns-types diff::test::diff_equivalent
49172024-10-14T07:56:08.623Z PASS [ 0.024s] internal-dns-types diff::test::diff_invalid
49182024-10-14T07:56:08.658Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
49192024-10-14T07:56:08.690Z PASS [ 0.063s] ipcc tests::installinator_image_id_round_trip
49202024-10-14T07:56:08.698Z PASS [ 0.042s] ipcc tests::serialized_size
49212024-10-14T07:56:08.767Z PASS [ 0.062s] key-manager tests::different_ikm_produces_different_keys
49222024-10-14T07:56:08.767Z PASS [ 0.072s] key-manager tests::different_disks_produce_different_keys
49232024-10-14T07:56:08.784Z PASS [ 0.024s] key-manager tests::disk_encryption_key_epoch_0
49242024-10-14T07:56:08.792Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
49252024-10-14T07:56:08.834Z PASS [ 6.454s] db-dev::test-db-dev test_db_killed
49262024-10-14T07:56:08.917Z PASS [ 0.085s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
49272024-10-14T07:56:08.947Z PASS [ 0.153s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
49282024-10-14T07:56:08.961Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_get_token
49292024-10-14T07:56:08.961Z PASS [ 0.172s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
49302024-10-14T07:56:08.979Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
49312024-10-14T07:56:08.995Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
49322024-10-14T07:56:08.995Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
49332024-10-14T07:56:09.016Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_other_cookie
49342024-10-14T07:56:09.030Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
49352024-10-14T07:56:09.030Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
49362024-10-14T07:56:09.062Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
49372024-10-14T07:56:09.078Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
49382024-10-14T07:56:09.081Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_make_header_value
49392024-10-14T07:56:09.105Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
49402024-10-14T07:56:09.121Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
49412024-10-14T07:56:09.121Z PASS [ 0.035s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
49422024-10-14T07:56:09.137Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
49432024-10-14T07:56:09.149Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value
49442024-10-14T07:56:09.160Z PASS [ 0.044s] nexus-auth authn::external::test::test_authn_sequence
49452024-10-14T07:56:09.190Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
49462024-10-14T07:56:09.190Z PASS [ 0.038s] nexus-auth authn::external::token::test::test_token_header_missing
49472024-10-14T07:56:09.192Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_token_header_valid
49482024-10-14T07:56:09.345Z PASS [ 0.168s] nexus-auth authn::test::test_internal_users
49492024-10-14T07:56:09.363Z PASS [ 0.157s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
49502024-10-14T07:56:09.475Z PASS [ 0.110s] nexus-auth context::test::test_child_context
49512024-10-14T07:56:09.504Z PASS [ 0.298s] nexus-auth authz::context::test::test_unregistered_resource
49522024-10-14T07:56:09.504Z PASS [ 0.147s] nexus-auth context::test::test_background_context
49532024-10-14T07:56:09.560Z PASS [ 0.095s] nexus-auth context::test::test_test_context
49542024-10-14T07:56:09.702Z PASS [ 0.168s] nexus-config nexus_config::test::test_config_bad_toml
49552024-10-14T07:56:09.722Z PASS [ 0.156s] nexus-config nexus_config::test::test_config_empty
49562024-10-14T07:56:09.743Z PASS [ 0.071s] nexus-config nexus_config::test::test_config_nonexistent
49572024-10-14T07:56:09.789Z PASS [ 0.291s] nexus-config nexus_config::test::test_bad_authn_schemes
49582024-10-14T07:56:09.789Z PASS [ 0.034s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
49592024-10-14T07:56:09.805Z PASS [ 0.088s] nexus-config nexus_config::test::test_deployment_config_schema
49602024-10-14T07:56:09.854Z PASS [ 0.051s] nexus-config postgres_config::test::test_bad_url
49612024-10-14T07:56:09.872Z PASS [ 0.076s] nexus-config nexus_config::test::test_valid
49622024-10-14T07:56:09.892Z PASS [ 0.032s] nexus-config postgres_config::test::test_example_url
49632024-10-14T07:56:09.893Z PASS [ 0.106s] nexus-config nexus_config::test::test_repo_configs_are_valid
49642024-10-14T07:56:09.917Z PASS [ 0.052s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
49652024-10-14T07:56:09.938Z PASS [ 0.044s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
49662024-10-14T07:56:09.938Z PASS [ 0.035s] nexus-db-fixed-data test::test_allowlist_id_is_valid
49672024-10-14T07:56:09.947Z PASS [ 0.031s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
49682024-10-14T07:56:09.962Z PASS [ 0.030s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
49692024-10-14T07:56:09.971Z PASS [ 0.045s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49702024-10-14T07:56:10.000Z PASS [ 0.053s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
49712024-10-14T07:56:10.027Z PASS [ 0.056s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
49722024-10-14T07:56:10.036Z PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
49732024-10-14T07:56:10.062Z PASS [ 0.098s] nexus-db-model device_auth::test::test_generate_user_code
49742024-10-14T07:56:10.070Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_known_versions
49752024-10-14T07:56:10.106Z PASS [ 0.067s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
49762024-10-14T07:56:10.106Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
49772024-10-14T07:56:10.118Z PASS [ 0.044s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
49782024-10-14T07:56:10.132Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
49792024-10-14T07:56:10.132Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_verify
49802024-10-14T07:56:10.149Z PASS [ 0.033s] nexus-db-model semver_version::test::test_to_from_sortable_string
49812024-10-14T07:56:10.157Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
49822024-10-14T07:56:10.164Z PASS [ 0.032s] nexus-db-model tests::test_ipv6_net_random_subnet
49832024-10-14T07:56:10.177Z PASS [ 0.029s] nexus-db-model tests::test_roles_database_strings
49842024-10-14T07:56:10.213Z PASS [ 0.024s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
49852024-10-14T07:56:10.213Z PASS [ 0.033s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
49862024-10-14T07:56:10.570Z PASS [ 6.415s] installinator write::tests::proptest_write_artifact
49872024-10-14T07:56:10.593Z PASS [ 6.446s] installinator mock_peers::tests::proptest_fetch_artifact
49882024-10-14T07:56:17.247Z PASS [ 7.047s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
49892024-10-14T07:56:17.579Z PASS [ 7.386s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
49902024-10-14T07:56:17.712Z PASS [ 7.130s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
49912024-10-14T07:56:18.067Z PASS [ 7.496s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
49922024-10-14T07:56:18.242Z PASS [ 8.063s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
49932024-10-14T07:56:21.764Z PASS [ 19.348s] db-dev::test-db-dev test_db_run
49942024-10-14T07:56:21.807Z PASS [ 0.044s] nexus-db-queries db::collection_attach::test::test_verify_query
49952024-10-14T07:56:23.549Z PASS [ 6.302s] nexus-db-queries db::collection_attach::test::test_attach_once
49962024-10-14T07:56:23.860Z PASS [ 6.280s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
49972024-10-14T07:56:23.942Z PASS [ 6.230s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
49982024-10-14T07:56:24.320Z PASS [ 6.074s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
49992024-10-14T07:56:24.633Z PASS [ 6.566s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
50002024-10-14T07:56:26.821Z PASS [ 24.718s] bootstore::v0-fsm-proptest-learner run
50012024-10-14T07:56:26.880Z PASS [ 0.049s] nexus-db-queries db::collection_detach::test::test_verify_query
50022024-10-14T07:56:27.693Z PASS [ 5.883s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
50032024-10-14T07:56:29.647Z PASS [ 6.096s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
50042024-10-14T07:56:30.149Z PASS [ 6.207s] nexus-db-queries db::collection_detach::test::test_detach_once
50052024-10-14T07:56:30.369Z PASS [ 6.049s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
50062024-10-14T07:56:30.412Z PASS [ 6.553s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
50072024-10-14T07:56:30.540Z PASS [ 5.906s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
50082024-10-14T07:56:32.843Z PASS [ 5.150s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
50092024-10-14T07:56:32.943Z PASS [ 6.073s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
50102024-10-14T07:56:32.992Z PASS [ 0.046s] nexus-db-queries db::collection_detach_many::test::test_verify_query
50112024-10-14T07:56:34.164Z PASS [ 32.056s] bootstore::v0-fsm-proptest-rack-coordinator run
50122024-10-14T07:56:36.207Z PASS [ 6.560s] nexus-db-queries db::collection_detach_many::test::test_detach_many
50132024-10-14T07:56:36.244Z PASS [ 0.038s] nexus-db-queries db::collection_insert::test::test_verify_query
50142024-10-14T07:56:36.285Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
50152024-10-14T07:56:36.327Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_walk_columns
50162024-10-14T07:56:36.365Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_table
50172024-10-14T07:56:36.470Z PASS [ 6.103s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
50182024-10-14T07:56:36.614Z PASS [ 6.201s] nexus-db-queries db::collection_detach_many::test::test_detach_once
50192024-10-14T07:56:36.685Z PASS [ 6.536s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
50202024-10-14T07:56:36.859Z PASS [ 6.319s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
50212024-10-14T07:56:38.229Z PASS [ 5.237s] nexus-db-queries db::collection_insert::test::test_collection_not_present
50222024-10-14T07:56:38.734Z PASS [ 5.868s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
50232024-10-14T07:56:38.940Z PASS [ 4.772s] nexus-db-queries db::collection_insert::test::test_collection_present
50242024-10-14T07:56:44.615Z PASS [ 5.903s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
50252024-10-14T07:56:44.673Z PASS [ 8.306s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
50262024-10-14T07:56:44.747Z PASS [ 8.275s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
50272024-10-14T07:56:44.755Z PASS [ 8.069s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
50282024-10-14T07:56:44.827Z PASS [ 5.885s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
50292024-10-14T07:56:44.884Z PASS [ 8.267s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
50302024-10-14T07:56:45.014Z PASS [ 6.785s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
50312024-10-14T07:56:45.308Z PASS [ 8.411s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
50322024-10-14T07:56:53.597Z PASS [ 8.847s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
50332024-10-14T07:56:54.021Z PASS [ 9.344s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
50342024-10-14T07:56:54.063Z PASS [ 9.236s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
50352024-10-14T07:56:54.074Z PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
50362024-10-14T07:56:54.120Z PASS [ 9.505s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
50372024-10-14T07:56:54.126Z PASS [ 9.114s] nexus-db-queries db::datastore::deployment::tests::test_set_target
50382024-10-14T07:56:54.284Z PASS [ 9.526s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
50392024-10-14T07:56:54.391Z PASS [ 9.118s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
50402024-10-14T07:56:54.435Z PASS [ 9.550s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
50412024-10-14T07:57:02.176Z PASS [ 8.579s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
50422024-10-14T07:57:02.591Z PASS [ 8.527s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
50432024-10-14T07:57:03.099Z PASS [ 8.970s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
50442024-10-14T07:57:03.151Z PASS [ 8.758s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
50452024-10-14T07:57:03.159Z PASS [ 9.085s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
50462024-10-14T07:57:03.230Z PASS [ 8.944s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
50472024-10-14T07:57:03.663Z PASS [ 9.521s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
50482024-10-14T07:57:03.663Z PASS [ 9.207s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
50492024-10-14T07:57:11.206Z PASS [ 8.614s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
50502024-10-14T07:57:12.072Z PASS [ 8.912s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
50512024-10-14T07:57:12.079Z PASS [ 8.979s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
50522024-10-14T07:57:12.226Z PASS [ 8.996s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
50532024-10-14T07:57:12.287Z PASS [ 9.133s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
50542024-10-14T07:57:12.306Z PASS [ 8.638s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
50552024-10-14T07:57:12.366Z PASS [ 8.721s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
50562024-10-14T07:57:12.541Z PASS [ 10.359s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
50572024-10-14T07:57:19.873Z PASS [ 8.667s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
50582024-10-14T07:57:20.262Z PASS [ 8.187s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
50592024-10-14T07:57:20.874Z PASS [ 8.505s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
50602024-10-14T07:57:21.410Z PASS [ 8.871s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
50612024-10-14T07:57:21.516Z PASS [ 9.430s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
50622024-10-14T07:57:21.526Z PASS [ 9.221s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
50632024-10-14T07:57:21.606Z PASS [ 9.319s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
50642024-10-14T07:57:24.046Z PASS [ 11.817s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
50652024-10-14T07:57:28.121Z PASS [ 7.858s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
50662024-10-14T07:57:28.862Z PASS [ 7.988s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
50672024-10-14T07:57:29.542Z PASS [ 7.936s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
50682024-10-14T07:57:29.645Z PASS [ 8.235s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
50692024-10-14T07:57:29.711Z PASS [ 8.198s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
50702024-10-14T07:57:30.058Z PASS [ 10.182s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
50712024-10-14T07:57:30.179Z PASS [ 8.652s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
50722024-10-14T07:57:31.950Z PASS [ 7.903s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
50732024-10-14T07:57:37.163Z PASS [ 8.298s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
50742024-10-14T07:57:37.936Z PASS [ 8.289s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
50752024-10-14T07:57:38.263Z PASS [ 8.550s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
50762024-10-14T07:57:38.694Z PASS [ 8.635s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
50772024-10-14T07:57:38.951Z PASS [ 8.772s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
50782024-10-14T07:57:39.782Z PASS [ 7.829s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
50792024-10-14T07:57:45.467Z PASS [ 17.344s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
50802024-10-14T07:57:45.596Z PASS [ 8.433s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
50812024-10-14T07:57:46.213Z PASS [ 8.275s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
50822024-10-14T07:57:47.405Z PASS [ 9.141s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
50832024-10-14T07:57:47.474Z PASS [ 8.520s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
50842024-10-14T07:57:47.515Z PASS [ 0.042s] nexus-db-queries db::datastore::region::test::test_extent_count
50852024-10-14T07:57:47.888Z PASS [ 8.104s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
50862024-10-14T07:57:48.210Z PASS [ 9.514s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
50872024-10-14T07:57:53.508Z PASS [ 8.041s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
50882024-10-14T07:57:54.643Z PASS [ 9.045s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
50892024-10-14T07:57:55.382Z PASS [ 7.977s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
50902024-10-14T07:57:55.517Z PASS [ 9.294s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
50912024-10-14T07:57:55.518Z PASS [ 7.993s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
50922024-10-14T07:57:55.811Z PASS [ 7.923s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
50932024-10-14T07:57:55.919Z PASS [ 7.705s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
50942024-10-14T07:57:56.515Z PASS [ 26.968s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
50952024-10-14T07:58:00.974Z PASS [ 7.464s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
50962024-10-14T07:58:02.601Z PASS [ 7.959s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
50972024-10-14T07:58:03.707Z PASS [ 8.190s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
50982024-10-14T07:58:03.822Z PASS [ 8.440s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
50992024-10-14T07:58:03.846Z PASS [ 8.034s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
51002024-10-14T07:58:03.975Z PASS [ 8.461s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
51012024-10-14T07:58:03.988Z PASS [ 8.066s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
51022024-10-14T07:58:04.153Z PASS [ 7.631s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
51032024-10-14T07:58:08.332Z PASS [ 7.354s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
51042024-10-14T07:58:10.420Z PASS [ 7.816s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
51052024-10-14T07:58:12.228Z PASS [ 8.380s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
51062024-10-14T07:58:12.357Z PASS [ 8.531s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
51072024-10-14T07:58:12.416Z PASS [ 8.706s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
51082024-10-14T07:58:13.086Z PASS [ 8.935s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
51092024-10-14T07:58:13.442Z PASS [ 9.456s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
51102024-10-14T07:58:13.881Z PASS [ 9.906s] nexus-db-queries db::datastore::sled::test::sled_list_batch
51112024-10-14T07:58:17.504Z PASS [ 7.083s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
51122024-10-14T07:58:19.567Z PASS [ 11.102s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
51132024-10-14T07:58:20.352Z PASS [ 8.124s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
51142024-10-14T07:58:20.586Z PASS [ 8.229s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
51152024-10-14T07:58:20.631Z PASS [ 8.214s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
51162024-10-14T07:58:20.900Z PASS [ 7.813s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
51172024-10-14T07:58:20.987Z PASS [ 7.543s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
51182024-10-14T07:58:21.704Z PASS [ 7.824s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
51192024-10-14T07:58:23.900Z PASS [ 6.394s] nexus-db-queries db::datastore::test::test_project_creation
51202024-10-14T07:58:24.510Z PASS [ 5.075s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
51212024-10-14T07:58:28.866Z PASS [ 8.511s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
51222024-10-14T07:58:29.189Z PASS [ 8.554s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
51232024-10-14T07:58:29.512Z PASS [ 8.523s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
51242024-10-14T07:58:29.796Z PASS [ 8.893s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
51252024-10-14T07:58:34.779Z PASS [ 14.192s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
51262024-10-14T07:58:35.485Z PASS [ 5.975s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
51272024-10-14T07:58:36.397Z PASS [ 14.691s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
51282024-10-14T07:58:37.022Z PASS [ 13.119s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
51292024-10-14T07:58:37.228Z PASS [ 8.040s] nexus-db-queries db::datastore::test::test_session_methods
51302024-10-14T07:58:37.335Z PASS [ 7.540s] nexus-db-queries db::datastore::test::test_ssh_keys
51312024-10-14T07:58:38.608Z PASS [ 14.094s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
51322024-10-14T07:58:41.693Z PASS [ 6.912s] nexus-db-queries db::datastore::test::test_table_scan
51332024-10-14T07:58:41.972Z PASS [ 13.105s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
51342024-10-14T07:58:42.006Z PASS [ 0.036s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
51352024-10-14T07:58:42.037Z PASS [ 0.032s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
51362024-10-14T07:58:43.177Z PASS [ 7.689s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
51372024-10-14T07:58:44.201Z PASS [ 7.802s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
51382024-10-14T07:58:44.673Z PASS [ 7.652s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
51392024-10-14T07:58:44.858Z PASS [ 7.628s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
51402024-10-14T07:58:45.174Z PASS [ 7.837s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
51412024-10-14T07:58:45.596Z PASS [ 6.987s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
51422024-10-14T07:58:48.552Z PASS [ 6.856s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
51432024-10-14T07:58:48.843Z PASS [ 6.800s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
51442024-10-14T07:58:50.867Z PASS [ 7.690s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
51452024-10-14T07:58:51.722Z PASS [ 7.521s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
51462024-10-14T07:58:52.464Z PASS [ 7.789s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
51472024-10-14T07:58:52.518Z PASS [ 7.660s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
51482024-10-14T07:58:53.669Z PASS [ 8.073s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
51492024-10-14T07:58:53.876Z PASS [ 5.032s] nexus-db-queries db::explain::test::test_explain_async
51502024-10-14T07:58:54.553Z PASS [ 9.378s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
51512024-10-14T07:58:55.773Z PASS [ 4.904s] nexus-db-queries db::explain::test::test_explain_full_table_scan
51522024-10-14T07:58:55.829Z PASS [ 0.055s] nexus-db-queries db::pagination::test::test_paginator
51532024-10-14T07:58:56.592Z PASS [ 8.040s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
51542024-10-14T07:58:58.186Z PASS [ 5.668s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
51552024-10-14T07:58:58.407Z PASS [ 6.683s] nexus-db-queries db::lookup::test::test_lookup
51562024-10-14T07:58:58.964Z PASS [ 6.499s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
51572024-10-14T07:58:59.855Z PASS [ 5.300s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
51582024-10-14T07:59:00.116Z PASS [ 6.443s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
51592024-10-14T07:59:00.292Z PASS [ 6.415s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
51602024-10-14T07:59:03.832Z PASS [ 8.003s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
51612024-10-14T07:59:04.220Z PASS [ 7.627s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
51622024-10-14T07:59:06.061Z PASS [ 7.653s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
51632024-10-14T07:59:06.515Z PASS [ 8.325s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
51642024-10-14T07:59:06.559Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
51652024-10-14T07:59:06.849Z PASS [ 7.885s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
51662024-10-14T07:59:07.938Z PASS [ 8.082s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
51672024-10-14T07:59:08.196Z PASS [ 8.080s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
51682024-10-14T07:59:08.232Z PASS [ 7.939s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
51692024-10-14T07:59:11.228Z PASS [ 7.393s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
51702024-10-14T07:59:11.362Z PASS [ 7.139s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
51712024-10-14T07:59:14.255Z PASS [ 7.697s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
51722024-10-14T07:59:14.712Z PASS [ 8.647s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
51732024-10-14T07:59:14.825Z PASS [ 7.968s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
51742024-10-14T07:59:15.364Z PASS [ 7.427s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
51752024-10-14T07:59:15.571Z PASS [ 7.338s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
51762024-10-14T07:59:15.652Z PASS [ 7.455s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
51772024-10-14T07:59:18.327Z PASS [ 6.961s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
51782024-10-14T07:59:18.515Z PASS [ 7.286s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
51792024-10-14T07:59:18.558Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
51802024-10-14T07:59:22.324Z PASS [ 8.067s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
51812024-10-14T07:59:22.646Z PASS [ 7.936s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
51822024-10-14T07:59:22.752Z PASS [ 7.932s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
51832024-10-14T07:59:23.212Z PASS [ 7.846s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
51842024-10-14T07:59:23.458Z PASS [ 7.887s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
51852024-10-14T07:59:23.498Z PASS [ 0.037s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
51862024-10-14T07:59:23.696Z PASS [ 8.043s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
51872024-10-14T07:59:24.062Z PASS [ 0.365s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
51882024-10-14T07:59:24.398Z PASS [ 0.335s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
51892024-10-14T07:59:25.563Z PASS [ 7.237s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
51902024-10-14T07:59:25.838Z PASS [ 7.279s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
51912024-10-14T07:59:26.888Z PASS [ 1.050s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
51922024-10-14T07:59:27.532Z PASS [ 5.209s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
51932024-10-14T07:59:27.737Z PASS [ 0.205s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
51942024-10-14T07:59:27.965Z PASS [ 0.228s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
51952024-10-14T07:59:28.221Z PASS [ 0.255s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
51962024-10-14T07:59:28.477Z PASS [ 0.256s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
51972024-10-14T07:59:28.542Z PASS [ 5.327s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
51982024-10-14T07:59:28.837Z PASS [ 6.188s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
51992024-10-14T07:59:29.070Z PASS [ 6.316s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
52002024-10-14T07:59:29.339Z PASS [ 5.843s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
52012024-10-14T07:59:29.420Z PASS [ 0.081s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
52022024-10-14T07:59:29.450Z PASS [ 0.032s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
52032024-10-14T07:59:29.483Z PASS [ 0.032s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
52042024-10-14T07:59:29.513Z PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
52052024-10-14T07:59:29.541Z PASS [ 0.028s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
52062024-10-14T07:59:29.840Z PASS [ 5.442s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
52072024-10-14T07:59:30.573Z PASS [ 5.010s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
52082024-10-14T07:59:31.758Z PASS [ 4.871s] nexus-db-queries db::queries::region_allocation::test::explainable
52092024-10-14T07:59:33.736Z PASS [ 5.194s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
52102024-10-14T07:59:33.742Z PASS [ 5.266s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
52112024-10-14T07:59:34.066Z PASS [ 5.230s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
52122024-10-14T07:59:34.356Z PASS [ 5.287s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
52132024-10-14T07:59:34.392Z PASS [ 0.036s] nexus-defaults tests::test_random_vpc_ipv6_prefix
52142024-10-14T07:59:34.726Z PASS [ 0.334s] nexus-inventory builder::test::test_basic
52152024-10-14T07:59:34.750Z PASS [ 5.206s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
52162024-10-14T07:59:34.757Z PASS [ 0.032s] nexus-inventory builder::test::test_empty
52172024-10-14T07:59:34.789Z PASS [ 0.039s] nexus-inventory builder::test::test_problems
52182024-10-14T07:59:35.580Z PASS [ 5.737s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
52192024-10-14T07:59:35.824Z PASS [ 5.252s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
52202024-10-14T07:59:36.313Z PASS [ 0.735s] nexus-inventory collector::test::test_multi_mgs_failure
52212024-10-14T07:59:36.577Z PASS [ 1.816s] nexus-inventory collector::test::test_basic
52222024-10-14T07:59:36.638Z PASS [ 1.844s] nexus-inventory collector::test::test_multi_mgs
52232024-10-14T07:59:36.716Z PASS [ 0.884s] nexus-inventory collector::test::test_sled_agent_failure
52242024-10-14T07:59:36.902Z PASS [ 0.260s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
52252024-10-14T07:59:41.245Z PASS [ 7.177s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
52262024-10-14T07:59:41.294Z PASS [ 7.547s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
52272024-10-14T07:59:41.363Z PASS [ 0.118s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
52282024-10-14T07:59:41.427Z PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
52292024-10-14T07:59:41.438Z PASS [ 0.143s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
52302024-10-14T07:59:41.491Z PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
52312024-10-14T07:59:42.716Z PASS [ 10.954s] nexus-db-queries policy_test::test_conferred_roles
52322024-10-14T07:59:45.350Z PASS [ 9.035s] nexus-metrics-producer-gc tests::test_prune_expired_producers
52332024-10-14T07:59:45.574Z PASS [ 8.995s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
52342024-10-14T08:00:07.732Z PASS [ 26.238s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
52352024-10-14T08:00:09.108Z PASS [ 32.394s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
52362024-10-14T08:00:09.347Z PASS [ 0.238s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
52372024-10-14T08:00:09.407Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
52382024-10-14T08:00:09.445Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
52392024-10-14T08:00:09.565Z PASS [ 0.090s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
52402024-10-14T08:00:09.605Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
52412024-10-14T08:00:09.700Z PASS [ 0.103s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
52422024-10-14T08:00:09.813Z PASS [ 0.110s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
52432024-10-14T08:00:09.909Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
52442024-10-14T08:00:09.967Z PASS [ 0.070s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
52452024-10-14T08:00:10.037Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
52462024-10-14T08:00:10.165Z PASS [ 0.124s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
52472024-10-14T08:00:10.244Z PASS [ 0.094s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
52482024-10-14T08:00:10.286Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
52492024-10-14T08:00:10.321Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
52502024-10-14T08:00:10.374Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
52512024-10-14T08:00:10.428Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
52522024-10-14T08:00:10.486Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
52532024-10-14T08:00:10.551Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
52542024-10-14T08:00:10.715Z PASS [ 0.163s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
52552024-10-14T08:00:11.215Z PASS [ 25.861s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
52562024-10-14T08:00:11.282Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
52572024-10-14T08:00:11.332Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
52582024-10-14T08:00:11.419Z PASS [ 0.092s] nexus-reconfigurator-planning example::tests::builder_zone_counts
52592024-10-14T08:00:11.462Z PASS [ 0.041s] nexus-reconfigurator-planning example::tests::instances_on_examples
52602024-10-14T08:00:11.499Z PASS [ 0.040s] nexus-reconfigurator-planning ip_allocator::test::test_basic
52612024-10-14T08:00:11.594Z PASS [ 0.095s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
52622024-10-14T08:00:11.795Z PASS [ 0.145s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
52632024-10-14T08:00:11.932Z PASS [ 0.191s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
52642024-10-14T08:00:11.955Z PASS [ 35.041s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
52652024-10-14T08:00:12.075Z PASS [ 0.134s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
52662024-10-14T08:00:12.106Z PASS [ 0.172s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
52672024-10-14T08:00:12.191Z PASS [ 0.109s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
52682024-10-14T08:00:12.243Z PASS [ 0.133s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
52692024-10-14T08:00:12.263Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
52702024-10-14T08:00:12.373Z PASS [ 0.135s] nexus-reconfigurator-planning planner::test::test_expunge_all_clickhouse_cluster_zones_after_policy_is_disabled
52712024-10-14T08:00:12.406Z PASS [ 0.140s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
52722024-10-14T08:00:12.478Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
52732024-10-14T08:00:12.491Z PASS [ 0.118s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
52742024-10-14T08:00:12.583Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
52752024-10-14T08:00:12.616Z PASS [ 0.109s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
52762024-10-14T08:00:12.695Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
52772024-10-14T08:00:12.698Z PASS [ 27.080s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
52782024-10-14T08:00:12.733Z PASS [ 0.125s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
52792024-10-14T08:00:12.816Z PASS [ 0.159s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
52802024-10-14T08:00:12.838Z PASS [ 30.112s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
52812024-10-14T08:00:12.867Z PASS [ 0.050s] nexus-saga-recovery recovery::test::test_read_all_from_channel
52822024-10-14T08:00:12.930Z PASS [ 0.051s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
52832024-10-14T08:00:12.986Z PASS [ 0.265s] nexus-saga-recovery recovery::test::test_execution_basic
52842024-10-14T08:00:12.986Z PASS [ 0.107s] nexus-saga-recovery test::test_basic
52852024-10-14T08:00:12.986Z PASS [ 0.218s] nexus-saga-recovery recovery::test::test_plan_basic
52862024-10-14T08:00:13.018Z PASS [ 0.077s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
52872024-10-14T08:00:13.119Z PASS [ 0.098s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
52882024-10-14T08:00:13.119Z PASS [ 0.153s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
52892024-10-14T08:00:13.119Z PASS [ 0.143s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
52902024-10-14T08:00:13.138Z PASS [ 0.036s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
52912024-10-14T08:00:13.138Z PASS [ 0.161s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
52922024-10-14T08:00:13.146Z PASS [ 0.042s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
52932024-10-14T08:00:13.201Z PASS [ 0.047s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
52942024-10-14T08:00:13.242Z PASS [ 0.039s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
52952024-10-14T08:00:13.321Z PASS [ 0.062s] nexus-types external_api::shared::test::test_policy_parsing
52962024-10-14T08:00:13.729Z PASS [ 0.423s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
52972024-10-14T08:00:14.032Z PASS [ 0.314s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
52982024-10-14T08:00:14.343Z PASS [ 0.310s] omicron-certificates tests::test_cert_extended_key_usage
52992024-10-14T08:00:14.644Z PASS [ 0.294s] omicron-certificates tests::test_common_name_is_validated
53002024-10-14T08:00:14.887Z PASS [ 0.251s] omicron-certificates tests::test_subject_alternate_names_are_validated
53012024-10-14T08:00:17.422Z PASS [ 4.291s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
53022024-10-14T08:00:18.997Z PASS [ 4.110s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
53032024-10-14T08:00:19.645Z PASS [ 2.223s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
53042024-10-14T08:00:20.485Z PASS [ 7.345s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
53052024-10-14T08:00:21.706Z PASS [ 2.707s] omicron-clickhouse-admin::integration_test test_lgif_parsing
53062024-10-14T08:00:22.075Z PASS [ 2.424s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
53072024-10-14T08:00:23.616Z PASS [ 10.495s] nexus-types deployment::tri_map::tests::proptest_ops
53082024-10-14T08:00:23.662Z PASS [ 0.050s] omicron-common address::test::test_dns_subnets
53092024-10-14T08:00:23.701Z PASS [ 0.034s] omicron-common address::test::test_ip_range_checks_non_decreasing
53102024-10-14T08:00:23.768Z PASS [ 0.067s] omicron-common address::test::test_ip_range_enum_deserialization
53112024-10-14T08:00:23.810Z PASS [ 0.034s] omicron-common address::test::test_ip_range_iter
53122024-10-14T08:00:23.899Z PASS [ 0.092s] omicron-common address::test::test_ip_range_length
53132024-10-14T08:00:24.024Z PASS [ 0.091s] omicron-common address::test::test_ip_range_try_from
53142024-10-14T08:00:24.151Z PASS [ 0.167s] omicron-common address::test::test_ipv6_subnet_deserialize
53152024-10-14T08:00:24.207Z PASS [ 0.033s] omicron-common address::test::test_sled_address
53162024-10-14T08:00:24.264Z PASS [ 0.072s] omicron-common api::external::error::test::test_bail_unless
53172024-10-14T08:00:24.318Z PASS [ 0.058s] omicron-common api::external::error::test::test_context
53182024-10-14T08:00:24.428Z PASS [ 0.095s] omicron-common api::external::http_pagination::test::test_pagination_examples
53192024-10-14T08:00:24.481Z PASS [ 0.066s] omicron-common api::external::http_pagination::test::test_pagination_schemas
53202024-10-14T08:00:24.537Z PASS [ 0.059s] omicron-common api::external::http_pagination::test::test_scan_by_id
53212024-10-14T08:00:24.580Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_name
53222024-10-14T08:00:24.657Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
53232024-10-14T08:00:24.722Z PASS [ 0.086s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
53242024-10-14T08:00:24.777Z PASS [ 0.066s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
53252024-10-14T08:00:24.901Z PASS [ 0.080s] omicron-common api::external::test::test_bytecount
53262024-10-14T08:00:24.926Z PASS [ 0.056s] omicron-common api::external::test::test_bytecount_display
53272024-10-14T08:00:25.015Z PASS [ 0.092s] omicron-common api::external::test::test_digest
53282024-10-14T08:00:25.045Z PASS [ 0.041s] omicron-common api::external::test::test_firewall_deserialization
53292024-10-14T08:00:25.148Z PASS [ 0.098s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
53302024-10-14T08:00:25.213Z PASS [ 0.067s] omicron-common api::external::test::test_firewall_rule_target_parse
53312024-10-14T08:00:25.260Z PASS [ 0.049s] omicron-common api::external::test::test_hostname_from_str
53322024-10-14T08:00:25.295Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
53332024-10-14T08:00:25.333Z PASS [ 0.039s] omicron-common api::external::test::test_ip_port_range_into_str
53342024-10-14T08:00:25.384Z PASS [ 0.048s] omicron-common api::external::test::test_ipv6_net_operations
53352024-10-14T08:00:25.420Z PASS [ 0.044s] omicron-common api::external::test::test_mac_system_iterator
53362024-10-14T08:00:25.492Z PASS [ 0.045s] omicron-common api::external::test::test_mac_to_int_conversions
53372024-10-14T08:00:25.529Z PASS [ 0.055s] omicron-common api::external::test::test_macaddr
53382024-10-14T08:00:25.589Z PASS [ 0.055s] omicron-common api::external::test::test_name_parse
53392024-10-14T08:00:25.618Z PASS [ 0.042s] omicron-common api::external::test::test_name_parse_from_param
53402024-10-14T08:00:25.650Z PASS [ 0.033s] omicron-common api::external::test::test_resource_name_parse
53412024-10-14T08:00:25.695Z PASS [ 0.035s] omicron-common api::external::test::test_role_name_parse
53422024-10-14T08:00:25.760Z PASS [ 0.073s] omicron-common api::external::test::test_route_destination_parse
53432024-10-14T08:00:25.772Z PASS [ 44.328s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
53442024-10-14T08:00:25.801Z PASS [ 0.031s] omicron-common api::external::test::test_semver_serialize
53452024-10-14T08:00:25.816Z PASS [ 0.058s] omicron-common api::external::test::test_route_target_parse
53462024-10-14T08:00:25.843Z PASS [ 0.031s] omicron-common api::external::test::test_semver_validation
53472024-10-14T08:00:25.854Z PASS [ 0.036s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
53482024-10-14T08:00:25.873Z PASS [ 0.039s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
53492024-10-14T08:00:25.881Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
53502024-10-14T08:00:25.898Z PASS [ 0.025s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
53512024-10-14T08:00:25.912Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
53522024-10-14T08:00:25.969Z PASS [ 0.042s] omicron-common ledger::test::test_create_default_ledger
53532024-10-14T08:00:25.969Z PASS [ 0.055s] omicron-common ledger::test::test_commit_handles_write_failures
53542024-10-14T08:00:25.978Z PASS [ 5.492s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
53552024-10-14T08:00:25.992Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_from_storage
53562024-10-14T08:00:25.992Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
53572024-10-14T08:00:26.005Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
53582024-10-14T08:00:26.043Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_bad_zpool_names
53592024-10-14T08:00:26.045Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_external_zpool_name
53602024-10-14T08:00:26.062Z PASS [ 0.051s] omicron-common zpool_name::test::test_parse_internal_zpool_name
53612024-10-14T08:00:26.062Z PASS [ 0.049s] omicron-common zpool_name::test::test_parse_zpool_name_json
53622024-10-14T08:00:26.077Z PASS [ 0.048s] omicron-common zpool_name::test::test_zpool_name_regex
53632024-10-14T08:00:27.281Z PASS [ 1.219s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
53642024-10-14T08:00:27.281Z PASS [ 1.210s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
53652024-10-14T08:00:27.392Z PASS [ 0.095s] omicron-gateway management_switch::location_map::tests::test_resolve_location
53662024-10-14T08:00:27.392Z PASS [ 0.104s] omicron-gateway management_switch::location_map::tests::test_config_validation
53672024-10-14T08:00:27.540Z PASS [ 0.150s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
53682024-10-14T08:00:27.725Z PASS [ 6.019s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
53692024-10-14T08:00:27.936Z PASS [ 0.558s] omicron-gateway::test_all integration_tests::component_list::component_list
53702024-10-14T08:00:28.022Z PASS [ 0.297s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
53712024-10-14T08:00:28.109Z PASS [ 0.570s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
53722024-10-14T08:00:28.224Z PASS [ 0.288s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
53732024-10-14T08:00:28.259Z PASS [ 6.188s] omicron-cockroach-admin context::tests::test_node_id
53742024-10-14T08:00:32.618Z PASS [ 24.883s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
53752024-10-14T08:00:33.390Z PASS [ 22.678s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
53762024-10-14T08:00:33.746Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53772024-10-14T08:00:46.946Z PASS [ 18.920s] omicron-ls-apis::test_dependencies test_api_dependencies
53782024-10-14T08:00:51.107Z PASS [ 25.025s] omicron-dev::test-omicron-dev test_run_all
53792024-10-14T08:00:51.924Z PASS [ 78.173s] nexus-db-queries policy_test::test_iam_roles_behavior
53802024-10-14T08:00:53.585Z PASS [ 25.355s] omicron-nexus app::background::driver::test::test_driver_basic
53812024-10-14T08:00:55.133Z PASS [ 26.870s] omicron-nexus app::background::init::test::test_dns_propagation_basic
53822024-10-14T08:00:55.529Z PASS [ 27.413s] omicron-nexus app::background::driver::test::test_activation_in_progress
53832024-10-14T08:01:01.800Z PASS [ 8.214s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
53842024-10-14T08:01:01.861Z PASS [ 0.062s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
53852024-10-14T08:01:03.746Z PASS [ 8.608s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
53862024-10-14T08:01:03.987Z PASS [ 8.459s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
53872024-10-14T08:01:04.500Z PASS [ 31.876s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
53882024-10-14T08:01:05.216Z PASS [ 31.821s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
53892024-10-14T08:01:10.890Z PASS [ 18.961s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
53902024-10-14T08:01:14.656Z PASS [ 23.545s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
53912024-10-14T08:01:15.136Z PASS [ 28.186s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
53922024-10-14T08:01:25.018Z PASS [ 23.151s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
53932024-10-14T08:01:26.175Z PASS [ 22.429s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
53942024-10-14T08:01:26.329Z PASS [ 22.339s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
53952024-10-14T08:01:26.355Z PASS [ 21.853s] omicron-nexus app::background::tasks::dns_config::test::test_basic
53962024-10-14T08:01:28.140Z PASS [ 22.920s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
53972024-10-14T08:01:31.791Z PASS [ 20.900s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
53982024-10-14T08:01:45.272Z PASS [ 30.132s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
53992024-10-14T08:01:48.650Z PASS [ 22.291s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
54002024-10-14T08:01:49.619Z PASS [ 21.475s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
54012024-10-14T08:01:50.849Z PASS [ 19.054s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
54022024-10-14T08:01:53.689Z PASS [ 27.509s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
54032024-10-14T08:02:02.294Z PASS [ 47.631s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
54042024-10-14T08:02:04.320Z PASS [ 19.047s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
54052024-10-14T08:02:06.563Z PASS [ 40.229s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
54062024-10-14T08:02:08.701Z PASS [ 20.048s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
54072024-10-14T08:02:10.331Z PASS [ 20.708s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
54082024-10-14T08:02:11.701Z PASS [ 20.851s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
54092024-10-14T08:02:14.512Z PASS [ 20.821s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
54102024-10-14T08:02:18.105Z PASS [ 6.401s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
54112024-10-14T08:02:23.484Z PASS [ 21.185s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
54122024-10-14T08:02:24.399Z PASS [ 0.916s] omicron-nexus app::external_endpoints::test::test_authority
54132024-10-14T08:02:24.496Z PASS [ 0.098s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
54142024-10-14T08:02:24.532Z PASS [ 6.429s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
54152024-10-14T08:02:24.634Z PASS [ 20.311s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
54162024-10-14T08:02:24.662Z PASS [ 0.115s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
54172024-10-14T08:02:24.702Z PASS [ 0.065s] omicron-nexus app::external_endpoints::test::test_no_endpoint
54182024-10-14T08:02:24.705Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
54192024-10-14T08:02:24.769Z PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
54202024-10-14T08:02:24.779Z PASS [ 0.079s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
54212024-10-14T08:02:24.832Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
54222024-10-14T08:02:24.852Z PASS [ 0.074s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
54232024-10-14T08:02:24.892Z PASS [ 0.059s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
54242024-10-14T08:02:25.027Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
54252024-10-14T08:02:26.444Z PASS [ 1.943s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
54262024-10-14T08:02:30.199Z PASS [ 21.495s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
54272024-10-14T08:02:30.755Z PASS [ 20.421s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
54282024-10-14T08:02:34.554Z PASS [ 27.984s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
54292024-10-14T08:02:35.972Z PASS [ 21.455s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
54302024-10-14T08:02:49.571Z PASS [ 84.541s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
54312024-10-14T08:02:57.759Z PASS [ 31.313s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
54322024-10-14T08:02:57.944Z PASS [ 33.049s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
54332024-10-14T08:02:58.128Z PASS [ 33.263s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
54342024-10-14T08:02:59.382Z PASS [ 29.178s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
54352024-10-14T08:03:01.730Z PASS [ 30.969s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
54362024-10-14T08:03:03.011Z PASS [ 28.454s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
54372024-10-14T08:03:30.904Z PASS [ 32.954s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
54382024-10-14T08:03:33.110Z PASS [ 33.723s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
54392024-10-14T08:03:33.268Z PASS [ 35.141s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
54402024-10-14T08:03:34.820Z PASS [ 37.056s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
54412024-10-14T08:03:35.982Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54422024-10-14T08:03:38.187Z PASS [ 35.171s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
54432024-10-14T08:03:39.980Z PASS [ 38.226s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
54442024-10-14T08:03:49.581Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54452024-10-14T08:04:06.045Z PASS [ 32.929s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
54462024-10-14T08:04:06.059Z PASS [ 35.150s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
54472024-10-14T08:04:11.230Z PASS [ 33.038s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
54482024-10-14T08:04:11.282Z PASS [ 36.456s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
54492024-10-14T08:04:12.758Z PASS [ 32.794s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
54502024-10-14T08:04:13.011Z PASS [ 39.737s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
54512024-10-14T08:04:35.594Z PASS [ 29.530s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
54522024-10-14T08:04:35.993Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54532024-10-14T08:04:40.800Z PASS [ 28.036s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
54542024-10-14T08:04:40.828Z PASS [ 27.814s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
54552024-10-14T08:04:40.868Z PASS [ 29.580s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
54562024-10-14T08:04:46.723Z PASS [ 35.486s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
54572024-10-14T08:04:49.591Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54582024-10-14T08:05:06.055Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54592024-10-14T08:05:09.731Z PASS [ 28.898s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
54602024-10-14T08:05:10.793Z PASS [ 29.988s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
54612024-10-14T08:05:12.198Z PASS [ 31.326s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
54622024-10-14T08:05:20.288Z PASS [ 74.227s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54632024-10-14T08:05:35.604Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54642024-10-14T08:05:36.004Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54652024-10-14T08:05:40.907Z PASS [ 31.170s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
54662024-10-14T08:05:42.432Z PASS [ 31.634s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
54672024-10-14T08:05:46.733Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54682024-10-14T08:05:49.602Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54692024-10-14T08:05:51.910Z PASS [ 31.621s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
54702024-10-14T08:06:12.208Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54712024-10-14T08:06:21.966Z PASS [ 30.053s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
54722024-10-14T08:06:23.029Z PASS [ 42.117s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
54732024-10-14T08:06:24.226Z PASS [ 108.614s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54742024-10-14T08:06:36.014Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54752024-10-14T08:06:42.443Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54762024-10-14T08:06:46.743Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54772024-10-14T08:06:49.612Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54782024-10-14T08:06:53.245Z PASS [ 31.271s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
54792024-10-14T08:06:54.917Z PASS [ 30.687s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
54802024-10-14T08:06:58.796Z PASS [ 132.053s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54812024-10-14T08:07:09.811Z PASS [ 117.596s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54822024-10-14T08:07:23.040Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54832024-10-14T08:07:24.467Z PASS [ 31.220s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
54842024-10-14T08:07:28.995Z PASS [ 30.195s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
54852024-10-14T08:07:36.025Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54862024-10-14T08:07:36.935Z PASS [ 73.895s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54872024-10-14T08:07:40.905Z PASS [ 31.089s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
54882024-10-14T08:07:42.453Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54892024-10-14T08:07:49.623Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54902024-10-14T08:07:54.927Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54912024-10-14T08:07:59.707Z PASS [ 30.706s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
54922024-10-14T08:08:09.324Z PASS [ 32.383s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
54932024-10-14T08:08:24.478Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54942024-10-14T08:08:31.190Z PASS [ 31.478s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
54952024-10-14T08:08:33.112Z PASS [ 170.653s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54962024-10-14T08:08:36.035Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54972024-10-14T08:08:40.915Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54982024-10-14T08:08:43.544Z PASS [ 79.064s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54992024-10-14T08:08:49.634Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55002024-10-14T08:08:54.937Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
55012024-10-14T08:09:04.451Z PASS [ 33.256s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
55022024-10-14T08:09:04.724Z PASS [ 31.608s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
55032024-10-14T08:09:06.415Z PASS [ 131.472s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
55042024-10-14T08:09:09.335Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
55052024-10-14T08:09:28.723Z PASS [ 45.173s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
55062024-10-14T08:09:28.760Z PASS [ 22.347s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
55072024-10-14T08:09:33.076Z PASS [ 28.621s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
55082024-10-14T08:09:36.044Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55092024-10-14T08:09:36.581Z PASS [ 31.852s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
55102024-10-14T08:09:38.710Z PASS [ 117.787s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
55112024-10-14T08:09:49.645Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55122024-10-14T08:09:50.432Z PASS [ 21.705s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
55132024-10-14T08:09:56.610Z PASS [ 20.025s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
55142024-10-14T08:10:01.057Z PASS [ 32.292s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
55152024-10-14T08:10:02.058Z PASS [ 28.977s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
55162024-10-14T08:10:05.575Z PASS [ 116.232s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
55172024-10-14T08:10:06.733Z PASS [ 28.019s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
55182024-10-14T08:10:10.714Z PASS [ 20.279s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
55192024-10-14T08:10:27.480Z PASS [ 21.902s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
55202024-10-14T08:10:27.561Z PASS [ 0.081s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
55212024-10-14T08:10:32.557Z PASS [ 31.495s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
55222024-10-14T08:10:33.049Z PASS [ 30.987s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
55232024-10-14T08:10:33.085Z PASS [ 36.469s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
55242024-10-14T08:10:36.056Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55252024-10-14T08:10:49.655Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55262024-10-14T08:10:53.960Z PASS [ 20.873s] omicron-nexus app::sagas::test_saga::test_saga_stuck
55272024-10-14T08:10:55.910Z PASS [ 28.344s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
55282024-10-14T08:11:06.744Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55292024-10-14T08:11:10.197Z PASS [ 37.141s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
55302024-10-14T08:11:10.669Z PASS [ 38.106s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
55312024-10-14T08:11:10.724Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
55322024-10-14T08:11:10.740Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_accept_gz
55332024-10-14T08:11:10.802Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
55342024-10-14T08:11:10.862Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
55352024-10-14T08:11:10.918Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
55362024-10-14T08:11:10.980Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
55372024-10-14T08:11:11.051Z PASS [ 0.068s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
55382024-10-14T08:11:11.104Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
55392024-10-14T08:11:11.167Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_relative_uri
55402024-10-14T08:11:16.449Z PASS [ 6.252s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
55412024-10-14T08:11:20.012Z PASS [ 24.098s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
55422024-10-14T08:11:25.412Z PASS [ 31.446s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
55432024-10-14T08:11:33.243Z PASS [ 82.515s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
55442024-10-14T08:11:35.107Z PASS [ 1.865s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
55452024-10-14T08:11:36.065Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55462024-10-14T08:11:36.409Z PASS [ 1.302s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
55472024-10-14T08:11:36.902Z PASS [ 0.493s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
55482024-10-14T08:11:37.492Z PASS [ 21.041s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
55492024-10-14T08:11:39.444Z PASS [ 19.429s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
55502024-10-14T08:11:46.765Z PASS [ 21.349s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
55512024-10-14T08:11:49.665Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55522024-10-14T08:11:51.645Z PASS [ 555.588s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55532024-10-14T08:11:57.673Z PASS [ 20.174s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
55542024-10-14T08:11:58.560Z PASS [ 21.650s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
55552024-10-14T08:12:00.310Z PASS [ 20.863s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
55562024-10-14T08:12:05.321Z PASS [ 555.664s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55572024-10-14T08:12:06.754Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55582024-10-14T08:12:06.892Z PASS [ 20.124s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
55592024-10-14T08:12:11.176Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
55602024-10-14T08:12:13.741Z PASS [ 22.092s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
55612024-10-14T08:12:18.883Z PASS [ 20.322s] omicron-nexus::test_all integration_tests::basic::test_ping
55622024-10-14T08:12:19.052Z PASS [ 21.376s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
55632024-10-14T08:12:27.303Z PASS [ 20.408s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
55642024-10-14T08:12:28.061Z PASS [ 27.746s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
55652024-10-14T08:12:30.595Z PASS [ 79.419s] omicron-nexus populate::test::test_populators
55662024-10-14T08:12:33.002Z PASS [ 19.258s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
55672024-10-14T08:12:36.895Z PASS [ 18.009s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
55682024-10-14T08:12:37.073Z PASS [ 18.018s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
55692024-10-14T08:12:37.627Z PASS [ 32.301s] omicron-nexus::test_all integration_tests::basic::test_projects_list
55702024-10-14T08:12:38.047Z PASS [ 0.419s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
55712024-10-14T08:12:41.278Z PASS [ 4.204s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
55722024-10-14T08:12:41.305Z PASS [ 4.409s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
55732024-10-14T08:12:47.144Z PASS [ 19.839s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
55742024-10-14T08:12:50.289Z PASS [ 22.223s] omicron-nexus::test_all integration_tests::certificates::test_crud
55752024-10-14T08:12:51.336Z PASS [ 20.739s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
55762024-10-14T08:12:59.449Z PASS [ 21.398s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
55772024-10-14T08:13:01.353Z PASS [ 28.344s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
55782024-10-14T08:13:02.789Z PASS [ 21.509s] omicron-nexus::test_all integration_tests::console_api::test_assets
55792024-10-14T08:13:02.969Z PASS [ 21.660s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
55802024-10-14T08:13:06.766Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55812024-10-14T08:13:09.912Z PASS [ 18.571s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
55822024-10-14T08:13:12.655Z PASS [ 25.488s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
55832024-10-14T08:13:17.074Z PASS [ 26.781s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
55842024-10-14T08:13:22.041Z PASS [ 22.588s] omicron-nexus::test_all integration_tests::console_api::test_session_me
55852024-10-14T08:13:23.602Z PASS [ 22.247s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
55862024-10-14T08:13:25.211Z PASS [ 22.240s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
55872024-10-14T08:13:29.854Z PASS [ 27.060s] omicron-nexus::test_all integration_tests::console_api::test_sessions
55882024-10-14T08:13:46.657Z PASS [ 21.442s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
55892024-10-14T08:13:48.109Z PASS [ 38.193s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
55902024-10-14T08:13:48.660Z PASS [ 36.018s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
55912024-10-14T08:13:49.391Z PASS [ 19.534s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
55922024-10-14T08:13:52.658Z PASS [ 29.050s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
55932024-10-14T08:13:55.580Z PASS [ 38.499s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
55942024-10-14T08:14:00.622Z PASS [ 38.576s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
55952024-10-14T08:14:06.775Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55962024-10-14T08:14:19.459Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
55972024-10-14T08:14:19.928Z PASS [ 30.532s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
55982024-10-14T08:14:20.228Z PASS [ 33.565s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
55992024-10-14T08:14:22.326Z PASS [ 29.664s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
56002024-10-14T08:14:24.439Z PASS [ 28.856s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
56012024-10-14T08:14:27.645Z PASS [ 27.020s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
56022024-10-14T08:14:29.324Z PASS [ 41.208s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
56032024-10-14T08:14:52.579Z PASS [ 24.927s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
56042024-10-14T08:14:53.463Z PASS [ 31.133s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
56052024-10-14T08:14:53.785Z PASS [ 24.456s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
56062024-10-14T08:14:54.589Z PASS [ 30.147s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
56072024-10-14T08:15:00.929Z PASS [ 41.462s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
56082024-10-14T08:15:06.786Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56092024-10-14T08:15:09.037Z PASS [ 49.100s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
56102024-10-14T08:15:16.086Z PASS [ 55.849s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
56112024-10-14T08:15:18.344Z PASS [ 24.876s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
56122024-10-14T08:15:22.664Z PASS [ 30.080s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
56132024-10-14T08:15:25.770Z PASS [ 31.979s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
56142024-10-14T08:15:32.151Z PASS [ 31.218s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
56152024-10-14T08:15:40.459Z PASS [ 45.862s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
56162024-10-14T08:15:41.832Z PASS [ 32.791s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
56172024-10-14T08:15:48.213Z PASS [ 32.124s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
56182024-10-14T08:15:52.430Z PASS [ 29.761s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
56192024-10-14T08:15:55.357Z PASS [ 37.009s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
56202024-10-14T08:15:57.663Z PASS [ 31.888s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
56212024-10-14T08:16:01.680Z PASS [ 29.523s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
56222024-10-14T08:16:06.796Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56232024-10-14T08:16:10.510Z PASS [ 30.045s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
56242024-10-14T08:16:12.198Z PASS [ 30.362s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
56252024-10-14T08:16:16.413Z PASS [ 28.196s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
56262024-10-14T08:16:19.916Z PASS [ 27.482s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
56272024-10-14T08:16:27.744Z PASS [ 30.077s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
56282024-10-14T08:16:27.782Z PASS [ 32.419s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
56292024-10-14T08:16:35.463Z PASS [ 33.778s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
56302024-10-14T08:16:44.567Z PASS [ 24.648s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
56312024-10-14T08:16:50.341Z PASS [ 39.826s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
56322024-10-14T08:16:53.826Z PASS [ 26.039s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
56332024-10-14T08:17:03.599Z PASS [ 35.849s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
56342024-10-14T08:17:04.504Z PASS [ 52.300s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
56352024-10-14T08:17:06.807Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56362024-10-14T08:17:08.400Z PASS [ 51.979s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
56372024-10-14T08:17:08.763Z PASS [ 24.193s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
56382024-10-14T08:17:09.115Z PASS [ 0.353s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
56392024-10-14T08:17:10.241Z PASS [ 34.774s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
56402024-10-14T08:17:10.695Z PASS [ 0.453s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
56412024-10-14T08:17:11.302Z PASS [ 0.606s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
56422024-10-14T08:17:12.719Z PASS [ 3.602s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
56432024-10-14T08:17:13.325Z PASS [ 22.980s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
56442024-10-14T08:17:16.505Z PASS [ 22.677s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
56452024-10-14T08:17:29.868Z PASS [ 26.266s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
56462024-10-14T08:17:31.050Z PASS [ 26.527s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
56472024-10-14T08:17:34.747Z PASS [ 26.343s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
56482024-10-14T08:17:40.769Z PASS [ 29.463s] omicron-nexus::test_all integration_tests::images::test_image_create
56492024-10-14T08:17:45.140Z PASS [ 32.416s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
56502024-10-14T08:17:48.333Z PASS [ 31.821s] omicron-nexus::test_all integration_tests::images::test_image_promotion
56512024-10-14T08:17:48.917Z PASS [ 35.588s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
56522024-10-14T08:17:56.761Z PASS [ 7.843s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
56532024-10-14T08:17:58.049Z PASS [ 9.718s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
56542024-10-14T08:17:58.553Z PASS [ 28.680s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
56552024-10-14T08:17:59.393Z PASS [ 28.353s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
56562024-10-14T08:18:00.215Z PASS [ 15.072s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
56572024-10-14T08:18:02.683Z PASS [ 27.931s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
56582024-10-14T08:18:04.134Z PASS [ 23.362s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
56592024-10-14T08:18:06.817Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56602024-10-14T08:18:26.324Z PASS [ 28.267s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
56612024-10-14T08:18:27.438Z PASS [ 27.222s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
56622024-10-14T08:18:31.966Z PASS [ 32.566s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
56632024-10-14T08:18:32.142Z PASS [ 29.454s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
56642024-10-14T08:18:32.544Z PASS [ 35.777s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
56652024-10-14T08:18:33.327Z PASS [ 29.187s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
56662024-10-14T08:18:55.924Z PASS [ 23.778s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
56672024-10-14T08:18:56.540Z PASS [ 24.571s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
56682024-10-14T08:18:58.563Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
56692024-10-14T08:19:01.416Z PASS [ 33.969s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
56702024-10-14T08:19:06.132Z PASS [ 33.582s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
56712024-10-14T08:19:06.828Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56722024-10-14T08:19:10.018Z PASS [ 43.687s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
56732024-10-14T08:19:14.669Z PASS [ 41.334s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
56742024-10-14T08:19:17.968Z PASS [ 22.040s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
56752024-10-14T08:19:25.643Z PASS [ 558.823s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56762024-10-14T08:19:34.361Z PASS [ 37.814s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
56772024-10-14T08:19:35.196Z PASS [ 20.525s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
56782024-10-14T08:19:37.224Z PASS [ 27.204s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56792024-10-14T08:19:44.856Z PASS [ 38.718s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
56802024-10-14T08:19:47.400Z PASS [ 29.428s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
56812024-10-14T08:19:58.574Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
56822024-10-14T08:20:01.426Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56832024-10-14T08:20:01.702Z PASS [ 36.054s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
56842024-10-14T08:20:07.477Z PASS [ 30.248s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
56852024-10-14T08:20:08.418Z PASS [ 33.217s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
56862024-10-14T08:20:08.925Z PASS [ 34.557s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
56872024-10-14T08:20:17.363Z PASS [ 32.501s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
56882024-10-14T08:20:21.612Z PASS [ 80.184s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56892024-10-14T08:20:22.756Z PASS [ 35.350s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
56902024-10-14T08:20:33.171Z PASS [ 24.736s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
56912024-10-14T08:20:34.423Z PASS [ 26.943s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
56922024-10-14T08:20:37.173Z PASS [ 28.239s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
56932024-10-14T08:20:45.436Z PASS [ 28.071s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
56942024-10-14T08:20:47.304Z PASS [ 45.595s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
56952024-10-14T08:20:47.777Z PASS [ 26.158s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
56962024-10-14T08:20:50.676Z PASS [ 27.916s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
56972024-10-14T08:20:58.584Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
56982024-10-14T08:21:01.671Z PASS [ 28.510s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
56992024-10-14T08:21:02.260Z PASS [ 27.832s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
57002024-10-14T08:21:19.620Z PASS [ 31.838s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
57012024-10-14T08:21:20.291Z PASS [ 43.117s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
57022024-10-14T08:21:20.879Z PASS [ 35.431s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
57032024-10-14T08:21:21.479Z PASS [ 34.167s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
57042024-10-14T08:21:24.663Z PASS [ 206.078s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
57052024-10-14T08:21:24.878Z PASS [ 34.196s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
57062024-10-14T08:21:39.670Z PASS [ 37.994s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
57072024-10-14T08:21:42.538Z PASS [ 22.244s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
57082024-10-14T08:21:43.456Z PASS [ 21.976s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
57092024-10-14T08:21:44.827Z PASS [ 42.560s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
57102024-10-14T08:21:50.419Z PASS [ 25.538s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
57112024-10-14T08:21:53.475Z PASS [ 28.808s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
57122024-10-14T08:21:55.346Z PASS [ 34.467s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
57132024-10-14T08:21:58.730Z PASS [ 39.107s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
57142024-10-14T08:22:03.986Z PASS [ 24.310s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
57152024-10-14T08:22:13.203Z PASS [ 29.740s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
57162024-10-14T08:22:13.261Z PASS [ 30.718s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
57172024-10-14T08:22:15.129Z PASS [ 19.781s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
57182024-10-14T08:22:18.642Z PASS [ 28.218s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
57192024-10-14T08:22:19.576Z PASS [ 20.842s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
57202024-10-14T08:22:24.751Z PASS [ 39.917s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
57212024-10-14T08:22:24.882Z PASS [ 31.403s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
57222024-10-14T08:22:25.039Z PASS [ 21.047s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
57232024-10-14T08:22:35.313Z PASS [ 22.048s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
57242024-10-14T08:22:36.364Z PASS [ 23.159s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
57252024-10-14T08:22:47.327Z PASS [ 22.286s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
57262024-10-14T08:22:54.140Z PASS [ 39.004s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
57272024-10-14T08:22:54.671Z PASS [ 35.087s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
57282024-10-14T08:22:55.555Z PASS [ 36.907s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
57292024-10-14T08:22:56.703Z PASS [ 20.337s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
57302024-10-14T08:22:56.843Z PASS [ 31.954s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
57312024-10-14T08:22:58.284Z PASS [ 22.968s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
57322024-10-14T08:22:59.829Z PASS [ 35.073s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
57332024-10-14T08:23:08.627Z PASS [ 21.297s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
57342024-10-14T08:23:17.212Z PASS [ 23.068s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
57352024-10-14T08:23:17.633Z PASS [ 22.961s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
57362024-10-14T08:23:17.968Z PASS [ 22.410s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
57372024-10-14T08:23:19.343Z PASS [ 22.496s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
57382024-10-14T08:23:20.112Z PASS [ 23.405s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
57392024-10-14T08:23:21.857Z PASS [ 22.017s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
57402024-10-14T08:23:22.215Z PASS [ 23.929s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
57412024-10-14T08:23:34.890Z PASS [ 26.259s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
57422024-10-14T08:23:40.555Z PASS [ 22.918s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
57432024-10-14T08:23:42.651Z PASS [ 25.435s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
57442024-10-14T08:23:45.254Z PASS [ 23.034s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
57452024-10-14T08:23:50.641Z PASS [ 28.788s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
57462024-10-14T08:23:50.650Z PASS [ 32.678s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
57472024-10-14T08:23:55.010Z PASS [ 20.116s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
57482024-10-14T08:24:04.001Z PASS [ 23.441s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
57492024-10-14T08:24:06.520Z PASS [ 47.172s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
57502024-10-14T08:24:18.622Z PASS [ 27.975s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
57512024-10-14T08:24:18.997Z PASS [ 28.340s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
57522024-10-14T08:24:19.323Z PASS [ 36.666s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
57532024-10-14T08:24:20.122Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
57542024-10-14T08:24:22.629Z PASS [ 62.505s] omicron-nexus::test_all integration_tests::metrics::test_metrics
57552024-10-14T08:24:23.488Z PASS [ 28.473s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
57562024-10-14T08:24:30.610Z PASS [ 45.350s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
57572024-10-14T08:24:47.822Z PASS [ 29.195s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
57582024-10-14T08:24:50.766Z PASS [ 46.759s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
57592024-10-14T08:24:53.113Z PASS [ 46.585s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
57602024-10-14T08:24:54.461Z PASS [ 35.132s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
57612024-10-14T08:24:56.990Z PASS [ 26.376s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
57622024-10-14T08:24:58.699Z PASS [ 36.067s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
57632024-10-14T08:25:00.606Z PASS [ 37.111s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
57642024-10-14T08:25:07.146Z PASS [ 48.142s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
57652024-10-14T08:25:20.027Z PASS [ 25.561s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
57662024-10-14T08:25:20.988Z PASS [ 23.993s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
57672024-10-14T08:25:26.256Z PASS [ 27.551s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
57682024-10-14T08:25:27.632Z PASS [ 27.023s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
57692024-10-14T08:25:29.310Z PASS [ 22.159s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
57702024-10-14T08:25:35.215Z PASS [ 47.386s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
57712024-10-14T08:25:40.687Z PASS [ 49.913s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
57722024-10-14T08:25:48.480Z PASS [ 28.449s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
57732024-10-14T08:25:50.660Z PASS [ 23.026s] omicron-nexus::test_all integration_tests::projects::test_projects
57742024-10-14T08:25:51.622Z PASS [ 25.362s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
57752024-10-14T08:25:52.158Z PASS [ 31.167s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
57762024-10-14T08:25:52.665Z PASS [ 23.353s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
57772024-10-14T08:25:53.124Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57782024-10-14T08:25:54.394Z PASS [ 61.272s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57792024-10-14T08:25:58.294Z PASS [ 17.604s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
57802024-10-14T08:26:11.398Z PASS [ 22.915s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
57812024-10-14T08:26:14.482Z PASS [ 22.857s] omicron-nexus::test_all integration_tests::rack::test_sled_add
57822024-10-14T08:26:14.542Z PASS [ 23.876s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
57832024-10-14T08:26:14.611Z PASS [ 22.448s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
57842024-10-14T08:26:14.792Z PASS [ 22.123s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
57852024-10-14T08:26:15.185Z PASS [ 0.393s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
57862024-10-14T08:26:16.558Z PASS [ 22.161s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
57872024-10-14T08:26:16.659Z PASS [ 18.362s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
57882024-10-14T08:26:17.939Z PASS [ 3.397s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
57892024-10-14T08:26:18.104Z PASS [ 3.493s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
57902024-10-14T08:26:18.498Z PASS [ 3.314s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
57912024-10-14T08:26:19.921Z PASS [ 3.360s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
57922024-10-14T08:26:24.582Z PASS [ 49.359s] omicron-nexus::test_all integration_tests::quotas::test_quotas
57932024-10-14T08:26:24.699Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
57942024-10-14T08:26:24.819Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
57952024-10-14T08:26:24.954Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
57962024-10-14T08:26:25.068Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
57972024-10-14T08:26:25.245Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
57982024-10-14T08:26:31.553Z PASS [ 20.151s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
57992024-10-14T08:26:38.083Z PASS [ 23.596s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
58002024-10-14T08:26:42.073Z PASS [ 23.571s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
58012024-10-14T08:26:42.475Z PASS [ 24.533s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
58022024-10-14T08:26:42.897Z PASS [ 26.234s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
58032024-10-14T08:26:45.660Z PASS [ 25.732s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
58042024-10-14T08:26:45.806Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
58052024-10-14T08:26:47.028Z PASS [ 21.826s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
58062024-10-14T08:26:47.957Z PASS [ 29.848s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
58072024-10-14T08:26:48.058Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
58082024-10-14T08:26:48.146Z PASS [ 0.088s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
58092024-10-14T08:26:52.812Z PASS [ 21.255s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
58102024-10-14T08:27:00.843Z PASS [ 22.757s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
58112024-10-14T08:27:05.131Z PASS [ 22.653s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
58122024-10-14T08:27:05.196Z PASS [ 23.128s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
58132024-10-14T08:27:05.357Z PASS [ 22.462s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
58142024-10-14T08:27:08.340Z PASS [ 22.548s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
58152024-10-14T08:27:08.517Z PASS [ 21.488s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
58162024-10-14T08:27:09.914Z PASS [ 21.773s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
58172024-10-14T08:27:10.535Z PASS [ 17.731s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
58182024-10-14T08:27:15.246Z PASS [ 14.410s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
58192024-10-14T08:27:16.881Z PASS [ 11.751s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
58202024-10-14T08:27:16.994Z PASS [ 8.478s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
58212024-10-14T08:27:24.736Z PASS [ 7.853s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
58222024-10-14T08:27:24.829Z PASS [ 7.832s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
58232024-10-14T08:27:32.679Z PASS [ 7.942s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
58242024-10-14T08:27:32.778Z PASS [ 7.949s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
58252024-10-14T08:27:40.559Z PASS [ 7.877s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
58262024-10-14T08:27:45.178Z PASS [ 4.619s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
58272024-10-14T08:28:28.946Z PASS [ 43.762s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
58282024-10-14T08:28:29.849Z PASS [ 57.061s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
58292024-10-14T08:28:48.931Z PASS [ 19.982s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
58302024-10-14T08:29:07.622Z PASS [ 37.750s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
58312024-10-14T08:29:22.768Z PASS [ 15.158s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
58322024-10-14T08:29:22.877Z PASS [ 15.255s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
58332024-10-14T08:29:23.584Z PASS [ 15.969s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
58342024-10-14T08:29:23.590Z PASS [ 15.966s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
58352024-10-14T08:29:36.554Z PASS [ 47.598s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
58362024-10-14T08:29:38.633Z PASS [ 15.863s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
58372024-10-14T08:29:39.353Z PASS [ 16.473s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
58382024-10-14T08:29:39.486Z PASS [ 15.896s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
58392024-10-14T08:29:39.815Z PASS [ 16.219s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
58402024-10-14T08:30:00.265Z PASS [ 23.690s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
58412024-10-14T08:30:00.268Z PASS [ 23.703s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
58422024-10-14T08:30:00.782Z PASS [ 24.231s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
58432024-10-14T08:30:01.664Z PASS [ 25.116s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
58442024-10-14T08:30:02.113Z PASS [ 23.475s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
58452024-10-14T08:30:03.418Z PASS [ 23.600s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
58462024-10-14T08:30:03.498Z PASS [ 24.142s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
58472024-10-14T08:30:09.203Z PASS [ 29.713s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
58482024-10-14T08:30:23.895Z PASS [ 23.108s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
58492024-10-14T08:30:24.363Z PASS [ 24.099s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
58502024-10-14T08:30:24.728Z PASS [ 23.065s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
58512024-10-14T08:30:25.404Z PASS [ 23.288s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
58522024-10-14T08:30:25.861Z PASS [ 25.598s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
58532024-10-14T08:30:25.862Z PASS [ 22.431s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
58542024-10-14T08:30:29.338Z PASS [ 25.835s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
58552024-10-14T08:30:36.381Z PASS [ 27.173s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
58562024-10-14T08:30:48.499Z PASS [ 23.767s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
58572024-10-14T08:30:49.844Z PASS [ 23.985s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
58582024-10-14T08:30:50.167Z PASS [ 26.269s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
58592024-10-14T08:30:52.624Z PASS [ 23.282s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
58602024-10-14T08:30:54.324Z PASS [ 29.957s] omicron-nexus::test_all integration_tests::silos::test_silos
58612024-10-14T08:30:55.068Z PASS [ 29.202s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
58622024-10-14T08:30:55.278Z PASS [ 29.869s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
58632024-10-14T08:31:10.140Z PASS [ 33.756s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
58642024-10-14T08:31:13.088Z PASS [ 22.918s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
58652024-10-14T08:31:17.497Z PASS [ 24.868s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
58662024-10-14T08:31:19.061Z PASS [ 24.732s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
58672024-10-14T08:31:19.107Z PASS [ 24.034s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
58682024-10-14T08:31:23.521Z PASS [ 4.412s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
58692024-10-14T08:31:25.328Z PASS [ 36.822s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
58702024-10-14T08:31:25.947Z PASS [ 36.098s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
58712024-10-14T08:31:26.753Z PASS [ 1.425s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
58722024-10-14T08:31:28.091Z PASS [ 4.569s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
58732024-10-14T08:31:30.344Z PASS [ 4.396s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
58742024-10-14T08:31:31.105Z PASS [ 4.352s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
58752024-10-14T08:31:31.662Z PASS [ 36.378s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
58762024-10-14T08:31:34.548Z PASS [ 2.885s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
58772024-10-14T08:31:36.257Z PASS [ 26.111s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
58782024-10-14T08:31:44.526Z PASS [ 31.433s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
58792024-10-14T08:31:47.312Z PASS [ 29.810s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
58802024-10-14T08:31:47.389Z PASS [ 28.323s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
58812024-10-14T08:31:49.833Z PASS [ 21.739s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
58822024-10-14T08:31:54.083Z PASS [ 19.533s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
58832024-10-14T08:32:00.482Z PASS [ 24.221s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
58842024-10-14T08:32:04.066Z PASS [ 19.535s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
58852024-10-14T08:32:07.210Z PASS [ 36.860s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
58862024-10-14T08:32:08.669Z PASS [ 21.352s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
58872024-10-14T08:32:23.507Z PASS [ 33.670s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
58882024-10-14T08:32:23.789Z PASS [ 36.395s] omicron-nexus::test_all integration_tests::utilization::test_utilization
58892024-10-14T08:32:28.033Z PASS [ 33.943s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
58902024-10-14T08:32:29.195Z PASS [ 28.708s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
58912024-10-14T08:32:31.116Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58922024-10-14T08:32:36.329Z PASS [ 32.261s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
58932024-10-14T08:32:41.960Z PASS [ 33.288s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
58942024-10-14T08:32:42.759Z PASS [ 35.543s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
58952024-10-14T08:32:58.246Z PASS [ 34.732s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
58962024-10-14T08:32:59.639Z PASS [ 35.845s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
58972024-10-14T08:33:02.382Z PASS [ 34.344s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
58982024-10-14T08:33:02.504Z PASS [ 33.304s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
58992024-10-14T08:33:04.291Z PASS [ 27.957s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
59002024-10-14T08:33:07.381Z PASS [ 25.417s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
59012024-10-14T08:33:15.515Z PASS [ 104.393s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
59022024-10-14T08:33:19.541Z PASS [ 36.777s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
59032024-10-14T08:33:35.634Z PASS [ 37.384s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
59042024-10-14T08:33:38.055Z PASS [ 30.669s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
59052024-10-14T08:33:39.731Z PASS [ 40.085s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
59062024-10-14T08:33:42.815Z PASS [ 40.304s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
59072024-10-14T08:33:43.356Z PASS [ 40.965s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
59082024-10-14T08:33:45.491Z PASS [ 41.193s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
59092024-10-14T08:33:51.263Z PASS [ 35.743s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
59102024-10-14T08:33:52.757Z PASS [ 33.209s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
59112024-10-14T08:33:57.210Z PASS [ 21.571s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
59122024-10-14T08:34:00.326Z PASS [ 22.268s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
59132024-10-14T08:34:01.194Z PASS [ 21.462s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
59142024-10-14T08:34:03.867Z PASS [ 20.508s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
59152024-10-14T08:34:04.839Z PASS [ 22.022s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
59162024-10-14T08:34:07.019Z PASS [ 21.523s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
59172024-10-14T08:34:11.465Z PASS [ 20.198s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
59182024-10-14T08:34:13.595Z PASS [ 20.835s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
59192024-10-14T08:34:19.305Z PASS [ 22.091s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
59202024-10-14T08:34:23.669Z PASS [ 22.469s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
59212024-10-14T08:34:23.956Z PASS [ 23.624s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
59222024-10-14T08:34:25.313Z PASS [ 21.444s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
59232024-10-14T08:34:25.456Z PASS [ 20.614s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
59242024-10-14T08:34:29.371Z PASS [ 22.350s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
59252024-10-14T08:34:32.943Z PASS [ 21.475s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
59262024-10-14T08:34:34.375Z PASS [ 20.776s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
59272024-10-14T08:34:40.141Z PASS [ 20.835s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
59282024-10-14T08:34:44.327Z PASS [ 20.656s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
59292024-10-14T08:34:44.873Z PASS [ 20.915s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
59302024-10-14T08:34:47.799Z PASS [ 22.482s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
59312024-10-14T08:34:47.832Z PASS [ 22.372s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
59322024-10-14T08:34:49.748Z PASS [ 20.373s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
59332024-10-14T08:34:54.291Z PASS [ 21.343s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
59342024-10-14T08:34:55.875Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
59352024-10-14T08:35:03.037Z PASS [ 22.892s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
59362024-10-14T08:35:07.815Z PASS [ 23.485s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
59372024-10-14T08:35:07.969Z PASS [ 23.090s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
59382024-10-14T08:35:09.709Z PASS [ 21.872s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
59392024-10-14T08:35:13.169Z PASS [ 25.367s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
59402024-10-14T08:35:15.839Z PASS [ 26.088s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
59412024-10-14T08:35:23.985Z PASS [ 28.106s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
59422024-10-14T08:35:25.101Z PASS [ 30.807s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
59432024-10-14T08:35:25.217Z PASS [ 0.115s] omicron-package dot::test::test_bad_dependency
59442024-10-14T08:35:25.272Z PASS [ 0.052s] omicron-package dot::test::test_dot_output
59452024-10-14T08:35:31.023Z PASS [ 7.038s] omicron-omdb::test_all_output test_omdb_usage_errors
59462024-10-14T08:35:31.051Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
59472024-10-14T08:35:32.063Z PASS [ 6.795s] omicron-passwords test::test_compatible
59482024-10-14T08:35:33.348Z PASS [ 2.289s] omicron-passwords test::test_reproducible
59492024-10-14T08:35:33.394Z PASS [ 0.051s] omicron-passwords test::test_stable
59502024-10-14T08:35:33.419Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
59512024-10-14T08:35:33.448Z PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path
59522024-10-14T08:35:33.496Z PASS [ 0.048s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
59532024-10-14T08:35:33.520Z PASS [ 0.024s] omicron-rpaths internal::tests::test_emit_rpath
59542024-10-14T08:35:33.898Z PASS [ 0.379s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
59552024-10-14T08:35:34.276Z PASS [ 26.305s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
59562024-10-14T08:35:34.377Z PASS [ 0.101s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
59572024-10-14T08:35:34.609Z PASS [ 0.612s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
59582024-10-14T08:35:34.612Z PASS [ 0.156s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
59592024-10-14T08:35:34.616Z PASS [ 0.106s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
59602024-10-14T08:35:34.715Z PASS [ 0.098s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
59612024-10-14T08:35:34.777Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
59622024-10-14T08:35:34.844Z PASS [ 0.069s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
59632024-10-14T08:35:34.877Z PASS [ 0.034s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
59642024-10-14T08:35:34.909Z PASS [ 0.032s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
59652024-10-14T08:35:34.946Z PASS [ 0.035s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
59662024-10-14T08:35:34.982Z PASS [ 0.036s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
59672024-10-14T08:35:35.027Z PASS [ 0.041s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
59682024-10-14T08:35:35.057Z PASS [ 0.037s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
59692024-10-14T08:35:35.087Z PASS [ 0.557s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
59702024-10-14T08:35:35.116Z PASS [ 0.059s] omicron-sled-agent config::test::test_smf_configs
59712024-10-14T08:35:35.158Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
59722024-10-14T08:35:35.161Z PASS [ 0.079s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
59732024-10-14T08:35:35.196Z PASS [ 0.036s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
59742024-10-14T08:35:35.219Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
59752024-10-14T08:35:35.239Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
59762024-10-14T08:35:35.251Z PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
59772024-10-14T08:35:35.404Z PASS [ 25.692s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
59782024-10-14T08:35:38.518Z PASS [ 3.282s] omicron-sled-agent instance::tests::test_instance_create_events_normal
59792024-10-14T08:35:38.642Z PASS [ 30.823s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
59802024-10-14T08:35:39.559Z PASS [ 26.386s] omicron-omdb::test_all_output test_omdb_env_settings
59812024-10-14T08:35:39.592Z PASS [ 0.033s] omicron-sled-agent probe_manager::test::probe_state_set_ops
59822024-10-14T08:35:39.629Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
59832024-10-14T08:35:39.658Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_disabled_instance
59842024-10-14T08:35:39.689Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_instance
59852024-10-14T08:35:39.721Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_multiple
59862024-10-14T08:35:39.757Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property
59872024-10-14T08:35:39.792Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group
59882024-10-14T08:35:39.809Z PASS [ 4.406s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
59892024-10-14T08:35:39.822Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service
59902024-10-14T08:35:39.840Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service_property_group
59912024-10-14T08:35:39.853Z PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
59922024-10-14T08:35:39.869Z PASS [ 0.028s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
59932024-10-14T08:35:39.901Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
59942024-10-14T08:35:39.912Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema
59952024-10-14T08:35:39.947Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
59962024-10-14T08:35:39.955Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
59972024-10-14T08:35:39.997Z PASS [ 0.049s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
59982024-10-14T08:35:40.747Z PASS [ 5.493s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
59992024-10-14T08:35:40.884Z PASS [ 2.364s] omicron-sled-agent instance::tests::test_instance_manager_creation
60002024-10-14T08:35:42.888Z PASS [ 2.929s] omicron-sled-agent services::illumos_tests::test_bad_generations
60012024-10-14T08:35:42.955Z PASS [ 2.958s] omicron-sled-agent services::illumos_tests::test_ensure_service
60022024-10-14T08:35:43.220Z PASS [ 2.474s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
60032024-10-14T08:35:43.261Z PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema
60042024-10-14T08:35:43.294Z PASS [ 0.033s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
60052024-10-14T08:35:43.330Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
60062024-10-14T08:35:43.371Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
60072024-10-14T08:35:43.408Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
60082024-10-14T08:35:43.444Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
60092024-10-14T08:35:43.483Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
60102024-10-14T08:35:43.529Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
60112024-10-14T08:35:43.540Z PASS [ 2.655s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
60122024-10-14T08:35:43.573Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
60132024-10-14T08:35:43.599Z PASS [ 11.535s] omicron-passwords test::test_smoke
60142024-10-14T08:35:43.607Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
60152024-10-14T08:35:43.634Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
60162024-10-14T08:35:43.643Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
60172024-10-14T08:35:43.672Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
60182024-10-14T08:35:43.683Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
60192024-10-14T08:35:43.706Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
60202024-10-14T08:35:43.714Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::snapshot_needs_region
60212024-10-14T08:35:43.744Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_no_components
60222024-10-14T08:35:43.752Z PASS [ 0.037s] omicron-sled-agent updates::test::test_query_sled_agent_version
60232024-10-14T08:35:43.788Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_zone_version
60242024-10-14T08:35:43.819Z PASS [ 0.030s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
60252024-10-14T08:35:43.908Z PASS [ 0.153s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
60262024-10-14T08:35:45.358Z PASS [ 42.316s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
60272024-10-14T08:35:45.399Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
60282024-10-14T08:35:45.616Z PASS [ 2.731s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
60292024-10-14T08:35:45.734Z PASS [ 2.779s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
60302024-10-14T08:35:46.614Z PASS [ 3.077s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
60312024-10-14T08:35:46.666Z PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
60322024-10-14T08:35:46.674Z PASS [ 2.769s] omicron-sled-agent zone_bundle::illumos_tests::test_context
60332024-10-14T08:35:46.700Z PASS [ 0.035s] omicron-sled-agent zone_bundle::tests::test_dir_size
60342024-10-14T08:35:46.721Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
60352024-10-14T08:35:46.902Z PASS [ 3.082s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
60362024-10-14T08:35:46.958Z PASS [ 31.115s] omicron-omdb::test_all_output test_omdb_success_cases
60372024-10-14T08:35:47.018Z PASS [ 0.061s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
60382024-10-14T08:35:47.043Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
60392024-10-14T08:35:47.079Z PASS [ 0.175s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
60402024-10-14T08:35:47.202Z PASS [ 0.474s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
60412024-10-14T08:35:47.202Z PASS [ 0.495s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
60422024-10-14T08:35:47.250Z PASS [ 0.047s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
60432024-10-14T08:35:47.283Z PASS [ 0.033s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
60442024-10-14T08:35:47.586Z PASS [ 0.505s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
60452024-10-14T08:35:47.586Z PASS [ 0.539s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
60462024-10-14T08:35:47.592Z PASS [ 0.311s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
60472024-10-14T08:35:47.824Z PASS [ 0.237s] omicron-test-utils dev::db::test::test_bad_cmd
60482024-10-14T08:35:47.989Z PASS [ 0.395s] omicron-test-utils dev::db::test::test_cmd_fails
60492024-10-14T08:35:47.996Z PASS [ 2.382s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
60502024-10-14T08:35:48.033Z PASS [ 0.445s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
60512024-10-14T08:35:48.033Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_fail
60522024-10-14T08:35:48.049Z PASS [ 0.023s] omicron-test-utils dev::db::test::test_make_pg_config_ok
60532024-10-14T08:35:48.064Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_process_exit_abnormal
60542024-10-14T08:35:48.086Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_normal
60552024-10-14T08:35:48.228Z PASS [ 1.031s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
60562024-10-14T08:35:48.243Z PASS [ 0.252s] omicron-test-utils dev::db::test::test_database_start_hang
60572024-10-14T08:35:48.276Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir
60582024-10-14T08:35:48.336Z PASS [ 0.061s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
60592024-10-14T08:35:48.367Z PASS [ 0.030s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
60602024-10-14T08:35:48.400Z PASS [ 0.033s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
60612024-10-14T08:35:48.414Z PASS [ 2.678s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
60622024-10-14T08:35:48.437Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
60632024-10-14T08:35:48.491Z PASS [ 0.076s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
60642024-10-14T08:35:48.518Z PASS [ 3.118s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
60652024-10-14T08:35:48.531Z LEAK [ 0.464s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
60662024-10-14T08:35:48.700Z PASS [ 0.172s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
60672024-10-14T08:35:48.879Z PASS [ 0.435s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
60682024-10-14T08:35:49.012Z PASS [ 0.491s] oximeter test::timeseries_schema_consistency
60692024-10-14T08:35:49.115Z PASS [ 0.230s] oximeter-collector agent::tests::test_self_stat_error_counter
60702024-10-14T08:35:49.115Z PASS [ 0.402s] oximeter-collector agent::tests::test_self_stat_collection_count
60712024-10-14T08:35:49.137Z PASS [ 0.030s] oximeter-collector self_stats::tests::test_failure_reason_serialization
60722024-10-14T08:35:49.194Z PASS [ 0.176s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
60732024-10-14T08:35:49.345Z PASS [ 0.203s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
60742024-10-14T08:35:49.346Z PASS [ 0.151s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
60752024-10-14T08:35:49.375Z PASS [ 0.038s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
60762024-10-14T08:35:49.385Z PASS [ 0.039s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
60772024-10-14T08:35:49.406Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
60782024-10-14T08:35:49.591Z PASS [ 1.103s] openapi-manager check::tests::check_apis_up_to_date
60792024-10-14T08:35:49.650Z PASS [ 0.535s] oximeter-collector::test_commands test_oximeter_no_args
60802024-10-14T08:35:50.619Z PASS [ 1.234s] oximeter-db client::oxql::tests::test_get_entire_table
60812024-10-14T08:35:50.655Z PASS [ 1.254s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
60822024-10-14T08:35:50.737Z PASS [ 0.118s] oximeter-db client::tests::bad_db_connection_test
60832024-10-14T08:35:50.755Z PASS [ 1.153s] oximeter-db client::oxql::tests::test_get_one_timeseries
60842024-10-14T08:35:50.766Z PASS [ 0.111s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
60852024-10-14T08:35:50.810Z PASS [ 0.074s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
60862024-10-14T08:35:50.854Z PASS [ 1.195s] oximeter-db client::oxql::tests::test_limit_operations
60872024-10-14T08:35:51.557Z PASS [ 0.716s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
60882024-10-14T08:35:51.946Z PASS [ 1.129s] oximeter-db client::tests::select_timeseries_with_select_one
60892024-10-14T08:35:52.473Z PASS [ 4.244s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
60902024-10-14T08:35:52.585Z PASS [ 1.026s] oximeter-db client::tests::test_client_select_timeseries_one
60912024-10-14T08:35:52.838Z PASS [ 5.011s] omicron-test-utils dev::db::test::test_database_concurrent
60922024-10-14T08:35:52.949Z PASS [ 1.008s] oximeter-db client::tests::test_database_version_update_is_idempotent
60932024-10-14T08:35:53.418Z PASS [ 0.947s] oximeter-db client::tests::test_database_version_will_not_downgrade
60942024-10-14T08:35:53.777Z PASS [ 0.939s] oximeter-db client::tests::test_differentiate_by_timeseries_name
60952024-10-14T08:35:53.810Z PASS [ 1.227s] oximeter-db client::tests::test_database_version_wipes_old_version
60962024-10-14T08:35:53.904Z PASS [ 0.956s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
60972024-10-14T08:35:53.909Z PASS [ 3.166s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
60982024-10-14T08:35:54.341Z PASS [ 0.923s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
60992024-10-14T08:35:55.095Z PASS [ 1.317s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
61002024-10-14T08:35:55.138Z PASS [ 1.226s] oximeter-db client::tests::test_get_schema_no_new_values
61012024-10-14T08:35:55.146Z PASS [ 1.243s] oximeter-db client::tests::test_field_record_count
61022024-10-14T08:35:55.335Z PASS [ 0.992s] oximeter-db client::tests::test_insert_samples
61032024-10-14T08:35:55.376Z PASS [ 0.042s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
61042024-10-14T08:35:55.417Z PASS [ 0.041s] oximeter-db client::tests::test_read_timeseries_to_delete
61052024-10-14T08:35:55.450Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
61062024-10-14T08:35:55.481Z PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
61072024-10-14T08:35:55.622Z PASS [ 1.811s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
61082024-10-14T08:35:56.008Z PASS [ 0.913s] oximeter-db client::tests::test_is_oximeter_cluster
61092024-10-14T08:35:56.123Z PASS [ 0.975s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
61102024-10-14T08:35:56.168Z PASS [ 1.030s] oximeter-db client::tests::test_list_timeseries
61112024-10-14T08:35:56.622Z PASS [ 1.001s] oximeter-db client::tests::test_schema_mismatch
61122024-10-14T08:35:56.919Z PASS [ 1.427s] oximeter-db client::tests::test_recall_of_all_fields
61132024-10-14T08:35:56.971Z PASS [ 0.947s] oximeter-db client::tests::test_schema_update
61142024-10-14T08:35:57.325Z PASS [ 1.155s] oximeter-db client::tests::test_select_all_field_types
61152024-10-14T08:35:57.346Z PASS [ 1.223s] oximeter-db client::tests::test_select_all_datum_types
61162024-10-14T08:35:57.843Z PASS [ 1.218s] oximeter-db client::tests::test_select_timeseries_with_all
61172024-10-14T08:35:58.503Z PASS [ 1.594s] oximeter-db client::tests::test_select_timeseries_with_limit
61182024-10-14T08:35:58.542Z PASS [ 1.588s] oximeter-db client::tests::test_select_timeseries_with_order
61192024-10-14T08:35:58.567Z PASS [ 1.237s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
61202024-10-14T08:35:58.567Z PASS [ 1.215s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
61212024-10-14T08:35:58.598Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
61222024-10-14T08:35:59.290Z PASS [ 1.446s] oximeter-db client::tests::test_select_timeseries_with_start_time
61232024-10-14T08:35:59.329Z PASS [ 0.039s] oximeter-db client::tests::test_verify_schema_upgrades
61242024-10-14T08:35:59.361Z PASS [ 0.033s] oximeter-db model::tests::test_db_bool
61252024-10-14T08:35:59.503Z PASS [ 0.941s] oximeter-db client::tests::test_unquoted_64bit_integers
61262024-10-14T08:35:59.532Z PASS [ 0.029s] oximeter-db model::tests::test_db_datum_type_conversion
61272024-10-14T08:35:59.552Z PASS [ 1.009s] oximeter-db client::tests::test_timeseries_schema_list
61282024-10-14T08:35:59.560Z PASS [ 0.030s] oximeter-db model::tests::test_db_field_list_conversion
61292024-10-14T08:35:59.576Z PASS [ 0.025s] oximeter-db model::tests::test_db_field_type_conversion
61302024-10-14T08:35:59.585Z PASS [ 0.026s] oximeter-db model::tests::test_db_histogram
61312024-10-14T08:35:59.604Z PASS [ 1.003s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
61322024-10-14T08:35:59.616Z PASS [ 0.030s] oximeter-db model::tests::test_parse_bytes_measurement
61332024-10-14T08:35:59.638Z PASS [ 0.037s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
61342024-10-14T08:35:59.652Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
61352024-10-14T08:35:59.671Z PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
61362024-10-14T08:35:59.683Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
61372024-10-14T08:35:59.701Z PASS [ 0.032s] oximeter-db model::tests::test_unroll_from_source
61382024-10-14T08:35:59.710Z PASS [ 0.026s] oximeter-db model::tests::test_unroll_measurement_row
61392024-10-14T08:35:59.735Z PASS [ 0.032s] oximeter-db model::tests::test_unroll_missing_measurement_row
61402024-10-14T08:35:59.743Z PASS [ 0.033s] oximeter-db native::block::tests::test_data_type_to_string
61412024-10-14T08:35:59.760Z PASS [ 0.027s] oximeter-db native::block::tests::test_datetime64_conversions
61422024-10-14T08:35:59.766Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_invalid_data_type
61432024-10-14T08:35:59.996Z PASS [ 0.358s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
61442024-10-14T08:35:59.996Z PASS [ 0.575s] oximeter-db model::tests::test_db_bool_bad
61452024-10-14T08:36:00.166Z PASS [ 1.661s] oximeter-db client::tests::test_sql_query_output
61462024-10-14T08:36:00.359Z PASS [ 0.598s] oximeter-db native::connection::tests::test_basic_select_query
61472024-10-14T08:36:00.471Z PASS [ 0.701s] oximeter-db native::connection::tests::test_can_cancel_query
61482024-10-14T08:36:00.524Z PASS [ 0.589s] oximeter-db native::connection::tests::test_exchange_hello
61492024-10-14T08:36:00.546Z PASS [ 0.604s] oximeter-db native::connection::tests::test_select_array_column
61502024-10-14T08:36:00.553Z PASS [ 0.030s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
61512024-10-14T08:36:00.574Z PASS [ 0.026s] oximeter-db native::io::block::tests::test_decode_full_block
61522024-10-14T08:36:00.584Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
61532024-10-14T08:36:00.605Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
61542024-10-14T08:36:00.615Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_string_column
61552024-10-14T08:36:00.642Z PASS [ 0.035s] oximeter-db native::io::column::tests::test_decode_uint64_column
61562024-10-14T08:36:00.661Z PASS [ 0.037s] oximeter-db native::io::column::tests::test_decode_uint8_column
61572024-10-14T08:36:00.674Z PASS [ 0.035s] oximeter-db native::io::column::tests::test_decode_uuid_column
61582024-10-14T08:36:00.691Z PASS [ 0.040s] oximeter-db native::io::column::tests::test_encode_decode_column
61592024-10-14T08:36:00.699Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
61602024-10-14T08:36:00.720Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
61612024-10-14T08:36:00.726Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
61622024-10-14T08:36:00.748Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
61632024-10-14T08:36:00.755Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
61642024-10-14T08:36:00.774Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_pong
61652024-10-14T08:36:00.781Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
61662024-10-14T08:36:00.799Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
61672024-10-14T08:36:00.806Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_decode
61682024-10-14T08:36:00.812Z PASS [ 0.650s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
61692024-10-14T08:36:00.821Z PASS [ 0.022s] oximeter-db native::io::string::test::test_encode_hello_world
61702024-10-14T08:36:00.829Z PASS [ 0.023s] oximeter-db native::io::varuint::test_encode_decode_varuint
61712024-10-14T08:36:00.835Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
61722024-10-14T08:36:00.844Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
61732024-10-14T08:36:00.853Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_comparison
61742024-10-14T08:36:00.861Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
61752024-10-14T08:36:00.873Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_double_literal
61762024-10-14T08:36:00.881Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
61772024-10-14T08:36:00.888Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
61782024-10-14T08:36:00.896Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
61792024-10-14T08:36:00.903Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
61802024-10-14T08:36:00.910Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
61812024-10-14T08:36:00.918Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
61822024-10-14T08:36:00.924Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
61832024-10-14T08:36:00.932Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
61842024-10-14T08:36:00.946Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
61852024-10-14T08:36:00.953Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_group_by
61862024-10-14T08:36:00.964Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
61872024-10-14T08:36:00.964Z PASS [ 0.601s] oximeter-db native::connection::tests::test_select_nullable_column
61882024-10-14T08:36:00.970Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_ident
61892024-10-14T08:36:00.997Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
61902024-10-14T08:36:00.999Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
61912024-10-14T08:36:00.999Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
61922024-10-14T08:36:00.999Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
61932024-10-14T08:36:01.006Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
61942024-10-14T08:36:01.014Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
61952024-10-14T08:36:01.021Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
61962024-10-14T08:36:01.029Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
61972024-10-14T08:36:01.050Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_query
61982024-10-14T08:36:01.062Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
61992024-10-14T08:36:01.069Z PASS [ 0.056s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
62002024-10-14T08:36:01.076Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
62012024-10-14T08:36:01.087Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
62022024-10-14T08:36:01.094Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_reducer
62032024-10-14T08:36:01.103Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
62042024-10-14T08:36:01.114Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
62052024-10-14T08:36:01.123Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
62062024-10-14T08:36:01.131Z PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
62072024-10-14T08:36:01.138Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
62082024-10-14T08:36:01.146Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
62092024-10-14T08:36:01.159Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
62102024-10-14T08:36:01.161Z PASS [ 0.685s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
62112024-10-14T08:36:01.161Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
62122024-10-14T08:36:01.189Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
62132024-10-14T08:36:01.189Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
62142024-10-14T08:36:01.189Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
62152024-10-14T08:36:01.192Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
62162024-10-14T08:36:01.197Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
62172024-10-14T08:36:01.203Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
62182024-10-14T08:36:01.210Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
62192024-10-14T08:36:01.219Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
62202024-10-14T08:36:01.227Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
62212024-10-14T08:36:01.236Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
62222024-10-14T08:36:01.244Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
62232024-10-14T08:36:01.251Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
62242024-10-14T08:36:01.259Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
62252024-10-14T08:36:01.267Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
62262024-10-14T08:36:01.276Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
62272024-10-14T08:36:01.284Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
62282024-10-14T08:36:01.292Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits
62292024-10-14T08:36:01.298Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
62302024-10-14T08:36:01.304Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
62312024-10-14T08:36:01.310Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
62322024-10-14T08:36:01.322Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
62332024-10-14T08:36:01.324Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
62342024-10-14T08:36:01.342Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
62352024-10-14T08:36:01.351Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
62362024-10-14T08:36:01.358Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates
62372024-10-14T08:36:01.365Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
62382024-10-14T08:36:01.368Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
62392024-10-14T08:36:01.382Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
62402024-10-14T08:36:01.398Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_query_end_time
62412024-10-14T08:36:01.398Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
62422024-10-14T08:36:01.408Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
62432024-10-14T08:36:01.408Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
62442024-10-14T08:36:01.415Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
62452024-10-14T08:36:01.424Z PASS [ 0.019s] oximeter-db query::tests::test_field_cmp
62462024-10-14T08:36:01.447Z PASS [ 0.021s] oximeter-db query::tests::test_field_selector_as_query
62472024-10-14T08:36:01.449Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_split_query
62482024-10-14T08:36:01.449Z PASS [ 0.030s] oximeter-db query::tests::test_field_value_as_db_str
62492024-10-14T08:36:01.459Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_field_selectors
62502024-10-14T08:36:01.482Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_from_parts
62512024-10-14T08:36:01.482Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_filter_raw
62522024-10-14T08:36:01.490Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_full
62532024-10-14T08:36:01.498Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_limit_offset
62542024-10-14T08:36:01.508Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_no_fields
62552024-10-14T08:36:01.510Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_no_selectors
62562024-10-14T08:36:01.521Z PASS [ 0.024s] oximeter-db query::tests::test_time_range
62572024-10-14T08:36:01.526Z PASS [ 0.039s] oximeter-db query::tests::test_string_field_selector
62582024-10-14T08:36:01.538Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_limit_offset
62592024-10-14T08:36:01.543Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_subqueries
62602024-10-14T08:36:01.548Z PASS [ 0.029s] oximeter-db sql::tests::test_cannot_name_database
62612024-10-14T08:36:01.554Z PASS [ 0.027s] oximeter-db sql::tests::test_ctes_are_not_supported
62622024-10-14T08:36:01.569Z PASS [ 0.029s] oximeter-db sql::tests::test_function_allow_list
62632024-10-14T08:36:01.577Z PASS [ 0.028s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
62642024-10-14T08:36:01.591Z PASS [ 0.036s] oximeter-db sql::tests::test_query_must_be_select_statement
62652024-10-14T08:36:01.598Z PASS [ 0.033s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
62662024-10-14T08:36:01.604Z PASS [ 0.061s] oximeter-db sql::tests::test_join_must_be_inner
62672024-10-14T08:36:01.611Z PASS [ 0.034s] oximeter-db sql::tests::test_require_table_is_timeseries_name
62682024-10-14T08:36:01.617Z PASS [ 0.028s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
62692024-10-14T08:36:01.623Z PASS [ 0.025s] oximeter-db sql::tests::test_with_comma_join_fails
62702024-10-14T08:36:01.628Z PASS [ 0.024s] oximeter-db tests::test_timeseries_key_field_stability
62712024-10-14T08:36:01.634Z PASS [ 0.023s] oximeter-db tests::test_timeseries_key_sample_stability
62722024-10-14T08:36:01.640Z PASS [ 0.022s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
62732024-10-14T08:36:01.717Z PASS [ 0.081s] oximeter-instruments http::tests::test_latency_tracker
62742024-10-14T08:36:01.762Z PASS [ 0.120s] oximeter-instruments kstat::link::tests::test_kstat_interested
62752024-10-14T08:36:02.056Z PASS [ 0.332s] oximeter-instruments kstat::link::tests::test_kstat_sampler
62762024-10-14T08:36:02.095Z PASS [ 0.302s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
62772024-10-14T08:36:02.166Z PASS [ 0.093s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
62782024-10-14T08:36:02.166Z PASS [ 0.108s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
62792024-10-14T08:36:02.225Z PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
62802024-10-14T08:36:02.232Z PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
62812024-10-14T08:36:02.268Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
62822024-10-14T08:36:02.275Z PASS [ 0.052s] oximeter-instruments kstat::link::tests::test_sled_datalink
62832024-10-14T08:36:02.287Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
62842024-10-14T08:36:02.294Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
62852024-10-14T08:36:02.305Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
62862024-10-14T08:36:02.422Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
62872024-10-14T08:36:02.424Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_annotated_field
62882024-10-14T08:36:02.424Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_datum_field
62892024-10-14T08:36:02.424Z PASS [ 0.014s] oximeter-macro-impl tests::test_metric_enum
62902024-10-14T08:36:02.424Z PASS [ 0.013s] oximeter-macro-impl tests::test_metric_without_datum_field
62912024-10-14T08:36:02.424Z PASS [ 0.014s] oximeter-macro-impl tests::test_target
62922024-10-14T08:36:02.424Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_empty_struct
62932024-10-14T08:36:02.424Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_enum
62942024-10-14T08:36:02.426Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_unit_struct
62952024-10-14T08:36:02.426Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_with_datum_field
62962024-10-14T08:36:02.459Z PASS [ 0.071s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
62972024-10-14T08:36:02.483Z PASS [ 0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
62982024-10-14T08:36:02.506Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
62992024-10-14T08:36:02.524Z PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
63002024-10-14T08:36:02.541Z PASS [ 0.017s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
63012024-10-14T08:36:02.569Z PASS [ 0.027s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
63022024-10-14T08:36:02.586Z PASS [ 1.565s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
63032024-10-14T08:36:02.591Z PASS [ 0.023s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
63042024-10-14T08:36:02.633Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
63052024-10-14T08:36:02.633Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
63062024-10-14T08:36:02.663Z PASS [ 0.035s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
63072024-10-14T08:36:02.671Z PASS [ 0.038s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
63082024-10-14T08:36:02.683Z PASS [ 0.021s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
63092024-10-14T08:36:02.688Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
63102024-10-14T08:36:02.702Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
63112024-10-14T08:36:02.709Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
63122024-10-14T08:36:02.716Z PASS [ 14.629s] omicron-test-utils dev::db::test::test_setup_database_default_dir
63132024-10-14T08:36:02.730Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
63142024-10-14T08:36:02.736Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
63152024-10-14T08:36:02.744Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_empty_descriptions
63162024-10-14T08:36:02.755Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_empty_metric_name
63172024-10-14T08:36:02.761Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_target_name
63182024-10-14T08:36:02.767Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_field_names
63192024-10-14T08:36:02.777Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
63202024-10-14T08:36:02.783Z PASS [ 0.021s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
63212024-10-14T08:36:02.788Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
63222024-10-14T08:36:02.800Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
63232024-10-14T08:36:02.805Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
63242024-10-14T08:36:02.810Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
63252024-10-14T08:36:02.820Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
63262024-10-14T08:36:02.828Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
63272024-10-14T08:36:02.835Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
63282024-10-14T08:36:02.843Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
63292024-10-14T08:36:02.852Z PASS [ 0.023s] oximeter-schema ir::tests::only_support_format_version_1
63302024-10-14T08:36:02.858Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
63312024-10-14T08:36:02.864Z PASS [ 0.021s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
63322024-10-14T08:36:02.940Z PASS [ 0.079s] oximeter-test-utils tests::test_sample_struct
63332024-10-14T08:36:02.952Z PASS [ 0.081s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
63342024-10-14T08:36:02.952Z PASS [ 0.093s] oximeter-test-utils tests::test_gen_test_samples
63352024-10-14T08:36:02.961Z PASS [ 0.023s] oximeter-test-utils tests::test_timeseries_schema_from_parts
63362024-10-14T08:36:02.968Z PASS [ 0.022s] oximeter-test-utils tests::test_timeseries_schema_from_sample
63372024-10-14T08:36:03.003Z PASS [ 0.033s] oximeter-types histogram::tests::test_bin_range_from
63382024-10-14T08:36:03.003Z PASS [ 0.027s] oximeter-types histogram::tests::test_bin_range_to
63392024-10-14T08:36:03.003Z PASS [ 0.043s] oximeter-types histogram::tests::test_bin_range
63402024-10-14T08:36:03.010Z PASS [ 0.017s] oximeter-types histogram::tests::test_empty_bins_not_supported
63412024-10-14T08:36:03.014Z PASS [ 0.016s] oximeter-types histogram::tests::test_ensure_finite
63422024-10-14T08:36:03.029Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram
63432024-10-14T08:36:03.038Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_construct_with
63442024-10-14T08:36:03.038Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_extreme_bins
63452024-10-14T08:36:03.045Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_extreme_samples
63462024-10-14T08:36:03.051Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_float_bins
63472024-10-14T08:36:03.058Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unbounded_samples
63482024-10-14T08:36:03.072Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_unsorted_bins
63492024-10-14T08:36:03.082Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
63502024-10-14T08:36:03.084Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_with_bins
63512024-10-14T08:36:03.090Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
63522024-10-14T08:36:03.096Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u64
63532024-10-14T08:36:03.105Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u8
63542024-10-14T08:36:03.119Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
63552024-10-14T08:36:03.130Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
63562024-10-14T08:36:03.134Z PASS [ 0.046s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
63572024-10-14T08:36:03.139Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
63582024-10-14T08:36:03.145Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
63592024-10-14T08:36:03.150Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
63602024-10-14T08:36:03.155Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
63612024-10-14T08:36:03.161Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
63622024-10-14T08:36:03.168Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
63632024-10-14T08:36:03.174Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades
63642024-10-14T08:36:03.182Z PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
63652024-10-14T08:36:03.191Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
63662024-10-14T08:36:03.195Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
63672024-10-14T08:36:03.200Z PASS [ 0.020s] oximeter-types quantile::tests::test_default_percentiles
63682024-10-14T08:36:03.208Z PASS [ 0.018s] oximeter-types quantile::tests::test_empty_observations
63692024-10-14T08:36:03.212Z PASS [ 0.017s] oximeter-types quantile::tests::test_find_cells
63702024-10-14T08:36:03.217Z PASS [ 0.017s] oximeter-types quantile::tests::test_float_observations
63712024-10-14T08:36:03.224Z PASS [ 0.016s] oximeter-types quantile::tests::test_integer_observations
63722024-10-14T08:36:03.228Z PASS [ 0.016s] oximeter-types quantile::tests::test_invalid_p_value
63732024-10-14T08:36:03.235Z PASS [ 0.016s] oximeter-types quantile::tests::test_max_p
63742024-10-14T08:36:03.244Z PASS [ 0.018s] oximeter-types quantile::tests::test_min_p
63752024-10-14T08:36:03.250Z PASS [ 0.020s] oximeter-types quantile::tests::test_non_filled_observations
63762024-10-14T08:36:03.261Z PASS [ 0.026s] oximeter-types quantile::tests::test_rounding
63772024-10-14T08:36:03.273Z PASS [ 0.030s] oximeter-types schema::tests::test_field_schema_ordering
63782024-10-14T08:36:03.303Z PASS [ 0.040s] oximeter-types schema::tests::test_timeseries_name
63792024-10-14T08:36:03.321Z PASS [ 0.049s] oximeter-types schema::tests::test_timeseries_name_from_str
63802024-10-14T08:36:03.321Z PASS [ 0.036s] oximeter-types traits::tests::test_metric_trait
63812024-10-14T08:36:03.342Z PASS [ 0.028s] oximeter-types traits::tests::test_target_trait
63822024-10-14T08:36:03.359Z PASS [ 0.029s] oximeter-types types::tests::test_cumulative_f64
63832024-10-14T08:36:03.359Z PASS [ 0.057s] oximeter-types traits::tests::test_producer_trait
63842024-10-14T08:36:03.371Z PASS [ 0.031s] oximeter-types types::tests::test_cumulative_i64
63852024-10-14T08:36:03.378Z PASS [ 0.029s] oximeter-types types::tests::test_datum
63862024-10-14T08:36:03.385Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
63872024-10-14T08:36:03.393Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
63882024-10-14T08:36:03.398Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
63892024-10-14T08:36:03.405Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
63902024-10-14T08:36:03.415Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
63912024-10-14T08:36:03.421Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
63922024-10-14T08:36:03.427Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
63932024-10-14T08:36:03.435Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
63942024-10-14T08:36:03.440Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
63952024-10-14T08:36:03.446Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
63962024-10-14T08:36:03.459Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
63972024-10-14T08:36:03.465Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
63982024-10-14T08:36:03.470Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
63992024-10-14T08:36:03.477Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
64002024-10-14T08:36:03.483Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
64012024-10-14T08:36:03.488Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
64022024-10-14T08:36:03.494Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
64032024-10-14T08:36:03.498Z PASS [ 0.015s] oximeter-types types::tests::test_measurement
64042024-10-14T08:36:03.506Z PASS [ 0.017s] oximeter-types types::tests::test_verify_field_names
64052024-10-14T08:36:03.516Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
64062024-10-14T08:36:03.516Z PASS [ 0.012s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
64072024-10-14T08:36:03.523Z PASS [ 0.015s] oxlog tests::test_sort_logs
64082024-10-14T08:36:03.605Z PASS [ 0.077s] oxql-types point::tests::test_cast_points_from_double
64092024-10-14T08:36:03.608Z PASS [ 0.071s] oxql-types point::tests::test_cast_points_from_double_distribution
64102024-10-14T08:36:03.608Z PASS [ 0.082s] oxql-types point::tests::test_cast_points_from_bool
64112024-10-14T08:36:03.616Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_int_distribution
64122024-10-14T08:36:03.626Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_integer
64132024-10-14T08:36:03.636Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_string
64142024-10-14T08:36:03.644Z PASS [ 0.026s] oxql-types point::tests::test_join_point_arrays
64152024-10-14T08:36:03.653Z PASS [ 0.027s] oxql-types point::tests::test_point_delta_between
64162024-10-14T08:36:03.658Z PASS [ 0.023s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
64172024-10-14T08:36:03.663Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between_with_new_epoch
64182024-10-14T08:36:03.670Z PASS [ 0.018s] oxql-types point::tests::test_push_concrete_values
64192024-10-14T08:36:03.674Z PASS [ 0.017s] oxql-types point::tests::test_sub_between_histogram_distributions
64202024-10-14T08:36:04.682Z PASS [ 1.009s] reconfigurator-cli::test_basic test_basic
64212024-10-14T08:36:04.682Z PASS [ 0.997s] reconfigurator-cli::test_basic test_example
64222024-10-14T08:36:04.809Z PASS [ 0.132s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
64232024-10-14T08:36:04.809Z PASS [ 0.124s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
64242024-10-14T08:36:04.851Z PASS [ 0.039s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
64252024-10-14T08:36:04.857Z PASS [ 0.052s] sled-agent-types rack_init::tests::parse_rack_initialization
64262024-10-14T08:36:04.881Z PASS [ 0.022s] sled-agent-types rack_init::tests::test_subnets
64272024-10-14T08:36:04.894Z PASS [ 0.042s] sled-agent-types rack_init::tests::test_extra_certs
64282024-10-14T08:36:04.922Z PASS [ 0.028s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
64292024-10-14T08:36:04.930Z PASS [ 0.049s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
64302024-10-14T08:36:04.966Z PASS [ 0.043s] sled-agent-types zone_bundle::tests::test_compare_bundles
64312024-10-14T08:36:04.973Z PASS [ 0.044s] sled-agent-types zone_bundle::tests::test_priority_dimension
64322024-10-14T08:36:04.989Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
64332024-10-14T08:36:04.996Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
64342024-10-14T08:36:05.036Z PASS [ 0.037s] sled-hardware disk::test::test_partition_device_paths
64352024-10-14T08:36:05.036Z PASS [ 0.044s] sled-hardware disk::test::test_disk_paths
64362024-10-14T08:36:05.140Z PASS [ 0.095s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
64372024-10-14T08:36:05.140Z PASS [ 0.089s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
64382024-10-14T08:36:05.172Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
64392024-10-14T08:36:05.184Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
64402024-10-14T08:36:05.214Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
64412024-10-14T08:36:05.239Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
64422024-10-14T08:36:05.252Z PASS [ 0.084s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
64432024-10-14T08:36:05.295Z PASS [ 0.056s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
64442024-10-14T08:36:05.321Z PASS [ 0.070s] sled-storage dataset::test::serialize_dataset_name
64452024-10-14T08:36:05.382Z PASS [ 0.081s] sled-storage manager::test::test_datasets_schema
64462024-10-14T08:36:05.383Z PASS [ 0.054s] sled-storage manager::test::test_omicron_physical_disks_schema
64472024-10-14T08:36:05.499Z PASS [ 3.122s] oximeter-producer tests::test_producer_registration_task
64482024-10-14T08:36:05.547Z PASS [ 0.047s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
64492024-10-14T08:36:06.924Z PASS [ 1.538s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
64502024-10-14T08:36:07.843Z PASS [ 2.465s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
64512024-10-14T08:36:07.885Z PASS [ 0.043s] sled-storage manager::tests::ensure_using_exactly_these_disks
64522024-10-14T08:36:09.141Z PASS [ 3.592s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
64532024-10-14T08:36:09.619Z PASS [ 2.695s] sled-storage manager::tests::ensure_datasets
64542024-10-14T08:36:10.192Z PASS [ 2.305s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
64552024-10-14T08:36:10.817Z PASS [ 32.168s] omicron-sled-agent nexus::test::nexus_self_notification_test
64562024-10-14T08:36:11.163Z PASS [ 1.542s] sled-storage manager::tests::update_rawdisk_firmware
64572024-10-14T08:36:11.829Z PASS [ 2.688s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
64582024-10-14T08:36:12.174Z PASS [ 1.360s] sled-storage manager::tests::wait_for_boot_disk
64592024-10-14T08:36:12.348Z PASS [ 1.186s] tufaceous::integration-tests command_tests::test_assemble_fake
64602024-10-14T08:36:12.358Z PASS [ 0.528s] tufaceous::integration-tests command_tests::test_init_and_add
64612024-10-14T08:36:12.398Z PASS [ 0.046s] tufaceous-lib archive::tests::test_validate_path
64622024-10-14T08:36:12.441Z PASS [ 0.046s] tufaceous-lib key::tests::test_from_str
64632024-10-14T08:36:12.456Z PASS [ 0.096s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
64642024-10-14T08:36:12.600Z PASS [ 2.408s] sled-storage manager::tests::upsert_filesystem
64652024-10-14T08:36:12.632Z PASS [ 0.193s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
64662024-10-14T08:36:12.753Z PASS [ 0.121s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
64672024-10-14T08:36:12.836Z PASS [ 0.082s] update-common artifacts::update_plan::tests::test_bad_rot_versions
64682024-10-14T08:36:12.922Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_multi_rot_version
64692024-10-14T08:36:12.981Z PASS [ 0.807s] tufaceous::manifest-tests check_manifest::fake.toml
64702024-10-14T08:36:13.006Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
64712024-10-14T08:36:13.231Z PASS [ 0.225s] update-engine display::group_display::tests::test_stats
64722024-10-14T08:36:13.259Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_format_progress_counter
64732024-10-14T08:36:13.281Z PASS [ 0.024s] update-engine display::line_display_shared::tests::test_start_line
64742024-10-14T08:36:13.312Z PASS [ 0.031s] update-engine engine::tests::error_exits_early
64752024-10-14T08:36:13.363Z PASS [ 0.045s] update-engine events::tests::progress_event_parse_unknown
64762024-10-14T08:36:13.371Z PASS [ 0.390s] update-engine buffer::tests::test_buffer
64772024-10-14T08:36:13.393Z PASS [ 0.034s] update-engine events::tests::step_event_parse_unknown
64782024-10-14T08:36:13.401Z PASS [ 0.030s] update-engine spec::tests::test_merge_anyhow_list
64792024-10-14T08:36:13.439Z PASS [ 0.037s] wicket state::inventory::tests::component_id_display
64802024-10-14T08:36:13.488Z PASS [ 1.033s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
64812024-10-14T08:36:13.580Z PASS [ 0.091s] wicket-common rack_setup::tests::roundtrip_import_export_policy
64822024-10-14T08:36:13.602Z PASS [ 0.206s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
64832024-10-14T08:36:13.732Z PASS [ 0.153s] wicketd installinator_progress::tests::test_states
64842024-10-14T08:36:13.741Z PASS [ 0.143s] wicketd rss_config::tests::test_bgp_auth_key_states
64852024-10-14T08:36:13.906Z PASS [ 0.467s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
64862024-10-14T08:36:14.984Z PASS [ 1.252s] wicketd::mod integration_tests::inventory::test_inventory
64872024-10-14T08:36:15.698Z PASS [ 1.800s] wicketd::mod integration_tests::updates::test_update_races
64882024-10-14T08:36:16.241Z PASS [ 3.648s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
64892024-10-14T08:36:17.507Z PASS [ 2.530s] wicketd::mod integration_tests::updates::test_updates
64902024-10-14T08:36:17.540Z PASS [ 3.805s] wicketd::mod integration_tests::updates::test_installinator_fetch
64912024-10-14T08:36:18.116Z PASS [ 16.490s] oximeter-db::integration_test test_schemas_disjoint
64922024-10-14T08:36:21.536Z PASS [ 17.869s] reconfigurator-cli::test_basic test_blueprint_edit
64932024-10-14T08:36:26.993Z PASS [ 25.371s] oximeter-db::integration_test test_cluster
64942024-10-14T08:36:50.776Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64952024-10-14T08:36:52.470Z PASS [ 61.698s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64962024-10-14T08:36:55.210Z PASS [ 2.741s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
64972024-10-14T08:37:12.151Z PASS [ 16.937s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
64982024-10-14T08:37:32.484Z PASS [ 20.330s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
64992024-10-14T08:38:32.493Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
65002024-10-14T08:39:32.503Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
65012024-10-14T08:40:32.514Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
65022024-10-14T08:41:32.524Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
65032024-10-14T08:42:32.535Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
65042024-10-14T08:43:29.511Z PASS [ 356.978s] oximeter-db client::tests::test_replicated
65052024-10-14T08:43:29.514Z------------
65062024-10-14T08:43:29.514Z Summary [2864.248s] 1630 tests run: 1630 passed (24 slow, 1 leaky), 4 skipped
65072024-10-14T08:43:29.546Z
65082024-10-14T08:43:29.549Zreal 48:06.358195379
65092024-10-14T08:43:29.549Zuser 3:59:45.842343634
65102024-10-14T08:43:29.549Zsys 51:16.737505179
65112024-10-14T08:43:29.549Ztrap 3:50.292098840
65122024-10-14T08:43:29.550Ztflt 31.913960409
65132024-10-14T08:43:29.550Zdflt 2:07.210601534
65142024-10-14T08:43:29.550Zkflt 0.524693111
65152024-10-14T08:43:29.550Zlock 1385:07:17.187549636
65162024-10-14T08:43:29.550Zslp 67:59:59.504014297
65172024-10-14T08:43:29.550Zlat 4:51:16.216883630
65182024-10-14T08:43:29.550Zstop 1:24:56.740430568
65192024-10-14T08:43:29.550Z+ banner doctest
65202024-10-14T08:43:29.552Z
65212024-10-14T08:43:29.552Z ##### #### #### ##### ###### #### #####
65222024-10-14T08:43:29.552Z # # # # # # # # # #
65232024-10-14T08:43:29.553Z # # # # # # ##### #### #
65242024-10-14T08:43:29.553Z # # # # # # # # #
65252024-10-14T08:43:29.553Z # # # # # # # # # # #
65262024-10-14T08:43:29.553Z ##### #### #### # ###### #### #
65272024-10-14T08:43:29.553Z
65282024-10-14T08:43:29.553Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
65292024-10-14T08:43:31.113Z Fresh unicode-ident v1.0.13
65302024-10-14T08:43:31.116Z Fresh cfg-if v1.0.0
65312024-10-14T08:43:31.116Z Fresh autocfg v1.3.0
65322024-10-14T08:43:31.116Z Fresh once_cell v1.19.0
65332024-10-14T08:43:31.116Z Fresh version_check v0.9.5
65342024-10-14T08:43:31.116Z Fresh proc-macro2 v1.0.87
65352024-10-14T08:43:31.116Z Fresh memchr v2.7.2
65362024-10-14T08:43:31.116Z Fresh value-bag v1.9.0
65372024-10-14T08:43:31.116Z Fresh scopeguard v1.2.0
65382024-10-14T08:43:31.116Z Fresh itoa v1.0.11
65392024-10-14T08:43:31.116Z Fresh quote v1.0.37
65402024-10-14T08:43:31.116Z Fresh libc v0.2.159
65412024-10-14T08:43:31.116Z Fresh log v0.4.22
65422024-10-14T08:43:31.116Z Fresh smallvec v1.13.2
65432024-10-14T08:43:31.116Z Fresh pin-project-lite v0.2.14
65442024-10-14T08:43:31.116Z Fresh subtle v2.5.0
65452024-10-14T08:43:31.116Z Fresh syn v2.0.79
65462024-10-14T08:43:31.116Z Fresh getrandom v0.2.14
65472024-10-14T08:43:31.117Z Fresh lock_api v0.4.12
65482024-10-14T08:43:31.117Z Fresh jobserver v0.1.32
65492024-10-14T08:43:31.120Z Fresh serde_derive v1.0.210
65502024-10-14T08:43:31.120Z Fresh zeroize_derive v1.4.2
65512024-10-14T08:43:31.120Z Fresh rand_core v0.6.4
65522024-10-14T08:43:31.120Z Fresh cc v1.0.97
65532024-10-14T08:43:31.120Z Fresh parking_lot_core v0.9.10
65542024-10-14T08:43:31.120Z Fresh thiserror-impl v1.0.64
65552024-10-14T08:43:31.120Z Fresh serde v1.0.210
65562024-10-14T08:43:31.120Z Fresh zeroize v1.8.1
65572024-10-14T08:43:31.120Z Fresh thiserror v1.0.64
65582024-10-14T08:43:31.120Z Fresh parking_lot v0.12.2
65592024-10-14T08:43:31.120Z Fresh typenum v1.17.0
65602024-10-14T08:43:31.120Z Fresh futures-core v0.3.31
65612024-10-14T08:43:31.120Z Fresh byteorder v1.5.0
65622024-10-14T08:43:31.120Z Fresh bytes v1.7.2
65632024-10-14T08:43:31.120Z Fresh bitflags v2.6.0
65642024-10-14T08:43:31.120Z Fresh generic-array v0.14.7
65652024-10-14T08:43:31.120Z Fresh ryu v1.0.18
65662024-10-14T08:43:31.120Z Fresh signal-hook-registry v1.4.2
65672024-10-14T08:43:31.120Z Fresh mio v1.0.2
65682024-10-14T08:43:31.120Z Fresh crypto-common v0.1.6
65692024-10-14T08:43:31.120Z Fresh spin v0.9.8
65702024-10-14T08:43:31.120Z Fresh equivalent v1.0.1
65712024-10-14T08:43:31.120Z Fresh hashbrown v0.15.0
65722024-10-14T08:43:31.120Z Fresh fnv v1.0.7
65732024-10-14T08:43:31.121Z Fresh libm v0.2.8
65742024-10-14T08:43:31.121Z Fresh indexmap v2.6.0
65752024-10-14T08:43:31.121Z Fresh tokio-macros v2.4.0
65762024-10-14T08:43:31.121Z Fresh socket2 v0.5.7
65772024-10-14T08:43:31.121Z Fresh futures-io v0.3.31
65782024-10-14T08:43:31.121Z Fresh const-oid v0.9.6
65792024-10-14T08:43:31.121Z Fresh num-traits v0.2.19
65802024-10-14T08:43:31.121Z Fresh serde_json v1.0.128
65812024-10-14T08:43:31.121Z Fresh tokio v1.40.0
65822024-10-14T08:43:31.124Z Fresh futures-sink v0.3.31
65832024-10-14T08:43:31.124Z Fresh block-buffer v0.10.4
65842024-10-14T08:43:31.124Z Fresh pkg-config v0.3.30
65852024-10-14T08:43:31.124Z Fresh pin-utils v0.1.0
65862024-10-14T08:43:31.124Z Fresh slab v0.4.9
65872024-10-14T08:43:31.124Z Fresh digest v0.10.7
65882024-10-14T08:43:31.124Z Fresh cpufeatures v0.2.12
65892024-10-14T08:43:31.124Z Fresh futures-channel v0.3.31
65902024-10-14T08:43:31.124Z Fresh futures-macro v0.3.31
65912024-10-14T08:43:31.124Z Fresh futures-task v0.3.31
65922024-10-14T08:43:31.124Z Fresh regex-syntax v0.8.5
65932024-10-14T08:43:31.124Z Fresh aho-corasick v1.1.3
65942024-10-14T08:43:31.124Z Fresh futures-util v0.3.31
65952024-10-14T08:43:31.124Z Fresh regex-automata v0.4.8
65962024-10-14T08:43:31.124Z Fresh errno v0.3.9
65972024-10-14T08:43:31.124Z Fresh tracing-attributes v0.1.27
65982024-10-14T08:43:31.125Z Fresh tracing-core v0.1.32
65992024-10-14T08:43:31.125Z Fresh tracing v0.1.40
66002024-10-14T08:43:31.125Z Fresh tinyvec_macros v0.1.1
66012024-10-14T08:43:31.125Z Fresh iana-time-zone v0.1.60
66022024-10-14T08:43:31.125Z Fresh unicode-bidi v0.3.15
66032024-10-14T08:43:31.125Z Fresh uuid v1.10.0
66042024-10-14T08:43:31.126Z Fresh rustix v0.38.37
66052024-10-14T08:43:31.126Z Fresh semver v1.0.23
66062024-10-14T08:43:31.126Z Fresh tinyvec v1.6.0
66072024-10-14T08:43:31.126Z Fresh syn v1.0.109
66082024-10-14T08:43:31.126Z Fresh chrono v0.4.38
66092024-10-14T08:43:31.126Z Fresh zerocopy-derive v0.7.34
66102024-10-14T08:43:31.126Z Fresh heck v0.5.0
66112024-10-14T08:43:31.126Z Fresh regex v1.11.0
66122024-10-14T08:43:31.126Z Fresh unicode-normalization v0.1.23
66132024-10-14T08:43:31.126Z Fresh zerocopy v0.7.34
66142024-10-14T08:43:31.126Z Fresh percent-encoding v2.3.1
66152024-10-14T08:43:31.126Z Fresh ppv-lite86 v0.2.17
66162024-10-14T08:43:31.126Z Fresh vcpkg v0.2.15
66172024-10-14T08:43:31.126Z Fresh serde_derive_internals v0.29.1
66182024-10-14T08:43:31.126Z Fresh dyn-clone v1.0.17
66192024-10-14T08:43:31.126Z Fresh rand_chacha v0.3.1
66202024-10-14T08:43:31.126Z Fresh form_urlencoded v1.2.1
66212024-10-14T08:43:31.126Z Fresh schemars_derive v0.8.21
66222024-10-14T08:43:31.126Z Fresh http v1.1.0
66232024-10-14T08:43:31.126Z Fresh block-padding v0.3.3
66242024-10-14T08:43:31.126Z Fresh rand v0.8.5
66252024-10-14T08:43:31.127Z Fresh crossbeam-utils v0.8.19
66262024-10-14T08:43:31.127Z Fresh inout v0.1.3
66272024-10-14T08:43:31.127Z Fresh idna v0.5.0
66282024-10-14T08:43:31.127Z Fresh tokio-util v0.7.12
66292024-10-14T08:43:31.130Z Fresh schemars v0.8.21
66302024-10-14T08:43:31.130Z Fresh cipher v0.4.4
66312024-10-14T08:43:31.130Z Fresh url v2.5.2
66322024-10-14T08:43:31.130Z Fresh either v1.13.0
66332024-10-14T08:43:31.130Z Fresh lazy_static v1.5.0
66342024-10-14T08:43:31.130Z Fresh toml_datetime v0.6.8
66352024-10-14T08:43:31.130Z Fresh httparse v1.8.0
66362024-10-14T08:43:31.130Z Fresh time-core v0.1.2
66372024-10-14T08:43:31.130Z Fresh num-conv v0.1.0
66382024-10-14T08:43:31.130Z Fresh atomic-waker v1.1.2
66392024-10-14T08:43:31.130Z Fresh base64ct v1.6.0
66402024-10-14T08:43:31.130Z Fresh untrusted v0.9.0
66412024-10-14T08:43:31.130Z Fresh powerfmt v0.2.0
66422024-10-14T08:43:31.130Z Fresh deranged v0.3.11
66432024-10-14T08:43:31.130Z Fresh time-macros v0.2.18
66442024-10-14T08:43:31.130Z Fresh ring v0.17.8
66452024-10-14T08:43:31.130Z Fresh hmac v0.12.1
66462024-10-14T08:43:31.130Z Fresh num_threads v0.1.7
66472024-10-14T08:43:31.130Z Fresh ahash v0.8.11
66482024-10-14T08:43:31.130Z Fresh sha2 v0.10.8
66492024-10-14T08:43:31.130Z Fresh httpdate v1.0.3
66502024-10-14T08:43:31.131Z Fresh time v0.3.36
66512024-10-14T08:43:31.131Z Fresh strsim v0.11.1
66522024-10-14T08:43:31.131Z Fresh try-lock v0.2.5
66532024-10-14T08:43:31.131Z Fresh serde_spanned v0.6.7
66542024-10-14T08:43:31.131Z Fresh rustls-pki-types v1.9.0
66552024-10-14T08:43:31.131Z Fresh pem-rfc7468 v0.7.0
66562024-10-14T08:43:31.131Z Fresh base64 v0.22.1
66572024-10-14T08:43:31.131Z Fresh http-body v1.0.0
66582024-10-14T08:43:31.131Z Fresh want v0.3.1
66592024-10-14T08:43:31.131Z Fresh tower-service v0.3.2
66602024-10-14T08:43:31.131Z Fresh h2 v0.4.6
66612024-10-14T08:43:31.131Z Fresh serde_tokenstream v0.2.2
66622024-10-14T08:43:31.131Z Fresh der_derive v0.7.2
66632024-10-14T08:43:31.131Z Fresh async-trait v0.1.83
66642024-10-14T08:43:31.131Z Fresh flagset v0.4.5
66652024-10-14T08:43:31.131Z Fresh gimli v0.28.1
66662024-10-14T08:43:31.131Z Fresh adler v1.0.2
66672024-10-14T08:43:31.131Z Fresh hyper v1.4.1
66682024-10-14T08:43:31.131Z Fresh der v0.7.9
66692024-10-14T08:43:31.131Z Fresh rustversion v1.0.17
66702024-10-14T08:43:31.131Z Fresh addr2line v0.21.0
66712024-10-14T08:43:31.131Z Fresh slog v2.7.0
66722024-10-14T08:43:31.131Z Fresh miniz_oxide v0.7.2
66732024-10-14T08:43:31.131Z Fresh rustls-webpki v0.102.4
66742024-10-14T08:43:31.132Z Fresh pbkdf2 v0.12.2
66752024-10-14T08:43:31.132Z Fresh aes v0.8.4
66762024-10-14T08:43:31.132Z Fresh rustc_version v0.4.0
66772024-10-14T08:43:31.132Z Fresh object v0.32.2
66782024-10-14T08:43:31.132Z Fresh mime v0.3.17
66792024-10-14T08:43:31.132Z Fresh rustc-demangle v0.1.24
66802024-10-14T08:43:31.132Z Fresh spki v0.7.3
66812024-10-14T08:43:31.132Z Fresh cbc v0.1.2
66822024-10-14T08:43:31.132Z Fresh backtrace v0.3.71
66832024-10-14T08:43:31.132Z Fresh salsa20 v0.10.2
66842024-10-14T08:43:31.132Z Fresh heck v0.4.1
66852024-10-14T08:43:31.132Z Fresh winnow v0.5.40
66862024-10-14T08:43:31.132Z Fresh ipnet v2.10.1
66872024-10-14T08:43:31.132Z Fresh hyper-util v0.1.9
66882024-10-14T08:43:31.132Z Fresh anyhow v1.0.89
66892024-10-14T08:43:31.132Z Fresh scrypt v0.11.0
66902024-10-14T08:43:31.132Z Fresh futures-executor v0.3.31
66912024-10-14T08:43:31.132Z Fresh http-body-util v0.1.2
66922024-10-14T08:43:31.132Z Fresh serde_urlencoded v0.7.1
66932024-10-14T08:43:31.132Z Fresh encoding_rs v0.8.34
66942024-10-14T08:43:31.132Z Fresh openssl-probe v0.1.5
66952024-10-14T08:43:31.132Z Fresh foreign-types-shared v0.1.1
66962024-10-14T08:43:31.132Z Fresh pkcs5 v0.7.1
66972024-10-14T08:43:31.132Z Fresh futures v0.3.31
66982024-10-14T08:43:31.132Z Fresh foreign-types v0.3.2
66992024-10-14T08:43:31.132Z Fresh openssl-sys v0.9.103
67002024-10-14T08:43:31.132Z Fresh rustls-pemfile v2.2.0
67012024-10-14T08:43:31.132Z Fresh openssl-macros v0.1.1
67022024-10-14T08:43:31.132Z Fresh pkcs8 v0.10.2
67032024-10-14T08:43:31.134Z Fresh utf8parse v0.2.1
67042024-10-14T08:43:31.134Z Fresh toml_edit v0.19.15
67052024-10-14T08:43:31.134Z Fresh is-terminal v0.4.12
67062024-10-14T08:43:31.134Z Fresh openssl v0.10.66
67072024-10-14T08:43:31.138Z Fresh camino v1.1.9
67082024-10-14T08:43:31.138Z Fresh unicode-width v0.1.13
67092024-10-14T08:43:31.138Z Fresh data-encoding v2.6.0
67102024-10-14T08:43:31.138Z Fresh openapiv3 v2.0.0
67112024-10-14T08:43:31.138Z Fresh rustls v0.23.10
67122024-10-14T08:43:31.138Z Fresh anstyle v1.0.8
67132024-10-14T08:43:31.138Z Fresh native-tls v0.2.11
67142024-10-14T08:43:31.138Z Fresh idna v0.3.0
67152024-10-14T08:43:31.138Z Fresh dirs-sys-next v0.1.2
67162024-10-14T08:43:31.138Z Fresh psl-types v2.0.11
67172024-10-14T08:43:31.138Z Fresh ucd-trie v0.1.6
67182024-10-14T08:43:31.138Z Fresh tokio-rustls v0.26.0
67192024-10-14T08:43:31.138Z Fresh cookie v0.18.1
67202024-10-14T08:43:31.138Z Fresh pest v2.7.10
67212024-10-14T08:43:31.138Z Fresh dirs-next v2.0.0
67222024-10-14T08:43:31.138Z Fresh publicsuffix v2.2.3
67232024-10-14T08:43:31.138Z Fresh tokio-native-tls v0.3.1
67242024-10-14T08:43:31.138Z Fresh webpki-roots v0.26.3
67252024-10-14T08:43:31.138Z Fresh sha1 v0.10.6
67262024-10-14T08:43:31.138Z Fresh signature v2.2.0
67272024-10-14T08:43:31.138Z Fresh term v0.7.0
67282024-10-14T08:43:31.138Z Fresh pest_meta v2.7.10
67292024-10-14T08:43:31.138Z Fresh hyper-rustls v0.27.3
67302024-10-14T08:43:31.138Z Fresh cookie_store v0.21.0
67312024-10-14T08:43:31.138Z Fresh hyper-tls v0.6.0
67322024-10-14T08:43:31.138Z Fresh anstyle-parse v0.2.4
67332024-10-14T08:43:31.138Z Fresh sync_wrapper v1.0.1
67342024-10-14T08:43:31.138Z Fresh scroll_derive v0.12.0
67352024-10-14T08:43:31.138Z Fresh colorchoice v1.0.1
67362024-10-14T08:43:31.138Z Fresh anstyle-query v1.0.3
67372024-10-14T08:43:31.138Z Fresh is_terminal_polyfill v1.70.0
67382024-10-14T08:43:31.138Z Fresh pest_generator v2.7.10
67392024-10-14T08:43:31.138Z Fresh reqwest v0.12.8
67402024-10-14T08:43:31.139Z Fresh terminal_size v0.4.0
67412024-10-14T08:43:31.139Z Fresh unicode-segmentation v1.11.0
67422024-10-14T08:43:31.139Z Fresh anstream v0.6.14
67432024-10-14T08:43:31.139Z Fresh scroll v0.12.0
67442024-10-14T08:43:31.139Z Fresh clap_lex v0.7.0
67452024-10-14T08:43:31.139Z Fresh winnow v0.6.18
67462024-10-14T08:43:31.139Z Fresh plain v0.2.3
67472024-10-14T08:43:31.139Z Fresh base16ct v0.2.0
67482024-10-14T08:43:31.139Z Fresh pest_derive v2.7.10
67492024-10-14T08:43:31.139Z Fresh goblin v0.8.2
67502024-10-14T08:43:31.139Z Fresh clap_builder v4.5.20
67512024-10-14T08:43:31.139Z Fresh sec1 v0.7.3
67522024-10-14T08:43:31.139Z Fresh clap_derive v4.5.18
67532024-10-14T08:43:31.139Z Fresh num-integer v0.1.46
67542024-10-14T08:43:31.139Z Fresh ff v0.13.0
67552024-10-14T08:43:31.139Z Fresh pretty-hex v0.4.1
67562024-10-14T08:43:31.139Z Fresh group v0.13.0
67572024-10-14T08:43:31.139Z Fresh crc32fast v1.4.0
67582024-10-14T08:43:31.139Z Fresh clap v4.5.20
67592024-10-14T08:43:31.139Z Fresh dtrace-parser v0.2.0
67602024-10-14T08:43:31.139Z Fresh hkdf v0.12.4
67612024-10-14T08:43:31.139Z Fresh crossbeam-epoch v0.9.18
67622024-10-14T08:43:31.139Z Fresh dof v0.3.0
67632024-10-14T08:43:31.139Z Fresh crypto-bigint v0.5.5
67642024-10-14T08:43:31.139Z Fresh thread-id v4.2.1
67652024-10-14T08:43:31.139Z Fresh bitflags v1.3.2
67662024-10-14T08:43:31.139Z Fresh siphasher v0.3.11
67672024-10-14T08:43:31.139Z Fresh static_assertions v1.1.0
67682024-10-14T08:43:31.139Z Fresh toml_edit v0.22.22
67692024-10-14T08:43:31.139Z Fresh elliptic-curve v0.13.8
67702024-10-14T08:43:31.139Z Fresh usdt-impl v0.5.0
67712024-10-14T08:43:31.139Z Fresh itertools v0.10.5
67722024-10-14T08:43:31.139Z Fresh hex v0.4.3
67732024-10-14T08:43:31.139Z Fresh adler2 v2.0.0
67742024-10-14T08:43:31.139Z Fresh bit-vec v0.6.3
67752024-10-14T08:43:31.139Z Fresh stable_deref_trait v1.2.0
67762024-10-14T08:43:31.139Z Fresh bit-set v0.5.3
67772024-10-14T08:43:31.139Z Fresh miniz_oxide v0.8.0
67782024-10-14T08:43:31.139Z Fresh paste v1.0.15
67792024-10-14T08:43:31.139Z Fresh toml v0.8.19
67802024-10-14T08:43:31.140Z Fresh crossbeam-deque v0.8.5
67812024-10-14T08:43:31.140Z Fresh num-iter v0.1.45
67822024-10-14T08:43:31.140Z Fresh crossbeam-channel v0.5.12
67832024-10-14T08:43:31.140Z Fresh thread_local v1.1.8
67842024-10-14T08:43:31.140Z Fresh utf-8 v0.7.6
67852024-10-14T08:43:31.140Z Fresh rayon-core v1.12.1
67862024-10-14T08:43:31.140Z Fresh flate2 v1.0.34
67872024-10-14T08:43:31.140Z Fresh usdt-attr-macro v0.5.0
67882024-10-14T08:43:31.140Z Fresh usdt-macro v0.5.0
67892024-10-14T08:43:31.140Z Fresh toml v0.7.8
67902024-10-14T08:43:31.141Z Fresh rfc6979 v0.4.0
67912024-10-14T08:43:31.141Z Fresh itertools v0.12.1
67922024-10-14T08:43:31.141Z Fresh bstr v1.9.1
67932024-10-14T08:43:31.141Z Fresh curve25519-dalek-derive v0.1.1
67942024-10-14T08:43:31.141Z Fresh zerocopy-derive v0.6.6
67952024-10-14T08:43:31.141Z Fresh memmap v0.7.0
67962024-10-14T08:43:31.141Z Fresh take_mut v0.2.2
67972024-10-14T08:43:31.141Z Fresh fixedbitset v0.4.2
67982024-10-14T08:43:31.141Z Fresh match_cfg v0.1.0
67992024-10-14T08:43:31.141Z Fresh managed v0.8.0
68002024-10-14T08:43:31.141Z Fresh slog-async v2.8.0
68012024-10-14T08:43:31.141Z Fresh usdt v0.5.0
68022024-10-14T08:43:31.141Z Fresh curve25519-dalek v4.1.3
68032024-10-14T08:43:31.141Z Fresh zerocopy v0.6.6
68042024-10-14T08:43:31.141Z Fresh hostname v0.3.1
68052024-10-14T08:43:31.141Z Fresh petgraph v0.6.5
68062024-10-14T08:43:31.141Z Fresh num-bigint-dig v0.8.4
68072024-10-14T08:43:31.144Z Fresh ecdsa v0.16.9
68082024-10-14T08:43:31.144Z Fresh rayon v1.10.0
68092024-10-14T08:43:31.144Z Fresh slog-term v2.9.1
68102024-10-14T08:43:31.144Z Fresh phf_shared v0.10.0
68112024-10-14T08:43:31.144Z Fresh pkcs1 v0.7.5
68122024-10-14T08:43:31.144Z Fresh precomputed-hash v0.1.1
68132024-10-14T08:43:31.144Z Fresh minimal-lexical v0.2.1
68142024-10-14T08:43:31.144Z Fresh new_debug_unreachable v1.0.6
68152024-10-14T08:43:31.144Z Fresh unicode-xid v0.2.4
68162024-10-14T08:43:31.144Z Fresh rsa v0.9.6
68172024-10-14T08:43:31.144Z Fresh signal-hook v0.3.17
68182024-10-14T08:43:31.144Z Fresh rustls v0.22.4
68192024-10-14T08:43:31.144Z Fresh ed25519 v2.2.3
68202024-10-14T08:43:31.144Z Fresh nom v7.1.3
68212024-10-14T08:43:31.145Z Fresh string_cache v0.8.7
68222024-10-14T08:43:31.145Z Fresh hubpack_derive v0.1.1
68232024-10-14T08:43:31.145Z Fresh quick-error v1.2.3
68242024-10-14T08:43:31.145Z Fresh tokio-rustls v0.25.0
68252024-10-14T08:43:31.145Z Fresh ed25519-dalek v2.1.1
68262024-10-14T08:43:31.145Z Fresh enum-as-inner v0.6.0
68272024-10-14T08:43:31.145Z Fresh hubpack v0.1.2
68282024-10-14T08:43:31.145Z Fresh x509-cert v0.2.5
68292024-10-14T08:43:31.145Z Fresh slog-json v2.6.1
68302024-10-14T08:43:31.145Z Fresh idna v0.4.0
68312024-10-14T08:43:31.145Z Fresh async-stream-impl v0.3.5
68322024-10-14T08:43:31.145Z Fresh lalrpop-util v0.19.12
68332024-10-14T08:43:31.145Z Fresh debug-ignore v1.0.5
68342024-10-14T08:43:31.145Z Fresh hickory-proto v0.24.1
68352024-10-14T08:43:31.145Z Fresh multer v3.1.0
68362024-10-14T08:43:31.145Z Fresh slog-bunyan v2.5.0
68372024-10-14T08:43:31.145Z Fresh async-stream v0.3.5
68382024-10-14T08:43:31.145Z Fresh signal-hook-mio v0.2.4
68392024-10-14T08:43:31.146Z Fresh console v0.15.8
68402024-10-14T08:43:31.146Z Fresh dropshot_endpoint v0.12.0
68412024-10-14T08:43:31.146Z Fresh waitgroup v0.1.2
68422024-10-14T08:43:31.146Z Fresh serde_path_to_error v0.1.16
68432024-10-14T08:43:31.146Z Fresh hash32 v0.2.1
68442024-10-14T08:43:31.146Z Fresh hostname v0.4.0
68452024-10-14T08:43:31.146Z Fresh predicates-core v1.0.6
68462024-10-14T08:43:31.146Z Fresh finl_unicode v1.2.0
68472024-10-14T08:43:31.146Z Fresh linked-hash-map v0.5.6
68482024-10-14T08:43:31.146Z Fresh crossterm v0.28.1
68492024-10-14T08:43:31.146Z Fresh dropshot v0.12.0
68502024-10-14T08:43:31.146Z Fresh heapless v0.7.17
68512024-10-14T08:43:31.146Z Fresh similar v2.6.0
68522024-10-14T08:43:31.146Z Fresh stringprep v0.1.4
68532024-10-14T08:43:31.146Z Fresh lru-cache v0.1.2
68542024-10-14T08:43:31.146Z Fresh tokio-stream v0.1.16
68552024-10-14T08:43:31.146Z Fresh md-5 v0.10.6
68562024-10-14T08:43:31.146Z Fresh float-cmp v0.9.0
68572024-10-14T08:43:31.146Z Fresh difflib v0.4.0
68582024-10-14T08:43:31.146Z Fresh normalize-line-endings v0.3.0
68592024-10-14T08:43:31.146Z Fresh fallible-iterator v0.2.0
68602024-10-14T08:43:31.147Z Fresh portable-atomic v1.6.0
68612024-10-14T08:43:31.147Z Fresh smoltcp v0.9.1
68622024-10-14T08:43:31.147Z Fresh resolv-conf v0.7.0
68632024-10-14T08:43:31.147Z Fresh tungstenite v0.23.0
68642024-10-14T08:43:31.147Z Fresh phf_shared v0.11.2
68652024-10-14T08:43:31.147Z Fresh strum_macros v0.25.3
68662024-10-14T08:43:31.147Z Fresh predicates v3.1.2
68672024-10-14T08:43:31.147Z Fresh postgres-protocol v0.6.7
68682024-10-14T08:43:31.147Z Fresh serde-big-array v0.5.1
68692024-10-14T08:43:31.147Z Fresh serde_repr v0.1.19
68702024-10-14T08:43:31.147Z Fresh peg-runtime v0.8.3
68712024-10-14T08:43:31.147Z Fresh number_prefix v0.4.0
68722024-10-14T08:43:31.147Z Fresh hickory-resolver v0.24.1
68732024-10-14T08:43:31.147Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
68742024-10-14T08:43:31.147Z Fresh postgres-types v0.2.8
68752024-10-14T08:43:31.147Z Fresh indicatif v0.17.8
68762024-10-14T08:43:31.147Z Fresh phf v0.11.2
68772024-10-14T08:43:31.147Z Fresh tokio-tungstenite v0.23.1
68782024-10-14T08:43:31.147Z Fresh derive-where v1.2.7
68792024-10-14T08:43:31.147Z Fresh whoami v1.5.2
68802024-10-14T08:43:31.147Z Fresh qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
68812024-10-14T08:43:31.147Z Fresh fs-err v2.11.0
68822024-10-14T08:43:31.147Z Fresh tokio-postgres v0.7.12
68832024-10-14T08:43:31.148Z Fresh allocator-api2 v0.2.18
68842024-10-14T08:43:31.148Z Fresh unsafe-libyaml v0.2.11
68852024-10-14T08:43:31.148Z Fresh ident_case v1.0.1
68862024-10-14T08:43:31.148Z Fresh fastrand v2.1.1
68872024-10-14T08:43:31.148Z Fresh progenitor-client v0.8.0
68882024-10-14T08:43:31.148Z Fresh hashbrown v0.14.5
68892024-10-14T08:43:31.148Z Fresh serde_yaml v0.9.34+deprecated
68902024-10-14T08:43:31.148Z Fresh darling_core v0.20.9
68912024-10-14T08:43:31.148Z Fresh ipnetwork v0.20.0
68922024-10-14T08:43:31.148Z Fresh tempfile v3.13.0
68932024-10-14T08:43:31.148Z Fresh strum_macros v0.26.4
68942024-10-14T08:43:31.148Z Fresh regress v0.10.1
68952024-10-14T08:43:31.148Z Fresh darling_macro v0.20.9
68962024-10-14T08:43:31.148Z Fresh strum v0.26.3
68972024-10-14T08:43:31.148Z Fresh instant v0.1.12
68982024-10-14T08:43:31.148Z Fresh regress v0.9.1
68992024-10-14T08:43:31.148Z Fresh structmeta-derive v0.3.0
69002024-10-14T08:43:31.148Z Fresh typify-impl v0.2.0
69012024-10-14T08:43:31.148Z Fresh darling v0.20.9
69022024-10-14T08:43:31.148Z Fresh newtype-uuid v1.1.2
69032024-10-14T08:43:31.148Z Fresh structmeta v0.3.0
69042024-10-14T08:43:31.148Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
69052024-10-14T08:43:31.148Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
69062024-10-14T08:43:31.148Z Fresh backoff v0.4.0
69072024-10-14T08:43:31.151Z Fresh typify-macro v0.2.0
69082024-10-14T08:43:31.151Z Fresh serde_with_macros v3.9.0
69092024-10-14T08:43:31.151Z Fresh parse-display-derive v0.10.0
69102024-10-14T08:43:31.152Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
69112024-10-14T08:43:31.152Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
69122024-10-14T08:43:31.152Z Fresh macaddr v1.0.1
69132024-10-14T08:43:31.152Z Fresh typify v0.2.0
69142024-10-14T08:43:31.152Z Fresh serde_with v3.9.0
69152024-10-14T08:43:31.152Z Fresh parse-display v0.10.0
69162024-10-14T08:43:31.152Z Fresh wait-timeout v0.2.0
69172024-10-14T08:43:31.152Z Fresh rand_xorshift v0.3.0
69182024-10-14T08:43:31.152Z Fresh structmeta-derive v0.2.0
69192024-10-14T08:43:31.152Z Fresh unarray v0.1.4
69202024-10-14T08:43:31.152Z Fresh camino-tempfile v1.1.1
69212024-10-14T08:43:31.152Z Fresh progenitor-impl v0.8.0
69222024-10-14T08:43:31.152Z Fresh rusty-fork v0.3.0
69232024-10-14T08:43:31.152Z Fresh structmeta v0.2.0
69242024-10-14T08:43:31.152Z Fresh proc-macro-crate v1.3.1
69252024-10-14T08:43:31.152Z Fresh progenitor-macro v0.8.0
69262024-10-14T08:43:31.152Z Fresh proptest v1.5.0
69272024-10-14T08:43:31.152Z Fresh test-strategy v0.3.1
69282024-10-14T08:43:31.152Z Fresh num_enum_derive v0.5.11
69292024-10-14T08:43:31.152Z Fresh progenitor v0.8.0
69302024-10-14T08:43:31.152Z Fresh proc-macro-error-attr v1.0.4
69312024-10-14T08:43:31.152Z Fresh num_enum v0.5.11
69322024-10-14T08:43:31.152Z Fresh foreign-types-macros v0.2.3
69332024-10-14T08:43:31.152Z Fresh foreign-types-shared v0.3.1
69342024-10-14T08:43:31.152Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
69352024-10-14T08:43:31.152Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
69362024-10-14T08:43:31.152Z Fresh tabwriter v1.4.0
69372024-10-14T08:43:31.152Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
69382024-10-14T08:43:31.152Z Fresh proc-macro-error v1.0.4
69392024-10-14T08:43:31.152Z Fresh foreign-types v0.5.0
69402024-10-14T08:43:31.152Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
69412024-10-14T08:43:31.152Z Fresh cstr-argument v0.1.2
69422024-10-14T08:43:31.152Z Fresh pretty-hex v0.2.1
69432024-10-14T08:43:31.152Z Fresh colored v2.1.0
69442024-10-14T08:43:31.152Z Fresh smf v0.2.3
69452024-10-14T08:43:31.152Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
69462024-10-14T08:43:31.152Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
69472024-10-14T08:43:31.152Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
69482024-10-14T08:43:31.152Z Fresh hash32 v0.3.1
69492024-10-14T08:43:31.153Z Fresh cobs v0.2.3
69502024-10-14T08:43:31.153Z Fresh embedded-io v0.4.0
69512024-10-14T08:43:31.153Z Fresh termtree v0.4.1
69522024-10-14T08:43:31.153Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69532024-10-14T08:43:31.153Z Fresh crucible-workspace-hack v0.1.0
69542024-10-14T08:43:31.153Z Fresh heapless v0.8.0
69552024-10-14T08:43:31.153Z Fresh postcard v1.0.8
69562024-10-14T08:43:31.153Z Fresh predicates-tree v1.0.9
69572024-10-14T08:43:31.153Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69582024-10-14T08:43:31.153Z Fresh smoltcp v0.11.0
69592024-10-14T08:43:31.153Z Fresh socket2 v0.4.10
69602024-10-14T08:43:31.153Z Fresh sigpipe v0.1.3
69612024-10-14T08:43:31.153Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
69622024-10-14T08:43:31.153Z Fresh zone_cfg_derive v0.3.0
69632024-10-14T08:43:31.153Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
69642024-10-14T08:43:31.153Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69652024-10-14T08:43:31.153Z Fresh mockall_derive v0.13.0
69662024-10-14T08:43:31.153Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
69672024-10-14T08:43:31.153Z Fresh num-derive v0.4.2
69682024-10-14T08:43:31.153Z Fresh fragile v2.0.0
69692024-10-14T08:43:31.153Z Fresh downcast v0.11.0
69702024-10-14T08:43:31.153Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69712024-10-14T08:43:31.153Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
69722024-10-14T08:43:31.153Z Fresh mockall v0.13.0
69732024-10-14T08:43:31.153Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
69742024-10-14T08:43:31.153Z Fresh zone v0.3.0
69752024-10-14T08:43:31.154Z Fresh convert_case v0.4.0
69762024-10-14T08:43:31.154Z Fresh base64 v0.21.7
69772024-10-14T08:43:31.154Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69782024-10-14T08:43:31.154Z Fresh derive_more v0.99.18
69792024-10-14T08:43:31.154Z Fresh same-file v1.0.6
69802024-10-14T08:43:31.154Z Fresh atomicwrites v0.4.4
69812024-10-14T08:43:31.154Z Fresh newline-converter v0.3.0
69822024-10-14T08:43:31.154Z Fresh itertools v0.13.0
69832024-10-14T08:43:31.154Z Fresh xattr v1.3.1
69842024-10-14T08:43:31.154Z Fresh filetime v0.2.25
69852024-10-14T08:43:31.155Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69862024-10-14T08:43:31.155Z Fresh walkdir v2.5.0
69872024-10-14T08:43:31.155Z Fresh expectorate v1.1.0
69882024-10-14T08:43:31.155Z Fresh tar v0.4.42
69892024-10-14T08:43:31.155Z Fresh password-hash v0.5.0
69902024-10-14T08:43:31.155Z Fresh blake2 v0.10.6
69912024-10-14T08:43:31.155Z Fresh argon2 v0.5.3
69922024-10-14T08:43:31.155Z Fresh libsw v3.3.1
69932024-10-14T08:43:31.155Z Fresh indent_write v2.2.0
69942024-10-14T08:43:31.155Z Fresh linear-map v1.2.0
69952024-10-14T08:43:31.155Z Fresh swrite v0.1.0
69962024-10-14T08:43:31.155Z Fresh cancel-safe-futures v0.1.5
69972024-10-14T08:43:31.155Z Fresh owo-colors v4.1.0
69982024-10-14T08:43:31.155Z Fresh num-rational v0.4.2
69992024-10-14T08:43:31.155Z Fresh num-complex v0.4.6
70002024-10-14T08:43:31.155Z Fresh float-ord v0.3.2
70012024-10-14T08:43:31.155Z Fresh tungstenite v0.21.0
70022024-10-14T08:43:31.155Z Fresh num v0.4.3
70032024-10-14T08:43:31.155Z Fresh tokio-tungstenite v0.21.0
70042024-10-14T08:43:31.155Z Fresh arc-swap v1.7.1
70052024-10-14T08:43:31.155Z Fresh humantime v2.1.0
70062024-10-14T08:43:31.155Z Fresh semver v0.1.20
70072024-10-14T08:43:31.158Z Fresh highway v1.2.0
70082024-10-14T08:43:31.158Z Fresh slog-scope v4.4.0
70092024-10-14T08:43:31.158Z Fresh rustc_version v0.1.7
70102024-10-14T08:43:31.158Z Fresh home v0.5.9
70112024-10-14T08:43:31.158Z Fresh pem v3.0.4
70122024-10-14T08:43:31.158Z Fresh half v2.4.1
70132024-10-14T08:43:31.158Z Fresh slog-stdlog v4.1.1
70142024-10-14T08:43:31.158Z Fresh ciborium-io v0.2.2
70152024-10-14T08:43:31.158Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
70162024-10-14T08:43:31.158Z Fresh heck v0.3.3
70172024-10-14T08:43:31.158Z Fresh headers-core v0.3.0
70182024-10-14T08:43:31.158Z Fresh slog-envlogger v2.2.0
70192024-10-14T08:43:31.158Z Fresh ciborium-ll v0.2.2
70202024-10-14T08:43:31.159Z Fresh prettyplease v0.2.22
70212024-10-14T08:43:31.159Z Fresh zone_cfg_derive v0.1.2
70222024-10-14T08:43:31.159Z Fresh headers v0.4.0
70232024-10-14T08:43:31.159Z Fresh lzma-sys v0.1.20
70242024-10-14T08:43:31.159Z Fresh newtype_derive v0.1.6
70252024-10-14T08:43:31.159Z Fresh ciborium v0.2.2
70262024-10-14T08:43:31.161Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
70272024-10-14T08:43:31.161Z Fresh base64 v0.13.1
70282024-10-14T08:43:31.161Z Fresh xz2 v0.1.7
70292024-10-14T08:43:31.161Z Fresh zone v0.1.8
70302024-10-14T08:43:31.161Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
70312024-10-14T08:43:31.161Z Fresh steno v0.4.1
70322024-10-14T08:43:31.161Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
70332024-10-14T08:43:31.161Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
70342024-10-14T08:43:31.161Z Fresh ron v0.7.1
70352024-10-14T08:43:31.161Z Fresh yasna v0.5.2
70362024-10-14T08:43:31.161Z Fresh subprocess v0.2.9
70372024-10-14T08:43:31.161Z Fresh rcgen v0.12.1
70382024-10-14T08:43:31.161Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
70392024-10-14T08:43:31.161Z Fresh glob v0.3.1
70402024-10-14T08:43:31.161Z Fresh keccak v0.1.5
70412024-10-14T08:43:31.161Z Fresh universal-hash v0.5.1
70422024-10-14T08:43:31.161Z Fresh opaque-debug v0.3.1
70432024-10-14T08:43:31.161Z Fresh sha3 v0.10.8
70442024-10-14T08:43:31.161Z Fresh display-error-chain v0.2.1
70452024-10-14T08:43:31.161Z Fresh arrayvec v0.7.4
70462024-10-14T08:43:31.161Z Fresh arrayref v0.3.7
70472024-10-14T08:43:31.161Z Fresh constant_time_eq v0.3.0
70482024-10-14T08:43:31.162Z Fresh secrecy v0.8.0
70492024-10-14T08:43:31.162Z Fresh aead v0.5.2
70502024-10-14T08:43:31.162Z Fresh poly1305 v0.8.0
70512024-10-14T08:43:31.162Z Fresh chacha20 v0.9.1
70522024-10-14T08:43:31.162Z Fresh memmap2 v0.9.4
70532024-10-14T08:43:31.162Z Fresh spin v0.5.2
70542024-10-14T08:43:31.162Z Fresh untrusted v0.7.1
70552024-10-14T08:43:31.162Z Fresh topological-sort v0.2.2
70562024-10-14T08:43:31.162Z Fresh ring v0.16.20
70572024-10-14T08:43:31.162Z Fresh blake3 v1.5.1
70582024-10-14T08:43:31.162Z Fresh toolchain_find v0.4.0
70592024-10-14T08:43:31.163Z Fresh thiserror-impl-no-std v2.0.2
70602024-10-14T08:43:31.163Z Fresh maplit v1.0.2
70612024-10-14T08:43:31.163Z Fresh omicron-zone-package v0.11.1
70622024-10-14T08:43:31.163Z Fresh rustfmt-wrapper v0.2.1
70632024-10-14T08:43:31.163Z Fresh slog-dtrace v0.3.0
70642024-10-14T08:43:31.163Z Fresh thiserror-no-std v2.0.2
70652024-10-14T08:43:31.163Z Fresh chacha20poly1305 v0.10.1
70662024-10-14T08:43:31.163Z Fresh vsss-rs v3.3.4
70672024-10-14T08:43:31.163Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
70682024-10-14T08:43:31.163Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
70692024-10-14T08:43:31.163Z Fresh termcolor v1.4.1
70702024-10-14T08:43:31.163Z Fresh tap v1.0.1
70712024-10-14T08:43:31.163Z Fresh wyz v0.5.1
70722024-10-14T08:43:31.163Z Fresh gethostname v0.5.0
70732024-10-14T08:43:31.163Z Fresh funty v2.0.0
70742024-10-14T08:43:31.164Z Fresh radium v0.7.0
70752024-10-14T08:43:31.164Z Fresh crc-catalog v2.4.0
70762024-10-14T08:43:31.164Z Fresh packed_struct_codegen v0.10.1
70772024-10-14T08:43:31.164Z Fresh maybe-uninit v2.0.0
70782024-10-14T08:43:31.164Z Fresh crc v3.2.1
70792024-10-14T08:43:31.164Z Fresh bitvec v1.0.1
70802024-10-14T08:43:31.164Z Fresh nodrop v0.1.14
70812024-10-14T08:43:31.164Z Fresh bzip2-sys v0.1.11+1.0.8
70822024-10-14T08:43:31.164Z Fresh smallvec v0.6.14
70832024-10-14T08:43:31.164Z Fresh array-init v0.0.4
70842024-10-14T08:43:31.164Z Fresh packed_struct v0.10.1
70852024-10-14T08:43:31.164Z Fresh bitfield v0.14.0
70862024-10-14T08:43:31.164Z Fresh hashbrown v0.12.3
70872024-10-14T08:43:31.164Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
70882024-10-14T08:43:31.164Z Fresh bzip2 v0.4.4
70892024-10-14T08:43:31.164Z Fresh serde-hex v0.1.0
70902024-10-14T08:43:31.164Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70912024-10-14T08:43:31.164Z Fresh indexmap v1.9.3
70922024-10-14T08:43:31.164Z Fresh env_logger v0.10.2
70932024-10-14T08:43:31.164Z Fresh ron v0.8.1
70942024-10-14T08:43:31.164Z Fresh dsl_auto_type v0.1.2
70952024-10-14T08:43:31.164Z Fresh hashbrown v0.13.2
70962024-10-14T08:43:31.164Z Fresh scheduled-thread-pool v0.2.7
70972024-10-14T08:43:31.164Z Fresh diesel_table_macro_syntax v0.2.0
70982024-10-14T08:43:31.164Z Fresh crc-any v2.5.0
70992024-10-14T08:43:31.164Z Fresh r2d2 v0.8.10
71002024-10-14T08:43:31.164Z Fresh object v0.30.4
71012024-10-14T08:43:31.164Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
71022024-10-14T08:43:31.164Z Fresh zip v0.6.6
71032024-10-14T08:43:31.164Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
71042024-10-14T08:43:31.164Z Fresh diesel_derives v2.2.2
71052024-10-14T08:43:31.164Z Fresh bitfield-struct v0.6.1
71062024-10-14T08:43:31.164Z Fresh nibble_vec v0.1.0
71072024-10-14T08:43:31.168Z Fresh endian-type v0.1.2
71082024-10-14T08:43:31.168Z Fresh diff v0.1.13
71092024-10-14T08:43:31.168Z Fresh path-slash v0.1.5
71102024-10-14T08:43:31.168Z Fresh libefi-sys v0.1.0
71112024-10-14T08:43:31.168Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
71122024-10-14T08:43:31.168Z Fresh radix_trie v0.2.1
71132024-10-14T08:43:31.168Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
71142024-10-14T08:43:31.168Z Fresh diesel v2.2.4
71152024-10-14T08:43:31.168Z Fresh crunchy v0.2.2
71162024-10-14T08:43:31.168Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
71172024-10-14T08:43:31.168Z Fresh fxhash v0.2.1
71182024-10-14T08:43:31.168Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
71192024-10-14T08:43:31.168Z Fresh tiny-keccak v2.0.2
71202024-10-14T08:43:31.168Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
71212024-10-14T08:43:31.168Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
71222024-10-14T08:43:31.169Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
71232024-10-14T08:43:31.169Z Fresh ascii-canvas v3.0.0
71242024-10-14T08:43:31.169Z Fresh async-recursion v1.1.1
71252024-10-14T08:43:31.169Z Fresh ref-cast-impl v1.0.23
71262024-10-14T08:43:31.169Z Fresh ena v0.14.3
71272024-10-14T08:43:31.169Z Fresh libloading v0.8.3
71282024-10-14T08:43:31.169Z Fresh regex-syntax v0.6.29
71292024-10-14T08:43:31.169Z Fresh ref-cast v1.0.23
71302024-10-14T08:43:31.169Z Fresh which v4.4.2
71312024-10-14T08:43:31.169Z Fresh cexpr v0.6.0
71322024-10-14T08:43:31.169Z Fresh clang-sys v1.7.0
71332024-10-14T08:43:31.169Z Fresh lalrpop v0.19.12
71342024-10-14T08:43:31.169Z Fresh kstat-rs v0.2.4
71352024-10-14T08:43:31.169Z Fresh shlex v1.3.0
71362024-10-14T08:43:31.169Z Fresh rustc-hash v1.1.0
71372024-10-14T08:43:31.169Z Fresh lazycell v1.3.0
71382024-10-14T08:43:31.169Z Fresh bindgen v0.69.4
71392024-10-14T08:43:31.169Z Fresh derive_builder_core v0.20.0
71402024-10-14T08:43:31.169Z Fresh primeorder v0.13.6
71412024-10-14T08:43:31.169Z Fresh derive_builder_macro v0.20.0
71422024-10-14T08:43:31.169Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
71432024-10-14T08:43:31.169Z Fresh strum_macros v0.24.3
71442024-10-14T08:43:31.169Z Fresh indoc v1.0.9
71452024-10-14T08:43:31.169Z Fresh polar-core v0.27.3
71462024-10-14T08:43:31.170Z Fresh libxml v0.3.3
71472024-10-14T08:43:31.170Z Fresh parking_lot_core v0.8.6
71482024-10-14T08:43:31.170Z Fresh derive_builder v0.20.0
71492024-10-14T08:43:31.170Z Fresh oso-derive v0.27.3
71502024-10-14T08:43:31.170Z Fresh impl-trait-for-tuples v0.2.2
71512024-10-14T08:43:31.170Z Fresh quick-xml v0.33.0
71522024-10-14T08:43:31.170Z Fresh unicase v2.7.0
71532024-10-14T08:43:31.170Z Fresh parking_lot v0.11.2
71542024-10-14T08:43:31.170Z Fresh oso v0.27.3
71552024-10-14T08:43:31.170Z Fresh samael v0.0.17
71562024-10-14T08:43:31.170Z Fresh p384 v0.13.0
71572024-10-14T08:43:31.170Z Fresh salty v0.3.0
71582024-10-14T08:43:31.170Z Fresh sled v0.34.7
71592024-10-14T08:43:31.170Z Fresh hickory-client v0.24.1
71602024-10-14T08:43:31.170Z Fresh hickory-server v0.24.1
71612024-10-14T08:43:31.170Z Fresh const_format_proc_macros v0.2.33
71622024-10-14T08:43:31.170Z Fresh bb8 v0.8.5
71632024-10-14T08:43:31.170Z Fresh nanorand v0.7.0
71642024-10-14T08:43:31.170Z Fresh atty v0.2.14
71652024-10-14T08:43:31.170Z Fresh vte_generate_state_changes v0.1.1
71662024-10-14T08:43:31.170Z Fresh env_filter v0.1.2
71672024-10-14T08:43:31.170Z Fresh flume v0.11.0
71682024-10-14T08:43:31.170Z Fresh const_format v0.2.33
71692024-10-14T08:43:31.170Z Fresh vte v0.11.1
71702024-10-14T08:43:31.171Z Fresh async-bb8-diesel v0.2.1
71712024-10-14T08:43:31.171Z Fresh env_logger v0.11.5
71722024-10-14T08:43:31.171Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71732024-10-14T08:43:31.171Z Fresh buf-list v1.0.3
71742024-10-14T08:43:31.171Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
71752024-10-14T08:43:31.171Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71762024-10-14T08:43:31.171Z Fresh fd-lock v4.0.2
71772024-10-14T08:43:31.171Z Fresh http v0.2.12
71782024-10-14T08:43:31.171Z Fresh cfg_aliases v0.1.1
71792024-10-14T08:43:31.171Z Fresh mime_guess v2.0.4
71802024-10-14T08:43:31.171Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71812024-10-14T08:43:31.171Z Fresh memoffset v0.9.1
71822024-10-14T08:43:31.171Z Fresh strip-ansi-escapes v0.2.0
71832024-10-14T08:43:31.171Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
71842024-10-14T08:43:31.171Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
71852024-10-14T08:43:31.171Z Fresh pin-project-internal v1.1.5
71862024-10-14T08:43:31.171Z Fresh http-range v0.1.5
71872024-10-14T08:43:31.171Z Fresh nu-ansi-term v0.50.0
71882024-10-14T08:43:31.171Z Fresh hyper-staticfile v0.10.1
71892024-10-14T08:43:31.171Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
71902024-10-14T08:43:31.171Z Fresh pin-project v1.1.5
71912024-10-14T08:43:31.171Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71922024-10-14T08:43:31.171Z Fresh http-body v0.4.6
71932024-10-14T08:43:31.171Z Fresh reedline v0.35.0
71942024-10-14T08:43:31.171Z Fresh nix v0.27.1
71952024-10-14T08:43:31.171Z Fresh h2 v0.3.26
71962024-10-14T08:43:31.171Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71972024-10-14T08:43:31.171Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
71982024-10-14T08:43:31.171Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
71992024-10-14T08:43:31.171Z Fresh bytecount v0.6.8
72002024-10-14T08:43:31.171Z Fresh nix v0.28.0
72012024-10-14T08:43:31.171Z Fresh hyper v0.14.30
72022024-10-14T08:43:31.171Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
72032024-10-14T08:43:31.171Z Fresh papergrid v0.11.0
72042024-10-14T08:43:31.171Z Fresh tabled_derive v0.7.0
72052024-10-14T08:43:31.171Z Fresh peg-macros v0.8.4
72062024-10-14T08:43:31.171Z Fresh signal-hook-tokio v0.3.1
72072024-10-14T08:43:31.175Z Fresh snafu-derive v0.8.2
72082024-10-14T08:43:31.175Z Fresh concurrent-queue v2.5.0
72092024-10-14T08:43:31.175Z Fresh sqlparser_derive v0.2.2
72102024-10-14T08:43:31.175Z Fresh sync_wrapper v0.1.2
72112024-10-14T08:43:31.175Z Fresh unicode_categories v0.1.1
72122024-10-14T08:43:31.175Z Fresh parking v2.2.1
72132024-10-14T08:43:31.175Z Fresh peg v0.8.4
72142024-10-14T08:43:31.175Z Fresh tabled v0.15.0
72152024-10-14T08:43:31.175Z Fresh sqlformat v0.2.6
72162024-10-14T08:43:31.175Z Fresh reqwest v0.11.27
72172024-10-14T08:43:31.175Z Fresh snafu v0.8.2
72182024-10-14T08:43:31.175Z Fresh sqlparser v0.45.0
72192024-10-14T08:43:31.175Z Fresh rustyline v14.0.0
72202024-10-14T08:43:31.175Z Fresh globset v0.4.14
72212024-10-14T08:43:31.175Z Fresh olpc-cjson v0.1.3
72222024-10-14T08:43:31.175Z Fresh serde_plain v1.0.2
72232024-10-14T08:43:31.175Z Fresh cargo-platform v0.1.8
72242024-10-14T08:43:31.175Z Fresh bcs v0.1.6
72252024-10-14T08:43:31.175Z Fresh typed-path v0.7.1
72262024-10-14T08:43:31.175Z Fresh cargo_metadata v0.18.1
72272024-10-14T08:43:31.175Z Fresh tough v0.17.1
72282024-10-14T08:43:31.175Z Fresh parse-size v1.0.0
72292024-10-14T08:43:31.175Z Fresh event-listener v5.3.1
72302024-10-14T08:43:31.175Z Fresh futures-lite v2.3.0
72312024-10-14T08:43:31.175Z Fresh event-listener-strategy v0.5.2
72322024-10-14T08:43:31.175Z Fresh rand_seeder v0.3.0
72332024-10-14T08:43:31.175Z Fresh libz-sys v1.1.16
72342024-10-14T08:43:31.175Z Fresh csv-core v0.1.11
72352024-10-14T08:43:31.175Z Fresh is_ci v1.2.0
72362024-10-14T08:43:31.175Z Fresh async-lock v3.4.0
72372024-10-14T08:43:31.176Z Fresh polyval v0.6.2
72382024-10-14T08:43:31.176Z Fresh libgit2-sys v0.17.0+1.8.1
72392024-10-14T08:43:31.176Z Fresh csv v1.3.0
72402024-10-14T08:43:31.176Z Fresh supports-color v3.0.1
72412024-10-14T08:43:31.176Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
72422024-10-14T08:43:31.176Z Fresh castaway v0.2.3
72432024-10-14T08:43:31.176Z Fresh polling v3.7.3
72442024-10-14T08:43:31.176Z Fresh git2 v0.19.0
72452024-10-14T08:43:31.176Z Fresh async-io v2.3.4
72462024-10-14T08:43:31.176Z Fresh compact_str v0.8.0
72472024-10-14T08:43:31.176Z Fresh ghash v0.5.1
72482024-10-14T08:43:31.176Z Fresh lru v0.12.3
72492024-10-14T08:43:31.176Z Fresh unicode-truncate v1.0.0
72502024-10-14T08:43:31.176Z Fresh ctr v0.9.2
72512024-10-14T08:43:31.176Z Fresh instability v0.3.2
72522024-10-14T08:43:31.176Z Fresh plotters-backend v0.3.5
72532024-10-14T08:43:31.176Z Fresh cfg_aliases v0.2.1
72542024-10-14T08:43:31.176Z Fresh async-task v4.7.1
72552024-10-14T08:43:31.176Z Fresh assert_matches v1.5.0
72562024-10-14T08:43:31.176Z Fresh cassowary v0.3.0
72572024-10-14T08:43:31.176Z Fresh aes-gcm v0.10.3
72582024-10-14T08:43:31.176Z Fresh plotters-svg v0.3.5
72592024-10-14T08:43:31.177Z Fresh vergen v8.3.2
72602024-10-14T08:43:31.177Z Fresh ratatui v0.28.1
72612024-10-14T08:43:31.177Z Fresh async-channel v2.3.1
72622024-10-14T08:43:31.177Z Fresh piper v0.2.4
72632024-10-14T08:43:31.177Z Fresh ssh-encoding v0.2.0
72642024-10-14T08:43:31.177Z Fresh sct v0.7.1
72652024-10-14T08:43:31.177Z Fresh rustls-webpki v0.101.7
72662024-10-14T08:43:31.177Z Fresh blowfish v0.9.1
72672024-10-14T08:43:31.177Z Fresh rtoolbox v0.0.2
72682024-10-14T08:43:31.177Z Fresh smawk v0.3.2
72692024-10-14T08:43:31.177Z Fresh unicode-linebreak v0.1.5
72702024-10-14T08:43:31.177Z Fresh cast v0.3.0
72712024-10-14T08:43:31.177Z Fresh bcrypt-pbkdf v0.10.0
72722024-10-14T08:43:31.177Z Fresh ssh-cipher v0.2.0
72732024-10-14T08:43:31.177Z Fresh blocking v1.6.1
72742024-10-14T08:43:31.177Z Fresh rpassword v7.3.1
72752024-10-14T08:43:31.177Z Fresh rustls v0.21.12
72762024-10-14T08:43:31.177Z Fresh textwrap v0.16.1
72772024-10-14T08:43:31.177Z Fresh criterion-plot v0.5.0
72782024-10-14T08:43:31.177Z Fresh tui-tree-widget v0.22.0
72792024-10-14T08:43:31.177Z Fresh libsqlite3-sys v0.30.1
72802024-10-14T08:43:31.177Z Fresh plotters v0.3.5
72812024-10-14T08:43:31.177Z Fresh async-executor v1.13.1
72822024-10-14T08:43:31.177Z Fresh async-signal v0.2.10
72832024-10-14T08:43:31.177Z Fresh hashlink v0.9.1
72842024-10-14T08:43:31.177Z Fresh password-hash v0.4.2
72852024-10-14T08:43:31.177Z Fresh tinytemplate v1.2.1
72862024-10-14T08:43:31.177Z Fresh shell-words v1.1.0
72872024-10-14T08:43:31.177Z Fresh fallible-streaming-iterator v0.1.9
72882024-10-14T08:43:31.177Z Fresh matches v0.1.10
72892024-10-14T08:43:31.177Z Fresh yansi v1.0.1
72902024-10-14T08:43:31.177Z Fresh event-listener v2.5.3
72912024-10-14T08:43:31.177Z Fresh oorandom v11.1.3
72922024-10-14T08:43:31.177Z Fresh fallible-iterator v0.3.0
72932024-10-14T08:43:31.178Z Fresh anes v0.1.6
72942024-10-14T08:43:31.178Z Fresh async-channel v1.9.0
72952024-10-14T08:43:31.178Z Fresh rusqlite v0.32.1
72962024-10-14T08:43:31.178Z Fresh idna v0.2.3
72972024-10-14T08:43:31.178Z Fresh criterion v0.5.1
72982024-10-14T08:43:31.178Z Fresh pretty_assertions v1.4.1
72992024-10-14T08:43:31.178Z Fresh pbkdf2 v0.11.0
73002024-10-14T08:43:31.178Z Fresh nix v0.29.0
73012024-10-14T08:43:31.178Z Fresh async-process v2.2.4
73022024-10-14T08:43:31.178Z Fresh async-global-executor v2.4.1
73032024-10-14T08:43:31.178Z Fresh target-lexicon v0.12.16
73042024-10-14T08:43:31.178Z Fresh tokio-rustls v0.24.1
73052024-10-14T08:43:31.178Z Fresh ssh-key v0.6.6
73062024-10-14T08:43:31.178Z Fresh p521 v0.13.3
73072024-10-14T08:43:31.184Z Fresh p256 v0.13.2
73082024-10-14T08:43:31.184Z Fresh rustls-pemfile v1.0.4
73092024-10-14T08:43:31.184Z Fresh twox-hash v1.6.3
73102024-10-14T08:43:31.184Z Fresh toml_edit v0.21.1
73112024-10-14T08:43:31.184Z Fresh enum-as-inner v0.5.1
73122024-10-14T08:43:31.184Z Fresh async-attributes v1.1.2
73132024-10-14T08:43:31.184Z Fresh num_cpus v1.16.0
73142024-10-14T08:43:31.184Z Fresh kv-log-macro v1.0.7
73152024-10-14T08:43:31.184Z Fresh russh-cryptovec v0.7.2
73162024-10-14T08:43:31.185Z Fresh md5 v0.7.0
73172024-10-14T08:43:31.185Z Fresh futures-timer v3.0.3
73182024-10-14T08:43:31.185Z Fresh hex-literal v0.4.1
73192024-10-14T08:43:31.185Z Fresh russh-keys v0.45.0
73202024-10-14T08:43:31.185Z Fresh async-std v1.13.0
73212024-10-14T08:43:31.185Z Fresh threadpool v1.8.1
73222024-10-14T08:43:31.185Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
73232024-10-14T08:43:31.185Z Fresh proc-macro-crate v3.1.0
73242024-10-14T08:43:31.185Z Fresh trust-dns-proto v0.22.0
73252024-10-14T08:43:31.185Z Fresh cfg-expr v0.17.0
73262024-10-14T08:43:31.185Z Fresh guppy-workspace-hack v0.1.0
73272024-10-14T08:43:31.185Z Fresh doc-comment v0.3.3
73282024-10-14T08:43:31.185Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
73292024-10-14T08:43:31.185Z Fresh httptest v0.16.1
73302024-10-14T08:43:31.185Z Fresh fatfs v0.3.6
73312024-10-14T08:43:31.185Z Fresh num-bigint v0.4.5
73322024-10-14T08:43:31.185Z Fresh rustls-native-certs v0.7.0
73332024-10-14T08:43:31.185Z Fresh escape8259 v0.5.2
73342024-10-14T08:43:31.185Z Fresh des v0.8.1
73352024-10-14T08:43:31.185Z Fresh relative-path v1.9.3
73362024-10-14T08:43:31.185Z Fresh dhcproto-macros v0.1.0
73372024-10-14T08:43:31.185Z Fresh libtest-mimic v0.7.3
73382024-10-14T08:43:31.185Z Fresh russh v0.45.0
73392024-10-14T08:43:31.185Z Fresh hyper-rustls v0.26.0
73402024-10-14T08:43:31.185Z Fresh dhcproto v0.12.0
73412024-10-14T08:43:31.185Z Fresh rstest_macros v0.22.0
73422024-10-14T08:43:31.185Z Fresh assert_cmd v2.0.16
73432024-10-14T08:43:31.185Z Fresh target-spec v3.2.2
73442024-10-14T08:43:31.185Z Fresh async-object-pool v0.1.5
73452024-10-14T08:43:31.185Z Fresh blake2b_simd v1.0.2
73462024-10-14T08:43:31.185Z Fresh fancy-regex v0.13.0
73472024-10-14T08:43:31.185Z Fresh pathdiff v0.2.1
73482024-10-14T08:43:31.186Z Fresh serde_regex v1.1.0
73492024-10-14T08:43:31.186Z Fresh assert-json-diff v2.0.2
73502024-10-14T08:43:31.186Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
73512024-10-14T08:43:31.186Z Fresh path-tree v0.8.1
73522024-10-14T08:43:31.186Z Fresh uzers v0.11.3
73532024-10-14T08:43:31.186Z Fresh internet-checksum v0.2.1
73542024-10-14T08:43:31.186Z Fresh stringmetrics v2.2.2
73552024-10-14T08:43:31.186Z Fresh nested v0.1.1
73562024-10-14T08:43:31.186Z Fresh datatest-stable v0.2.9
73572024-10-14T08:43:31.186Z Fresh rust-argon2 v2.1.0
73582024-10-14T08:43:31.186Z Fresh rstest v0.22.0
73592024-10-14T08:43:31.186Z Fresh trybuild v1.0.99
73602024-10-14T08:43:31.186Z Fresh httpmock v0.8.0-alpha.1
73612024-10-14T08:43:31.186Z Fresh guppy v0.17.8
73622024-10-14T08:43:31.186Z Fresh partial-io v0.5.4
73632024-10-14T08:43:31.186Z Fresh similar-asserts v1.6.0
73642024-10-14T08:43:31.186Z Fresh rand_distr v0.4.3
73652024-10-14T08:43:31.186Z Fresh approx v0.5.1
73662024-10-14T08:43:31.186Z Fresh indoc v2.0.5
73672024-10-14T08:43:31.186Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
73682024-10-14T08:43:31.186Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
73692024-10-14T08:43:31.186Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
73702024-10-14T08:43:31.186Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
73712024-10-14T08:43:31.186Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
73722024-10-14T08:43:31.186Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
73732024-10-14T08:43:31.187Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
73742024-10-14T08:43:31.187Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
73752024-10-14T08:43:31.187Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
73762024-10-14T08:43:31.187Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
73772024-10-14T08:43:31.187Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
73782024-10-14T08:43:31.187Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
73792024-10-14T08:43:31.187Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
73802024-10-14T08:43:31.187Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
73812024-10-14T08:43:31.187Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
73822024-10-14T08:43:31.187Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
73832024-10-14T08:43:31.187Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
73842024-10-14T08:43:31.187Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
73852024-10-14T08:43:31.187Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
73862024-10-14T08:43:31.187Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
73872024-10-14T08:43:31.188Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
73882024-10-14T08:43:31.188Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
73892024-10-14T08:43:31.188Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
73902024-10-14T08:43:31.188Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
73912024-10-14T08:43:31.188Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
73922024-10-14T08:43:31.188Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
73932024-10-14T08:43:31.188Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73942024-10-14T08:43:31.188Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
73952024-10-14T08:43:31.188Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
73962024-10-14T08:43:31.188Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
73972024-10-14T08:43:31.188Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
73982024-10-14T08:43:31.188Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
73992024-10-14T08:43:31.188Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
74002024-10-14T08:43:31.188Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
74012024-10-14T08:43:31.188Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
74022024-10-14T08:43:31.188Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
74032024-10-14T08:43:31.188Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
74042024-10-14T08:43:31.188Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
74052024-10-14T08:43:31.188Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
74062024-10-14T08:43:31.189Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
74072024-10-14T08:43:31.192Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
74082024-10-14T08:43:31.192Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
74092024-10-14T08:43:31.192Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
74102024-10-14T08:43:31.192Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
74112024-10-14T08:43:31.192Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
74122024-10-14T08:43:31.192Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
74132024-10-14T08:43:31.192Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
74142024-10-14T08:43:31.192Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
74152024-10-14T08:43:31.192Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
74162024-10-14T08:43:31.192Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
74172024-10-14T08:43:31.192Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
74182024-10-14T08:43:31.192Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
74192024-10-14T08:43:31.192Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
74202024-10-14T08:43:31.192Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
74212024-10-14T08:43:31.192Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
74222024-10-14T08:43:31.192Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
74232024-10-14T08:43:31.192Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
74242024-10-14T08:43:31.192Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
74252024-10-14T08:43:31.193Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
74262024-10-14T08:43:31.193Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
74272024-10-14T08:43:31.193Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
74282024-10-14T08:43:31.193Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
74292024-10-14T08:43:31.193Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
74302024-10-14T08:43:31.193Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
74312024-10-14T08:43:31.193Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
74322024-10-14T08:43:31.193Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
74332024-10-14T08:43:31.193Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
74342024-10-14T08:43:31.193Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
74352024-10-14T08:43:31.193Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
74362024-10-14T08:43:31.193Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
74372024-10-14T08:43:31.193Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
74382024-10-14T08:43:31.193Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
74392024-10-14T08:43:31.193Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
74402024-10-14T08:43:31.193Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
74412024-10-14T08:43:31.194Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
74422024-10-14T08:43:31.194Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
74432024-10-14T08:43:31.194Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
74442024-10-14T08:43:31.194Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
74452024-10-14T08:43:31.194Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
74462024-10-14T08:43:31.194Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
74472024-10-14T08:43:31.194Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
74482024-10-14T08:43:31.194Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
74492024-10-14T08:43:31.194Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
74502024-10-14T08:43:31.194Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
74512024-10-14T08:43:31.194Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
74522024-10-14T08:43:31.194Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
74532024-10-14T08:43:31.194Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
74542024-10-14T08:43:31.194Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
74552024-10-14T08:43:31.195Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
74562024-10-14T08:43:31.195Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
74572024-10-14T08:43:31.195Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
74582024-10-14T08:43:31.195Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
74592024-10-14T08:43:31.195Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
74602024-10-14T08:43:31.195Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
74612024-10-14T08:43:31.195Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
74622024-10-14T08:43:31.195Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
74632024-10-14T08:43:31.195Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
74642024-10-14T08:43:31.195Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
74652024-10-14T08:43:31.195Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
74662024-10-14T08:43:31.195Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
74672024-10-14T08:43:31.195Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
74682024-10-14T08:43:31.195Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
74692024-10-14T08:43:31.195Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
74702024-10-14T08:43:31.195Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
74712024-10-14T08:43:31.195Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
74722024-10-14T08:43:31.195Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
74732024-10-14T08:43:31.195Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
74742024-10-14T08:43:31.195Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.54s
74752024-10-14T08:43:31.259Z Doc-tests api_identity
74762024-10-14T08:43:31.261Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74772024-10-14T08:43:31.537Z
74782024-10-14T08:43:31.537Zrunning 0 tests
74792024-10-14T08:43:31.537Z
74802024-10-14T08:43:31.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74812024-10-14T08:43:31.539Z
74822024-10-14T08:43:31.545Z Doc-tests authz_macros
74832024-10-14T08:43:31.547Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-170f9b95dea3242f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74842024-10-14T08:43:31.684Z
74852024-10-14T08:43:31.684Zrunning 7 tests
74862024-10-14T08:43:31.687Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
74872024-10-14T08:43:31.687Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
74882024-10-14T08:43:31.687Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
74892024-10-14T08:43:31.687Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
74902024-10-14T08:43:31.687Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
74912024-10-14T08:43:31.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
74922024-10-14T08:43:31.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
74932024-10-14T08:43:31.688Z
74942024-10-14T08:43:31.688Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
74952024-10-14T08:43:31.688Z
74962024-10-14T08:43:31.695Z Doc-tests bootstore
74972024-10-14T08:43:31.697Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-639f5b96bbf3d9e5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-7817dfecddc9a2b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
74982024-10-14T08:43:32.595Z
74992024-10-14T08:43:32.595Zrunning 0 tests
75002024-10-14T08:43:32.595Z
75012024-10-14T08:43:32.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75022024-10-14T08:43:32.595Z
75032024-10-14T08:43:32.622Z Doc-tests bootstrap_agent_api
75042024-10-14T08:43:32.625Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75052024-10-14T08:43:33.004Z
75062024-10-14T08:43:33.004Zrunning 2 tests
75072024-10-14T08:43:33.007Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
75082024-10-14T08:43:33.007Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
75092024-10-14T08:43:33.007Z
75102024-10-14T08:43:33.007Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75112024-10-14T08:43:33.007Z
75122024-10-14T08:43:33.025Z Doc-tests bootstrap_agent_client
75132024-10-14T08:43:33.028Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75142024-10-14T08:43:33.875Z
75152024-10-14T08:43:33.875Zrunning 0 tests
75162024-10-14T08:43:33.875Z
75172024-10-14T08:43:33.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75182024-10-14T08:43:33.875Z
75192024-10-14T08:43:33.902Z Doc-tests clickhouse_admin_api
75202024-10-14T08:43:33.905Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75212024-10-14T08:43:34.144Z
75222024-10-14T08:43:34.144Zrunning 4 tests
75232024-10-14T08:43:34.147Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 34) ... ignored
75242024-10-14T08:43:34.147Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 40) ... ignored
75252024-10-14T08:43:34.147Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 103) ... ignored
75262024-10-14T08:43:34.147Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 109) ... ignored
75272024-10-14T08:43:34.147Z
75282024-10-14T08:43:34.147Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
75292024-10-14T08:43:34.147Z
75302024-10-14T08:43:34.161Z Doc-tests clickhouse_admin_keeper_client
75312024-10-14T08:43:34.164Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75322024-10-14T08:43:34.643Z
75332024-10-14T08:43:34.643Zrunning 0 tests
75342024-10-14T08:43:34.643Z
75352024-10-14T08:43:34.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75362024-10-14T08:43:34.644Z
75372024-10-14T08:43:34.664Z Doc-tests clickhouse_admin_server_client
75382024-10-14T08:43:34.667Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75392024-10-14T08:43:35.046Z
75402024-10-14T08:43:35.046Zrunning 0 tests
75412024-10-14T08:43:35.046Z
75422024-10-14T08:43:35.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75432024-10-14T08:43:35.046Z
75442024-10-14T08:43:35.066Z Doc-tests clickhouse_admin_types
75452024-10-14T08:43:35.069Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75462024-10-14T08:43:35.533Z
75472024-10-14T08:43:35.533Zrunning 0 tests
75482024-10-14T08:43:35.534Z
75492024-10-14T08:43:35.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75502024-10-14T08:43:35.534Z
75512024-10-14T08:43:35.556Z Doc-tests cockroach_admin_api
75522024-10-14T08:43:35.560Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75532024-10-14T08:43:35.754Z
75542024-10-14T08:43:35.754Zrunning 2 tests
75552024-10-14T08:43:35.756Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
75562024-10-14T08:43:35.756Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
75572024-10-14T08:43:35.756Z
75582024-10-14T08:43:35.756Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75592024-10-14T08:43:35.756Z
75602024-10-14T08:43:35.768Z Doc-tests cockroach_admin_client
75612024-10-14T08:43:35.770Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75622024-10-14T08:43:36.030Z
75632024-10-14T08:43:36.030Zrunning 0 tests
75642024-10-14T08:43:36.030Z
75652024-10-14T08:43:36.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75662024-10-14T08:43:36.030Z
75672024-10-14T08:43:36.045Z Doc-tests cockroach_admin_types
75682024-10-14T08:43:36.048Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75692024-10-14T08:43:36.189Z
75702024-10-14T08:43:36.190Zrunning 0 tests
75712024-10-14T08:43:36.190Z
75722024-10-14T08:43:36.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75732024-10-14T08:43:36.190Z
75742024-10-14T08:43:36.199Z Doc-tests db_macros
75752024-10-14T08:43:36.202Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75762024-10-14T08:43:36.447Z
75772024-10-14T08:43:36.447Zrunning 3 tests
75782024-10-14T08:43:36.449Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
75792024-10-14T08:43:36.449Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
75802024-10-14T08:43:36.449Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
75812024-10-14T08:43:36.449Z
75822024-10-14T08:43:36.449Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
75832024-10-14T08:43:36.449Z
75842024-10-14T08:43:36.461Z Doc-tests dns_server
75852024-10-14T08:43:36.462Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e53323d82dfb8ff2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b59e6a540b84d58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75862024-10-14T08:43:36.802Z
75872024-10-14T08:43:36.802Zrunning 0 tests
75882024-10-14T08:43:36.803Z
75892024-10-14T08:43:36.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75902024-10-14T08:43:36.803Z
75912024-10-14T08:43:36.822Z Doc-tests dns_server_api
75922024-10-14T08:43:36.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75932024-10-14T08:43:37.040Z
75942024-10-14T08:43:37.040Zrunning 2 tests
75952024-10-14T08:43:37.043Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
75962024-10-14T08:43:37.043Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
75972024-10-14T08:43:37.043Z
75982024-10-14T08:43:37.043Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75992024-10-14T08:43:37.043Z
76002024-10-14T08:43:37.058Z Doc-tests dns_service_client
76012024-10-14T08:43:37.061Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76022024-10-14T08:43:37.325Z
76032024-10-14T08:43:37.325Zrunning 0 tests
76042024-10-14T08:43:37.325Z
76052024-10-14T08:43:37.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76062024-10-14T08:43:37.325Z
76072024-10-14T08:43:37.343Z Doc-tests dpd_client
76082024-10-14T08:43:37.346Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76092024-10-14T08:43:38.522Z
76102024-10-14T08:43:38.522Zrunning 0 tests
76112024-10-14T08:43:38.522Z
76122024-10-14T08:43:38.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76132024-10-14T08:43:38.522Z
76142024-10-14T08:43:38.555Z Doc-tests end_to_end_tests
76152024-10-14T08:43:38.558Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6e36043924ce36bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a19e394036760692.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-50045878f51eca68.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6bbd39f5d90a9e87.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76162024-10-14T08:43:38.999Z
76172024-10-14T08:43:38.999Zrunning 0 tests
76182024-10-14T08:43:38.999Z
76192024-10-14T08:43:38.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76202024-10-14T08:43:38.999Z
76212024-10-14T08:43:39.021Z Doc-tests gateway_api
76222024-10-14T08:43:39.023Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76232024-10-14T08:43:39.382Z
76242024-10-14T08:43:39.382Zrunning 2 tests
76252024-10-14T08:43:39.384Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
76262024-10-14T08:43:39.384Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
76272024-10-14T08:43:39.384Z
76282024-10-14T08:43:39.384Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
76292024-10-14T08:43:39.385Z
76302024-10-14T08:43:39.402Z Doc-tests gateway_client
76312024-10-14T08:43:39.405Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76322024-10-14T08:43:40.361Z
76332024-10-14T08:43:40.361Zrunning 0 tests
76342024-10-14T08:43:40.361Z
76352024-10-14T08:43:40.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76362024-10-14T08:43:40.362Z
76372024-10-14T08:43:40.387Z Doc-tests gateway_test_utils
76382024-10-14T08:43:40.390Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76392024-10-14T08:43:41.048Z
76402024-10-14T08:43:41.048Zrunning 0 tests
76412024-10-14T08:43:41.048Z
76422024-10-14T08:43:41.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76432024-10-14T08:43:41.048Z
76442024-10-14T08:43:41.073Z Doc-tests gateway_types
76452024-10-14T08:43:41.075Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76462024-10-14T08:43:41.665Z
76472024-10-14T08:43:41.665Zrunning 0 tests
76482024-10-14T08:43:41.665Z
76492024-10-14T08:43:41.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76502024-10-14T08:43:41.665Z
76512024-10-14T08:43:41.692Z Doc-tests illumos_utils
76522024-10-14T08:43:41.694Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e9f93ba449c14507.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f14caa3c06b8540a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-aa8789dc79084b01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3630edd090134346.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
76532024-10-14T08:43:43.586Z
76542024-10-14T08:43:43.586Zrunning 0 tests
76552024-10-14T08:43:43.586Z
76562024-10-14T08:43:43.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76572024-10-14T08:43:43.586Z
76582024-10-14T08:43:43.636Z Doc-tests installinator
76592024-10-14T08:43:43.639Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1a968fc04f1b81b0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6a72aa76e3ff1cb8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
76602024-10-14T08:43:44.417Z
76612024-10-14T08:43:44.417Zrunning 0 tests
76622024-10-14T08:43:44.417Z
76632024-10-14T08:43:44.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76642024-10-14T08:43:44.417Z
76652024-10-14T08:43:44.443Z Doc-tests installinator_api
76662024-10-14T08:43:44.446Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76672024-10-14T08:43:44.722Z
76682024-10-14T08:43:44.722Zrunning 2 tests
76692024-10-14T08:43:44.725Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
76702024-10-14T08:43:44.725Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
76712024-10-14T08:43:44.725Z
76722024-10-14T08:43:44.725Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
76732024-10-14T08:43:44.725Z
76742024-10-14T08:43:44.742Z Doc-tests installinator_client
76752024-10-14T08:43:44.745Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76762024-10-14T08:43:45.581Z
76772024-10-14T08:43:45.581Zrunning 0 tests
76782024-10-14T08:43:45.582Z
76792024-10-14T08:43:45.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76802024-10-14T08:43:45.582Z
76812024-10-14T08:43:45.609Z Doc-tests installinator_common
76822024-10-14T08:43:45.612Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76832024-10-14T08:43:45.965Z
76842024-10-14T08:43:45.965Zrunning 0 tests
76852024-10-14T08:43:45.965Z
76862024-10-14T08:43:45.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76872024-10-14T08:43:45.965Z
76882024-10-14T08:43:45.986Z Doc-tests internal_dns_resolver
76892024-10-14T08:43:45.989Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76902024-10-14T08:43:46.239Z
76912024-10-14T08:43:46.239Zrunning 0 tests
76922024-10-14T08:43:46.239Z
76932024-10-14T08:43:46.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76942024-10-14T08:43:46.240Z
76952024-10-14T08:43:46.258Z Doc-tests internal_dns_types
76962024-10-14T08:43:46.261Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76972024-10-14T08:43:46.554Z
76982024-10-14T08:43:46.554Zrunning 0 tests
76992024-10-14T08:43:46.555Z
77002024-10-14T08:43:46.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77012024-10-14T08:43:46.555Z
77022024-10-14T08:43:46.574Z Doc-tests ipcc
77032024-10-14T08:43:46.577Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77042024-10-14T08:43:46.812Z
77052024-10-14T08:43:46.812Zrunning 0 tests
77062024-10-14T08:43:46.812Z
77072024-10-14T08:43:46.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77082024-10-14T08:43:46.812Z
77092024-10-14T08:43:46.829Z Doc-tests key_manager
77102024-10-14T08:43:46.832Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4ae68c17768ea1ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77112024-10-14T08:43:47.069Z
77122024-10-14T08:43:47.069Zrunning 0 tests
77132024-10-14T08:43:47.069Z
77142024-10-14T08:43:47.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77152024-10-14T08:43:47.069Z
77162024-10-14T08:43:47.087Z Doc-tests live_tests_macros
77172024-10-14T08:43:47.089Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-2debc91cfdc7f511.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77182024-10-14T08:43:47.161Z
77192024-10-14T08:43:47.161Zrunning 1 test
77202024-10-14T08:43:47.164Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
77212024-10-14T08:43:47.164Z
77222024-10-14T08:43:47.164Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
77232024-10-14T08:43:47.164Z
77242024-10-14T08:43:47.170Z Doc-tests nexus_auth
77252024-10-14T08:43:47.173Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-170f9b95dea3242f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-940c5ad3446e417e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77262024-10-14T08:43:48.411Z
77272024-10-14T08:43:48.411Zrunning 0 tests
77282024-10-14T08:43:48.411Z
77292024-10-14T08:43:48.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77302024-10-14T08:43:48.411Z
77312024-10-14T08:43:48.443Z Doc-tests nexus_client
77322024-10-14T08:43:48.446Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77332024-10-14T08:43:50.442Z
77342024-10-14T08:43:50.442Zrunning 0 tests
77352024-10-14T08:43:50.442Z
77362024-10-14T08:43:50.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77372024-10-14T08:43:50.442Z
77382024-10-14T08:43:50.485Z Doc-tests nexus_config
77392024-10-14T08:43:50.488Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77402024-10-14T08:43:51.028Z
77412024-10-14T08:43:51.028Zrunning 0 tests
77422024-10-14T08:43:51.028Z
77432024-10-14T08:43:51.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77442024-10-14T08:43:51.028Z
77452024-10-14T08:43:51.052Z Doc-tests nexus_db_fixed_data
77462024-10-14T08:43:51.054Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77472024-10-14T08:43:51.500Z
77482024-10-14T08:43:51.500Zrunning 0 tests
77492024-10-14T08:43:51.500Z
77502024-10-14T08:43:51.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77512024-10-14T08:43:51.500Z
77522024-10-14T08:43:51.522Z Doc-tests nexus_db_model
77532024-10-14T08:43:51.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77542024-10-14T08:44:04.060Z
77552024-10-14T08:44:04.060Zrunning 2 tests
77562024-10-14T08:44:06.611Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
77572024-10-14T08:44:43.029Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
77582024-10-14T08:44:43.029Z
77592024-10-14T08:44:43.032Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.96s
77602024-10-14T08:44:43.032Z
77612024-10-14T08:44:43.230Z Doc-tests nexus_db_queries
77622024-10-14T08:44:43.235Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-228a63e2eb4209d8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c18420283b1592c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3f6ec5af478e7fc5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a363bdd0641bc415.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-940c5ad3446e417e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77632024-10-14T08:44:45.632Z
77642024-10-14T08:44:45.632Zrunning 1 test
77652024-10-14T08:44:51.386Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
77662024-10-14T08:44:51.386Z
77672024-10-14T08:44:51.388Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.75s
77682024-10-14T08:44:51.388Z
77692024-10-14T08:44:51.456Z Doc-tests nexus_defaults
77702024-10-14T08:44:51.458Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77712024-10-14T08:44:51.678Z
77722024-10-14T08:44:51.678Zrunning 0 tests
77732024-10-14T08:44:51.678Z
77742024-10-14T08:44:51.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77752024-10-14T08:44:51.679Z
77762024-10-14T08:44:51.695Z Doc-tests nexus_external_api
77772024-10-14T08:44:51.698Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77782024-10-14T08:44:52.237Z
77792024-10-14T08:44:52.237Zrunning 2 tests
77802024-10-14T08:44:52.240Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
77812024-10-14T08:44:52.240Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
77822024-10-14T08:44:52.240Z
77832024-10-14T08:44:52.240Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77842024-10-14T08:44:52.240Z
77852024-10-14T08:44:52.263Z Doc-tests nexus_internal_api
77862024-10-14T08:44:52.266Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77872024-10-14T08:44:52.683Z
77882024-10-14T08:44:52.683Zrunning 2 tests
77892024-10-14T08:44:52.686Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored
77902024-10-14T08:44:52.686Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored
77912024-10-14T08:44:52.686Z
77922024-10-14T08:44:52.686Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77932024-10-14T08:44:52.686Z
77942024-10-14T08:44:52.707Z Doc-tests nexus_inventory
77952024-10-14T08:44:52.710Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77962024-10-14T08:44:53.058Z
77972024-10-14T08:44:53.058Zrunning 0 tests
77982024-10-14T08:44:53.058Z
77992024-10-14T08:44:53.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78002024-10-14T08:44:53.058Z
78012024-10-14T08:44:53.081Z Doc-tests nexus_macros_common
78022024-10-14T08:44:53.084Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-e7e974ffa5132cd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78032024-10-14T08:44:53.155Z
78042024-10-14T08:44:53.155Zrunning 0 tests
78052024-10-14T08:44:53.155Z
78062024-10-14T08:44:53.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78072024-10-14T08:44:53.155Z
78082024-10-14T08:44:53.162Z Doc-tests nexus_metrics_producer_gc
78092024-10-14T08:44:53.164Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
78102024-10-14T08:44:53.568Z
78112024-10-14T08:44:53.568Zrunning 0 tests
78122024-10-14T08:44:53.568Z
78132024-10-14T08:44:53.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78142024-10-14T08:44:53.568Z
78152024-10-14T08:44:53.596Z Doc-tests nexus_networking
78162024-10-14T08:44:53.598Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78172024-10-14T08:44:54.002Z
78182024-10-14T08:44:54.002Zrunning 0 tests
78192024-10-14T08:44:54.002Z
78202024-10-14T08:44:54.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78212024-10-14T08:44:54.002Z
78222024-10-14T08:44:54.030Z Doc-tests nexus_reconfigurator_execution
78232024-10-14T08:44:54.033Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
78242024-10-14T08:44:54.500Z
78252024-10-14T08:44:54.500Zrunning 0 tests
78262024-10-14T08:44:54.500Z
78272024-10-14T08:44:54.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78282024-10-14T08:44:54.500Z
78292024-10-14T08:44:54.528Z Doc-tests nexus_reconfigurator_planning
78302024-10-14T08:44:54.530Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78312024-10-14T08:44:54.970Z
78322024-10-14T08:44:54.970Zrunning 0 tests
78332024-10-14T08:44:54.970Z
78342024-10-14T08:44:54.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78352024-10-14T08:44:54.971Z
78362024-10-14T08:44:54.995Z Doc-tests nexus_reconfigurator_preparation
78372024-10-14T08:44:54.997Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78382024-10-14T08:44:55.384Z
78392024-10-14T08:44:55.384Zrunning 0 tests
78402024-10-14T08:44:55.384Z
78412024-10-14T08:44:55.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78422024-10-14T08:44:55.384Z
78432024-10-14T08:44:55.410Z Doc-tests nexus_saga_recovery
78442024-10-14T08:44:55.413Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
78452024-10-14T08:44:55.772Z
78462024-10-14T08:44:55.772Zrunning 0 tests
78472024-10-14T08:44:55.772Z
78482024-10-14T08:44:55.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78492024-10-14T08:44:55.772Z
78502024-10-14T08:44:55.795Z Doc-tests nexus_sled_agent_shared
78512024-10-14T08:44:55.797Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78522024-10-14T08:44:56.179Z
78532024-10-14T08:44:56.179Zrunning 0 tests
78542024-10-14T08:44:56.179Z
78552024-10-14T08:44:56.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78562024-10-14T08:44:56.179Z
78572024-10-14T08:44:56.201Z Doc-tests nexus_test_interface
78582024-10-14T08:44:56.204Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78592024-10-14T08:44:56.497Z
78602024-10-14T08:44:56.497Zrunning 0 tests
78612024-10-14T08:44:56.497Z
78622024-10-14T08:44:56.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78632024-10-14T08:44:56.500Z
78642024-10-14T08:44:56.518Z Doc-tests nexus_test_utils
78652024-10-14T08:44:56.521Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
78662024-10-14T08:44:57.465Z
78672024-10-14T08:44:57.465Zrunning 0 tests
78682024-10-14T08:44:57.465Z
78692024-10-14T08:44:57.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78702024-10-14T08:44:57.466Z
78712024-10-14T08:44:57.498Z Doc-tests nexus_test_utils_macros
78722024-10-14T08:44:57.500Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78732024-10-14T08:44:57.574Z
78742024-10-14T08:44:57.574Zrunning 1 test
78752024-10-14T08:44:57.578Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
78762024-10-14T08:44:57.578Z
78772024-10-14T08:44:57.578Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
78782024-10-14T08:44:57.578Z
78792024-10-14T08:44:57.583Z Doc-tests nexus_types
78802024-10-14T08:44:57.585Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78812024-10-14T08:45:00.440Z
78822024-10-14T08:45:00.440Zrunning 0 tests
78832024-10-14T08:45:00.440Z
78842024-10-14T08:45:00.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78852024-10-14T08:45:00.440Z
78862024-10-14T08:45:00.509Z Doc-tests omicron_certificates
78872024-10-14T08:45:00.511Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78882024-10-14T08:45:00.777Z
78892024-10-14T08:45:00.777Zrunning 0 tests
78902024-10-14T08:45:00.777Z
78912024-10-14T08:45:00.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78922024-10-14T08:45:00.777Z
78932024-10-14T08:45:00.795Z Doc-tests omicron_clickhouse_admin
78942024-10-14T08:45:00.798Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-70c25500241993e3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1503c102b184c7fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78952024-10-14T08:45:01.092Z
78962024-10-14T08:45:01.092Zrunning 0 tests
78972024-10-14T08:45:01.093Z
78982024-10-14T08:45:01.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78992024-10-14T08:45:01.093Z
79002024-10-14T08:45:01.112Z Doc-tests omicron_cockroach_admin
79012024-10-14T08:45:01.115Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-e7cf0fd30facae32.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c0a069faea71d405.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
79022024-10-14T08:45:01.409Z
79032024-10-14T08:45:01.409Zrunning 0 tests
79042024-10-14T08:45:01.409Z
79052024-10-14T08:45:01.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79062024-10-14T08:45:01.409Z
79072024-10-14T08:45:01.428Z Doc-tests omicron_common
79082024-10-14T08:45:01.431Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f1c61c3d12f40507.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c7719caf35fa3b5f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
79092024-10-14T08:45:03.359Z
79102024-10-14T08:45:03.359Zrunning 2 tests
79112024-10-14T08:45:03.362Ztest common/src/lib.rs - FileKv (line 40) ... ignored
79122024-10-14T08:45:08.058Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
79132024-10-14T08:45:08.058Z
79142024-10-14T08:45:08.061Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.70s
79152024-10-14T08:45:08.061Z
79162024-10-14T08:45:08.107Z Doc-tests omicron_ddm_admin_client
79172024-10-14T08:45:08.109Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8245220f4e0db2e8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79182024-10-14T08:45:08.369Z
79192024-10-14T08:45:08.370Zrunning 0 tests
79202024-10-14T08:45:08.370Z
79212024-10-14T08:45:08.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79222024-10-14T08:45:08.370Z
79232024-10-14T08:45:08.388Z Doc-tests omicron_dev_lib
79242024-10-14T08:45:08.391Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4fef5f80d11a59df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79252024-10-14T08:45:08.608Z
79262024-10-14T08:45:08.608Zrunning 0 tests
79272024-10-14T08:45:08.608Z
79282024-10-14T08:45:08.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79292024-10-14T08:45:08.608Z
79302024-10-14T08:45:08.624Z Doc-tests omicron_gateway
79312024-10-14T08:45:08.627Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3f34ef42fa8b9813.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5465d71afd2ef3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5b595fb2fce22fa5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-af3119485d898620.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9d8b460a05d11c19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79322024-10-14T08:45:09.327Z
79332024-10-14T08:45:09.327Zrunning 0 tests
79342024-10-14T08:45:09.327Z
79352024-10-14T08:45:09.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79362024-10-14T08:45:09.327Z
79372024-10-14T08:45:09.359Z Doc-tests omicron_ls_apis
79382024-10-14T08:45:09.361Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-13802e8edbd5694f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79392024-10-14T08:45:09.547Z
79402024-10-14T08:45:09.547Zrunning 1 test
79412024-10-14T08:45:09.557Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 229) ... ignored
79422024-10-14T08:45:09.557Z
79432024-10-14T08:45:09.557Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
79442024-10-14T08:45:09.557Z
79452024-10-14T08:45:09.568Z Doc-tests omicron_nexus
79462024-10-14T08:45:09.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-69e37d4c4a94d96b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1f2d627e110b45e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4183b60e6e7d65ab.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-77a76946e1d45d5e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f760c6389f01528a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-34a0d9af6ea1a8ca.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6c536a36b29f7fea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f87162218b34231f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d5e4bdd6834a9591.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-d199747b1928de98.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-1521cc0e860341b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ce547bc35ac5f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4350e34f979bd017.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-02b0d59fe3541a37.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-16c5b63098860fa3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b202847e2cf940dd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d3595a8bf8f55748.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d82f96b79319bcce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a570857c475155e6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b101c2ff0cccedf4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5a83bd723ac59c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca71525a144f342b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8c39ae196502f069.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-342242ece64c4be3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-351b1db36b61132d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0333960537230867.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2856786924d90309.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-829dc04dba5287b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e982dcc238199b9c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
79472024-10-14T08:45:12.349Z
79482024-10-14T08:45:12.349Zrunning 5 tests
79492024-10-14T08:45:12.352Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
79502024-10-14T08:45:16.501Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 768) ... ok
79512024-10-14T08:45:16.503Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 790) ... ok
79522024-10-14T08:45:16.506Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 862) ... ok
79532024-10-14T08:45:16.512Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 832) ... ok
79542024-10-14T08:45:16.512Z
79552024-10-14T08:45:16.514Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.16s
79562024-10-14T08:45:16.514Z
79572024-10-14T08:45:16.583Z Doc-tests omicron_package
79582024-10-14T08:45:16.586Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-ead0a4f5d7bb930f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-748c4dc12ae4c663.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d3d837a61b8613ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-72faaea8fef39f15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79592024-10-14T08:45:16.907Z
79602024-10-14T08:45:16.907Zrunning 0 tests
79612024-10-14T08:45:16.907Z
79622024-10-14T08:45:16.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632024-10-14T08:45:16.908Z
79642024-10-14T08:45:16.920Z Doc-tests omicron_passwords
79652024-10-14T08:45:16.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3c9b35bb0d27b507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79662024-10-14T08:45:17.038Z
79672024-10-14T08:45:17.038Zrunning 0 tests
79682024-10-14T08:45:17.038Z
79692024-10-14T08:45:17.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79702024-10-14T08:45:17.038Z
79712024-10-14T08:45:17.048Z Doc-tests omicron_rpaths
79722024-10-14T08:45:17.050Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-31a2087ceaa0d65d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79732024-10-14T08:45:17.118Z
79742024-10-14T08:45:17.118Zrunning 0 tests
79752024-10-14T08:45:17.118Z
79762024-10-14T08:45:17.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79772024-10-14T08:45:17.118Z
79782024-10-14T08:45:17.124Z Doc-tests omicron_sled_agent
79792024-10-14T08:45:17.127Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ef153980587c90a8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-868ad9987c21349a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b16e76aa1d031444.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bd1f363fa6e405f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e6304fdb5de6324c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d4d040d5e286875.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-05f994861ed458e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-472159c099d20880.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b387bc1a029471b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-21dc0fbe4584a8cf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
79802024-10-14T08:45:19.044Z
79812024-10-14T08:45:19.044Zrunning 0 tests
79822024-10-14T08:45:19.044Z
79832024-10-14T08:45:19.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79842024-10-14T08:45:19.044Z
79852024-10-14T08:45:19.097Z Doc-tests omicron_test_utils
79862024-10-14T08:45:19.100Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-41bffdf6e347f0b7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-84f7d6cc22bb7f5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1ccde0d8e487fdb2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
79872024-10-14T08:45:19.421Z
79882024-10-14T08:45:19.421Zrunning 0 tests
79892024-10-14T08:45:19.421Z
79902024-10-14T08:45:19.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79912024-10-14T08:45:19.421Z
79922024-10-14T08:45:19.442Z Doc-tests omicron_uuid_kinds
79932024-10-14T08:45:19.444Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
79942024-10-14T08:45:19.548Z
79952024-10-14T08:45:19.548Zrunning 0 tests
79962024-10-14T08:45:19.548Z
79972024-10-14T08:45:19.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79982024-10-14T08:45:19.548Z
79992024-10-14T08:45:19.558Z Doc-tests omicron_workspace_hack
80002024-10-14T08:45:19.565Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --crate-type lib --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-723781568c60f25e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4fe3bdbd00ac296.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-860382fa61794b23.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-2615ebe8791562a7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-076d2b7c223b04b6.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-dc9447d9f6438fc0.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eb9f366382711e69.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-19bc63884c89eb7c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6992ad6647e18695.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cef942c092a8cd27.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-34da37f6ba5f3f7d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ae936c506bca284d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6867d11bfb3e999e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b64738e78c1c40a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6d7b6a64dc987196.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49b26c3ebd5ba245.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-81cd8edc7ab5cbaf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-044e0ee28254be35.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-0ed8673c9bd0a4e9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fd872cc474e702b5.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e150ce80dc0f4b1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e327ba59d5539f9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-34a7777c883c1a76.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-bbc2a32ad8e4c26e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e8ff109b328d399a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0737da7839550d84.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b4517869adf96fd.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d5b6048e6872cf44.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-a24311042780c8ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-cd748ad597b422d7.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd652d17ce889493.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80012024-10-14T08:45:19.627Z
80022024-10-14T08:45:19.627Zrunning 0 tests
80032024-10-14T08:45:19.627Z
80042024-10-14T08:45:19.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80052024-10-14T08:45:19.628Z
80062024-10-14T08:45:19.635Z Doc-tests openapi_manager
80072024-10-14T08:45:19.637Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-7980d8d7225ffa24.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-9b4b96f16ffe6a1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-55cc68440910a0e7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-04faf4043b29361b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a70e35d1775558ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47bb931368aa235c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8e03c75dd17ed799.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0516dd209c4e37df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-a08fad486221d448.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-19a4129fa3d7d79f.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80082024-10-14T08:45:20.051Z
80092024-10-14T08:45:20.051Zrunning 0 tests
80102024-10-14T08:45:20.051Z
80112024-10-14T08:45:20.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80122024-10-14T08:45:20.051Z
80132024-10-14T08:45:20.075Z Doc-tests openapi_manager_types
80142024-10-14T08:45:20.077Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-43de7452650acb50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80152024-10-14T08:45:20.148Z
80162024-10-14T08:45:20.148Zrunning 0 tests
80172024-10-14T08:45:20.148Z
80182024-10-14T08:45:20.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80192024-10-14T08:45:20.148Z
80202024-10-14T08:45:20.155Z Doc-tests oxide_client
80212024-10-14T08:45:20.158Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e1254ffd1e310aa5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80222024-10-14T08:45:25.490Z
80232024-10-14T08:45:25.490Zrunning 208 tests
80242024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
80252024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
80262024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
80272024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
80282024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
80292024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
80302024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
80312024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
80322024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
80332024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
80342024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
80352024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
80362024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
80372024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
80382024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
80392024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
80402024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
80412024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
80422024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
80432024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
80442024-10-14T08:45:25.494Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
80452024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
80462024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
80472024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
80482024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
80492024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
80502024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
80512024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
80522024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
80532024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
80542024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
80552024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
80562024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
80572024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
80582024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
80592024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
80602024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
80612024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
80622024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
80632024-10-14T08:45:25.495Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
80642024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
80652024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
80662024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
80672024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
80682024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
80692024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
80702024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
80712024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
80722024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
80732024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
80742024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
80752024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
80762024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
80772024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
80782024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
80792024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
80802024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
80812024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
80822024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
80832024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
80842024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
80852024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
80862024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
80872024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
80882024-10-14T08:45:25.496Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
80892024-10-14T08:45:25.500Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
80902024-10-14T08:45:25.500Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
80912024-10-14T08:45:25.500Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
80922024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
80932024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
80942024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
80952024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
80962024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
80972024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
80982024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
80992024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
81002024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
81012024-10-14T08:45:25.501Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
81022024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
81032024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
81042024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
81052024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
81062024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
81072024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
81082024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
81092024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
81102024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
81112024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
81122024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
81132024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
81142024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
81152024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
81162024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
81172024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
81182024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
81192024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
81202024-10-14T08:45:25.502Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
81212024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
81222024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
81232024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
81242024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
81252024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
81262024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
81272024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
81282024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
81292024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
81302024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
81312024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
81322024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
81332024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
81342024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
81352024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
81362024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
81372024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
81382024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
81392024-10-14T08:45:25.503Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
81402024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
81412024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
81422024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
81432024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
81442024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
81452024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
81462024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
81472024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
81482024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
81492024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
81502024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
81512024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
81522024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
81532024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
81542024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
81552024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
81562024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
81572024-10-14T08:45:25.504Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
81582024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
81592024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
81602024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
81612024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
81622024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
81632024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
81642024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
81652024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
81662024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
81672024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
81682024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
81692024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
81702024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
81712024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
81722024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
81732024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
81742024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
81752024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
81762024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
81772024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
81782024-10-14T08:45:25.505Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
81792024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
81802024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
81812024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
81822024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
81832024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
81842024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
81852024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
81862024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
81872024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
81882024-10-14T08:45:25.506Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
81892024-10-14T08:45:25.509Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
81902024-10-14T08:45:25.509Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
81912024-10-14T08:45:25.509Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
81922024-10-14T08:45:25.509Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
81932024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
81942024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
81952024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
81962024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
81972024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
81982024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
81992024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
82002024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
82012024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
82022024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
82032024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
82042024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
82052024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
82062024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
82072024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
82082024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
82092024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
82102024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
82112024-10-14T08:45:25.510Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
82122024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
82132024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
82142024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
82152024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
82162024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
82172024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
82182024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
82192024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
82202024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
82212024-10-14T08:45:25.511Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
82222024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
82232024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
82242024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
82252024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
82262024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
82272024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
82282024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
82292024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
82302024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
82312024-10-14T08:45:25.512Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
82322024-10-14T08:45:25.512Z
82332024-10-14T08:45:25.512Ztest result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s
82342024-10-14T08:45:25.512Z
82352024-10-14T08:45:25.593Z Doc-tests oximeter
82362024-10-14T08:45:25.595Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1ca3a63a3b4036cb.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-312c7de3f14a8ff6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82372024-10-14T08:45:25.842Z
82382024-10-14T08:45:25.842Zrunning 2 tests
82392024-10-14T08:45:25.845Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
82402024-10-14T08:45:27.007Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
82412024-10-14T08:45:27.007Z
82422024-10-14T08:45:27.007Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.16s
82432024-10-14T08:45:27.007Z
82442024-10-14T08:45:27.032Z Doc-tests oximeter_api
82452024-10-14T08:45:27.035Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82462024-10-14T08:45:27.278Z
82472024-10-14T08:45:27.278Zrunning 2 tests
82482024-10-14T08:45:27.281Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
82492024-10-14T08:45:27.281Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
82502024-10-14T08:45:27.281Z
82512024-10-14T08:45:27.281Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82522024-10-14T08:45:27.281Z
82532024-10-14T08:45:27.297Z Doc-tests oximeter_client
82542024-10-14T08:45:27.299Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82552024-10-14T08:45:27.604Z
82562024-10-14T08:45:27.604Zrunning 0 tests
82572024-10-14T08:45:27.604Z
82582024-10-14T08:45:27.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82592024-10-14T08:45:27.604Z
82602024-10-14T08:45:27.624Z Doc-tests oximeter_collector
82612024-10-14T08:45:27.627Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-b49f28cc72f47a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6e26591a9d9ed3c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-59b66f2ab3b25bb3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85a5fb3b75ffa51d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ccef53b4300dfcb0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82622024-10-14T08:45:28.141Z
82632024-10-14T08:45:28.141Zrunning 0 tests
82642024-10-14T08:45:28.141Z
82652024-10-14T08:45:28.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82662024-10-14T08:45:28.141Z
82672024-10-14T08:45:28.171Z Doc-tests oximeter_db
82682024-10-14T08:45:28.174Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0707d1502276e711.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b9ffc465aa01a139.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a857cc76a5fdd758.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fe99c9ac2d853e00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
82692024-10-14T08:45:29.595Z
82702024-10-14T08:45:29.595Zrunning 1 test
82712024-10-14T08:45:29.598Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
82722024-10-14T08:45:29.598Z
82732024-10-14T08:45:29.598Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82742024-10-14T08:45:29.598Z
82752024-10-14T08:45:29.642Z Doc-tests oximeter_instruments
82762024-10-14T08:45:29.645Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6cdefa525328ae15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a92a7904222d6655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
82772024-10-14T08:45:30.063Z
82782024-10-14T08:45:30.063Zrunning 0 tests
82792024-10-14T08:45:30.063Z
82802024-10-14T08:45:30.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82812024-10-14T08:45:30.063Z
82822024-10-14T08:45:30.089Z Doc-tests oximeter_macro_impl
82832024-10-14T08:45:30.091Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82842024-10-14T08:45:30.185Z
82852024-10-14T08:45:30.185Zrunning 0 tests
82862024-10-14T08:45:30.185Z
82872024-10-14T08:45:30.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82882024-10-14T08:45:30.185Z
82892024-10-14T08:45:30.194Z Doc-tests oximeter_producer
82902024-10-14T08:45:30.196Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2ddd5e857abe5956.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f2914830e0fe034e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dc08a6101aca253b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82912024-10-14T08:45:30.580Z
82922024-10-14T08:45:30.580Zrunning 0 tests
82932024-10-14T08:45:30.580Z
82942024-10-14T08:45:30.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82952024-10-14T08:45:30.580Z
82962024-10-14T08:45:30.606Z Doc-tests oximeter_schema
82972024-10-14T08:45:30.609Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1ca3a63a3b4036cb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82982024-10-14T08:45:30.914Z
82992024-10-14T08:45:30.914Zrunning 0 tests
83002024-10-14T08:45:30.914Z
83012024-10-14T08:45:30.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83022024-10-14T08:45:30.915Z
83032024-10-14T08:45:30.934Z Doc-tests oximeter_test_utils
83042024-10-14T08:45:30.937Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8af672aaecb8ad55.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-09f5d29895531828.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83052024-10-14T08:45:31.189Z
83062024-10-14T08:45:31.189Zrunning 0 tests
83072024-10-14T08:45:31.189Z
83082024-10-14T08:45:31.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83092024-10-14T08:45:31.189Z
83102024-10-14T08:45:31.209Z Doc-tests oximeter_timeseries_macro
83112024-10-14T08:45:31.211Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e8a067d64cfd3315.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-312c7de3f14a8ff6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e2770d03157aa322.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83122024-10-14T08:45:31.443Z
83132024-10-14T08:45:31.444Zrunning 0 tests
83142024-10-14T08:45:31.444Z
83152024-10-14T08:45:31.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83162024-10-14T08:45:31.444Z
83172024-10-14T08:45:31.461Z Doc-tests oximeter_types
83182024-10-14T08:45:31.464Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-37998e76af968a06.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1ad3407a0bce18cb.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-37f646a4c0f4447f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c99413caeec9bce8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83192024-10-14T08:45:32.043Z
83202024-10-14T08:45:32.043Zrunning 11 tests
83212024-10-14T08:45:32.433Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
83222024-10-14T08:45:39.538Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
83232024-10-14T08:45:39.671Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
83242024-10-14T08:45:39.695Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
83252024-10-14T08:45:39.723Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
83262024-10-14T08:45:39.748Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
83272024-10-14T08:45:39.748Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
83282024-10-14T08:45:39.836Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
83292024-10-14T08:45:40.000Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
83302024-10-14T08:45:42.668Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
83312024-10-14T08:45:44.281Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
83322024-10-14T08:45:44.281Z
83332024-10-14T08:45:44.283Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.24s
83342024-10-14T08:45:44.284Z
83352024-10-14T08:45:44.311Z Doc-tests oxlog
83362024-10-14T08:45:44.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3630edd090134346.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83372024-10-14T08:45:44.395Z
83382024-10-14T08:45:44.395Zrunning 0 tests
83392024-10-14T08:45:44.395Z
83402024-10-14T08:45:44.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83412024-10-14T08:45:44.396Z
83422024-10-14T08:45:44.403Z Doc-tests oxql_types
83432024-10-14T08:45:44.405Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ff6a30f299d9f0b1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-2a876db06e78da9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83442024-10-14T08:45:44.746Z
83452024-10-14T08:45:44.747Zrunning 0 tests
83462024-10-14T08:45:44.747Z
83472024-10-14T08:45:44.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83482024-10-14T08:45:44.747Z
83492024-10-14T08:45:44.767Z Doc-tests sled_agent_api
83502024-10-14T08:45:44.770Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9bcc6586297793eb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83512024-10-14T08:45:45.143Z
83522024-10-14T08:45:45.143Zrunning 2 tests
83532024-10-14T08:45:45.146Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 63) ... ignored
83542024-10-14T08:45:45.146Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 69) ... ignored
83552024-10-14T08:45:45.146Z
83562024-10-14T08:45:45.146Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572024-10-14T08:45:45.146Z
83582024-10-14T08:45:45.166Z Doc-tests sled_agent_client
83592024-10-14T08:45:45.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34f4e41c1852c844.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83602024-10-14T08:45:46.981Z
83612024-10-14T08:45:46.981Zrunning 0 tests
83622024-10-14T08:45:46.981Z
83632024-10-14T08:45:46.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83642024-10-14T08:45:46.981Z
83652024-10-14T08:45:47.023Z Doc-tests sled_agent_types
83662024-10-14T08:45:47.026Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-6a9b60e03e64f27d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6cf8f81c43dd0346.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-70de96cebb6109c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1b41c01b8bb7b74b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83672024-10-14T08:45:47.801Z
83682024-10-14T08:45:47.802Zrunning 0 tests
83692024-10-14T08:45:47.802Z
83702024-10-14T08:45:47.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83712024-10-14T08:45:47.802Z
83722024-10-14T08:45:47.831Z Doc-tests sled_hardware
83732024-10-14T08:45:47.834Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f88747dfaa1c2932.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-88bece20699121ba.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fe7b92d0706744d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ced5e63fe5e91390.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83742024-10-14T08:45:48.207Z
83752024-10-14T08:45:48.207Zrunning 0 tests
83762024-10-14T08:45:48.208Z
83772024-10-14T08:45:48.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83782024-10-14T08:45:48.208Z
83792024-10-14T08:45:48.230Z Doc-tests sled_hardware_types
83802024-10-14T08:45:48.232Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83812024-10-14T08:45:48.499Z
83822024-10-14T08:45:48.499Zrunning 0 tests
83832024-10-14T08:45:48.499Z
83842024-10-14T08:45:48.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83852024-10-14T08:45:48.499Z
83862024-10-14T08:45:48.519Z Doc-tests sled_storage
83872024-10-14T08:45:48.521Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-12db752bfc696bf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-dfafd7df3880fba1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6cfdb06400a0cd50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
83882024-10-14T08:45:48.925Z
83892024-10-14T08:45:48.925Zrunning 0 tests
83902024-10-14T08:45:48.925Z
83912024-10-14T08:45:48.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83922024-10-14T08:45:48.925Z
83932024-10-14T08:45:48.949Z Doc-tests sp_sim
83942024-10-14T08:45:48.951Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-226dd682e113e3bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-df7322b9166a6cf8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83952024-10-14T08:45:49.431Z
83962024-10-14T08:45:49.431Zrunning 0 tests
83972024-10-14T08:45:49.431Z
83982024-10-14T08:45:49.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83992024-10-14T08:45:49.431Z
84002024-10-14T08:45:49.455Z Doc-tests tufaceous
84012024-10-14T08:45:49.457Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7514e6bbf955d991.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-36bf2fa1d0483c61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84022024-10-14T08:45:49.757Z
84032024-10-14T08:45:49.757Zrunning 0 tests
84042024-10-14T08:45:49.757Z
84052024-10-14T08:45:49.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84062024-10-14T08:45:49.757Z
84072024-10-14T08:45:49.777Z Doc-tests tufaceous_lib
84082024-10-14T08:45:49.779Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84092024-10-14T08:45:50.209Z
84102024-10-14T08:45:50.209Zrunning 0 tests
84112024-10-14T08:45:50.209Z
84122024-10-14T08:45:50.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84132024-10-14T08:45:50.209Z
84142024-10-14T08:45:50.233Z Doc-tests typed_rng
84152024-10-14T08:45:50.236Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9d4e54c285cffd43.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e55bd7b174dc001a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84162024-10-14T08:45:50.322Z
84172024-10-14T08:45:50.322Zrunning 0 tests
84182024-10-14T08:45:50.322Z
84192024-10-14T08:45:50.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84202024-10-14T08:45:50.322Z
84212024-10-14T08:45:50.329Z Doc-tests update_common
84222024-10-14T08:45:50.332Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84232024-10-14T08:45:50.645Z
84242024-10-14T08:45:50.645Zrunning 0 tests
84252024-10-14T08:45:50.645Z
84262024-10-14T08:45:50.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84272024-10-14T08:45:50.645Z
84282024-10-14T08:45:50.666Z Doc-tests update_engine
84292024-10-14T08:45:50.674Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-33d16830166fb821.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4e9d9f015ff94c17.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-49b9aae5bfc30399.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-515e9b56e23eca1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84302024-10-14T08:45:51.138Z
84312024-10-14T08:45:51.138Zrunning 4 tests
84322024-10-14T08:45:51.141Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
84332024-10-14T08:45:51.141Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
84342024-10-14T08:45:51.141Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
84352024-10-14T08:45:51.927Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
84362024-10-14T08:45:51.927Z
84372024-10-14T08:45:51.929Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.79s
84382024-10-14T08:45:51.929Z
84392024-10-14T08:45:51.945Z Doc-tests wicket
84402024-10-14T08:45:51.947Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5e99cf6c98fe268d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89c22dfae81a687e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-058586f78bb13647.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ae3cd856a4e71d4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-760385a0d85b5f43.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5128269d6bc76fb1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0d533b8821daad17.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84412024-10-14T08:45:52.980Z
84422024-10-14T08:45:52.980Zrunning 0 tests
84432024-10-14T08:45:52.980Z
84442024-10-14T08:45:52.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84452024-10-14T08:45:52.980Z
84462024-10-14T08:45:53.014Z Doc-tests wicket_common
84472024-10-14T08:45:53.017Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84482024-10-14T08:45:53.613Z
84492024-10-14T08:45:53.613Zrunning 0 tests
84502024-10-14T08:45:53.613Z
84512024-10-14T08:45:53.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84522024-10-14T08:45:53.613Z
84532024-10-14T08:45:53.640Z Doc-tests wicket_dbg
84542024-10-14T08:45:53.642Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a950cee0620f7b94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a0d2d8ab7677a3f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ae9addc1639c02fd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cf0919b2c993767c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84552024-10-14T08:45:54.046Z
84562024-10-14T08:45:54.046Zrunning 0 tests
84572024-10-14T08:45:54.046Z
84582024-10-14T08:45:54.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84592024-10-14T08:45:54.046Z
84602024-10-14T08:45:54.070Z Doc-tests wicketd
84612024-10-14T08:45:54.072Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9363cdedefec2e91.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-111c861fa0c18514.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5f4630d0ad4bdfaa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-cde6231c1b7e3547.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4cb48c399f8753e4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c8986c1029f9a4c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f02ea9ece08bddd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2ca869c2564100c7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5e746fef3b626e52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-01898e03e5f2c3aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1a968fc04f1b81b0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f878bcc6f8d58468.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9c3e1e27117c421d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f4a3253cbf33f62d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cb7fedbf472713a9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e50e0b1fd652b59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7357f5cf424eb640.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-bbe00e1a6b4a50d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-0e6fd91a93a4afba.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-48920a4ea872b26a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cfb95ac6d54f56a4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3f6bc8e10516a7f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ce8f0750956d7d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-17da29071d35e1b8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-98196c8c28fe06a0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0b2b019449f23f04.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-25277b4f10f70e0c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9d7040fb901e08a5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84622024-10-14T08:45:54.750Z
84632024-10-14T08:45:54.750Zrunning 0 tests
84642024-10-14T08:45:54.751Z
84652024-10-14T08:45:54.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84662024-10-14T08:45:54.751Z
84672024-10-14T08:45:54.780Z Doc-tests wicketd_api
84682024-10-14T08:45:54.783Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-31eefd1143d5912f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e94d0f47c3c2d1bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a9eb232a40de658b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-3c97bf15da273883.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84692024-10-14T08:45:55.197Z
84702024-10-14T08:45:55.197Zrunning 2 tests
84712024-10-14T08:45:55.200Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
84722024-10-14T08:45:55.200Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
84732024-10-14T08:45:55.200Z
84742024-10-14T08:45:55.200Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84752024-10-14T08:45:55.200Z
84762024-10-14T08:45:55.221Z Doc-tests wicketd_client
84772024-10-14T08:45:55.224Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9cf450df1998301e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f071f12ab7288f1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c352b87392bd3159.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-57b886ee9e5a1429.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78397748a503f18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-8dbe1fcb9a151289.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-28b0738bc257d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-18af06cce8044c64.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0131274ddd67d7fb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84782024-10-14T08:45:56.862Z
84792024-10-14T08:45:56.862Zrunning 0 tests
84802024-10-14T08:45:56.863Z
84812024-10-14T08:45:56.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84822024-10-14T08:45:56.863Z
84832024-10-14T08:45:56.901Z Doc-tests xtask_downloader
84842024-10-14T08:45:56.904Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ea3d1d248198b544.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-b9702f55e7d07460.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84852024-10-14T08:45:57.074Z
84862024-10-14T08:45:57.074Zrunning 1 test
84872024-10-14T08:45:57.076Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
84882024-10-14T08:45:57.076Z
84892024-10-14T08:45:57.076Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84902024-10-14T08:45:57.076Z
84912024-10-14T08:45:57.086Z Doc-tests zone_setup
84922024-10-14T08:45:57.089Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1bf1d6454d0b76ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fb518d406b6cffcb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bb703670e1e551a1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-98996018338639d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb0b688d2096ba1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-bed10821487f8327.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f4079025f0faed1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fb4961747b5942c8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-94694919ac01f36d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84932024-10-14T08:45:57.336Z
84942024-10-14T08:45:57.336Zrunning 0 tests
84952024-10-14T08:45:57.336Z
84962024-10-14T08:45:57.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84972024-10-14T08:45:57.338Z
84982024-10-14T08:45:57.430Z
84992024-10-14T08:45:57.430Zreal 2:27.854239495
85002024-10-14T08:45:57.430Zuser 2:28.422532060
85012024-10-14T08:45:57.430Zsys 51.382188923
85022024-10-14T08:45:57.430Ztrap 0.029992140
85032024-10-14T08:45:57.432Ztflt 1.189151245
85042024-10-14T08:45:57.432Zdflt 7.735742465
85052024-10-14T08:45:57.432Zkflt 0.022200167
85062024-10-14T08:45:57.432Zlock 3:16.647897328
85072024-10-14T08:45:57.432Zslp 16:33.073688347
85082024-10-14T08:45:57.432Zlat 3.613724101
85092024-10-14T08:45:57.432Zstop 7.914076435
85102024-10-14T08:45:57.432Z+ [[ illumos == \i\l\l\u\m\o\s ]]
85112024-10-14T08:45:57.432Z+ banner live-test
85122024-10-14T08:45:57.435Z
85132024-10-14T08:45:57.435Z # # # # ###### ##### ###### #### #####
85142024-10-14T08:45:57.435Z # # # # # # # # #
85152024-10-14T08:45:57.435Z # # # # ##### ##### # ##### #### #
85162024-10-14T08:45:57.435Z # # # # # # # # #
85172024-10-14T08:45:57.435Z # # # # # # # # # #
85182024-10-14T08:45:57.435Z ###### # ## ###### # ###### #### #
85192024-10-14T08:45:57.435Z
85202024-10-14T08:45:57.435Z+ ptime -m cargo xtask live-tests
85212024-10-14T08:45:58.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
85222024-10-14T08:45:58.111Z Running `target/debug/xtask live-tests`
85232024-10-14T08:45:58.144Zusing temporary directory: /var/tmp/omicron_tmp/.tmpnsDuSU
85242024-10-14T08:45:58.144Zwill create archive file: /var/tmp/omicron_tmp/.tmpnsDuSU/live-tests-archive/omicron-live-tests.tar.zst
85252024-10-14T08:45:58.144Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
85262024-10-14T08:45:58.144Z
85272024-10-14T08:45:58.147Zrunning: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpnsDuSU/live-tests-archive/omicron-live-tests.tar.zst"
85282024-10-14T08:46:00.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
85292024-10-14T08:46:00.383Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
85302024-10-14T08:46:00.393Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
85312024-10-14T08:46:00.396Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
85322024-10-14T08:46:00.419Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
85332024-10-14T08:46:00.421Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
85342024-10-14T08:46:00.423Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
85352024-10-14T08:46:00.431Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
85362024-10-14T08:46:00.867Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
85372024-10-14T08:46:01.505Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
85382024-10-14T08:46:02.595Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
85392024-10-14T08:46:02.595Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
85402024-10-14T08:46:04.013Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
85412024-10-14T08:46:04.703Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
85422024-10-14T08:46:05.823Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
85432024-10-14T08:46:05.823Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
85442024-10-14T08:46:17.749Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
85452024-10-14T08:46:17.752Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
85462024-10-14T08:46:17.752Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
85472024-10-14T08:46:18.717Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
85482024-10-14T08:47:09.387Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
85492024-10-14T08:47:09.930Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
85502024-10-14T08:47:41.467Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
85512024-10-14T08:47:46.529Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
85522024-10-14T08:48:07.057Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
85532024-10-14T08:48:07.248Zinfo: experimental features enabled: setup-scripts
85542024-10-14T08:48:07.254Z Archiving 1 binary, 1 build script output directory, 1 linked path, and 1 standard library to /var/tmp/omicron_tmp/.tmpnsDuSU/live-tests-archive/omicron-live-tests.tar.zst
85552024-10-14T08:48:07.747Z Archived 36 files to /var/tmp/omicron_tmp/.tmpnsDuSU/live-tests-archive/omicron-live-tests.tar.zst in 0.49s
85562024-10-14T08:48:07.811Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpnsDuSU/live-tests-archive\""
85572024-10-14T08:48:07.826Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpnsDuSU" "live-tests-archive"
85582024-10-14T08:48:07.881Zcreated:
85592024-10-14T08:48:07.881Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
85602024-10-14T08:48:07.881ZTo use this:
85612024-10-14T08:48:07.881Z
85622024-10-14T08:48:07.881Z1. Copy the tarball to the switch zone in a deployed Omicron system.
85632024-10-14T08:48:07.881Z
85642024-10-14T08:48:07.883Z e.g., scp \
85652024-10-14T08:48:07.884Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
85662024-10-14T08:48:07.884Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
85672024-10-14T08:48:07.884Z
85682024-10-14T08:48:07.884Z2. Copy the `cargo-nextest` binary to the same place.
85692024-10-14T08:48:07.884Z
85702024-10-14T08:48:07.884Z e.g., scp \
85712024-10-14T08:48:07.884Z $(which cargo-nextest) \
85722024-10-14T08:48:07.884Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
85732024-10-14T08:48:07.884Z
85742024-10-14T08:48:07.885Z3. From the switch zone on that system, unpack the tarball with:
85752024-10-14T08:48:07.885Z
85762024-10-14T08:48:07.885Z tar xzf live-tests-archive.tgz
85772024-10-14T08:48:07.885Z
85782024-10-14T08:48:07.885Z4. From the switch zone on that system, run tests with:
85792024-10-14T08:48:07.885Z
85802024-10-14T08:48:07.885Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
85812024-10-14T08:48:07.885Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
85822024-10-14T08:48:07.885Z --workspace-remap live-tests-archive
85832024-10-14T08:48:07.885Z
85842024-10-14T08:48:07.885Z
85852024-10-14T08:48:07.885Zreal 2:10.426524804
85862024-10-14T08:48:07.885Zuser 3:42.432860965
85872024-10-14T08:48:07.885Zsys 47.854436432
85882024-10-14T08:48:07.885Ztrap 0.053259181
85892024-10-14T08:48:07.885Ztflt 0.273477820
85902024-10-14T08:48:07.885Zdflt 1.903013702
85912024-10-14T08:48:07.885Zkflt 0.000619911
85922024-10-14T08:48:07.885Zlock 12:50.975651562
85932024-10-14T08:48:07.885Zslp 16:51.123593980
85942024-10-14T08:48:07.885Zlat 2.258696025
85952024-10-14T08:48:07.885Zstop 5.075987463
85962024-10-14T08:48:07.889Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
85972024-10-14T08:48:07.889Z+ unset TMPDIR
85982024-10-14T08:48:07.889Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
85992024-10-14T08:48:07.889Zfiles in /var/tmp/omicron_tmp (none expected on success):
86002024-10-14T08:48:07.889Z+ find /var/tmp/omicron_tmp -ls
86012024-10-14T08:48:07.892Z164176 11 drwxr-xr-x 2 build build 2 Oct 14 08:48 /var/tmp/omicron_tmp
86022024-10-14T08:48:07.895Z+ rmdir /var/tmp/omicron_tmp
86032024-10-14T08:48:08.055Zprocess exited: duration 5997729 ms, exit code 0
 
86042024-10-14T08:48:08.080Zfound 1 output files
86052024-10-14T08:48:08.080Zuploading: /work/crate-build-timings.json (564801 bytes)
86062024-10-14T08:48:09.100Zuploaded: /work/crate-build-timings.json