01JA54P0KBXT2EFQ4J0FEG2K0H: 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: 01JA54PJTVFMT32AR5V5CX1PZ6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-14T09:11:32.863Zjob assigned to worker 01JA54PRWF0HJZPM9X5TRNFQJN (queued for 49 s)
 
22024-10-14T09:11:39.673Zstarting task 0: "setup"
32024-10-14T09:11:39.680Z++ uname -s
42024-10-14T09:11:39.682Z+ kern=SunOS
52024-10-14T09:11:39.682Z+ case "$kern" in
62024-10-14T09:11:39.682Z+ groupadd -g 12345 build
72024-10-14T09:11:39.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-14T09:11:41.695Z+ zfs create -o mountpoint=/work rpool/work
92024-10-14T09:11:41.807Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-14T09:11:41.809Z+ home_fs=zfs
112024-10-14T09:11:41.809Z+ [[ zfs == autofs ]]
122024-10-14T09:11:41.809Z+ mkdir -p /home/build
132024-10-14T09:11:41.812Z+ chown build:build /home/build /work
142024-10-14T09:11:43.813Z+ chmod 0700 /home/build /work
152024-10-14T09:11:43.816Zprocess exited: duration 4145 ms, exit code 0
 
162024-10-14T09:11:43.822Zstarting task 1: "rust-toolchain"
172024-10-14T09:11:43.826Z+ printf ' * toolchain channel = "%s"
182024-10-14T09:11:43.826Z' 1.80.1
192024-10-14T09:11:43.829Z * toolchain channel = "1.80.1"
202024-10-14T09:11:43.829Z+ printf ' * toolchain profile = "%s"
212024-10-14T09:11:43.829Z' default
222024-10-14T09:11:43.829Z * toolchain profile = "default"
232024-10-14T09:11:43.829Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-14T09:11:43.829Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-14T09:11:43.948Zinfo: downloading installer
262024-10-14T09:11:45.053Zinfo: profile set to 'default'
272024-10-14T09:11:45.053Zinfo: default host triple is x86_64-unknown-illumos
282024-10-14T09:11:45.055Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-14T09:11:45.180Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-14T09:11:45.180Zinfo: downloading component 'cargo'
312024-10-14T09:11:45.835Zinfo: downloading component 'clippy'
322024-10-14T09:11:46.090Zinfo: downloading component 'rust-docs'
332024-10-14T09:11:46.995Zinfo: downloading component 'rust-std'
342024-10-14T09:11:48.280Zinfo: downloading component 'rustc'
352024-10-14T09:11:51.796Zinfo: downloading component 'rustfmt'
362024-10-14T09:11:51.989Zinfo: installing component 'cargo'
372024-10-14T09:11:52.800Zinfo: installing component 'clippy'
382024-10-14T09:11:53.162Zinfo: installing component 'rust-docs'
392024-10-14T09:11:54.781Zinfo: installing component 'rust-std'
402024-10-14T09:11:56.388Zinfo: installing component 'rustc'
412024-10-14T09:12:00.437Zinfo: installing component 'rustfmt'
422024-10-14T09:12:00.770Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-14T09:12:00.770Z
442024-10-14T09:12:01.017Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-14T09:12:01.017Z
462024-10-14T09:12:01.017Z
472024-10-14T09:12:01.017ZRust is installed now. Great!
482024-10-14T09:12:01.017Z
492024-10-14T09:12:01.017ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-14T09:12:01.017Zenvironment variable. This has not been done automatically.
512024-10-14T09:12:01.017Z
522024-10-14T09:12:01.017ZTo configure your current shell, you need to source
532024-10-14T09:12:01.017Zthe corresponding env file under $HOME/.cargo.
542024-10-14T09:12:01.017Z
552024-10-14T09:12:01.019ZThis is usually done by running one of the following (note the leading DOT):
562024-10-14T09:12:01.019Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-14T09:12:01.019Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-14T09:12:01.066Z+ rustc --version
592024-10-14T09:12:01.126Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-14T09:12:01.129Zprocess exited: duration 17305 ms, exit code 0
 
612024-10-14T09:12:01.135Zstarting task 2: "authentication"
622024-10-14T09:12:01.153Zprocess exited: duration 19 ms, exit code 0
 
632024-10-14T09:12:01.159Zstarting task 3: "clone repository"
642024-10-14T09:12:01.163Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-14T09:12:01.166Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-14T09:12:01.196ZCloning into '/work/oxidecomputer/omicron'...
672024-10-14T09:12:07.850Z+ cd /work/oxidecomputer/omicron
682024-10-14T09:12:07.850Z+ git fetch origin 551b581c0afb8beb510129dcf0380463cec5e75f
692024-10-14T09:12:08.157ZFrom https://github.com/oxidecomputer/omicron
702024-10-14T09:12:08.157Z * branch 551b581c0afb8beb510129dcf0380463cec5e75f -> FETCH_HEAD
712024-10-14T09:12:08.165Z+ [[ -n renovate/tokio-tungstenite-0.x ]]
722024-10-14T09:12:08.169Z++ git branch --show-current
732024-10-14T09:12:08.169Z+ current=main
742024-10-14T09:12:08.169Z+ [[ main != renovate/tokio-tungstenite-0.x ]]
752024-10-14T09:12:08.169Z+ git branch -f renovate/tokio-tungstenite-0.x 551b581c0afb8beb510129dcf0380463cec5e75f
762024-10-14T09:12:08.176Z+ git checkout -f renovate/tokio-tungstenite-0.x
772024-10-14T09:12:08.335ZSwitched to branch 'renovate/tokio-tungstenite-0.x'
782024-10-14T09:12:08.340Z+ git reset --hard 551b581c0afb8beb510129dcf0380463cec5e75f
792024-10-14T09:12:08.494ZHEAD is now at 551b581c0 Update Rust crate tokio-tungstenite to 0.24.0
802024-10-14T09:12:08.496Zprocess exited: duration 7335 ms, exit code 0
 
812024-10-14T09:12:08.501Zstarting task 4: "build"
822024-10-14T09:12:08.509Z+ source ./env.sh
832024-10-14T09:12:08.509Z++ OLD_SHELL_OPTS=ehxB
842024-10-14T09:12:08.509Z++ set -o xtrace
852024-10-14T09:12:08.512Z++++ dirname ./env.sh
862024-10-14T09:12:08.514Z+++ readlink -f .
872024-10-14T09:12:08.516Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-10-14T09:12:08.516Z++ 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-14T09:12:08.516Z++ 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-14T09:12:08.518Z++ 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-14T09:12:08.518Z++ 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-14T09:12:08.518Z++ 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-14T09:12:08.518Z++ 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-14T09:12:08.518Z++ 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-14T09:12:08.518Z++ 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-14T09:12:08.518Z++ case $OLD_SHELL_OPTS in
972024-10-14T09:12:08.518Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-10-14T09:12:08.518Z+ source .github/buildomat/ci-env.sh
992024-10-14T09:12:08.518Z++ export CARGO_TERM_COLOR=always
1002024-10-14T09:12:08.518Z++ CARGO_TERM_COLOR=always
1012024-10-14T09:12:08.518Z+ target_os=illumos
1022024-10-14T09:12:08.518Z+ NEXTEST_VERSION=0.9.78
1032024-10-14T09:12:08.518Z+ cargo --version
1042024-10-14T09:12:08.568Zcargo 1.80.1 (376290515 2024-07-16)
1052024-10-14T09:12:08.571Z+ rustc --version
1062024-10-14T09:12:08.628Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
1072024-10-14T09:12:08.632Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1082024-10-14T09:12:08.632Z+ gunzip
1092024-10-14T09:12:08.639Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-10-14T09:12:09.523Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1112024-10-14T09:12:09.525Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-10-14T09:12:09.526Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-10-14T09:12:09.526Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-10-14T09:12:09.526Z+ mkdir /var/tmp/omicron_tmp
1152024-10-14T09:12:09.528Z+ OUTPUT_DIR=/work
1162024-10-14T09:12:09.528Z+ echo 'tests will store non-ephemeral output in /work'
1172024-10-14T09:12:09.528Ztests will store non-ephemeral output in /work
1182024-10-14T09:12:09.528Z+ mkdir -p /work
1192024-10-14T09:12:09.528Z+ banner prerequisites
1202024-10-14T09:12:09.530Z
1212024-10-14T09:12:09.530Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-10-14T09:12:09.530Z # # # # # # # # # # # # # # #
1232024-10-14T09:12:09.530Z # # # # ##### # # ##### # # # # # #### #
1242024-10-14T09:12:09.530Z ##### ##### # ##### # # # # # # # # #
1252024-10-14T09:12:09.530Z # # # # # # # # # # # # # # #
1262024-10-14T09:12:09.530Z # # # ###### # # ###### ### # #### # #### #
1272024-10-14T09:12:09.530Z
1282024-10-14T09:12:09.532Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-10-14T09:12:17.081Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-10-14T09:12:19.951Z Startup: Caching catalogs ... Done
1312024-10-14T09:12:25.232ZPlanning: Solver setup ... Done (4.585s)
1322024-10-14T09:12:25.298ZPlanning: Running solver ... Done (0.071s)
1332024-10-14T09:12:25.365ZPlanning: Finding local manifests ... Done (0.004s)
1342024-10-14T09:12:25.396ZPlanning: Fetching manifests: 0/5 0% complete
1352024-10-14T09:12:25.636ZPlanning: Fetching manifests: 5/5 100% complete
1362024-10-14T09:12:25.732ZPlanning: Package planning ... Done (0.096s)
1372024-10-14T09:12:25.787ZPlanning: Merging actions ... Done (0.055s)
1382024-10-14T09:12:25.976ZPlanning: Checking for conflicting actions ... Done (0.189s)
1392024-10-14T09:12:27.801ZPlanning: Consolidating action changes ... Done (1.823s)
1402024-10-14T09:12:28.199ZPlanning: Evaluating mediators ... Done (0.398s)
1412024-10-14T09:12:28.282ZPlanning: Planning completed in 8.24 seconds
1422024-10-14T09:12:28.290Z Packages to install: 4
1432024-10-14T09:12:28.290Z Packages to update: 1
1442024-10-14T09:12:28.293Z Mediators to change: 2
1452024-10-14T09:12:28.294Z Services to change: 1
1462024-10-14T09:12:28.294Z Estimated space available: 155.70 GB
1472024-10-14T09:12:28.294ZEstimated space to be consumed: 1.57 GB
1482024-10-14T09:12:28.294Z Create boot environment: No
1492024-10-14T09:12:28.294ZCreate backup boot environment: Yes
1502024-10-14T09:12:28.294Z Rebuild boot archive: No
1512024-10-14T09:12:28.294Z
1522024-10-14T09:12:28.294ZChanged mediators:
1532024-10-14T09:12:28.294Z mediator clang:
1542024-10-14T09:12:28.294Z version: None -> 15 (system default)
1552024-10-14T09:12:28.294Z
1562024-10-14T09:12:28.294Z mediator llvm:
1572024-10-14T09:12:28.294Z version: 14 (system default) -> 15 (system default)
1582024-10-14T09:12:28.294Z
1592024-10-14T09:12:28.294ZChanged packages:
1602024-10-14T09:12:28.294Zhelios-dev
1612024-10-14T09:12:28.294Z developer/build-essential
1622024-10-14T09:12:28.294Z None -> 11-2.0
1632024-10-14T09:12:28.294Z library/libxmlsec1
1642024-10-14T09:12:28.294Z None -> 1.2.35-2.0
1652024-10-14T09:12:28.294Z ooce/developer/clang-15
1662024-10-14T09:12:28.294Z None -> 15.0.7-2.0
1672024-10-14T09:12:28.294Z ooce/developer/llvm-15
1682024-10-14T09:12:28.294Z None -> 15.0.7-2.0
1692024-10-14T09:12:28.294Z package/pkg
1702024-10-14T09:12:28.295Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-10-14T09:12:28.295Z
1722024-10-14T09:12:28.295ZServices:
1732024-10-14T09:12:28.295Z restart_fmri:
1742024-10-14T09:12:28.295Z svc:/system/update-man-index:default
1752024-10-14T09:12:28.295Z
1762024-10-14T09:12:28.295ZEditable files to change:
1772024-10-14T09:12:28.295Z Update:
1782024-10-14T09:12:28.295Z usr/share/lib/pkg/web/config.shtml
1792024-10-14T09:12:28.364Z
1802024-10-14T09:12:28.364ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-10-14T09:12:33.372ZDownload: 1147/4281 items 39.5/220.6MB 17% complete (7.8M/s)
1822024-10-14T09:12:38.379ZDownload: 1328/4281 items 113.4/220.6MB 51% complete (11.6M/s)
1832024-10-14T09:12:43.383ZDownload: 1797/4281 items 118.4/220.6MB 53% complete (8.2M/s)
1842024-10-14T09:12:48.386ZDownload: 3221/4281 items 162.4/220.6MB 73% complete (4.8M/s)
1852024-10-14T09:12:54.441ZDownload: 3281/4281 items 210.0/220.6MB 95% complete (9.2M/s)
1862024-10-14T09:13:04.029ZDownload: 3287/4281 items 211.1/220.6MB 95% complete (9.0M/s)
1872024-10-14T09:13:09.050ZDownload: 4194/4281 items 220.5/220.6MB 99% complete (1.9M/s)
1882024-10-14T09:13:11.013ZDownload: Completed 220.60 MB in 42.64 seconds (5.2M/s)
1892024-10-14T09:13:13.027Z Actions: 1/5063 actions (Removing old actions)
1902024-10-14T09:13:13.046Z Actions: 194/5063 actions (Installing new actions)
1912024-10-14T09:13:17.703Z Actions: 4226/5063 actions (Updating modified actions)
1922024-10-14T09:13:18.045Z Actions: Completed 5063 actions in 4.99 seconds.
1932024-10-14T09:13:18.222Z Done (0.184s)
1942024-10-14T09:13:18.234Z Done (0.000s)
1952024-10-14T09:13:18.692Z Done (0.471s)
1962024-10-14T09:13:22.967Z Done (4.098s)
1972024-10-14T09:13:23.050Z Done (0.017s)
1982024-10-14T09:13:23.052Z Done (0.000s)
1992024-10-14T09:13:23.214Z Done (0.000s)
2002024-10-14T09:13:23.825ZPlanning: Evaluating mediator changes ... Done
2012024-10-14T09:13:23.980ZPlanning: Checking for conflicting actions ... Done
2022024-10-14T09:13:23.983ZPlanning: Consolidating action changes ... Done
2032024-10-14T09:13:24.242ZPlanning: Evaluating mediators ... Done
2042024-10-14T09:13:24.244ZPlanning: Planning completed in 0.42 seconds
2052024-10-14T09:13:24.281Z Mediators to change: 2
2062024-10-14T09:13:24.281Z Create boot environment: No
2072024-10-14T09:13:24.281ZCreate backup boot environment: No
2082024-10-14T09:13:24.355Z Done
2092024-10-14T09:13:24.355Z Done
2102024-10-14T09:13:24.650Z Done
2112024-10-14T09:13:28.083Z Done
2122024-10-14T09:13:28.168Z Done
2132024-10-14T09:13:28.170Z Done
2142024-10-14T09:13:28.293Z Done
2152024-10-14T09:13:28.879ZPlanning: Evaluating mediator changes ... Done
2162024-10-14T09:13:28.881ZPlanning: Merging actions ... Done
2172024-10-14T09:13:29.062ZPlanning: Checking for conflicting actions ... Done
2182024-10-14T09:13:29.065ZPlanning: Consolidating action changes ... Done
2192024-10-14T09:13:29.321ZPlanning: Evaluating mediators ... Done
2202024-10-14T09:13:29.374ZPlanning: Planning completed in 0.73 seconds
2212024-10-14T09:13:29.414Z Packages to change: 1
2222024-10-14T09:13:29.414Z Mediators to change: 1
2232024-10-14T09:13:29.417Z Services to change: 1
2242024-10-14T09:13:29.417Z Create boot environment: No
2252024-10-14T09:13:29.417ZCreate backup boot environment: Yes
2262024-10-14T09:13:31.403Z Actions: 1/6 actions (Updating modified actions)
2272024-10-14T09:13:31.406Z Actions: Completed 6 actions in 0.00 seconds.
2282024-10-14T09:13:31.406Z Done
2292024-10-14T09:13:31.406Z Done
2302024-10-14T09:13:31.500Z Done
2312024-10-14T09:13:35.001Z Done
2322024-10-14T09:13:35.085Z Done
2332024-10-14T09:13:35.085Z Done
2342024-10-14T09:13:35.197Z Done
2352024-10-14T09:13:35.616ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362024-10-14T09:13:35.616Zclang system 15 system
2372024-10-14T09:13:35.616Zcsh system system illumos
2382024-10-14T09:13:35.616Zctags system system illumos
2392024-10-14T09:13:35.617Zgcc vendor 12 vendor
2402024-10-14T09:13:35.617Zgcc system 10 system
2412024-10-14T09:13:35.617Zgcc system 7 system
2422024-10-14T09:13:35.617Zgo system 1.20 system
2432024-10-14T09:13:35.617Zgo system 1.19 system
2442024-10-14T09:13:35.617Zllvm system 15 system
2452024-10-14T09:13:35.617Zllvm system 14 system
2462024-10-14T09:13:35.617Zmariadb system 10.6 system
2472024-10-14T09:13:35.617Zmta vendor vendor dma
2482024-10-14T09:13:35.617Zopenjdk system 17 system
2492024-10-14T09:13:35.617Zopenjdk system 11 system
2502024-10-14T09:13:35.617Zopenjdk system 1.8 system
2512024-10-14T09:13:35.617Zopenssl vendor 3 vendor
2522024-10-14T09:13:35.617Zperl system 5.36 system
2532024-10-14T09:13:35.617Zpostgresql system 15 system
2542024-10-14T09:13:35.617Zpostgresql system 13 system
2552024-10-14T09:13:35.617Zpython vendor 3 vendor
2562024-10-14T09:13:35.617Zpython system 2 system
2572024-10-14T09:13:35.617Zpython3 system 3.11 system
2582024-10-14T09:13:35.617Zruby system 3.0 system
2592024-10-14T09:13:35.617Zwords vendor vendor american-english
2602024-10-14T09:13:35.617Zwords system system australian-english
2612024-10-14T09:13:35.617Zwords system system british-english
2622024-10-14T09:13:35.617Zwords system system canadian-english
2632024-10-14T09:13:35.617Zwords system system french
2642024-10-14T09:13:35.617Zwords system system italian
2652024-10-14T09:13:35.617Zwords system system ngerman
2662024-10-14T09:13:35.617Zwords system system ogerman
2672024-10-14T09:13:35.617Zwords system system spanish
2682024-10-14T09:13:35.945ZPUBLISHER TYPE STATUS P LOCATION
2692024-10-14T09:13:35.945Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702024-10-14T09:13:38.044ZFMRI IFO
2712024-10-14T09:13:38.044Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722024-10-14T09:13:38.044Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732024-10-14T09:13:38.044Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742024-10-14T09:13:38.044Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752024-10-14T09:13:38.044Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762024-10-14T09:13:38.044Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772024-10-14T09:13:38.045Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782024-10-14T09:13:38.045Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792024-10-14T09:13:38.045Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802024-10-14T09:13:38.045Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2812024-10-14T09:13:38.045Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822024-10-14T09:13:38.045Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2832024-10-14T09:13:38.045Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842024-10-14T09:13:38.691Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852024-10-14T09:13:38.969Z Updating crates.io index
2862024-10-14T09:13:38.972Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872024-10-14T09:13:39.920Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2882024-10-14T09:13:40.173Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892024-10-14T09:13:40.377Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902024-10-14T09:13:40.606Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912024-10-14T09:13:41.380Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922024-10-14T09:13:43.662Z Updating git repository `https://github.com/oxidecomputer/opte`
2932024-10-14T09:13:44.616Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942024-10-14T09:13:45.294Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952024-10-14T09:13:45.588Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962024-10-14T09:13:45.869Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972024-10-14T09:13:46.392Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2982024-10-14T09:13:46.672Z Updating git repository `https://github.com/oxidecomputer/qorb`
2992024-10-14T09:13:47.028Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
3002024-10-14T09:13:47.311Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012024-10-14T09:13:47.615Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022024-10-14T09:13:47.847Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032024-10-14T09:13:48.214Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042024-10-14T09:13:48.442Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052024-10-14T09:13:48.688Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062024-10-14T09:13:49.080Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072024-10-14T09:13:49.387Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082024-10-14T09:13:49.774Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-10-14T09:13:50.132Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102024-10-14T09:13:50.514Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112024-10-14T09:13:50.815Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122024-10-14T09:13:51.211Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132024-10-14T09:13:51.603Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142024-10-14T09:13:51.892Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152024-10-14T09:13:52.191Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162024-10-14T09:13:53.321Z Downloading crates ...
3172024-10-14T09:13:53.403Z Downloaded block-buffer v0.10.4
3182024-10-14T09:13:53.405Z Downloaded autocfg v1.3.0
3192024-10-14T09:13:53.408Z Downloaded byteorder v1.5.0
3202024-10-14T09:13:53.409Z Downloaded anstyle-query v1.0.3
3212024-10-14T09:13:53.411Z Downloaded anstream v0.6.14
3222024-10-14T09:13:53.413Z Downloaded pretty-hex v0.4.1
3232024-10-14T09:13:53.419Z Downloaded dtrace-parser v0.2.0
3242024-10-14T09:13:53.433Z Downloaded bytecount v0.6.8
3252024-10-14T09:13:53.445Z Downloaded anstyle v1.0.8
3262024-10-14T09:13:53.445Z Downloaded equivalent v1.0.1
3272024-10-14T09:13:53.445Z Downloaded toml_datetime v0.6.8
3282024-10-14T09:13:53.449Z Downloaded crypto-common v0.1.6
3292024-10-14T09:13:53.449Z Downloaded scroll_derive v0.12.0
3302024-10-14T09:13:53.453Z Downloaded swrite v0.1.0
3312024-10-14T09:13:53.456Z Downloaded usdt-macro v0.5.0
3322024-10-14T09:13:53.458Z Downloaded is_terminal_polyfill v1.70.0
3332024-10-14T09:13:53.461Z Downloaded anstyle-parse v0.2.4
3342024-10-14T09:13:53.464Z Downloaded fnv v1.0.7
3352024-10-14T09:13:53.467Z Downloaded errno v0.3.9
3362024-10-14T09:13:53.467Z Downloaded heck v0.5.0
3372024-10-14T09:13:53.469Z Downloaded cargo_metadata v0.18.1
3382024-10-14T09:13:53.471Z Downloaded digest v0.10.7
3392024-10-14T09:13:53.471Z Downloaded clap_lex v0.7.0
3402024-10-14T09:13:53.474Z Downloaded strsim v0.11.1
3412024-10-14T09:13:53.474Z Downloaded memmap v0.7.0
3422024-10-14T09:13:53.476Z Downloaded serde_spanned v0.6.7
3432024-10-14T09:13:53.476Z Downloaded camino-tempfile v1.1.1
3442024-10-14T09:13:53.478Z Downloaded macaddr v1.0.1
3452024-10-14T09:13:53.481Z Downloaded cfg-if v1.0.0
3462024-10-14T09:13:53.481Z Downloaded scroll v0.12.0
3472024-10-14T09:13:53.485Z Downloaded thread-id v4.2.1
3482024-10-14T09:13:53.488Z Downloaded utf8parse v0.2.1
3492024-10-14T09:13:53.490Z Downloaded thiserror v1.0.64
3502024-10-14T09:13:53.493Z Downloaded usdt-impl v0.5.0
3512024-10-14T09:13:53.495Z Downloaded terminal_size v0.4.0
3522024-10-14T09:13:53.495Z Downloaded cpufeatures v0.2.12
3532024-10-14T09:13:53.497Z Downloaded cargo-platform v0.1.8
3542024-10-14T09:13:53.497Z Downloaded dof v0.3.0
3552024-10-14T09:13:53.500Z Downloaded colorchoice v1.0.1
3562024-10-14T09:13:53.500Z Downloaded plain v0.2.3
3572024-10-14T09:13:53.503Z Downloaded itoa v1.0.11
3582024-10-14T09:13:53.503Z Downloaded heck v0.4.1
3592024-10-14T09:13:53.505Z Downloaded proc-macro-error-attr v1.0.4
3602024-10-14T09:13:53.505Z Downloaded fastrand v2.1.1
3612024-10-14T09:13:53.505Z Downloaded proc-macro-error v1.0.4
3622024-10-14T09:13:53.508Z Downloaded pest_generator v2.7.10
3632024-10-14T09:13:53.510Z Downloaded tabled_derive v0.7.0
3642024-10-14T09:13:53.510Z Downloaded fs-err v2.11.0
3652024-10-14T09:13:53.513Z Downloaded generic-array v0.14.7
3662024-10-14T09:13:53.515Z Downloaded usdt v0.5.0
3672024-10-14T09:13:53.515Z Downloaded smawk v0.3.2
3682024-10-14T09:13:53.517Z Downloaded serde_tokenstream v0.2.2
3692024-10-14T09:13:53.517Z Downloaded version_check v0.9.5
3702024-10-14T09:13:53.520Z Downloaded usdt-attr-macro v0.5.0
3712024-10-14T09:13:53.520Z Downloaded thiserror-impl v1.0.64
3722024-10-14T09:13:53.522Z Downloaded pest_derive v2.7.10
3732024-10-14T09:13:53.529Z Downloaded semver v1.0.23
3742024-10-14T09:13:53.532Z Downloaded sha2 v0.10.8
3752024-10-14T09:13:53.538Z Downloaded clap_derive v4.5.18
3762024-10-14T09:13:53.541Z Downloaded camino v1.1.9
3772024-10-14T09:13:53.547Z Downloaded tempfile v3.13.0
3782024-10-14T09:13:53.549Z Downloaded unicode-linebreak v0.1.5
3792024-10-14T09:13:53.551Z Downloaded quote v1.0.37
3802024-10-14T09:13:53.556Z Downloaded once_cell v1.20.2
3812024-10-14T09:13:53.556Z Downloaded bitflags v2.6.0
3822024-10-14T09:13:53.559Z Downloaded anyhow v1.0.89
3832024-10-14T09:13:53.562Z Downloaded pest_meta v2.7.10
3842024-10-14T09:13:53.564Z Downloaded unicode-ident v1.0.13
3852024-10-14T09:13:53.567Z Downloaded typenum v1.17.0
3862024-10-14T09:13:53.569Z Downloaded papergrid v0.11.0
3872024-10-14T09:13:53.573Z Downloaded zerocopy-derive v0.7.34
3882024-10-14T09:13:53.577Z Downloaded log v0.4.22
3892024-10-14T09:13:53.579Z Downloaded ryu v1.0.18
3902024-10-14T09:13:53.582Z Downloaded cargo_toml v0.20.5
3912024-10-14T09:13:53.584Z Downloaded ucd-trie v0.1.6
3922024-10-14T09:13:53.586Z Downloaded textwrap v0.16.1
3932024-10-14T09:13:53.588Z Downloaded proc-macro2 v1.0.87
3942024-10-14T09:13:53.591Z Downloaded serde_derive v1.0.210
3952024-10-14T09:13:53.594Z Downloaded clap v4.5.20
3962024-10-14T09:13:53.609Z Downloaded toml v0.8.19
3972024-10-14T09:13:53.614Z Downloaded indexmap v2.6.0
3982024-10-14T09:13:53.632Z Downloaded serde v1.0.210
3992024-10-14T09:13:53.635Z Downloaded toml_edit v0.22.22
4002024-10-14T09:13:53.656Z Downloaded pest v2.7.10
4012024-10-14T09:13:53.660Z Downloaded memchr v2.7.2
4022024-10-14T09:13:53.666Z Downloaded hashbrown v0.15.0
4032024-10-14T09:13:53.690Z Downloaded zerocopy v0.7.34
4042024-10-14T09:13:53.708Z Downloaded winnow v0.6.18
4052024-10-14T09:13:53.714Z Downloaded serde_json v1.0.128
4062024-10-14T09:13:53.721Z Downloaded clap_builder v4.5.20
4072024-10-14T09:13:53.727Z Downloaded tabled v0.15.0
4082024-10-14T09:13:53.742Z Downloaded goblin v0.8.2
4092024-10-14T09:13:53.749Z Downloaded syn v2.0.79
4102024-10-14T09:13:53.757Z Downloaded syn v1.0.109
4112024-10-14T09:13:53.768Z Downloaded rustix v0.38.37
4122024-10-14T09:13:53.789Z Downloaded unicode-width v0.1.13
4132024-10-14T09:13:53.802Z Downloaded libc v0.2.159
4142024-10-14T09:13:54.097Z Compiling proc-macro2 v1.0.87
4152024-10-14T09:13:54.097Z Compiling unicode-ident v1.0.13
4162024-10-14T09:13:54.100Z Compiling serde v1.0.210
4172024-10-14T09:13:54.100Z Compiling version_check v0.9.5
4182024-10-14T09:13:54.100Z Compiling memchr v2.7.2
4192024-10-14T09:13:54.100Z Compiling thiserror v1.0.64
4202024-10-14T09:13:54.100Z Compiling libc v0.2.159
4212024-10-14T09:13:54.100Z Compiling itoa v1.0.11
4222024-10-14T09:13:54.338Z Compiling ryu v1.0.18
4232024-10-14T09:13:54.447Z Compiling ucd-trie v0.1.6
4242024-10-14T09:13:54.685Z Compiling once_cell v1.20.2
4252024-10-14T09:13:54.935Z Compiling byteorder v1.5.0
4262024-10-14T09:13:54.957Z Compiling serde_json v1.0.128
4272024-10-14T09:13:55.106Z Compiling rustix v0.38.37
4282024-10-14T09:13:55.359Z Compiling bitflags v2.6.0
4292024-10-14T09:13:55.537Z Compiling usdt-impl v0.5.0
4302024-10-14T09:13:55.830Z Compiling quote v1.0.37
4312024-10-14T09:13:55.851Z Compiling proc-macro-error-attr v1.0.4
4322024-10-14T09:13:55.892Z Compiling syn v1.0.109
4332024-10-14T09:13:56.085Z Compiling proc-macro-error v1.0.4
4342024-10-14T09:13:56.109Z Compiling hashbrown v0.15.0
4352024-10-14T09:13:56.211Z Compiling syn v2.0.79
4362024-10-14T09:13:56.379Z Compiling errno v0.3.9
4372024-10-14T09:13:56.528Z Compiling equivalent v1.0.1
4382024-10-14T09:13:56.641Z Compiling camino v1.1.9
4392024-10-14T09:13:56.645Z Compiling log v0.4.22
4402024-10-14T09:13:56.692Z Compiling thread-id v4.2.1
4412024-10-14T09:13:56.739Z Compiling utf8parse v0.2.1
4422024-10-14T09:13:56.770Z Compiling plain v0.2.3
4432024-10-14T09:13:56.905Z Compiling anstyle-parse v0.2.4
4442024-10-14T09:13:57.244Z Compiling unicode-width v0.1.13
4452024-10-14T09:13:57.355Z Compiling indexmap v2.6.0
4462024-10-14T09:13:57.375Z Compiling winnow v0.6.18
4472024-10-14T09:13:57.485Z Compiling autocfg v1.3.0
4482024-10-14T09:13:57.549Z Compiling anstyle-query v1.0.3
4492024-10-14T09:13:57.659Z Compiling pretty-hex v0.4.1
4502024-10-14T09:13:57.703Z Compiling colorchoice v1.0.1
4512024-10-14T09:13:57.860Z Compiling semver v1.0.23
4522024-10-14T09:13:57.891Z Compiling anstyle v1.0.8
4532024-10-14T09:13:58.374Z Compiling is_terminal_polyfill v1.70.0
4542024-10-14T09:13:58.474Z Compiling anstream v0.6.14
4552024-10-14T09:13:58.500Z Compiling fs-err v2.11.0
4562024-10-14T09:13:58.522Z Compiling terminal_size v0.4.0
4572024-10-14T09:13:58.805Z Compiling cfg-if v1.0.0
4582024-10-14T09:13:58.853Z Compiling anyhow v1.0.89
4592024-10-14T09:13:58.878Z Compiling fnv v1.0.7
4602024-10-14T09:13:58.909Z Compiling clap_lex v0.7.0
4612024-10-14T09:13:59.230Z Compiling fastrand v2.1.1
4622024-10-14T09:13:59.295Z Compiling heck v0.5.0
4632024-10-14T09:13:59.414Z Compiling bytecount v0.6.8
4642024-10-14T09:13:59.446Z Compiling heck v0.4.1
4652024-10-14T09:13:59.474Z Compiling strsim v0.11.1
4662024-10-14T09:13:59.631Z Compiling papergrid v0.11.0
4672024-10-14T09:13:59.806Z Compiling clap_builder v4.5.20
4682024-10-14T09:13:59.950Z Compiling tempfile v3.13.0
4692024-10-14T09:14:00.648Z Compiling memmap v0.7.0
4702024-10-14T09:14:00.680Z Compiling smawk v0.3.2
4712024-10-14T09:14:00.894Z Compiling unicode-linebreak v0.1.5
4722024-10-14T09:14:01.161Z Compiling swrite v0.1.0
4732024-10-14T09:14:01.286Z Compiling textwrap v0.16.1
4742024-10-14T09:14:02.602Z Compiling tabled_derive v0.7.0
4752024-10-14T09:14:04.059Z Compiling tabled v0.15.0
4762024-10-14T09:14:05.056Z Compiling serde_derive v1.0.210
4772024-10-14T09:14:05.056Z Compiling thiserror-impl v1.0.64
4782024-10-14T09:14:05.059Z Compiling zerocopy-derive v0.7.34
4792024-10-14T09:14:05.059Z Compiling scroll_derive v0.12.0
4802024-10-14T09:14:05.437Z Compiling clap_derive v4.5.18
4812024-10-14T09:14:06.387Z Compiling scroll v0.12.0
4822024-10-14T09:14:06.876Z Compiling goblin v0.8.2
4832024-10-14T09:14:06.917Z Compiling zerocopy v0.7.34
4842024-10-14T09:14:07.750Z Compiling pest v2.7.10
4852024-10-14T09:14:08.900Z Compiling clap v4.5.20
4862024-10-14T09:14:09.935Z Compiling pest_meta v2.7.10
4872024-10-14T09:14:10.782Z Compiling pest_generator v2.7.10
4882024-10-14T09:14:12.589Z Compiling pest_derive v2.7.10
4892024-10-14T09:14:13.339Z Compiling dtrace-parser v0.2.0
4902024-10-14T09:14:15.088Z Compiling serde_tokenstream v0.2.2
4912024-10-14T09:14:15.159Z Compiling toml_datetime v0.6.8
4922024-10-14T09:14:15.159Z Compiling serde_spanned v0.6.7
4932024-10-14T09:14:15.437Z Compiling cargo-platform v0.1.8
4942024-10-14T09:14:15.550Z Compiling toml_edit v0.22.22
4952024-10-14T09:14:15.682Z Compiling macaddr v1.0.1
4962024-10-14T09:14:15.894Z Compiling camino-tempfile v1.1.1
4972024-10-14T09:14:16.579Z Compiling dof v0.3.0
4982024-10-14T09:14:16.614Z Compiling cargo_metadata v0.18.1
4992024-10-14T09:14:18.259Z Compiling usdt-attr-macro v0.5.0
5002024-10-14T09:14:18.259Z Compiling usdt-macro v0.5.0
5012024-10-14T09:14:18.376Z Compiling toml v0.8.19
5022024-10-14T09:14:19.203Z Compiling cargo_toml v0.20.5
5032024-10-14T09:14:19.715Z Compiling usdt v0.5.0
5042024-10-14T09:14:22.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052024-10-14T09:14:26.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s
5062024-10-14T09:14:27.076Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072024-10-14T09:14:27.640Z Downloading crates ...
5082024-10-14T09:14:27.768Z Downloaded addr2line v0.21.0
5092024-10-14T09:14:27.775Z Downloaded bitflags v1.3.2
5102024-10-14T09:14:27.782Z Downloaded aead v0.5.2
5112024-10-14T09:14:27.785Z Downloaded adler2 v2.0.0
5122024-10-14T09:14:27.787Z Downloaded aes v0.8.4
5132024-10-14T09:14:27.798Z Downloaded defmt v0.3.8
5142024-10-14T09:14:27.801Z Downloaded hostname v0.4.0
5152024-10-14T09:14:27.804Z Downloaded atty v0.2.14
5162024-10-14T09:14:27.806Z Downloaded assert_matches v1.5.0
5172024-10-14T09:14:27.806Z Downloaded http-range v0.1.5
5182024-10-14T09:14:27.809Z Downloaded hubpack v0.1.2
5192024-10-14T09:14:27.809Z Downloaded hyper-staticfile v0.10.1
5202024-10-14T09:14:27.811Z Downloaded http-body-util v0.1.2
5212024-10-14T09:14:27.814Z Downloaded hyper-tls v0.6.0
5222024-10-14T09:14:27.816Z Downloaded atomicwrites v0.4.4
5232024-10-14T09:14:27.816Z Downloaded bb8 v0.8.5
5242024-10-14T09:14:27.819Z Downloaded async-recursion v1.1.1
5252024-10-14T09:14:27.821Z Downloaded async-bb8-diesel v0.2.1
5262024-10-14T09:14:27.823Z Downloaded bcs v0.1.6
5272024-10-14T09:14:27.826Z Downloaded arrayref v0.3.7
5282024-10-14T09:14:27.826Z Downloaded array-init v0.0.4
5292024-10-14T09:14:27.828Z Downloaded argon2 v0.5.3
5302024-10-14T09:14:27.830Z Downloaded http-body v1.0.0
5312024-10-14T09:14:27.830Z Downloaded crunchy v0.2.2
5322024-10-14T09:14:27.833Z Downloaded cfg_aliases v0.2.1
5332024-10-14T09:14:27.833Z Downloaded idna v0.3.0
5342024-10-14T09:14:27.839Z Downloaded bit-vec v0.6.3
5352024-10-14T09:14:27.841Z Downloaded buf-list v1.0.3
5362024-10-14T09:14:27.844Z Downloaded block-padding v0.3.3
5372024-10-14T09:14:27.844Z Downloaded bitfield-struct v0.6.1
5382024-10-14T09:14:27.847Z Downloaded bitfield v0.14.0
5392024-10-14T09:14:27.847Z Downloaded bindgen v0.69.4
5402024-10-14T09:14:27.856Z Downloaded bit-set v0.5.3
5412024-10-14T09:14:27.860Z Downloaded indent_write v2.2.0
5422024-10-14T09:14:27.860Z Downloaded impl-trait-for-tuples v0.2.2
5432024-10-14T09:14:27.863Z Downloaded internet-checksum v0.2.1
5442024-10-14T09:14:27.863Z Downloaded ipnet v2.10.1
5452024-10-14T09:14:27.863Z Downloaded indoc v1.0.9
5462024-10-14T09:14:27.866Z Downloaded is_ci v1.2.0
5472024-10-14T09:14:27.868Z Downloaded kstat-rs v0.2.4
5482024-10-14T09:14:27.868Z Downloaded ipnetwork v0.20.0
5492024-10-14T09:14:27.871Z Downloaded indicatif v0.17.8
5502024-10-14T09:14:27.874Z Downloaded idna v0.4.0
5512024-10-14T09:14:27.882Z Downloaded ascii-canvas v3.0.0
5522024-10-14T09:14:27.884Z Downloaded lalrpop v0.19.12
5532024-10-14T09:14:27.895Z Downloaded aes-gcm v0.10.3
5542024-10-14T09:14:27.908Z Downloaded adler v1.0.2
5552024-10-14T09:14:27.911Z Downloaded atomic-waker v1.1.2
5562024-10-14T09:14:27.913Z Downloaded arrayvec v0.7.4
5572024-10-14T09:14:27.916Z Downloaded ahash v0.8.11
5582024-10-14T09:14:27.918Z Downloaded allocator-api2 v0.2.18
5592024-10-14T09:14:27.921Z Downloaded async-trait v0.1.83
5602024-10-14T09:14:27.931Z Downloaded aho-corasick v1.1.3
5612024-10-14T09:14:27.940Z Downloaded base64 v0.22.1
5622024-10-14T09:14:27.942Z Downloaded crossbeam-deque v0.8.5
5632024-10-14T09:14:27.945Z Downloaded base64 v0.13.1
5642024-10-14T09:14:27.947Z Downloaded crossbeam-epoch v0.9.18
5652024-10-14T09:14:27.949Z Downloaded cexpr v0.6.0
5662024-10-14T09:14:27.952Z Downloaded home v0.5.9
5672024-10-14T09:14:27.954Z Downloaded ident_case v1.0.1
5682024-10-14T09:14:27.954Z Downloaded httpdate v1.0.3
5692024-10-14T09:14:27.957Z Downloaded hostname v0.3.1
5702024-10-14T09:14:27.957Z Downloaded humantime v2.1.0
5712024-10-14T09:14:27.960Z Downloaded is-terminal v0.4.12
5722024-10-14T09:14:27.960Z Downloaded md5 v0.7.0
5732024-10-14T09:14:27.962Z Downloaded maplit v1.0.2
5742024-10-14T09:14:27.962Z Downloaded lazy_static v1.5.0
5752024-10-14T09:14:27.965Z Downloaded hmac v0.12.1
5762024-10-14T09:14:27.967Z Downloaded base64 v0.21.7
5772024-10-14T09:14:27.970Z Downloaded mime v0.3.17
5782024-10-14T09:14:27.972Z Downloaded match_cfg v0.1.0
5792024-10-14T09:14:27.974Z Downloaded new_debug_unreachable v1.0.6
5802024-10-14T09:14:27.974Z Downloaded iana-time-zone v0.1.60
5812024-10-14T09:14:27.977Z Downloaded memoffset v0.9.1
5822024-10-14T09:14:27.977Z Downloaded indexmap v1.9.3
5832024-10-14T09:14:27.980Z Downloaded http-body v0.4.6
5842024-10-14T09:14:27.982Z Downloaded http v0.2.12
5852024-10-14T09:14:27.986Z Downloaded chrono v0.4.38
5862024-10-14T09:14:27.993Z Downloaded nom v7.1.3
5872024-10-14T09:14:27.999Z Downloaded itertools v0.10.5
5882024-10-14T09:14:28.005Z Downloaded async-stream v0.3.5
5892024-10-14T09:14:28.007Z Downloaded backoff v0.4.0
5902024-10-14T09:14:28.010Z Downloaded castaway v0.2.3
5912024-10-14T09:14:28.012Z Downloaded blake2 v0.10.6
5922024-10-14T09:14:28.015Z Downloaded idna v0.5.0
5932024-10-14T09:14:28.020Z Downloaded ciborium-io v0.2.2
5942024-10-14T09:14:28.023Z Downloaded minimal-lexical v0.2.1
5952024-10-14T09:14:28.026Z Downloaded ciborium v0.2.2
5962024-10-14T09:14:28.029Z Downloaded data-encoding v2.6.0
5972024-10-14T09:14:28.031Z Downloaded constant_time_eq v0.3.0
5982024-10-14T09:14:28.031Z Downloaded const-oid v0.9.6
5992024-10-14T09:14:28.033Z Downloaded colored v2.1.0
6002024-10-14T09:14:28.035Z Downloaded compact_str v0.8.0
6012024-10-14T09:14:28.039Z Downloaded crc v3.2.1
6022024-10-14T09:14:28.042Z Downloaded ciborium-ll v0.2.2
6032024-10-14T09:14:28.060Z Downloaded backtrace v0.3.71
6042024-10-14T09:14:28.063Z Downloaded base64ct v1.6.0
6052024-10-14T09:14:28.063Z Downloaded blake3 v1.5.1
6062024-10-14T09:14:28.063Z Downloaded async-stream-impl v0.3.5
6072024-10-14T09:14:28.063Z Downloaded hyper-rustls v0.27.3
6082024-10-14T09:14:28.063Z Downloaded keccak v0.1.5
6092024-10-14T09:14:28.063Z Downloaded http v1.1.0
6102024-10-14T09:14:28.066Z Downloaded csv-core v0.1.11
6112024-10-14T09:14:28.069Z Downloaded lazycell v1.3.0
6122024-10-14T09:14:28.071Z Downloaded jobserver v0.1.32
6132024-10-14T09:14:28.071Z Downloaded hyper-util v0.1.9
6142024-10-14T09:14:28.075Z Downloaded crypto-bigint v0.5.5
6152024-10-14T09:14:28.082Z Downloaded arc-swap v1.7.1
6162024-10-14T09:14:28.087Z Downloaded lock_api v0.4.12
6172024-10-14T09:14:28.089Z Downloaded inout v0.1.3
6182024-10-14T09:14:28.092Z Downloaded memmap2 v0.9.4
6192024-10-14T09:14:28.097Z Downloaded itertools v0.13.0
6202024-10-14T09:14:28.110Z Downloaded hyper v0.14.30
6212024-10-14T09:14:28.119Z Downloaded miniz_oxide v0.8.0
6222024-10-14T09:14:28.122Z Downloaded instant v0.1.12
6232024-10-14T09:14:28.126Z Downloaded httparse v1.8.0
6242024-10-14T09:14:28.136Z Downloaded matches v0.1.10
6252024-10-14T09:14:28.139Z Downloaded libloading v0.8.3
6262024-10-14T09:14:28.162Z Downloaded libm v0.2.8
6272024-10-14T09:14:28.170Z Downloaded cobs v0.2.3
6282024-10-14T09:14:28.173Z Downloaded cipher v0.4.4
6292024-10-14T09:14:28.176Z Downloaded ctr v0.9.2
6302024-10-14T09:14:28.177Z Downloaded hyper v1.4.1
6312024-10-14T09:14:28.182Z Downloaded cookie v0.18.1
6322024-10-14T09:14:28.185Z Downloaded mio v1.0.2
6332024-10-14T09:14:28.191Z Downloaded curve25519-dalek-derive v0.1.1
6342024-10-14T09:14:28.193Z Downloaded cstr-argument v0.1.2
6352024-10-14T09:14:28.193Z Downloaded bitvec v1.0.1
6362024-10-14T09:14:28.207Z Downloaded crc-catalog v2.4.0
6372024-10-14T09:14:28.210Z Downloaded rustversion v1.0.17
6382024-10-14T09:14:28.212Z Downloaded itertools v0.12.1
6392024-10-14T09:14:28.218Z Downloaded rustls-pki-types v1.9.0
6402024-10-14T09:14:28.221Z Downloaded nodrop v0.1.14
6412024-10-14T09:14:28.224Z Downloaded rustls-webpki v0.101.7
6422024-10-14T09:14:28.236Z Downloaded debug-ignore v1.0.5
6432024-10-14T09:14:28.239Z Downloaded num v0.4.3
6442024-10-14T09:14:28.241Z Downloaded nix v0.27.1
6452024-10-14T09:14:28.250Z Downloaded curve25519-dalek v4.1.3
6462024-10-14T09:14:28.258Z Downloaded static_assertions v1.1.0
6472024-10-14T09:14:28.260Z Downloaded sync_wrapper v1.0.1
6482024-10-14T09:14:28.263Z Downloaded string_cache v0.8.7
6492024-10-14T09:14:28.263Z Downloaded socket2 v0.4.10
6502024-10-14T09:14:28.265Z Downloaded rustls v0.21.12
6512024-10-14T09:14:28.276Z Downloaded libefi-sys v0.1.0
6522024-10-14T09:14:28.279Z Downloaded diff v0.1.13
6532024-10-14T09:14:28.281Z Downloaded tokio-rustls v0.26.0
6542024-10-14T09:14:28.284Z Downloaded socket2 v0.5.7
6552024-10-14T09:14:28.286Z Downloaded lalrpop-util v0.19.12
6562024-10-14T09:14:28.288Z Downloaded libsw v3.3.1
6572024-10-14T09:14:28.288Z Downloaded crucible-workspace-hack v0.1.0
6582024-10-14T09:14:28.290Z Downloaded crossbeam-channel v0.5.12
6592024-10-14T09:14:28.293Z Downloaded crc-any v2.5.0
6602024-10-14T09:14:28.296Z Downloaded convert_case v0.4.0
6612024-10-14T09:14:28.298Z Downloaded bzip2-sys v0.1.11+1.0.8
6622024-10-14T09:14:28.309Z Downloaded newline-converter v0.3.0
6632024-10-14T09:14:28.311Z Downloaded funty v2.0.0
6642024-10-14T09:14:28.314Z Downloaded fragile v2.0.0
6652024-10-14T09:14:28.314Z Downloaded flate2 v1.0.34
6662024-10-14T09:14:28.318Z Downloaded nix v0.29.0
6672024-10-14T09:14:28.330Z Downloaded ref-cast v1.0.23
6682024-10-14T09:14:28.332Z Downloaded tinyvec_macros v0.1.1
6692024-10-14T09:14:28.334Z Downloaded idna v0.2.3
6702024-10-14T09:14:28.340Z Downloaded nanorand v0.7.0
6712024-10-14T09:14:28.343Z Downloaded untrusted v0.9.0
6722024-10-14T09:14:28.346Z Downloaded utf-8 v0.7.6
6732024-10-14T09:14:28.346Z Downloaded regex-syntax v0.8.5
6742024-10-14T09:14:28.354Z Downloaded multimap v0.10.0
6752024-10-14T09:14:28.356Z Downloaded url v2.5.2
6762024-10-14T09:14:28.359Z Downloaded multer v3.1.0
6772024-10-14T09:14:28.361Z Downloaded wyz v0.5.1
6782024-10-14T09:14:28.364Z Downloaded rand_core v0.6.4
6792024-10-14T09:14:28.364Z Downloaded deranged v0.3.11
6802024-10-14T09:14:28.367Z Downloaded rayon-core v1.12.1
6812024-10-14T09:14:28.369Z Downloaded num-bigint v0.4.5
6822024-10-14T09:14:28.373Z Downloaded nu-ansi-term v0.50.0
6832024-10-14T09:14:28.376Z Downloaded normalize-line-endings v0.3.0
6842024-10-14T09:14:28.379Z Downloaded newtype_derive v0.1.6
6852024-10-14T09:14:28.379Z Downloaded newtype-uuid v1.1.2
6862024-10-14T09:14:28.381Z Downloaded instability v0.3.2
6872024-10-14T09:14:28.381Z Downloaded native-tls v0.2.11
6882024-10-14T09:14:28.385Z Downloaded futures-task v0.3.31
6892024-10-14T09:14:28.387Z Downloaded md-5 v0.10.6
6902024-10-14T09:14:28.387Z Downloaded hubpack_derive v0.1.1
6912024-10-14T09:14:28.387Z Downloaded mockall_derive v0.13.0
6922024-10-14T09:14:28.390Z Downloaded mockall v0.13.0
6932024-10-14T09:14:28.392Z Downloaded miniz_oxide v0.7.2
6942024-10-14T09:14:28.395Z Downloaded mime_guess v2.0.4
6952024-10-14T09:14:28.397Z Downloaded maybe-uninit v2.0.0
6962024-10-14T09:14:28.397Z Downloaded managed v0.8.0
6972024-10-14T09:14:28.399Z Downloaded lru-cache v0.1.2
6982024-10-14T09:14:28.399Z Downloaded lru v0.12.3
6992024-10-14T09:14:28.401Z Downloaded linked-hash-map v0.5.6
7002024-10-14T09:14:28.401Z Downloaded linear-map v1.2.0
7012024-10-14T09:14:28.404Z Downloaded libxml v0.3.3
7022024-10-14T09:14:28.408Z Downloaded clang-sys v1.7.0
7032024-10-14T09:14:28.410Z Downloaded chacha20 v0.9.1
7042024-10-14T09:14:28.413Z Downloaded cfg_aliases v0.1.1
7052024-10-14T09:14:28.415Z Downloaded bytes v1.7.2
7062024-10-14T09:14:28.419Z Downloaded scopeguard v1.2.0
7072024-10-14T09:14:28.422Z Downloaded smallvec v1.13.2
7082024-10-14T09:14:28.422Z Downloaded heck v0.3.3
7092024-10-14T09:14:28.424Z Downloaded spki v0.7.3
7102024-10-14T09:14:28.427Z Downloaded oso-derive v0.27.3
7112024-10-14T09:14:28.427Z Downloaded spin v0.9.8
7122024-10-14T09:14:28.429Z Downloaded csv v1.3.0
7132024-10-14T09:14:28.448Z Downloaded num-iter v0.1.45
7142024-10-14T09:14:28.451Z Downloaded der v0.7.9
7152024-10-14T09:14:28.454Z Downloaded zeroize_derive v1.4.2
7162024-10-14T09:14:28.457Z Downloaded num-rational v0.4.2
7172024-10-14T09:14:28.459Z Downloaded ghash v0.5.1
7182024-10-14T09:14:28.460Z Downloaded float-cmp v0.9.0
7192024-10-14T09:14:28.460Z Downloaded ff v0.13.0
7202024-10-14T09:14:28.462Z Downloaded fallible-iterator v0.2.0
7212024-10-14T09:14:28.465Z Downloaded env_logger v0.11.5
7222024-10-14T09:14:28.466Z Downloaded env_filter v0.1.2
7232024-10-14T09:14:28.471Z Downloaded enum-as-inner v0.6.0
7242024-10-14T09:14:28.471Z Downloaded embedded-io v0.4.0
7252024-10-14T09:14:28.474Z Downloaded hex v0.4.3
7262024-10-14T09:14:28.474Z Downloaded num-traits v0.2.19
7272024-10-14T09:14:28.476Z Downloaded dyn-clone v1.0.17
7282024-10-14T09:14:28.476Z Downloaded display-error-chain v0.2.1
7292024-10-14T09:14:28.479Z Downloaded dhcproto v0.12.0
7302024-10-14T09:14:28.481Z Downloaded tokio-stream v0.1.16
7312024-10-14T09:14:28.485Z Downloaded tokio-rustls v0.25.0
7322024-10-14T09:14:28.487Z Downloaded tokio-rustls v0.24.1
7332024-10-14T09:14:28.489Z Downloaded openssl-macros v0.1.1
7342024-10-14T09:14:28.491Z Downloaded tokio-postgres v0.7.12
7352024-10-14T09:14:28.495Z Downloaded termios v0.3.3
7362024-10-14T09:14:28.497Z Downloaded pin-project-internal v1.1.5
7372024-10-14T09:14:28.500Z Downloaded stringprep v0.1.4
7382024-10-14T09:14:28.503Z Downloaded postgres-types v0.2.8
7392024-10-14T09:14:28.503Z Downloaded steno v0.4.1
7402024-10-14T09:14:28.507Z Downloaded publicsuffix v2.2.3
7412024-10-14T09:14:28.510Z Downloaded psl-types v2.0.11
7422024-10-14T09:14:28.512Z Downloaded proptest v1.5.0
7432024-10-14T09:14:28.520Z Downloaded regex-syntax v0.6.29
7442024-10-14T09:14:28.527Z Downloaded proc-macro-crate v1.3.1
7452024-10-14T09:14:28.530Z Downloaded snafu-derive v0.8.2
7462024-10-14T09:14:28.532Z Downloaded serde_derive_internals v0.29.1
7472024-10-14T09:14:28.532Z Downloaded regex-automata v0.4.8
7482024-10-14T09:14:28.549Z Downloaded rustc-demangle v0.1.24
7492024-10-14T09:14:28.552Z Downloaded pin-utils v0.1.0
7502024-10-14T09:14:28.554Z Downloaded quinn v0.11.5
7512024-10-14T09:14:28.556Z Downloaded pin-project-lite v0.2.14
7522024-10-14T09:14:28.560Z Downloaded rustc-hash v2.0.0
7532024-10-14T09:14:28.562Z Downloaded time v0.3.36
7542024-10-14T09:14:28.568Z Downloaded nibble_vec v0.1.0
7552024-10-14T09:14:28.570Z Downloaded tokio-native-tls v0.3.1
7562024-10-14T09:14:28.573Z Downloaded pin-project v1.1.5
7572024-10-14T09:14:28.582Z Downloaded phf_shared v0.11.2
7582024-10-14T09:14:28.584Z Downloaded regex v1.11.0
7592024-10-14T09:14:28.596Z Downloaded ron v0.8.1
7602024-10-14T09:14:28.602Z Downloaded unicode-normalization v0.1.23
7612024-10-14T09:14:28.606Z Downloaded smallvec v0.6.14
7622024-10-14T09:14:28.608Z Downloaded slog-envlogger v2.2.0
7632024-10-14T09:14:28.612Z Downloaded serde_repr v0.1.19
7642024-10-14T09:14:28.612Z Downloaded serde_plain v1.0.2
7652024-10-14T09:14:28.614Z Downloaded serde_path_to_error v0.1.16
7662024-10-14T09:14:28.614Z Downloaded twox-hash v1.6.3
7672024-10-14T09:14:28.616Z Downloaded serde_urlencoded v0.7.1
7682024-10-14T09:14:28.619Z Downloaded fd-lock v4.0.2
7692024-10-14T09:14:28.621Z Downloaded fatfs v0.3.6
7702024-10-14T09:14:28.623Z Downloaded sct v0.7.1
7712024-10-14T09:14:28.626Z Downloaded fallible-streaming-iterator v0.1.9
7722024-10-14T09:14:28.629Z Downloaded tokio-macros v2.4.0
7732024-10-14T09:14:28.629Z Downloaded serde_yaml v0.9.34+deprecated
7742024-10-14T09:14:28.632Z Downloaded fallible-iterator v0.3.0
7752024-10-14T09:14:28.635Z Downloaded ena v0.14.3
7762024-10-14T09:14:28.637Z Downloaded env_logger v0.10.2
7772024-10-14T09:14:28.645Z Downloaded enum-as-inner v0.5.1
7782024-10-14T09:14:28.645Z Downloaded typify-macro v0.2.0
7792024-10-14T09:14:28.645Z Downloaded lzma-sys v0.1.20
7802024-10-14T09:14:28.670Z Downloaded object v0.30.4
7812024-10-14T09:14:28.680Z Downloaded parking_lot_core v0.8.6
7822024-10-14T09:14:28.683Z Downloaded quinn-udp v0.5.5
7832024-10-14T09:14:28.685Z Downloaded openssl-probe v0.1.5
7842024-10-14T09:14:28.685Z Downloaded openssl v0.10.66
7852024-10-14T09:14:28.694Z Downloaded pkcs1 v0.7.5
7862024-10-14T09:14:28.696Z Downloaded quinn-proto v0.11.8
7872024-10-14T09:14:28.703Z Downloaded peg v0.8.4
7882024-10-14T09:14:28.707Z Downloaded tiny-keccak v2.0.2
7892024-10-14T09:14:28.709Z Downloaded rpassword v7.3.1
7902024-10-14T09:14:28.711Z Downloaded strum v0.26.3
7912024-10-14T09:14:28.714Z Downloaded sha1 v0.10.6
7922024-10-14T09:14:28.714Z Downloaded strum_macros v0.26.4
7932024-10-14T09:14:28.716Z Downloaded git2 v0.19.0
7942024-10-14T09:14:28.724Z Downloaded hashlink v0.9.1
7952024-10-14T09:14:28.727Z Downloaded expectorate v1.1.0
7962024-10-14T09:14:28.730Z Downloaded peg-macros v0.8.4
7972024-10-14T09:14:28.730Z Downloaded p521 v0.13.3
7982024-10-14T09:14:28.734Z Downloaded want v0.3.1
7992024-10-14T09:14:28.736Z Downloaded untrusted v0.7.1
8002024-10-14T09:14:28.736Z Downloaded p384 v0.13.0
8012024-10-14T09:14:28.743Z Downloaded p256 v0.13.2
8022024-10-14T09:14:28.746Z Downloaded which v4.4.2
8032024-10-14T09:14:28.748Z Downloaded unicode-bidi v0.3.15
8042024-10-14T09:14:28.750Z Downloaded unsafe-libyaml v0.2.11
8052024-10-14T09:14:28.753Z Downloaded value-bag v1.9.0
8062024-10-14T09:14:28.756Z Downloaded tokio-tungstenite v0.23.1
8072024-10-14T09:14:28.759Z Downloaded tokio-util v0.7.12
8082024-10-14T09:14:28.766Z Downloaded owo-colors v4.1.0
8092024-10-14T09:14:28.768Z Downloaded tracing-attributes v0.1.27
8102024-10-14T09:14:28.771Z Downloaded winnow v0.5.40
8112024-10-14T09:14:28.779Z Downloaded tracing-core v0.1.32
8122024-10-14T09:14:28.783Z Downloaded tracing v0.1.40
8132024-10-14T09:14:28.787Z Downloaded tower-service v0.3.2
8142024-10-14T09:14:28.789Z Downloaded webpki-roots v0.26.3
8152024-10-14T09:14:28.791Z Downloaded olpc-cjson v0.1.3
8162024-10-14T09:14:28.794Z Downloaded hickory-server v0.24.1
8172024-10-14T09:14:28.798Z Downloaded hickory-resolver v0.24.1
8182024-10-14T09:14:28.802Z Downloaded filetime v0.2.25
8192024-10-14T09:14:28.804Z Downloaded vcpkg v0.2.15
8202024-10-14T09:14:28.841Z Downloaded unicase v2.7.0
8212024-10-14T09:14:28.846Z Downloaded paste v1.0.15
8222024-10-14T09:14:28.850Z Downloaded num-complex v0.4.6
8232024-10-14T09:14:28.850Z Downloaded futures-util v0.3.31
8242024-10-14T09:14:28.860Z Downloaded elliptic-curve v0.13.8
8252024-10-14T09:14:28.864Z Downloaded pkg-config v0.3.30
8262024-10-14T09:14:28.867Z Downloaded parking_lot_core v0.9.10
8272024-10-14T09:14:28.869Z Downloaded structmeta-derive v0.2.0
8282024-10-14T09:14:28.869Z Downloaded structmeta v0.3.0
8292024-10-14T09:14:28.872Z Downloaded serde_with_macros v3.11.0
8302024-10-14T09:14:28.874Z Downloaded serde_with v3.11.0
8312024-10-14T09:14:28.881Z Downloaded secrecy v0.8.0
8322024-10-14T09:14:28.883Z Downloaded sec1 v0.7.3
8332024-10-14T09:14:28.885Z Downloaded scheduled-thread-pool v0.2.7
8342024-10-14T09:14:28.885Z Downloaded ron v0.7.1
8352024-10-14T09:14:28.889Z Downloaded structmeta-derive v0.3.0
8362024-10-14T09:14:28.891Z Downloaded sqlformat v0.2.6
8372024-10-14T09:14:28.894Z Downloaded predicates-core v1.0.6
8382024-10-14T09:14:28.894Z Downloaded pkcs8 v0.10.2
8392024-10-14T09:14:28.897Z Downloaded tungstenite v0.23.0
8402024-10-14T09:14:28.900Z Downloaded reqwest v0.11.27
8412024-10-14T09:14:28.907Z Downloaded unicode-truncate v1.0.0
8422024-10-14T09:14:28.910Z Downloaded poly1305 v0.8.0
8432024-10-14T09:14:28.912Z Downloaded unicode-segmentation v1.11.0
8442024-10-14T09:14:28.915Z Downloaded tough v0.17.1
8452024-10-14T09:14:28.923Z Downloaded hash32 v0.2.1
8462024-10-14T09:14:28.925Z Downloaded same-file v1.0.6
8472024-10-14T09:14:28.927Z Downloaded rustc-hash v1.1.0
8482024-10-14T09:14:28.927Z Downloaded yasna v0.5.2
8492024-10-14T09:14:28.929Z Downloaded wait-timeout v0.2.0
8502024-10-14T09:14:28.931Z Downloaded vte_generate_state_changes v0.1.1
8512024-10-14T09:14:28.931Z Downloaded tokio-tungstenite v0.21.0
8522024-10-14T09:14:28.934Z Downloaded tokio-tungstenite v0.24.0
8532024-10-14T09:14:28.936Z Downloaded slog-stdlog v4.1.1
8542024-10-14T09:14:28.938Z Downloaded slog-scope v4.4.0
8552024-10-14T09:14:28.941Z Downloaded parse-size v1.0.0
8562024-10-14T09:14:28.941Z Downloaded hex-literal v0.4.1
8572024-10-14T09:14:28.943Z Downloaded signature v2.2.0
8582024-10-14T09:14:28.943Z Downloaded typify-impl v0.2.0
8592024-10-14T09:14:28.959Z Downloaded slog-json v2.6.1
8602024-10-14T09:14:28.961Z Downloaded time-core v0.1.2
8612024-10-14T09:14:28.964Z Downloaded gimli v0.28.1
8622024-10-14T09:14:28.970Z Downloaded slog-dtrace v0.3.0
8632024-10-14T09:14:28.972Z Downloaded slog-bunyan v2.5.0
8642024-10-14T09:14:28.974Z Downloaded thiserror-no-std v2.0.2
8652024-10-14T09:14:28.976Z Downloaded radix_trie v0.2.1
8662024-10-14T09:14:28.981Z Downloaded headers v0.4.0
8672024-10-14T09:14:28.986Z Downloaded group v0.13.0
8682024-10-14T09:14:28.988Z Downloaded packed_struct_codegen v0.10.1
8692024-10-14T09:14:28.991Z Downloaded dirs-next v2.0.0
8702024-10-14T09:14:28.991Z Downloaded powerfmt v0.2.0
8712024-10-14T09:14:28.993Z Downloaded omicron-zone-package v0.11.1
8722024-10-14T09:14:28.996Z Downloaded whoami v1.5.2
8732024-10-14T09:14:28.998Z Downloaded hash32 v0.3.1
8742024-10-14T09:14:28.998Z Downloaded half v2.4.1
8752024-10-14T09:14:29.001Z Downloaded downcast v0.11.0
8762024-10-14T09:14:29.003Z Downloaded dirs-sys-next v0.1.2
8772024-10-14T09:14:29.003Z Downloaded waitgroup v0.1.2
8782024-10-14T09:14:29.005Z Downloaded vte v0.11.1
8792024-10-14T09:14:29.007Z Downloaded vsss-rs v3.3.4
8802024-10-14T09:14:29.010Z Downloaded vergen v8.3.2
8812024-10-14T09:14:29.013Z Downloaded uzers v0.11.3
8822024-10-14T09:14:29.013Z Downloaded precomputed-hash v0.1.1
8832024-10-14T09:14:29.017Z Downloaded ppv-lite86 v0.2.17
8842024-10-14T09:14:29.017Z Downloaded uuid v1.10.0
8852024-10-14T09:14:29.019Z Downloaded prettyplease v0.2.22
8862024-10-14T09:14:29.022Z Downloaded rand_chacha v0.3.1
8872024-10-14T09:14:29.024Z Downloaded petgraph v0.6.5
8882024-10-14T09:14:29.041Z Downloaded unarray v0.1.4
8892024-10-14T09:14:29.043Z Downloaded path-slash v0.1.5
8902024-10-14T09:14:29.044Z Downloaded password-hash v0.5.0
8912024-10-14T09:14:29.046Z Downloaded password-hash v0.4.2
8922024-10-14T09:14:29.046Z Downloaded parse-display-derive v0.10.0
8932024-10-14T09:14:29.049Z Downloaded parse-display v0.10.0
8942024-10-14T09:14:29.049Z Downloaded oso v0.27.3
8952024-10-14T09:14:29.053Z Downloaded number_prefix v0.4.0
8962024-10-14T09:14:29.055Z Downloaded siphasher v0.3.11
8972024-10-14T09:14:29.055Z Downloaded headers-core v0.3.0
8982024-10-14T09:14:29.055Z Downloaded sync_wrapper v0.1.2
8992024-10-14T09:14:29.055Z Downloaded endian-type v0.1.2
9002024-10-14T09:14:29.058Z Downloaded regress v0.9.1
9012024-10-14T09:14:29.064Z Downloaded typed-path v0.7.1
9022024-10-14T09:14:29.070Z Downloaded tungstenite v0.24.0
9032024-10-14T09:14:29.074Z Downloaded num-derive v0.4.2
9042024-10-14T09:14:29.077Z Downloaded spin v0.5.2
9052024-10-14T09:14:29.077Z Downloaded strum_macros v0.24.3
9062024-10-14T09:14:29.079Z Downloaded similar v2.6.0
9072024-10-14T09:14:29.084Z Downloaded num-integer v0.1.46
9082024-10-14T09:14:29.086Z Downloaded slab v0.4.9
9092024-10-14T09:14:29.086Z Downloaded pbkdf2 v0.12.2
9102024-10-14T09:14:29.089Z Downloaded pbkdf2 v0.11.0
9112024-10-14T09:14:29.093Z Downloaded openssl-sys v0.9.103
9122024-10-14T09:14:29.095Z Downloaded stable_deref_trait v1.2.0
9132024-10-14T09:14:29.098Z Downloaded tungstenite v0.21.0
9142024-10-14T09:14:29.100Z Downloaded tui-tree-widget v0.22.0
9152024-10-14T09:14:29.102Z Downloaded topological-sort v0.2.2
9162024-10-14T09:14:29.102Z Downloaded toolchain_find v0.4.0
9172024-10-14T09:14:29.105Z Downloaded toml_edit v0.19.15
9182024-10-14T09:14:29.118Z Downloaded universal-hash v0.5.1
9192024-10-14T09:14:29.122Z Downloaded rustls-pemfile v1.0.4
9202024-10-14T09:14:29.125Z Downloaded unicode_categories v0.1.1
9212024-10-14T09:14:29.125Z Downloaded unicode-xid v0.2.4
9222024-10-14T09:14:29.125Z Downloaded toml v0.7.8
9232024-10-14T09:14:29.128Z Downloaded subprocess v0.2.9
9242024-10-14T09:14:29.131Z Downloaded rand v0.8.5
9252024-10-14T09:14:29.133Z Downloaded zeroize v1.8.1
9262024-10-14T09:14:29.136Z Downloaded radium v0.7.0
9272024-10-14T09:14:29.136Z Downloaded nix v0.28.0
9282024-10-14T09:14:29.148Z Downloaded peg-runtime v0.8.3
9292024-10-14T09:14:29.150Z Downloaded rayon v1.10.0
9302024-10-14T09:14:29.157Z Downloaded supports-color v3.0.1
9312024-10-14T09:14:29.160Z Downloaded foreign-types v0.3.2
9322024-10-14T09:14:29.160Z Downloaded subtle v2.5.0
9332024-10-14T09:14:29.162Z Downloaded rustfmt-wrapper v0.2.1
9342024-10-14T09:14:29.162Z Downloaded reqwest v0.12.8
9352024-10-14T09:14:29.170Z Downloaded progenitor-macro v0.8.0
9362024-10-14T09:14:29.172Z Downloaded signal-hook-registry v1.4.2
9372024-10-14T09:14:29.172Z Downloaded rtoolbox v0.0.2
9382024-10-14T09:14:29.175Z Downloaded h2 v0.3.26
9392024-10-14T09:14:29.180Z Downloaded zip v0.6.6
9402024-10-14T09:14:29.186Z Downloaded slog-term v2.9.1
9412024-10-14T09:14:29.186Z Downloaded x509-cert v0.2.5
9422024-10-14T09:14:29.192Z Downloaded r2d2 v0.8.10
9432024-10-14T09:14:29.194Z Downloaded quick-xml v0.33.0
9442024-10-14T09:14:29.200Z Downloaded walkdir v2.5.0
9452024-10-14T09:14:29.203Z Downloaded typify v0.2.0
9462024-10-14T09:14:29.206Z Downloaded defmt-parser v0.3.4
9472024-10-14T09:14:29.206Z Downloaded defmt-macros v0.3.9
9482024-10-14T09:14:29.208Z Downloaded zone_cfg_derive v0.3.0
9492024-10-14T09:14:29.211Z Downloaded zone_cfg_derive v0.1.2
9502024-10-14T09:14:29.211Z Downloaded zone v0.3.0
9512024-10-14T09:14:29.211Z Downloaded zone v0.1.8
9522024-10-14T09:14:29.214Z Downloaded slog v2.7.0
9532024-10-14T09:14:29.216Z Downloaded sha3 v0.10.8
9542024-10-14T09:14:29.219Z Downloaded sigpipe v0.1.3
9552024-10-14T09:14:29.221Z Downloaded futures-sink v0.3.31
9562024-10-14T09:14:29.221Z Downloaded futures-macro v0.3.31
9572024-10-14T09:14:29.223Z Downloaded scrypt v0.11.0
9582024-10-14T09:14:29.223Z Downloaded schemars_derive v0.8.21
9592024-10-14T09:14:29.227Z Downloaded schemars v0.8.21
9602024-10-14T09:14:29.235Z Downloaded der_derive v0.7.2
9612024-10-14T09:14:29.237Z Downloaded rustc_version v0.4.1
9622024-10-14T09:14:29.240Z Downloaded quick-error v1.2.3
9632024-10-14T09:14:29.240Z Downloaded hashbrown v0.12.3
9642024-10-14T09:14:29.243Z Downloaded rustyline v14.0.0
9652024-10-14T09:14:29.248Z Downloaded form_urlencoded v1.2.1
9662024-10-14T09:14:29.250Z Downloaded termtree v0.4.1
9672024-10-14T09:14:29.250Z Downloaded futures-channel v0.3.31
9682024-10-14T09:14:29.253Z Downloaded foreign-types-shared v0.1.1
9692024-10-14T09:14:29.253Z Downloaded fixedbitset v0.4.2
9702024-10-14T09:14:29.260Z Downloaded rusty-fork v0.3.0
9712024-10-14T09:14:29.260Z Downloaded rustls-pemfile v2.2.0
9722024-10-14T09:14:29.263Z Downloaded rsa v0.9.6
9732024-10-14T09:14:29.263Z Downloaded rand_seeder v0.3.0
9742024-10-14T09:14:29.263Z Downloaded pretty-hex v0.2.1
9752024-10-14T09:14:29.266Z Downloaded predicates-tree v1.0.9
9762024-10-14T09:14:29.266Z Downloaded predicates v3.1.2
9772024-10-14T09:14:29.269Z Downloaded parking_lot v0.12.2
9782024-10-14T09:14:29.271Z Downloaded parking_lot v0.11.2
9792024-10-14T09:14:29.273Z Downloaded num_enum v0.5.11
9802024-10-14T09:14:29.276Z Downloaded highway v1.2.0
9812024-10-14T09:14:29.279Z Downloaded diesel_derives v2.2.2
9822024-10-14T09:14:29.282Z Downloaded derive_builder v0.20.0
9832024-10-14T09:14:29.286Z Downloaded h2 v0.4.6
9842024-10-14T09:14:29.293Z Downloaded xz2 v0.1.7
9852024-10-14T09:14:29.296Z Downloaded thread_local v1.1.8
9862024-10-14T09:14:29.298Z Downloaded signal-hook-tokio v0.3.1
9872024-10-14T09:14:29.298Z Downloaded shell-words v1.1.0
9882024-10-14T09:14:29.298Z Downloaded packed_struct v0.10.1
9892024-10-14T09:14:29.301Z Downloaded fxhash v0.2.1
9902024-10-14T09:14:29.301Z Downloaded difflib v0.4.0
9912024-10-14T09:14:29.304Z Downloaded diesel_table_macro_syntax v0.2.0
9922024-10-14T09:14:29.304Z Downloaded dhcproto-macros v0.1.0
9932024-10-14T09:14:29.305Z Downloaded rand_xorshift v0.3.0
9942024-10-14T09:14:29.307Z Downloaded futures-executor v0.3.31
9952024-10-14T09:14:29.307Z Downloaded derive-where v1.2.7
9962024-10-14T09:14:29.310Z Downloaded rcgen v0.12.1
9972024-10-14T09:14:29.313Z Downloaded zerocopy v0.6.6
9982024-10-14T09:14:29.316Z Downloaded smf v0.2.3
9992024-10-14T09:14:29.316Z Downloaded slog-async v2.8.0
10002024-10-14T09:14:29.316Z Downloaded ssh-encoding v0.2.0
10012024-10-14T09:14:29.318Z Downloaded ssh-cipher v0.2.0
10022024-10-14T09:14:29.318Z Downloaded sqlparser_derive v0.2.2
10032024-10-14T09:14:29.321Z Downloaded sqlparser v0.45.0
10042024-10-14T09:14:29.325Z Downloaded trust-dns-proto v0.22.0
10052024-10-14T09:14:29.336Z Downloaded hashbrown v0.14.5
10062024-10-14T09:14:29.341Z Downloaded opaque-debug v0.3.1
10072024-10-14T09:14:29.343Z Downloaded hashbrown v0.13.2
10082024-10-14T09:14:29.346Z Downloaded num-conv v0.1.0
10092024-10-14T09:14:29.348Z Downloaded percent-encoding v2.3.1
10102024-10-14T09:14:29.348Z Downloaded pem v3.0.4
10112024-10-14T09:14:29.351Z Downloaded primeorder v0.13.6
10122024-10-14T09:14:29.351Z Downloaded polar-core v0.27.3
10132024-10-14T09:14:29.358Z Downloaded polyval v0.6.2
10142024-10-14T09:14:29.361Z Downloaded pkcs5 v0.7.1
10152024-10-14T09:14:29.364Z Downloaded ref-cast-impl v1.0.23
10162024-10-14T09:14:29.367Z Downloaded num-bigint-dig v0.8.4
10172024-10-14T09:14:29.369Z Downloaded reedline v0.35.0
10182024-10-14T09:14:29.375Z Downloaded take_mut v0.2.2
10192024-10-14T09:14:29.378Z Downloaded tabwriter v1.4.0
10202024-10-14T09:14:29.378Z Downloaded strum_macros v0.25.3
10212024-10-14T09:14:29.380Z Downloaded structmeta v0.2.0
10222024-10-14T09:14:29.380Z Downloaded strip-ansi-escapes v0.2.0
10232024-10-14T09:14:29.383Z Downloaded ssh-key v0.6.6
10242024-10-14T09:14:29.388Z Downloaded snafu v0.8.2
10252024-10-14T09:14:29.393Z Downloaded either v1.13.0
10262024-10-14T09:14:29.397Z Downloaded ed25519-dalek v2.1.1
10272024-10-14T09:14:29.400Z Downloaded xattr v1.3.1
10282024-10-14T09:14:29.400Z Downloaded ed25519 v2.2.3
10292024-10-14T09:14:29.403Z Downloaded tinyvec v1.6.0
10302024-10-14T09:14:29.405Z Downloaded futures v0.3.31
10312024-10-14T09:14:29.408Z Downloaded flagset v0.4.5
10322024-10-14T09:14:29.411Z Downloaded getrandom v0.2.14
10332024-10-14T09:14:29.413Z Downloaded test-strategy v0.3.1
10342024-10-14T09:14:29.416Z Downloaded heapless v0.7.17
10352024-10-14T09:14:29.420Z Downloaded ratatui v0.28.1
10362024-10-14T09:14:29.440Z Downloaded openapiv3 v2.0.0
10372024-10-14T09:14:29.451Z Downloaded dsl_auto_type v0.1.2
10382024-10-14T09:14:29.454Z Downloaded zerocopy-derive v0.6.6
10392024-10-14T09:14:29.462Z Downloaded num_enum_derive v0.5.11
10402024-10-14T09:14:29.465Z Downloaded rustc_version v0.1.7
10412024-10-14T09:14:29.465Z Downloaded rusqlite v0.32.1
10422024-10-14T09:14:29.470Z Downloaded gethostname v0.5.0
10432024-10-14T09:14:29.473Z Downloaded des v0.8.1
10442024-10-14T09:14:29.476Z Downloaded derive_builder_macro v0.20.0
10452024-10-14T09:14:29.476Z Downloaded derive_builder_core v0.20.0
10462024-10-14T09:14:29.476Z Downloaded salsa20 v0.10.2
10472024-10-14T09:14:29.479Z Downloaded russh-keys v0.45.0
10482024-10-14T09:14:29.481Z Downloaded russh-cryptovec v0.7.2
10492024-10-14T09:14:29.481Z Downloaded try-lock v0.2.5
10502024-10-14T09:14:29.482Z Downloaded phf_shared v0.10.0
10512024-10-14T09:14:29.482Z Downloaded phf v0.11.2
10522024-10-14T09:14:29.484Z Downloaded tar v0.4.42
10532024-10-14T09:14:29.486Z Downloaded tap v1.0.1
10542024-10-14T09:14:29.486Z Downloaded dropshot v0.12.0
10552024-10-14T09:14:29.504Z Downloaded globset v0.4.14
10562024-10-14T09:14:29.507Z Downloaded shlex v1.3.0
10572024-10-14T09:14:29.507Z Downloaded time-macros v0.2.18
10582024-10-14T09:14:29.510Z Downloaded termcolor v1.4.1
10592024-10-14T09:14:29.510Z Downloaded term v0.7.0
10602024-10-14T09:14:29.515Z Downloaded foreign-types v0.5.0
10612024-10-14T09:14:29.517Z Downloaded libgit2-sys v0.17.0+1.8.1
10622024-10-14T09:14:29.572Z Downloaded serde-hex v0.1.0
10632024-10-14T09:14:29.574Z Downloaded serde-big-array v0.5.1
10642024-10-14T09:14:29.577Z Downloaded semver v0.1.20
10652024-10-14T09:14:29.577Z Downloaded rustls-webpki v0.102.4
10662024-10-14T09:14:29.593Z Downloaded num_threads v0.1.7
10672024-10-14T09:14:29.596Z Downloaded hickory-client v0.24.1
10682024-10-14T09:14:29.599Z Downloaded foreign-types-macros v0.2.3
10692024-10-14T09:14:29.599Z Downloaded flume v0.11.0
10702024-10-14T09:14:29.601Z Downloaded float-ord v0.3.2
10712024-10-14T09:14:29.604Z Downloaded ecdsa v0.16.9
10722024-10-14T09:14:29.604Z Downloaded derive_more v0.99.18
10732024-10-14T09:14:29.609Z Downloaded regress v0.10.1
10742024-10-14T09:14:29.616Z Downloaded glob v0.3.1
10752024-10-14T09:14:29.619Z Downloaded encoding_rs v0.8.34
10762024-10-14T09:14:29.639Z Downloaded russh v0.45.0
10772024-10-14T09:14:29.647Z Downloaded rfc6979 v0.4.0
10782024-10-14T09:14:29.651Z Downloaded resolv-conf v0.7.0
10792024-10-14T09:14:29.651Z Downloaded bstr v1.9.1
10802024-10-14T09:14:29.658Z Downloaded dropshot_endpoint v0.12.0
10812024-10-14T09:14:29.660Z Downloaded tls_codec_derive v0.4.1
10822024-10-14T09:14:29.662Z Downloaded tls_codec v0.4.1
10832024-10-14T09:14:29.663Z Downloaded hkdf v0.12.4
10842024-10-14T09:14:29.665Z Downloaded tokio v1.40.0
10852024-10-14T09:14:29.701Z Downloaded heapless v0.8.0
10862024-10-14T09:14:29.705Z Downloaded futures-io v0.3.31
10872024-10-14T09:14:29.707Z Downloaded futures-core v0.3.31
10882024-10-14T09:14:29.707Z Downloaded rustls v0.23.10
10892024-10-14T09:14:29.722Z Downloaded signal-hook-mio v0.2.4
10902024-10-14T09:14:29.725Z Downloaded signal-hook v0.3.17
10912024-10-14T09:14:29.727Z Downloaded samael v0.0.17
10922024-10-14T09:14:29.731Z Downloaded salty v0.3.0
10932024-10-14T09:14:29.737Z Downloaded thiserror-impl-no-std v2.0.2
10942024-10-14T09:14:29.740Z Downloaded rustls v0.22.4
10952024-10-14T09:14:29.751Z Downloaded progenitor-impl v0.8.0
10962024-10-14T09:14:29.753Z Downloaded progenitor-client v0.8.0
10972024-10-14T09:14:29.756Z Downloaded progenitor v0.8.0
10982024-10-14T09:14:29.756Z Downloaded postgres-protocol v0.6.7
10992024-10-14T09:14:29.761Z Downloaded postcard v1.0.8
11002024-10-14T09:14:29.766Z Downloaded portable-atomic v1.6.0
11012024-10-14T09:14:29.768Z Downloaded pem-rfc7468 v0.7.0
11022024-10-14T09:14:29.768Z Downloaded foreign-types-shared v0.3.1
11032024-10-14T09:14:29.768Z Downloaded smoltcp v0.11.0
11042024-10-14T09:14:29.781Z Downloaded smoltcp v0.9.1
11052024-10-14T09:14:29.790Z Downloaded sled v0.34.7
11062024-10-14T09:14:29.800Z Downloaded hickory-proto v0.24.1
11072024-10-14T09:14:29.817Z Downloaded object v0.32.2
11082024-10-14T09:14:29.826Z Downloaded diesel v2.2.4
11092024-10-14T09:14:29.844Z Downloaded darling_macro v0.20.9
11102024-10-14T09:14:29.847Z Downloaded darling_core v0.20.9
11112024-10-14T09:14:29.851Z Downloaded darling v0.20.9
11122024-10-14T09:14:29.853Z Downloaded blowfish v0.9.1
11132024-10-14T09:14:29.856Z Downloaded bcrypt-pbkdf v0.10.0
11142024-10-14T09:14:29.856Z Downloaded base16ct v0.2.0
11152024-10-14T09:14:29.864Z Downloaded crossterm v0.28.1
11162024-10-14T09:14:29.868Z Downloaded crossbeam-utils v0.8.19
11172024-10-14T09:14:29.868Z Downloaded crc32fast v1.4.0
11182024-10-14T09:14:29.868Z Downloaded cookie_store v0.21.0
11192024-10-14T09:14:29.870Z Downloaded const_format_proc_macros v0.2.33
11202024-10-14T09:14:29.874Z Downloaded const_format v0.2.33
11212024-10-14T09:14:29.876Z Downloaded console v0.15.8
11222024-10-14T09:14:29.878Z Downloaded chacha20poly1305 v0.10.1
11232024-10-14T09:14:29.880Z Downloaded cc v1.0.97
11242024-10-14T09:14:29.882Z Downloaded cbc v0.1.2
11252024-10-14T09:14:29.885Z Downloaded cassowary v0.3.0
11262024-10-14T09:14:29.885Z Downloaded cancel-safe-futures v0.1.5
11272024-10-14T09:14:29.888Z Downloaded bzip2 v0.4.4
11282024-10-14T09:14:29.890Z Downloaded finl_unicode v1.2.0
11292024-10-14T09:14:29.913Z Downloaded libz-sys v1.1.16
11302024-10-14T09:14:30.031Z Downloaded libsqlite3-sys v0.30.1
11312024-10-14T09:14:30.330Z Downloaded ring v0.16.20
11322024-10-14T09:14:30.407Z Downloaded ring v0.17.8
11332024-10-14T09:14:30.574Z Compiling serde v1.0.210
11342024-10-14T09:14:30.576Z Compiling typenum v1.17.0
11352024-10-14T09:14:30.576Z Compiling lock_api v0.4.12
11362024-10-14T09:14:30.576Z Compiling generic-array v0.14.7
11372024-10-14T09:14:30.576Z Compiling scopeguard v1.2.0
11382024-10-14T09:14:30.950Z Compiling subtle v2.5.0
11392024-10-14T09:14:30.960Z Compiling syn v2.0.79
11402024-10-14T09:14:30.960Z Compiling getrandom v0.2.14
11412024-10-14T09:14:30.960Z Compiling value-bag v1.9.0
11422024-10-14T09:14:31.063Z Compiling rand_core v0.6.4
11432024-10-14T09:14:31.188Z Compiling const-oid v0.9.6
11442024-10-14T09:14:31.295Z Compiling jobserver v0.1.32
11452024-10-14T09:14:31.313Z Compiling pin-project-lite v0.2.14
11462024-10-14T09:14:31.434Z Compiling log v0.4.22
11472024-10-14T09:14:31.552Z Compiling smallvec v1.13.2
11482024-10-14T09:14:31.633Z Compiling parking_lot_core v0.9.10
11492024-10-14T09:14:31.668Z Compiling cc v1.0.97
11502024-10-14T09:14:31.974Z Compiling futures-core v0.3.31
11512024-10-14T09:14:32.257Z Compiling signal-hook-registry v1.4.2
11522024-10-14T09:14:32.295Z Compiling mio v1.0.2
11532024-10-14T09:14:32.466Z Compiling cpufeatures v0.2.12
11542024-10-14T09:14:32.568Z Compiling parking_lot v0.12.2
11552024-10-14T09:14:32.841Z Compiling futures-sink v0.3.31
11562024-10-14T09:14:32.991Z Compiling spin v0.9.8
11572024-10-14T09:14:33.118Z Compiling socket2 v0.5.7
11582024-10-14T09:14:33.259Z Compiling slab v0.4.9
11592024-10-14T09:14:33.384Z Compiling serde_json v1.0.128
11602024-10-14T09:14:33.415Z Compiling futures-channel v0.3.31
11612024-10-14T09:14:33.527Z Compiling futures-task v0.3.31
11622024-10-14T09:14:33.547Z Compiling futures-io v0.3.31
11632024-10-14T09:14:33.744Z Compiling pin-utils v0.1.0
11642024-10-14T09:14:33.798Z Compiling tinyvec_macros v0.1.1
11652024-10-14T09:14:33.816Z Compiling libm v0.2.8
11662024-10-14T09:14:33.834Z Compiling num-traits v0.2.19
11672024-10-14T09:14:33.865Z Compiling tinyvec v1.6.0
11682024-10-14T09:14:33.885Z Compiling unicode-bidi v0.3.15
11692024-10-14T09:14:33.974Z Compiling base64ct v1.6.0
11702024-10-14T09:14:34.085Z Compiling ppv-lite86 v0.2.17
11712024-10-14T09:14:34.351Z Compiling flagset v0.4.5
11722024-10-14T09:14:34.525Z Compiling pem-rfc7468 v0.7.0
11732024-10-14T09:14:34.546Z Compiling httparse v1.8.0
11742024-10-14T09:14:34.821Z Compiling rand_chacha v0.3.1
11752024-10-14T09:14:35.003Z Compiling tracing-core v0.1.32
11762024-10-14T09:14:35.386Z Compiling unicode-normalization v0.1.23
11772024-10-14T09:14:35.403Z Compiling rustls-pki-types v1.9.0
11782024-10-14T09:14:35.614Z Compiling crossbeam-utils v0.8.19
11792024-10-14T09:14:35.850Z Compiling ring v0.17.8
11802024-10-14T09:14:36.374Z Compiling percent-encoding v2.3.1
11812024-10-14T09:14:36.529Z Compiling rand v0.8.5
11822024-10-14T09:14:36.697Z Compiling pkg-config v0.3.30
11832024-10-14T09:14:36.733Z Compiling time-core v0.1.2
11842024-10-14T09:14:36.899Z Compiling untrusted v0.9.0
11852024-10-14T09:14:37.076Z Compiling vcpkg v0.2.15
11862024-10-14T09:14:37.298Z Compiling num-conv v0.1.0
11872024-10-14T09:14:37.330Z Compiling powerfmt v0.2.0
11882024-10-14T09:14:37.566Z Compiling time-macros v0.2.18
11892024-10-14T09:14:37.699Z Compiling deranged v0.3.11
11902024-10-14T09:14:38.185Z Compiling atomic-waker v1.1.2
11912024-10-14T09:14:38.347Z Compiling num_threads v0.1.7
11922024-10-14T09:14:38.416Z Compiling form_urlencoded v1.2.1
11932024-10-14T09:14:38.473Z Compiling slog v2.7.0
11942024-10-14T09:14:38.582Z Compiling rustix v0.38.37
11952024-10-14T09:14:38.732Z Compiling try-lock v0.2.5
11962024-10-14T09:14:38.873Z Compiling want v0.3.1
11972024-10-14T09:14:39.016Z Compiling httpdate v1.0.3
11982024-10-14T09:14:39.220Z Compiling openssl-sys v0.9.103
11992024-10-14T09:14:39.429Z Compiling idna v0.5.0
12002024-10-14T09:14:39.450Z Compiling rustversion v1.0.17
12012024-10-14T09:14:39.508Z Compiling match_cfg v0.1.0
12022024-10-14T09:14:39.603Z Compiling base64 v0.22.1
12032024-10-14T09:14:39.926Z Compiling iana-time-zone v0.1.60
12042024-10-14T09:14:40.198Z Compiling tower-service v0.3.2
12052024-10-14T09:14:40.324Z Compiling openssl v0.10.66
12062024-10-14T09:14:40.348Z Compiling foreign-types-shared v0.1.1
12072024-10-14T09:14:40.389Z Compiling url v2.5.2
12082024-10-14T09:14:40.451Z Compiling foreign-types v0.3.2
12092024-10-14T09:14:40.608Z Compiling hostname v0.3.1
12102024-10-14T09:14:40.709Z Compiling time v0.3.36
12112024-10-14T09:14:40.760Z Compiling dirs-sys-next v0.1.2
12122024-10-14T09:14:40.855Z Compiling aho-corasick v1.1.3
12132024-10-14T09:14:40.972Z Compiling rustls v0.23.10
12142024-10-14T09:14:41.261Z Compiling siphasher v0.3.11
12152024-10-14T09:14:41.376Z Compiling data-encoding v2.6.0
12162024-10-14T09:14:41.560Z Compiling rustls v0.22.4
12172024-10-14T09:14:41.692Z Compiling syn v1.0.109
12182024-10-14T09:14:41.811Z Compiling native-tls v0.2.11
12192024-10-14T09:14:42.111Z Compiling regex-syntax v0.8.5
12202024-10-14T09:14:42.208Z Compiling dirs-next v2.0.0
12212024-10-14T09:14:42.393Z Compiling serde_derive_internals v0.29.1
12222024-10-14T09:14:43.779Z Compiling crossbeam-epoch v0.9.18
12232024-10-14T09:14:43.800Z Compiling backtrace v0.3.71
12242024-10-14T09:14:44.275Z Compiling lazy_static v1.5.0
12252024-10-14T09:14:44.401Z Compiling cookie v0.18.1
12262024-10-14T09:14:44.528Z Compiling multer v3.1.0
12272024-10-14T09:14:44.687Z Compiling thread_local v1.1.8
12282024-10-14T09:14:44.818Z Compiling serde_derive v1.0.210
12292024-10-14T09:14:44.834Z Compiling zeroize_derive v1.4.2
12302024-10-14T09:14:45.091Z Compiling tokio-macros v2.4.0
12312024-10-14T09:14:45.275Z Compiling thiserror-impl v1.0.64
12322024-10-14T09:14:45.834Z Compiling futures-macro v0.3.31
12332024-10-14T09:14:46.258Z Compiling der_derive v0.7.2
12342024-10-14T09:14:46.500Z Compiling zeroize v1.8.1
12352024-10-14T09:14:46.803Z Compiling tracing-attributes v0.1.27
12362024-10-14T09:14:46.885Z Compiling scroll_derive v0.12.0
12372024-10-14T09:14:47.837Z Compiling futures-util v0.3.31
12382024-10-14T09:14:48.219Z Compiling crypto-common v0.1.6
12392024-10-14T09:14:48.333Z Compiling block-buffer v0.10.4
12402024-10-14T09:14:48.455Z Compiling block-padding v0.3.3
12412024-10-14T09:14:48.596Z Compiling digest v0.10.7
12422024-10-14T09:14:48.616Z Compiling thiserror v1.0.64
12432024-10-14T09:14:48.681Z Compiling inout v0.1.3
12442024-10-14T09:14:48.699Z Compiling zerocopy-derive v0.7.34
12452024-10-14T09:14:48.717Z Compiling der v0.7.9
12462024-10-14T09:14:48.745Z Compiling pest v2.7.10
12472024-10-14T09:14:48.946Z Compiling cipher v0.4.4
12482024-10-14T09:14:49.056Z Compiling hmac v0.12.1
12492024-10-14T09:14:49.298Z Compiling sha2 v0.10.8
12502024-10-14T09:14:49.464Z Compiling salsa20 v0.10.2
12512024-10-14T09:14:49.688Z Compiling pbkdf2 v0.12.2
12522024-10-14T09:14:49.863Z Compiling scrypt v0.11.0
12532024-10-14T09:14:50.465Z Compiling cbc v0.1.2
12542024-10-14T09:14:50.676Z Compiling tracing v0.1.40
12552024-10-14T09:14:50.694Z Compiling aes v0.8.4
12562024-10-14T09:14:51.020Z Compiling spki v0.7.3
12572024-10-14T09:14:51.192Z Compiling zerocopy v0.7.34
12582024-10-14T09:14:51.380Z Compiling pest_meta v2.7.10
12592024-10-14T09:14:51.744Z Compiling pkcs5 v0.7.1
12602024-10-14T09:14:52.017Z Compiling scroll v0.12.0
12612024-10-14T09:14:52.568Z Compiling rustls-webpki v0.102.4
12622024-10-14T09:14:52.769Z Compiling pest_generator v2.7.10
12632024-10-14T09:14:52.927Z Compiling goblin v0.8.2
12642024-10-14T09:14:52.944Z Compiling pkcs8 v0.10.2
12652024-10-14T09:14:53.450Z Compiling async-trait v0.1.83
12662024-10-14T09:14:53.643Z Compiling openssl-macros v0.1.1
12672024-10-14T09:14:53.905Z Compiling signature v2.2.0
12682024-10-14T09:14:54.191Z Compiling sha1 v0.10.6
12692024-10-14T09:14:54.389Z Compiling regex-automata v0.4.8
12702024-10-14T09:14:54.582Z Compiling encoding_rs v0.8.34
12712024-10-14T09:14:54.607Z Compiling adler v1.0.2
12722024-10-14T09:14:54.765Z Compiling finl_unicode v1.2.0
12732024-10-14T09:14:54.828Z Compiling gimli v0.28.1
12742024-10-14T09:14:55.388Z Compiling either v1.13.0
12752024-10-14T09:14:55.812Z Compiling rayon-core v1.12.1
12762024-10-14T09:14:56.101Z Compiling schemars v0.8.21
12772024-10-14T09:14:56.326Z Compiling openssl-probe v0.1.5
12782024-10-14T09:14:56.464Z Compiling paste v1.0.15
12792024-10-14T09:14:56.483Z Compiling pest_derive v2.7.10
12802024-10-14T09:14:56.680Z Compiling slog-async v2.8.0
12812024-10-14T09:14:57.016Z Compiling mime v0.3.17
12822024-10-14T09:14:57.202Z Compiling signal-hook v0.3.17
12832024-10-14T09:14:57.270Z Compiling dtrace-parser v0.2.0
12842024-10-14T09:14:57.480Z Compiling ipnet v2.10.1
12852024-10-14T09:14:57.819Z Compiling stringprep v0.1.4
12862024-10-14T09:14:58.704Z Compiling miniz_oxide v0.7.2
12872024-10-14T09:14:58.957Z Compiling bytes v1.7.2
12882024-10-14T09:14:59.188Z Compiling indexmap v2.6.0
12892024-10-14T09:14:59.380Z Compiling bitflags v2.6.0
12902024-10-14T09:14:59.483Z Compiling semver v1.0.23
12912024-10-14T09:14:59.829Z Compiling tokio v1.40.0
12922024-10-14T09:15:00.240Z Compiling http v1.1.0
12932024-10-14T09:15:00.267Z Compiling rustc_version v0.4.1
12942024-10-14T09:15:00.642Z Compiling uuid v1.10.0
12952024-10-14T09:15:01.042Z Compiling dof v0.3.0
12962024-10-14T09:15:02.117Z Compiling http-body v1.0.0
12972024-10-14T09:15:02.213Z Compiling toml_datetime v0.6.8
12982024-10-14T09:15:02.362Z Compiling serde_tokenstream v0.2.2
12992024-10-14T09:15:02.717Z Compiling serde_spanned v0.6.7
13002024-10-14T09:15:02.744Z Compiling usdt-impl v0.5.0
13012024-10-14T09:15:02.946Z Compiling chrono v0.4.38
13022024-10-14T09:15:02.981Z Compiling http-body-util v0.1.2
13032024-10-14T09:15:03.277Z Compiling heapless v0.7.17
13042024-10-14T09:15:03.479Z Compiling toml_edit v0.22.22
13052024-10-14T09:15:03.787Z Compiling curve25519-dalek v4.1.3
13062024-10-14T09:15:04.287Z Compiling usdt-macro v0.5.0
13072024-10-14T09:15:04.436Z Compiling usdt-attr-macro v0.5.0
13082024-10-14T09:15:05.085Z Compiling slog-json v2.6.1
13092024-10-14T09:15:05.500Z Compiling addr2line v0.21.0
13102024-10-14T09:15:05.837Z Compiling serde_urlencoded v0.7.1
13112024-10-14T09:15:06.369Z Compiling futures-executor v0.3.31
13122024-10-14T09:15:06.718Z Compiling md-5 v0.10.6
13132024-10-14T09:15:06.918Z Compiling schemars_derive v0.8.21
13142024-10-14T09:15:07.053Z Compiling async-stream-impl v0.3.5
13152024-10-14T09:15:07.263Z Compiling enum-as-inner v0.6.0
13162024-10-14T09:15:08.412Z Compiling tokio-util v0.7.12
13172024-10-14T09:15:08.563Z Compiling crossbeam-deque v0.8.5
13182024-10-14T09:15:09.800Z Compiling h2 v0.4.6
13192024-10-14T09:15:10.931Z Compiling term v0.7.0
13202024-10-14T09:15:11.810Z Compiling crossbeam-channel v0.5.12
13212024-10-14T09:15:12.126Z Compiling num-integer v0.1.46
13222024-10-14T09:15:12.488Z Compiling idna v0.3.0
13232024-10-14T09:15:12.917Z Compiling idna v0.4.0
13242024-10-14T09:15:12.919Z Compiling rustls-pemfile v2.2.0
13252024-10-14T09:15:13.283Z Compiling hash32 v0.2.1
13262024-10-14T09:15:13.666Z Compiling ff v0.13.0
13272024-10-14T09:15:13.893Z Compiling is-terminal v0.4.12
13282024-10-14T09:15:14.019Z Compiling object v0.32.2
13292024-10-14T09:15:14.134Z Compiling dropshot v0.12.0
13302024-10-14T09:15:14.438Z Compiling smoltcp v0.9.1
13312024-10-14T09:15:14.486Z Compiling num-bigint-dig v0.8.4
13322024-10-14T09:15:14.789Z Compiling rustc-demangle v0.1.24
13332024-10-14T09:15:15.110Z Compiling stable_deref_trait v1.2.0
13342024-10-14T09:15:15.144Z Compiling linked-hash-map v0.5.6
13352024-10-14T09:15:15.220Z Compiling fallible-iterator v0.2.0
13362024-10-14T09:15:15.549Z Compiling crc32fast v1.4.0
13372024-10-14T09:15:15.828Z Compiling take_mut v0.2.2
13382024-10-14T09:15:15.955Z Compiling portable-atomic v1.6.0
13392024-10-14T09:15:15.980Z Compiling base16ct v0.2.0
13402024-10-14T09:15:16.078Z Compiling utf-8 v0.7.6
13412024-10-14T09:15:16.283Z Compiling dyn-clone v1.0.17
13422024-10-14T09:15:16.305Z Compiling anyhow v1.0.89
13432024-10-14T09:15:16.373Z Compiling quick-error v1.2.3
13442024-10-14T09:15:16.495Z Compiling psl-types v2.0.11
13452024-10-14T09:15:16.513Z Compiling resolv-conf v0.7.0
13462024-10-14T09:15:16.693Z Compiling hyper v1.4.1
13472024-10-14T09:15:17.073Z Compiling publicsuffix v2.2.3
13482024-10-14T09:15:17.301Z Compiling tungstenite v0.23.0
13492024-10-14T09:15:17.343Z Compiling sec1 v0.7.3
13502024-10-14T09:15:19.184Z Compiling hyper-util v0.1.9
13512024-10-14T09:15:19.666Z Compiling postgres-protocol v0.6.7
13522024-10-14T09:15:19.910Z Compiling lru-cache v0.1.2
13532024-10-14T09:15:20.461Z Compiling usdt v0.5.0
13542024-10-14T09:15:20.957Z Compiling slog-term v2.9.1
13552024-10-14T09:15:20.960Z Compiling group v0.13.0
13562024-10-14T09:15:21.022Z Compiling hickory-proto v0.24.1
13572024-10-14T09:15:21.253Z Compiling num-iter v0.1.45
13582024-10-14T09:15:21.277Z Compiling tokio-rustls v0.26.0
13592024-10-14T09:15:21.301Z Compiling tokio-native-tls v0.3.1
13602024-10-14T09:15:21.435Z Compiling tokio-rustls v0.25.0
13612024-10-14T09:15:21.851Z Compiling async-stream v0.3.5
13622024-10-14T09:15:22.214Z Compiling futures v0.3.31
13632024-10-14T09:15:22.267Z Compiling toml v0.8.19
13642024-10-14T09:15:22.331Z Compiling slog-bunyan v2.5.0
13652024-10-14T09:15:22.653Z Compiling terminal_size v0.4.0
13662024-10-14T09:15:22.810Z Compiling dropshot_endpoint v0.12.0
13672024-10-14T09:15:22.834Z Compiling hubpack_derive v0.1.1
13682024-10-14T09:15:22.883Z Compiling openapiv3 v2.0.0
13692024-10-14T09:15:23.184Z Compiling serde_path_to_error v0.1.16
13702024-10-14T09:15:23.331Z Compiling camino v1.1.9
13712024-10-14T09:15:24.050Z Compiling hkdf v0.12.4
13722024-10-14T09:15:24.295Z Compiling crypto-bigint v0.5.5
13732024-10-14T09:15:24.318Z Compiling curve25519-dalek-derive v0.1.1
13742024-10-14T09:15:24.406Z Compiling zerocopy-derive v0.6.6
13752024-10-14T09:15:24.966Z Compiling phf_shared v0.11.2
13762024-10-14T09:15:24.995Z Compiling waitgroup v0.1.2
13772024-10-14T09:15:25.262Z Compiling webpki-roots v0.26.3
13782024-10-14T09:15:25.380Z Compiling hostname v0.4.0
13792024-10-14T09:15:25.478Z Compiling ahash v0.8.11
13802024-10-14T09:15:25.624Z Compiling fs-err v2.11.0
13812024-10-14T09:15:25.835Z Compiling managed v0.8.0
13822024-10-14T09:15:25.903Z Compiling adler2 v2.0.0
13832024-10-14T09:15:25.926Z Compiling bitflags v1.3.2
13842024-10-14T09:15:26.032Z Compiling winnow v0.5.40
13852024-10-14T09:15:26.112Z Compiling debug-ignore v1.0.5
13862024-10-14T09:15:26.263Z Compiling console v0.15.8
13872024-10-14T09:15:26.626Z Compiling zerocopy v0.6.6
13882024-10-14T09:15:27.228Z Compiling elliptic-curve v0.13.8
13892024-10-14T09:15:27.503Z Compiling hickory-resolver v0.24.1
13902024-10-14T09:15:27.763Z Compiling clap_builder v4.5.20
13912024-10-14T09:15:28.079Z Compiling miniz_oxide v0.8.0
13922024-10-14T09:15:29.684Z Compiling toml_edit v0.19.15
13932024-10-14T09:15:29.880Z Compiling hyper-rustls v0.27.3
13942024-10-14T09:15:30.287Z Compiling phf v0.11.2
13952024-10-14T09:15:30.566Z Compiling signal-hook-mio v0.2.4
13962024-10-14T09:15:30.592Z Compiling hubpack v0.1.2
13972024-10-14T09:15:30.734Z Compiling rayon v1.10.0
13982024-10-14T09:15:31.022Z Compiling cookie_store v0.21.0
13992024-10-14T09:15:31.933Z Compiling hyper-tls v0.6.0
14002024-10-14T09:15:32.568Z Compiling postgres-types v0.2.8
14012024-10-14T09:15:34.094Z Compiling tokio-tungstenite v0.23.1
14022024-10-14T09:15:34.614Z Compiling tokio-stream v0.1.16
14032024-10-14T09:15:35.475Z Compiling bstr v1.9.1
14042024-10-14T09:15:35.667Z Compiling regex v1.11.0
14052024-10-14T09:15:35.996Z Compiling serde-big-array v0.5.1
14062024-10-14T09:15:36.242Z Compiling ed25519 v2.2.3
14072024-10-14T09:15:36.754Z Compiling pkcs1 v0.7.5
14082024-10-14T09:15:36.767Z Compiling rfc6979 v0.4.0
14092024-10-14T09:15:36.920Z Compiling serde_repr v0.1.19
14102024-10-14T09:15:36.946Z Compiling strum_macros v0.25.3
14112024-10-14T09:15:37.055Z Compiling clap_derive v4.5.18
14122024-10-14T09:15:37.256Z Compiling derive-where v1.2.7
14132024-10-14T09:15:37.638Z Compiling phf_shared v0.10.0
14142024-10-14T09:15:37.749Z Compiling float-cmp v0.9.0
14152024-10-14T09:15:37.979Z Compiling sync_wrapper v1.0.1
14162024-10-14T09:15:38.032Z Compiling unicode-segmentation v1.11.0
14172024-10-14T09:15:38.102Z Compiling new_debug_unreachable v1.0.6
14182024-10-14T09:15:38.135Z Compiling difflib v0.4.0
14192024-10-14T09:15:38.202Z Compiling static_assertions v1.1.0
14202024-10-14T09:15:38.300Z Compiling whoami v1.5.2
14212024-10-14T09:15:38.303Z Compiling normalize-line-endings v0.3.0
14222024-10-14T09:15:38.427Z Compiling minimal-lexical v0.2.1
14232024-10-14T09:15:38.881Z Compiling bit-vec v0.6.3
14242024-10-14T09:15:38.947Z Compiling predicates-core v1.0.6
14252024-10-14T09:15:38.950Z Compiling precomputed-hash v0.1.1
14262024-10-14T09:15:39.059Z Compiling number_prefix v0.4.0
14272024-10-14T09:15:39.289Z Compiling fixedbitset v0.4.2
14282024-10-14T09:15:39.317Z Compiling indicatif v0.17.8
14292024-10-14T09:15:39.336Z Compiling bit-set v0.5.3
14302024-10-14T09:15:39.626Z Compiling petgraph v0.6.5
14312024-10-14T09:15:39.708Z Compiling predicates v3.1.2
14322024-10-14T09:15:39.733Z Compiling string_cache v0.8.7
14332024-10-14T09:15:40.233Z Compiling nom v7.1.3
14342024-10-14T09:15:40.845Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14352024-10-14T09:15:41.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14362024-10-14T09:15:41.447Z Compiling similar v2.6.0
14372024-10-14T09:15:41.564Z Compiling tokio-postgres v0.7.12
14382024-10-14T09:15:42.179Z Compiling clap v4.5.20
14392024-10-14T09:15:42.307Z Compiling reqwest v0.12.8
14402024-10-14T09:15:43.643Z Compiling rsa v0.9.6
14412024-10-14T09:15:43.846Z Compiling ecdsa v0.16.9
14422024-10-14T09:15:43.898Z Compiling ed25519-dalek v2.1.1
14432024-10-14T09:15:44.693Z Compiling flate2 v1.0.34
14442024-10-14T09:15:45.187Z Compiling toml v0.7.8
14452024-10-14T09:15:45.657Z Compiling crossterm v0.28.1
14462024-10-14T09:15:47.211Z Compiling hex v0.4.3
14472024-10-14T09:15:47.252Z Compiling itertools v0.12.1
14482024-10-14T09:15:47.591Z Compiling itertools v0.10.5
14492024-10-14T09:15:47.827Z Compiling x509-cert v0.2.5
14502024-10-14T09:15:47.884Z Compiling unicode-xid v0.2.4
14512024-10-14T09:15:48.001Z Compiling peg-runtime v0.8.3
14522024-10-14T09:15:48.066Z Compiling lalrpop-util v0.19.12
14532024-10-14T09:15:48.420Z Compiling xattr v1.3.1
14542024-10-14T09:15:48.693Z Compiling strum_macros v0.26.4
14552024-10-14T09:15:48.695Z Compiling filetime v0.2.25
14562024-10-14T09:15:49.021Z Compiling tar v0.4.42
14572024-10-14T09:15:52.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14582024-10-14T09:15:52.266Z Compiling strum v0.26.3
14592024-10-14T09:15:52.370Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14602024-10-14T09:15:57.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14612024-10-14T09:15:57.466Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14622024-10-14T09:15:57.513ZOct 14 09:15:57.020 INFO Starting download, target: Clickhouse
14632024-10-14T09:15:57.513ZOct 14 09:15:57.021 INFO Starting download, target: Cockroach
14642024-10-14T09:15:57.513ZOct 14 09:15:57.021 INFO Starting download, target: Console
14652024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Starting download, target: DendriteOpenapi
14662024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Starting download, target: DendriteStub
14672024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Starting download, target: MaghemiteMgd
14682024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Starting download, target: TransceiverControl
14692024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14702024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14712024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14722024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14732024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14742024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14752024-10-14T09:15:57.515ZOct 14 09:15:57.021 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14762024-10-14T09:15:57.711ZOct 14 09:15:57.209 INFO Download complete, target: DendriteOpenapi
14772024-10-14T09:15:57.792ZOct 14 09:15:57.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14782024-10-14T09:15:58.196ZOct 14 09:15:57.704 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14792024-10-14T09:15:58.219ZOct 14 09:15:57.727 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14802024-10-14T09:15:58.260ZOct 14 09:15:57.768 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14812024-10-14T09:15:58.581ZOct 14 09:15:58.089 INFO Download complete, target: Console
14822024-10-14T09:15:58.607ZOct 14 09:15:58.115 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14832024-10-14T09:15:58.607ZOct 14 09:15:58.115 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14842024-10-14T09:15:58.610ZOct 14 09:15:58.118 INFO Download complete, target: TransceiverControl
14852024-10-14T09:15:59.391ZOct 14 09:15:58.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14862024-10-14T09:16:01.410ZOct 14 09:16:00.917 INFO Download complete, target: DendriteStub
14872024-10-14T09:16:01.676ZOct 14 09:16:01.183 INFO Download complete, target: MaghemiteMgd
14882024-10-14T09:16:07.252ZOct 14 09:16:06.757 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14892024-10-14T09:16:07.535ZOct 14 09:16:07.040 INFO Checking that binary works, target: Cockroach
14902024-10-14T09:16:07.685ZOct 14 09:16:07.191 INFO Download complete, target: Cockroach
14912024-10-14T09:16:13.996ZOct 14 09:16:13.502 INFO Checking that binary works, target: Clickhouse
14922024-10-14T09:16:14.161ZOct 14 09:16:13.667 INFO Download complete, target: Clickhouse
14932024-10-14T09:16:14.180ZAll builder prerequisites installed successfully, and PATH looks valid
14942024-10-14T09:16:14.183Z
14952024-10-14T09:16:14.183Zreal 4:04.622808685
14962024-10-14T09:16:14.183Zuser 12:39.849849069
14972024-10-14T09:16:14.183Zsys 2:38.770846143
14982024-10-14T09:16:14.183Ztrap 0.450047377
14992024-10-14T09:16:14.183Ztflt 1.672573264
15002024-10-14T09:16:14.183Zdflt 1.523179095
15012024-10-14T09:16:14.183Zkflt 0.021225974
15022024-10-14T09:16:14.183Zlock 25:01.386429058
15032024-10-14T09:16:14.183Zslp 49:04.402423947
15042024-10-14T09:16:14.183Zlat 47.753807774
15052024-10-14T09:16:14.183Zstop 2:00.217652974
15062024-10-14T09:16:14.183Z+ banner build
15072024-10-14T09:16:14.185Z
15082024-10-14T09:16:14.185Z ##### # # # # #####
15092024-10-14T09:16:14.185Z # # # # # # # #
15102024-10-14T09:16:14.185Z ##### # # # # # #
15112024-10-14T09:16:14.186Z # # # # # # # #
15122024-10-14T09:16:14.186Z # # # # # # # #
15132024-10-14T09:16:14.186Z ##### #### # ###### #####
15142024-10-14T09:16:14.186Z
15152024-10-14T09:16:14.186Z+ export 'RUSTFLAGS=-D warnings'
15162024-10-14T09:16:14.186Z+ RUSTFLAGS='-D warnings'
15172024-10-14T09:16:14.186Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
15182024-10-14T09:16:14.186Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
15192024-10-14T09:16:14.186Z+ [[ illumos == \i\l\l\u\m\o\s ]]
15202024-10-14T09:16:14.186Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
15212024-10-14T09:16:14.186Z+ export TMPDIR=/var/tmp/omicron_tmp
15222024-10-14T09:16:14.186Z+ TMPDIR=/var/tmp/omicron_tmp
15232024-10-14T09:16:14.186Z+ export RUST_BACKTRACE=1
15242024-10-14T09:16:14.186Z+ RUST_BACKTRACE=1
15252024-10-14T09:16:14.186Z+ export CARGO_INCREMENTAL=0
15262024-10-14T09:16:14.186Z+ CARGO_INCREMENTAL=0
15272024-10-14T09:16:14.186Z+ export RUSTC_BOOTSTRAP=1
15282024-10-14T09:16:14.186Z+ RUSTC_BOOTSTRAP=1
15292024-10-14T09:16:14.186Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
15302024-10-14T09:16:14.929Z Downloading crates ...
15312024-10-14T09:16:15.245Z Downloaded assert-json-diff v2.0.2
15322024-10-14T09:16:15.262Z Downloaded anes v0.1.6
15332024-10-14T09:16:15.265Z Downloaded pathdiff v0.2.1
15342024-10-14T09:16:15.267Z Downloaded plotters-svg v0.3.5
15352024-10-14T09:16:15.267Z Downloaded nested v0.1.1
15362024-10-14T09:16:15.269Z Downloaded doc-comment v0.3.3
15372024-10-14T09:16:15.269Z Downloaded async-object-pool v0.1.5
15382024-10-14T09:16:15.272Z Downloaded async-lock v3.4.0
15392024-10-14T09:16:15.272Z Downloaded async-global-executor v2.4.1
15402024-10-14T09:16:15.274Z Downloaded async-channel v2.3.1
15412024-10-14T09:16:15.277Z Downloaded guppy-workspace-hack v0.1.0
15422024-10-14T09:16:15.277Z Downloaded async-attributes v1.1.2
15432024-10-14T09:16:15.283Z Downloaded serde_regex v1.1.0
15442024-10-14T09:16:15.285Z Downloaded oorandom v11.1.3
15452024-10-14T09:16:15.285Z Downloaded event-listener v2.5.3
15462024-10-14T09:16:15.287Z Downloaded async-channel v1.9.0
15472024-10-14T09:16:15.288Z Downloaded kv-log-macro v1.0.7
15482024-10-14T09:16:15.290Z Downloaded criterion-plot v0.5.0
15492024-10-14T09:16:15.292Z Downloaded concurrent-queue v2.5.0
15502024-10-14T09:16:15.297Z Downloaded stringmetrics v2.2.2
15512024-10-14T09:16:15.299Z Downloaded target-spec v3.2.2
15522024-10-14T09:16:15.304Z Downloaded escape8259 v0.5.2
15532024-10-14T09:16:15.306Z Downloaded async-process v2.2.4
15542024-10-14T09:16:15.308Z Downloaded approx v0.5.1
15552024-10-14T09:16:15.308Z Downloaded path-tree v0.8.1
15562024-10-14T09:16:15.312Z Downloaded proc-macro-crate v3.2.0
15572024-10-14T09:16:15.314Z Downloaded num_cpus v1.16.0
15582024-10-14T09:16:15.314Z Downloaded event-listener-strategy v0.5.2
15592024-10-14T09:16:15.316Z Downloaded datatest-stable v0.2.9
15602024-10-14T09:16:15.318Z Downloaded async-executor v1.13.1
15612024-10-14T09:16:15.321Z Downloaded assert_cmd v2.0.16
15622024-10-14T09:16:15.323Z Downloaded threadpool v1.8.1
15632024-10-14T09:16:15.323Z Downloaded similar-asserts v1.6.0
15642024-10-14T09:16:15.326Z Downloaded piper v0.2.4
15652024-10-14T09:16:15.326Z Downloaded blocking v1.6.1
15662024-10-14T09:16:15.329Z Downloaded tinytemplate v1.2.1
15672024-10-14T09:16:15.329Z Downloaded rust-argon2 v2.1.0
15682024-10-14T09:16:15.331Z Downloaded partial-io v0.5.4
15692024-10-14T09:16:15.334Z Downloaded futures-lite v2.3.0
15702024-10-14T09:16:15.336Z Downloaded target-lexicon v0.12.16
15712024-10-14T09:16:15.336Z Downloaded rustls-native-certs v0.7.0
15722024-10-14T09:16:15.339Z Downloaded parking v2.2.1
15732024-10-14T09:16:15.341Z Downloaded httptest v0.16.1
15742024-10-14T09:16:15.341Z Downloaded rstest v0.23.0
15752024-10-14T09:16:15.347Z Downloaded relative-path v1.9.3
15762024-10-14T09:16:15.349Z Downloaded trybuild v1.0.99
15772024-10-14T09:16:15.352Z Downloaded libtest-mimic v0.7.3
15782024-10-14T09:16:15.354Z Downloaded event-listener v5.3.1
15792024-10-14T09:16:15.356Z Downloaded rand_distr v0.4.3
15802024-10-14T09:16:15.359Z Downloaded plotters-backend v0.3.5
15812024-10-14T09:16:15.361Z Downloaded yansi v1.0.1
15822024-10-14T09:16:15.366Z Downloaded pretty_assertions v1.4.1
15832024-10-14T09:16:15.368Z Downloaded rstest_macros v0.23.0
15842024-10-14T09:16:15.368Z Downloaded polling v3.7.3
15852024-10-14T09:16:15.370Z Downloaded fancy-regex v0.13.0
15862024-10-14T09:16:15.374Z Downloaded async-io v2.3.4
15872024-10-14T09:16:15.377Z Downloaded guppy v0.17.8
15882024-10-14T09:16:15.382Z Downloaded plotters v0.3.5
15892024-10-14T09:16:15.391Z Downloaded criterion v0.5.1
15902024-10-14T09:16:15.397Z Downloaded async-std v1.13.0
15912024-10-14T09:16:15.416Z Downloaded cfg-expr v0.17.0
15922024-10-14T09:16:15.419Z Downloaded async-task v4.7.1
15932024-10-14T09:16:15.421Z Downloaded async-signal v0.2.10
15942024-10-14T09:16:15.424Z Downloaded cast v0.3.0
15952024-10-14T09:16:15.424Z Downloaded blake2b_simd v1.0.2
15962024-10-14T09:16:15.426Z Downloaded indoc v2.0.5
15972024-10-14T09:16:15.429Z Downloaded hyper-rustls v0.26.0
15982024-10-14T09:16:15.429Z Downloaded futures-timer v3.0.3
15992024-10-14T09:16:15.458Z Downloaded httpmock v0.8.0-alpha.1
16002024-10-14T09:16:16.123Z Dirty unicode-ident v1.0.13: the rustflags changed
16012024-10-14T09:16:16.123Z Compiling unicode-ident v1.0.13
16022024-10-14T09:16:16.123Z Dirty proc-macro2 v1.0.87: the rustflags changed
16032024-10-14T09:16:16.123Z Compiling proc-macro2 v1.0.87
16042024-10-14T09:16:16.123Z Dirty libc v0.2.159: the rustflags changed
16052024-10-14T09:16:16.123Z Compiling libc v0.2.159
16062024-10-14T09:16:16.126Z Dirty cfg-if v1.0.0: the rustflags changed
16072024-10-14T09:16:16.126Z Compiling cfg-if v1.0.0
16082024-10-14T09:16:16.126Z Dirty serde v1.0.210: the rustflags changed
16092024-10-14T09:16:16.126Z Compiling serde v1.0.210
16102024-10-14T09:16:16.126Z Dirty autocfg v1.3.0: the rustflags changed
16112024-10-14T09:16:16.126Z Compiling autocfg v1.3.0
16122024-10-14T09:16:16.126Z Dirty once_cell v1.20.2: the rustflags changed
16132024-10-14T09:16:16.126Z Compiling once_cell v1.20.2
16142024-10-14T09:16:16.126Z Dirty version_check v0.9.5: the rustflags changed
16152024-10-14T09:16:16.126Z Compiling version_check v0.9.5
16162024-10-14T09:16:16.126Z 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`
16172024-10-14T09:16:16.267Z 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`
16182024-10-14T09:16:16.267Z 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`
16192024-10-14T09:16:16.271Z 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`
16202024-10-14T09:16:16.271Z 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`
16212024-10-14T09:16:16.271Z 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`
16222024-10-14T09:16:16.271Z 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.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=eebe1899602319ed -C extra-filename=-eebe1899602319ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-10-14T09:16:16.271Z 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`
16242024-10-14T09:16:16.376Z Dirty memchr v2.7.2: the rustflags changed
16252024-10-14T09:16:16.376Z Compiling memchr v2.7.2
16262024-10-14T09:16:16.395Z 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`
16272024-10-14T09:16:16.415Z Dirty value-bag v1.9.0: the rustflags changed
16282024-10-14T09:16:16.415Z Compiling value-bag v1.9.0
16292024-10-14T09:16:16.447Z 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`
16302024-10-14T09:16:16.715Z Dirty scopeguard v1.2.0: the rustflags changed
16312024-10-14T09:16:16.715Z Compiling scopeguard v1.2.0
16322024-10-14T09:16:16.717Z 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`
16332024-10-14T09:16:16.880Z Dirty log v0.4.22: the rustflags changed
16342024-10-14T09:16:16.880Z Compiling log v0.4.22
16352024-10-14T09:16:16.883Z 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`
16362024-10-14T09:16:16.953Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9/build-script-build`
16372024-10-14T09:16:16.988Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build`
16382024-10-14T09:16:17.012Z Dirty itoa v1.0.11: the rustflags changed
16392024-10-14T09:16:17.012Z Compiling itoa v1.0.11
16402024-10-14T09:16:17.014Z 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`
16412024-10-14T09:16:17.059Z Dirty smallvec v1.13.2: the rustflags changed
16422024-10-14T09:16:17.059Z Compiling smallvec v1.13.2
16432024-10-14T09:16:17.059Z 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`
16442024-10-14T09:16:17.091Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46/build-script-build`
16452024-10-14T09:16:17.136Z Dirty pin-project-lite v0.2.14: the rustflags changed
16462024-10-14T09:16:17.136Z Compiling pin-project-lite v0.2.14
16472024-10-14T09:16:17.138Z 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`
16482024-10-14T09:16:17.163Z 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"))'`
16492024-10-14T09:16:17.199Z 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)'`
16502024-10-14T09:16:17.232Z Dirty subtle v2.5.0: the rustflags changed
16512024-10-14T09:16:17.232Z Compiling subtle v2.5.0
16522024-10-14T09:16:17.235Z 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`
16532024-10-14T09:16:17.259Z Dirty parking_lot_core v0.9.10: the rustflags changed
16542024-10-14T09:16:17.259Z Compiling parking_lot_core v0.9.10
16552024-10-14T09:16:17.261Z Dirty lock_api v0.4.12: the rustflags changed
16562024-10-14T09:16:17.261Z Compiling lock_api v0.4.12
16572024-10-14T09:16:17.261Z 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`
16582024-10-14T09:16:17.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/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`
16592024-10-14T09:16:17.454Z Dirty thiserror v1.0.64: the rustflags changed
16602024-10-14T09:16:17.454Z Compiling thiserror v1.0.64
16612024-10-14T09:16:17.456Z 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`
16622024-10-14T09:16:17.569Z Dirty typenum v1.17.0: the rustflags changed
16632024-10-14T09:16:17.569Z Compiling typenum v1.17.0
16642024-10-14T09:16:17.572Z 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`
16652024-10-14T09:16:17.662Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build`
16662024-10-14T09:16:17.740Z Dirty generic-array v0.14.7: the rustflags changed
16672024-10-14T09:16:17.740Z Compiling generic-array v0.14.7
16682024-10-14T09:16:17.743Z 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`
16692024-10-14T09:16:17.794Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
16702024-10-14T09:16:17.817Z 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`
16712024-10-14T09:16:17.842Z Dirty byteorder v1.5.0: the rustflags changed
16722024-10-14T09:16:17.842Z Compiling byteorder v1.5.0
16732024-10-14T09:16:17.844Z 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`
16742024-10-14T09:16:18.049Z Dirty quote v1.0.37: the rustflags changed
16752024-10-14T09:16:18.049Z Compiling quote v1.0.37
16762024-10-14T09:16:18.052Z 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`
16772024-10-14T09:16:18.112Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build`
16782024-10-14T09:16:18.134Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
16792024-10-14T09:16:18.204Z Dirty futures-core v0.3.31: the rustflags changed
16802024-10-14T09:16:18.204Z Compiling futures-core v0.3.31
16812024-10-14T09:16:18.207Z 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`
16822024-10-14T09:16:18.291Z Dirty ryu v1.0.18: the rustflags changed
16832024-10-14T09:16:18.291Z Compiling ryu v1.0.18
16842024-10-14T09:16:18.294Z 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`
16852024-10-14T09:16:18.314Z Dirty libm v0.2.8: the rustflags changed
16862024-10-14T09:16:18.314Z Compiling libm v0.2.8
16872024-10-14T09:16:18.332Z 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`
16882024-10-14T09:16:18.341Z Dirty num-traits v0.2.19: the rustflags changed
16892024-10-14T09:16:18.341Z Compiling num-traits v0.2.19
16902024-10-14T09:16:18.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/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`
16912024-10-14T09:16:18.442Z Dirty syn v2.0.79: the rustflags changed
16922024-10-14T09:16:18.442Z Compiling syn v2.0.79
16932024-10-14T09:16:18.445Z 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`
16942024-10-14T09:16:18.635Z Dirty getrandom v0.2.14: the rustflags changed
16952024-10-14T09:16:18.635Z Compiling getrandom v0.2.14
16962024-10-14T09:16:18.637Z 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`
16972024-10-14T09:16:18.665Z Dirty jobserver v0.1.32: the rustflags changed
16982024-10-14T09:16:18.665Z Compiling jobserver v0.1.32
16992024-10-14T09:16:18.669Z 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`
17002024-10-14T09:16:18.706Z 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`
17012024-10-14T09:16:18.761Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
17022024-10-14T09:16:18.770Z Dirty signal-hook-registry v1.4.2: the rustflags changed
17032024-10-14T09:16:18.770Z Compiling signal-hook-registry v1.4.2
17042024-10-14T09:16:18.775Z 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`
17052024-10-14T09:16:18.775Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
17062024-10-14T09:16:18.820Z 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`
17072024-10-14T09:16:18.935Z Dirty rand_core v0.6.4: the rustflags changed
17082024-10-14T09:16:18.935Z Compiling rand_core v0.6.4
17092024-10-14T09:16:18.938Z 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`
17102024-10-14T09:16:18.959Z 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`
17112024-10-14T09:16:19.178Z Dirty cc v1.0.97: the rustflags changed
17122024-10-14T09:16:19.179Z Compiling cc v1.0.97
17132024-10-14T09:16:19.182Z 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=0e225283ad063e8b -C extra-filename=-0e225283ad063e8b --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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-10-14T09:16:19.373Z Dirty parking_lot v0.12.2: the rustflags changed
17152024-10-14T09:16:19.373Z Compiling parking_lot v0.12.2
17162024-10-14T09:16:19.373Z 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`
17172024-10-14T09:16:19.496Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build`
17182024-10-14T09:16:19.579Z Dirty mio v1.0.2: the rustflags changed
17192024-10-14T09:16:19.579Z Compiling mio v1.0.2
17202024-10-14T09:16:19.581Z 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`
17212024-10-14T09:16:19.688Z Dirty serde_json v1.0.128: the rustflags changed
17222024-10-14T09:16:19.688Z Compiling serde_json v1.0.128
17232024-10-14T09:16:19.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/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`
17242024-10-14T09:16:19.721Z Dirty spin v0.9.8: the rustflags changed
17252024-10-14T09:16:19.721Z Compiling spin v0.9.8
17262024-10-14T09:16:19.724Z 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`
17272024-10-14T09:16:20.100Z 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`
17282024-10-14T09:16:20.133Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build`
17292024-10-14T09:16:20.166Z Dirty hashbrown v0.15.0: the rustflags changed
17302024-10-14T09:16:20.166Z Compiling hashbrown v0.15.0
17312024-10-14T09:16:20.176Z 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`
17322024-10-14T09:16:20.277Z Dirty equivalent v1.0.1: the rustflags changed
17332024-10-14T09:16:20.277Z Compiling equivalent v1.0.1
17342024-10-14T09:16:20.283Z 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`
17352024-10-14T09:16:20.313Z Dirty fnv v1.0.7: the rustflags changed
17362024-10-14T09:16:20.313Z Compiling fnv v1.0.7
17372024-10-14T09:16:20.333Z 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`
17382024-10-14T09:16:20.390Z Dirty socket2 v0.5.7: the rustflags changed
17392024-10-14T09:16:20.390Z Compiling socket2 v0.5.7
17402024-10-14T09:16:20.394Z 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`
17412024-10-14T09:16:20.413Z Dirty slab v0.4.9: the rustflags changed
17422024-10-14T09:16:20.413Z Compiling slab v0.4.9
17432024-10-14T09:16:20.417Z 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`
17442024-10-14T09:16:20.436Z Dirty futures-io v0.3.31: the rustflags changed
17452024-10-14T09:16:20.436Z Compiling futures-io v0.3.31
17462024-10-14T09:16:20.440Z 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`
17472024-10-14T09:16:20.766Z Dirty const-oid v0.9.6: the rustflags changed
17482024-10-14T09:16:20.766Z Compiling const-oid v0.9.6
17492024-10-14T09:16:20.785Z 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`
17502024-10-14T09:16:20.789Z Dirty futures-sink v0.3.31: the rustflags changed
17512024-10-14T09:16:20.789Z Compiling futures-sink v0.3.31
17522024-10-14T09:16:20.792Z 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`
17532024-10-14T09:16:20.813Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build`
17542024-10-14T09:16:20.949Z Dirty cpufeatures v0.2.12: the rustflags changed
17552024-10-14T09:16:20.949Z Compiling cpufeatures v0.2.12
17562024-10-14T09:16:20.949Z 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`
17572024-10-14T09:16:20.971Z 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`
17582024-10-14T09:16:21.059Z Dirty pin-utils v0.1.0: the rustflags changed
17592024-10-14T09:16:21.059Z Compiling pin-utils v0.1.0
17602024-10-14T09:16:21.061Z 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`
17612024-10-14T09:16:21.159Z Dirty pkg-config v0.3.30: the rustflags changed
17622024-10-14T09:16:21.159Z Compiling pkg-config v0.3.30
17632024-10-14T09:16:21.161Z 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`
17642024-10-14T09:16:21.277Z Dirty futures-channel v0.3.31: the rustflags changed
17652024-10-14T09:16:21.277Z Compiling futures-channel v0.3.31
17662024-10-14T09:16:21.280Z 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`
17672024-10-14T09:16:21.303Z Dirty futures-task v0.3.31: the rustflags changed
17682024-10-14T09:16:21.303Z Compiling futures-task v0.3.31
17692024-10-14T09:16:21.306Z 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`
17702024-10-14T09:16:21.378Z Dirty regex-syntax v0.8.5: the rustflags changed
17712024-10-14T09:16:21.379Z Compiling regex-syntax v0.8.5
17722024-10-14T09:16:21.384Z 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`
17732024-10-14T09:16:21.614Z Dirty aho-corasick v1.1.3: the rustflags changed
17742024-10-14T09:16:21.614Z Compiling aho-corasick v1.1.3
17752024-10-14T09:16:21.617Z 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`
17762024-10-14T09:16:21.681Z Dirty rustix v0.38.37: the rustflags changed
17772024-10-14T09:16:21.681Z Compiling rustix v0.38.37
17782024-10-14T09:16:21.685Z 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`
17792024-10-14T09:16:22.145Z Dirty errno v0.3.9: the rustflags changed
17802024-10-14T09:16:22.145Z Compiling errno v0.3.9
17812024-10-14T09:16:22.149Z 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`
17822024-10-14T09:16:22.368Z Dirty semver v1.0.23: the rustflags changed
17832024-10-14T09:16:22.368Z Compiling semver v1.0.23
17842024-10-14T09:16:22.370Z 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`
17852024-10-14T09:16:22.553Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db/build-script-build`
17862024-10-14T09:16:22.675Z Dirty tracing-core v0.1.32: the rustflags changed
17872024-10-14T09:16:22.675Z Compiling tracing-core v0.1.32
17882024-10-14T09:16:22.710Z 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=77c057abc617a7c2 -C extra-filename=-77c057abc617a7c2 --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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-10-14T09:16:22.720Z Dirty syn v1.0.109: the rustflags changed
17902024-10-14T09:16:22.720Z Compiling syn v1.0.109
17912024-10-14T09:16:22.722Z 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`
17922024-10-14T09:16:22.775Z Dirty tinyvec_macros v0.1.1: the rustflags changed
17932024-10-14T09:16:22.775Z Compiling tinyvec_macros v0.1.1
17942024-10-14T09:16:22.778Z 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`
17952024-10-14T09:16:22.878Z Dirty tinyvec v1.6.0: the rustflags changed
17962024-10-14T09:16:22.878Z Compiling tinyvec v1.6.0
17972024-10-14T09:16:22.880Z 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`
17982024-10-14T09:16:22.982Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
17992024-10-14T09:16:23.057Z Dirty iana-time-zone v0.1.60: the rustflags changed
18002024-10-14T09:16:23.057Z Compiling iana-time-zone v0.1.60
18012024-10-14T09:16:23.060Z 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`
18022024-10-14T09:16:23.274Z Dirty heck v0.5.0: the rustflags changed
18032024-10-14T09:16:23.274Z Compiling heck v0.5.0
18042024-10-14T09:16:23.277Z 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`
18052024-10-14T09:16:23.451Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
18062024-10-14T09:16:23.523Z Dirty unicode-bidi v0.3.15: the rustflags changed
18072024-10-14T09:16:23.524Z Compiling unicode-bidi v0.3.15
18082024-10-14T09:16:23.526Z 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`
18092024-10-14T09:16:23.546Z 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`
18102024-10-14T09:16:23.804Z Dirty ppv-lite86 v0.2.17: the rustflags changed
18112024-10-14T09:16:23.804Z Compiling ppv-lite86 v0.2.17
18122024-10-14T09:16:23.807Z 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`
18132024-10-14T09:16:24.114Z Dirty percent-encoding v2.3.1: the rustflags changed
18142024-10-14T09:16:24.114Z Compiling percent-encoding v2.3.1
18152024-10-14T09:16:24.116Z 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`
18162024-10-14T09:16:24.429Z Dirty unicode-normalization v0.1.23: the rustflags changed
18172024-10-14T09:16:24.429Z Compiling unicode-normalization v0.1.23
18182024-10-14T09:16:24.431Z 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`
18192024-10-14T09:16:24.482Z Dirty vcpkg v0.2.15: the rustflags changed
18202024-10-14T09:16:24.483Z Compiling vcpkg v0.2.15
18212024-10-14T09:16:24.485Z 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`
18222024-10-14T09:16:24.555Z Dirty rand_chacha v0.3.1: the rustflags changed
18232024-10-14T09:16:24.555Z Compiling rand_chacha v0.3.1
18242024-10-14T09:16:24.558Z 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`
18252024-10-14T09:16:24.965Z Dirty regex-automata v0.4.8: the rustflags changed
18262024-10-14T09:16:24.965Z Compiling regex-automata v0.4.8
18272024-10-14T09:16:24.968Z 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`
18282024-10-14T09:16:25.517Z Dirty rand v0.8.5: the rustflags changed
18292024-10-14T09:16:25.517Z Compiling rand v0.8.5
18302024-10-14T09:16:25.519Z 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`
18312024-10-14T09:16:26.685Z Dirty serde_derive_internals v0.29.1: the rustflags changed
18322024-10-14T09:16:26.685Z Compiling serde_derive_internals v0.29.1
18332024-10-14T09:16:26.688Z 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`
18342024-10-14T09:16:26.932Z Dirty form_urlencoded v1.2.1: the rustflags changed
18352024-10-14T09:16:26.932Z Compiling form_urlencoded v1.2.1
18362024-10-14T09:16:26.936Z 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`
18372024-10-14T09:16:27.087Z Dirty crossbeam-utils v0.8.19: the rustflags changed
18382024-10-14T09:16:27.087Z Compiling crossbeam-utils v0.8.19
18392024-10-14T09:16:27.090Z 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`
18402024-10-14T09:16:27.261Z Dirty dyn-clone v1.0.17: the rustflags changed
18412024-10-14T09:16:27.261Z Compiling dyn-clone v1.0.17
18422024-10-14T09:16:27.263Z 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`
18432024-10-14T09:16:27.508Z Dirty schemars v0.8.21: the rustflags changed
18442024-10-14T09:16:27.508Z Compiling schemars v0.8.21
18452024-10-14T09:16:27.511Z 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`
18462024-10-14T09:16:27.569Z Dirty httparse v1.8.0: the rustflags changed
18472024-10-14T09:16:27.569Z Compiling httparse v1.8.0
18482024-10-14T09:16:27.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/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`
18492024-10-14T09:16:27.797Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build`
18502024-10-14T09:16:27.832Z 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`
18512024-10-14T09:16:27.938Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
18522024-10-14T09:16:27.969Z Dirty ring v0.17.8: the rustflags changed
18532024-10-14T09:16:27.969Z Compiling ring v0.17.8
18542024-10-14T09:16:27.972Z 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=2e405ed1f7dba1e0 -C extra-filename=-2e405ed1f7dba1e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-2e405ed1f7dba1e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-10-14T09:16:28.091Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build`
18562024-10-14T09:16:28.125Z 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`
18572024-10-14T09:16:28.148Z Dirty idna v0.5.0: the rustflags changed
18582024-10-14T09:16:28.148Z Compiling idna v0.5.0
18592024-10-14T09:16:28.151Z 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`
18602024-10-14T09:16:28.879Z Dirty either v1.13.0: the rustflags changed
18612024-10-14T09:16:28.879Z Compiling either v1.13.0
18622024-10-14T09:16:28.881Z 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`
18632024-10-14T09:16:29.180Z Dirty url v2.5.2: the rustflags changed
18642024-10-14T09:16:29.180Z Compiling url v2.5.2
18652024-10-14T09:16:29.199Z 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`
18662024-10-14T09:16:29.232Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-2e405ed1f7dba1e0/build-script-build`
18672024-10-14T09:16:29.308Z Dirty lazy_static v1.5.0: the rustflags changed
18682024-10-14T09:16:29.308Z Compiling lazy_static v1.5.0
18692024-10-14T09:16:29.310Z 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`
18702024-10-14T09:16:29.410Z Dirty ahash v0.8.11: the rustflags changed
18712024-10-14T09:16:29.410Z Compiling ahash v0.8.11
18722024-10-14T09:16:29.410Z 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`
18732024-10-14T09:16:29.436Z Dirty atomic-waker v1.1.2: the rustflags changed
18742024-10-14T09:16:29.436Z Compiling atomic-waker v1.1.2
18752024-10-14T09:16:29.436Z 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`
18762024-10-14T09:16:29.620Z Dirty untrusted v0.9.0: the rustflags changed
18772024-10-14T09:16:29.620Z Compiling untrusted v0.9.0
18782024-10-14T09:16:29.623Z 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`
18792024-10-14T09:16:29.762Z Dirty num-conv v0.1.0: the rustflags changed
18802024-10-14T09:16:29.763Z Compiling num-conv v0.1.0
18812024-10-14T09:16:29.765Z 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`
18822024-10-14T09:16:29.795Z Dirty base64ct v1.6.0: the rustflags changed
18832024-10-14T09:16:29.795Z Compiling base64ct v1.6.0
18842024-10-14T09:16:29.798Z 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`
18852024-10-14T09:16:29.817Z Dirty powerfmt v0.2.0: the rustflags changed
18862024-10-14T09:16:29.817Z Compiling powerfmt v0.2.0
18872024-10-14T09:16:29.819Z 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-14T09:16:30.032Z Dirty time-core v0.1.2: the rustflags changed
18892024-10-14T09:16:30.032Z Compiling time-core v0.1.2
18902024-10-14T09:16:30.034Z 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`
18912024-10-14T09:16:30.211Z Dirty time-macros v0.2.18: the rustflags changed
18922024-10-14T09:16:30.211Z Compiling time-macros v0.2.18
18932024-10-14T09:16:30.213Z Dirty deranged v0.3.11: the rustflags changed
18942024-10-14T09:16:30.213Z Compiling deranged v0.3.11
18952024-10-14T09:16:30.213Z 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`
18962024-10-14T09:16:30.213Z 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`
18972024-10-14T09:16:30.391Z Dirty regex v1.11.0: the rustflags changed
18982024-10-14T09:16:30.391Z Compiling regex v1.11.0
18992024-10-14T09:16:30.393Z 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-14T09:16:30.948Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
19012024-10-14T09:16:31.024Z Dirty num_threads v0.1.7: the rustflags changed
19022024-10-14T09:16:31.024Z Compiling num_threads v0.1.7
19032024-10-14T09:16:31.027Z 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`
19042024-10-14T09:16:31.166Z Dirty strsim v0.11.1: the rustflags changed
19052024-10-14T09:16:31.166Z Compiling strsim v0.11.1
19062024-10-14T09:16:31.168Z 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`
19072024-10-14T09:16:31.408Z Dirty try-lock v0.2.5: the rustflags changed
19082024-10-14T09:16:31.408Z Compiling try-lock v0.2.5
19092024-10-14T09:16:31.411Z 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`
19102024-10-14T09:16:31.565Z Dirty httpdate v1.0.3: the rustflags changed
19112024-10-14T09:16:31.565Z Compiling httpdate v1.0.3
19122024-10-14T09:16:31.568Z 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`
19132024-10-14T09:16:32.054Z Dirty want v0.3.1: the rustflags changed
19142024-10-14T09:16:32.054Z Compiling want v0.3.1
19152024-10-14T09:16:32.057Z 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`
19162024-10-14T09:16:32.076Z Dirty rustls-pki-types v1.9.0: the rustflags changed
19172024-10-14T09:16:32.077Z Compiling rustls-pki-types v1.9.0
19182024-10-14T09:16:32.079Z 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`
19192024-10-14T09:16:32.222Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
19202024-10-14T09:16:32.222Z Compiling pem-rfc7468 v0.7.0
19212024-10-14T09:16:32.226Z 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`
19222024-10-14T09:16:32.351Z Dirty base64 v0.22.1: the rustflags changed
19232024-10-14T09:16:32.351Z Compiling base64 v0.22.1
19242024-10-14T09:16:32.353Z 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`
19252024-10-14T09:16:32.885Z Dirty backtrace v0.3.71: the rustflags changed
19262024-10-14T09:16:32.885Z Compiling backtrace v0.3.71
19272024-10-14T09:16:32.888Z 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=cd43a020d813c01e -C extra-filename=-cd43a020d813c01e --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-cd43a020d813c01e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-10-14T09:16:32.996Z Dirty serde_derive v1.0.210: the rustflags changed
19292024-10-14T09:16:32.996Z Compiling serde_derive v1.0.210
19302024-10-14T09:16:32.999Z 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`
19312024-10-14T09:16:33.112Z Dirty zeroize_derive v1.4.2: the rustflags changed
19322024-10-14T09:16:33.112Z Compiling zeroize_derive v1.4.2
19332024-10-14T09:16:33.115Z 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`
19342024-10-14T09:16:33.141Z Dirty thiserror-impl v1.0.64: the rustflags changed
19352024-10-14T09:16:33.141Z Compiling thiserror-impl v1.0.64
19362024-10-14T09:16:33.143Z 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`
19372024-10-14T09:16:33.448Z Dirty tokio-macros v2.4.0: the rustflags changed
19382024-10-14T09:16:33.448Z Compiling tokio-macros v2.4.0
19392024-10-14T09:16:33.451Z 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`
19402024-10-14T09:16:33.500Z Dirty futures-macro v0.3.31: the rustflags changed
19412024-10-14T09:16:33.500Z Compiling futures-macro v0.3.31
19422024-10-14T09:16:33.503Z 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`
19432024-10-14T09:16:34.788Z Dirty zeroize v1.8.1: the rustflags changed
19442024-10-14T09:16:34.788Z Compiling zeroize v1.8.1
19452024-10-14T09:16:34.791Z 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`
19462024-10-14T09:16:35.022Z Dirty tracing-attributes v0.1.27: the rustflags changed
19472024-10-14T09:16:35.022Z Compiling tracing-attributes v0.1.27
19482024-10-14T09:16:35.024Z 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`
19492024-10-14T09:16:35.174Z 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`
19502024-10-14T09:16:35.229Z Dirty zerocopy-derive v0.7.34: the rustflags changed
19512024-10-14T09:16:35.229Z Compiling zerocopy-derive v0.7.34
19522024-10-14T09:16:35.231Z 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`
19532024-10-14T09:16:35.711Z Dirty futures-util v0.3.31: the rustflags changed
19542024-10-14T09:16:35.712Z Compiling futures-util v0.3.31
19552024-10-14T09:16:35.732Z 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`
19562024-10-14T09:16:36.583Z 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)'`
19572024-10-14T09:16:36.626Z Dirty crypto-common v0.1.6: the rustflags changed
19582024-10-14T09:16:36.626Z Compiling crypto-common v0.1.6
19592024-10-14T09:16:36.629Z 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`
19602024-10-14T09:16:36.732Z Dirty block-buffer v0.10.4: the rustflags changed
19612024-10-14T09:16:36.732Z Compiling block-buffer v0.10.4
19622024-10-14T09:16:36.736Z 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`
19632024-10-14T09:16:36.876Z Dirty schemars_derive v0.8.21: the rustflags changed
19642024-10-14T09:16:36.876Z Compiling schemars_derive v0.8.21
19652024-10-14T09:16:36.882Z 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`
19662024-10-14T09:16:37.008Z Dirty digest v0.10.7: the rustflags changed
19672024-10-14T09:16:37.008Z Compiling digest v0.10.7
19682024-10-14T09:16:37.008Z 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`
19692024-10-14T09:16:37.515Z Dirty block-padding v0.3.3: the rustflags changed
19702024-10-14T09:16:37.515Z Compiling block-padding v0.3.3
19712024-10-14T09:16:37.517Z 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`
19722024-10-14T09:16:37.565Z Dirty hmac v0.12.1: the rustflags changed
19732024-10-14T09:16:37.565Z Compiling hmac v0.12.1
19742024-10-14T09:16:37.586Z 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`
19752024-10-14T09:16:37.628Z Dirty zerocopy v0.7.34: the rustflags changed
19762024-10-14T09:16:37.628Z Compiling zerocopy v0.7.34
19772024-10-14T09:16:37.633Z 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`
19782024-10-14T09:16:37.633Z 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=cab33be76e5c3666 -C extra-filename=-cab33be76e5c3666 --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-901fe8feb5f2a35b/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19792024-10-14T09:16:37.779Z Dirty inout v0.1.3: the rustflags changed
19802024-10-14T09:16:37.779Z Compiling inout v0.1.3
19812024-10-14T09:16:37.781Z 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`
19822024-10-14T09:16:37.810Z Dirty sha2 v0.10.8: the rustflags changed
19832024-10-14T09:16:37.810Z Compiling sha2 v0.10.8
19842024-10-14T09:16:37.812Z 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`
19852024-10-14T09:16:38.070Z Dirty cipher v0.4.4: the rustflags changed
19862024-10-14T09:16:38.070Z Compiling cipher v0.4.4
19872024-10-14T09:16:38.073Z 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`
19882024-10-14T09:16:38.614Z Dirty time v0.3.36: the rustflags changed
19892024-10-14T09:16:38.614Z Compiling time v0.3.36
19902024-10-14T09:16:38.617Z 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`
19912024-10-14T09:16:39.038Z Dirty tracing v0.1.40: the rustflags changed
19922024-10-14T09:16:39.038Z Compiling tracing v0.1.40
19932024-10-14T09:16:39.056Z 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=c5813f0370454179 -C extra-filename=-c5813f0370454179 --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-77c057abc617a7c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-10-14T09:16:39.322Z 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=51c4bc39e3636086 -C extra-filename=-51c4bc39e3636086 --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-eebe1899602319ed.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"'`
19952024-10-14T09:16:39.555Z Dirty rustversion v1.0.17: the rustflags changed
19962024-10-14T09:16:39.555Z Compiling rustversion v1.0.17
19972024-10-14T09:16:39.558Z 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`
19982024-10-14T09:16:39.978Z Dirty slog v2.7.0: the rustflags changed
19992024-10-14T09:16:39.978Z Compiling slog v2.7.0
20002024-10-14T09:16:39.980Z 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`
20012024-10-14T09:16:40.380Z Dirty adler v1.0.2: the rustflags changed
20022024-10-14T09:16:40.380Z Compiling adler v1.0.2
20032024-10-14T09:16:40.383Z 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`
20042024-10-14T09:16:40.488Z Dirty tower-service v0.3.2: the rustflags changed
20052024-10-14T09:16:40.488Z Compiling tower-service v0.3.2
20062024-10-14T09:16:40.490Z 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`
20072024-10-14T09:16:40.585Z Dirty gimli v0.28.1: the rustflags changed
20082024-10-14T09:16:40.585Z Compiling gimli v0.28.1
20092024-10-14T09:16:40.608Z 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`
20102024-10-14T09:16:40.608Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
20112024-10-14T09:16:40.629Z Dirty miniz_oxide v0.7.2: the rustflags changed
20122024-10-14T09:16:40.629Z Compiling miniz_oxide v0.7.2
20132024-10-14T09:16:40.629Z 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`
20142024-10-14T09:16:40.679Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
20152024-10-14T09:16:40.747Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-cd43a020d813c01e/build-script-build`
20162024-10-14T09:16:40.780Z Dirty async-trait v0.1.83: the rustflags changed
20172024-10-14T09:16:40.780Z Compiling async-trait v0.1.83
20182024-10-14T09:16:40.783Z 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`
20192024-10-14T09:16:41.418Z Dirty der_derive v0.7.2: the rustflags changed
20202024-10-14T09:16:41.419Z Compiling der_derive v0.7.2
20212024-10-14T09:16:41.430Z 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`
20222024-10-14T09:16:41.444Z Dirty object v0.32.2: the rustflags changed
20232024-10-14T09:16:41.444Z Compiling object v0.32.2
20242024-10-14T09:16:41.446Z Dirty rustc-demangle v0.1.24: the rustflags changed
20252024-10-14T09:16:41.446Z Compiling rustc-demangle v0.1.24
20262024-10-14T09:16:41.446Z 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`
20272024-10-14T09:16:41.447Z 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`
20282024-10-14T09:16:41.487Z 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)'`
20292024-10-14T09:16:41.866Z Dirty flagset v0.4.5: the rustflags changed
20302024-10-14T09:16:41.867Z Compiling flagset v0.4.5
20312024-10-14T09:16:41.869Z 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`
20322024-10-14T09:16:42.085Z Dirty anyhow v1.0.89: the rustflags changed
20332024-10-14T09:16:42.085Z Compiling anyhow v1.0.89
20342024-10-14T09:16:42.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/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`
20352024-10-14T09:16:42.446Z 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"))'`
20362024-10-14T09:16:42.780Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build`
20372024-10-14T09:16:43.140Z 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`
20382024-10-14T09:16:43.777Z Dirty rustls-webpki v0.102.4: the rustflags changed
20392024-10-14T09:16:43.777Z Compiling rustls-webpki v0.102.4
20402024-10-14T09:16:43.779Z 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=7e63673ccc829a85 -C extra-filename=-7e63673ccc829a85 --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-cab33be76e5c3666.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-901fe8feb5f2a35b/out`
20412024-10-14T09:16:43.838Z Dirty aes v0.8.4: the rustflags changed
20422024-10-14T09:16:43.838Z Compiling aes v0.8.4
20432024-10-14T09:16:43.840Z 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`
20442024-10-14T09:16:43.943Z Dirty pbkdf2 v0.12.2: the rustflags changed
20452024-10-14T09:16:43.943Z Compiling pbkdf2 v0.12.2
20462024-10-14T09:16:43.946Z 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`
20472024-10-14T09:16:43.979Z Dirty openssl-sys v0.9.103: the rustflags changed
20482024-10-14T09:16:43.979Z Compiling openssl-sys v0.9.103
20492024-10-14T09:16:43.982Z 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=2feb49992217c5f9 -C extra-filename=-2feb49992217c5f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2feb49992217c5f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.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`
20502024-10-14T09:16:44.127Z Dirty heck v0.4.1: the rustflags changed
20512024-10-14T09:16:44.127Z Compiling heck v0.4.1
20522024-10-14T09:16:44.129Z 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`
20532024-10-14T09:16:44.212Z Dirty der v0.7.9: the rustflags changed
20542024-10-14T09:16:44.212Z Compiling der v0.7.9
20552024-10-14T09:16:44.214Z 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`
20562024-10-14T09:16:44.662Z Dirty mime v0.3.17: the rustflags changed
20572024-10-14T09:16:44.662Z Compiling mime v0.3.17
20582024-10-14T09:16:44.682Z 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`
20592024-10-14T09:16:45.191Z Dirty addr2line v0.21.0: the rustflags changed
20602024-10-14T09:16:45.191Z Compiling addr2line v0.21.0
20612024-10-14T09:16:45.195Z 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`
20622024-10-14T09:16:45.316Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2feb49992217c5f9/build-script-main`
20632024-10-14T09:16:45.403Z Dirty salsa20 v0.10.2: the rustflags changed
20642024-10-14T09:16:45.403Z Compiling salsa20 v0.10.2
20652024-10-14T09:16:45.405Z 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`
20662024-10-14T09:16:45.543Z Dirty cbc v0.1.2: the rustflags changed
20672024-10-14T09:16:45.544Z Compiling cbc v0.1.2
20682024-10-14T09:16:45.546Z 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`
20692024-10-14T09:16:45.630Z Dirty ipnet v2.10.1: the rustflags changed
20702024-10-14T09:16:45.630Z Compiling ipnet v2.10.1
20712024-10-14T09:16:45.634Z 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`
20722024-10-14T09:16:45.788Z Dirty scrypt v0.11.0: the rustflags changed
20732024-10-14T09:16:45.788Z Compiling scrypt v0.11.0
20742024-10-14T09:16:45.791Z 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`
20752024-10-14T09:16:45.846Z Dirty futures-executor v0.3.31: the rustflags changed
20762024-10-14T09:16:45.846Z Compiling futures-executor v0.3.31
20772024-10-14T09:16:45.849Z Dirty camino v1.1.9: the rustflags changed
20782024-10-14T09:16:45.849Z Compiling camino v1.1.9
20792024-10-14T09:16:45.849Z 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`
20802024-10-14T09:16:45.849Z 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`
20812024-10-14T09:16:46.354Z Dirty spki v0.7.3: the rustflags changed
20822024-10-14T09:16:46.354Z Compiling spki v0.7.3
20832024-10-14T09:16:46.356Z 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`
20842024-10-14T09:16:46.442Z Dirty futures v0.3.31: the rustflags changed
20852024-10-14T09:16:46.442Z Compiling futures v0.3.31
20862024-10-14T09:16:46.461Z 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`
20872024-10-14T09:16:46.560Z Dirty encoding_rs v0.8.34: the rustflags changed
20882024-10-14T09:16:46.560Z Compiling encoding_rs v0.8.34
20892024-10-14T09:16:46.563Z 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`
20902024-10-14T09:16:46.591Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build`
20912024-10-14T09:16:46.660Z Dirty pkcs5 v0.7.1: the rustflags changed
20922024-10-14T09:16:46.660Z Compiling pkcs5 v0.7.1
20932024-10-14T09:16:46.662Z 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`
20942024-10-14T09:16:46.682Z Dirty openssl-probe v0.1.5: the rustflags changed
20952024-10-14T09:16:46.682Z Compiling openssl-probe v0.1.5
20962024-10-14T09:16:46.684Z 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`
20972024-10-14T09:16:46.734Z Dirty data-encoding v2.6.0: the rustflags changed
20982024-10-14T09:16:46.734Z Compiling data-encoding v2.6.0
20992024-10-14T09:16:46.737Z 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`
21002024-10-14T09:16:46.803Z Dirty utf8parse v0.2.1: the rustflags changed
21012024-10-14T09:16:46.803Z Compiling utf8parse v0.2.1
21022024-10-14T09:16:46.806Z 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`
21032024-10-14T09:16:46.958Z Dirty foreign-types-shared v0.1.1: the rustflags changed
21042024-10-14T09:16:46.958Z Compiling foreign-types-shared v0.1.1
21052024-10-14T09:16:46.961Z 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`
21062024-10-14T09:16:47.025Z Dirty openssl v0.10.66: the rustflags changed
21072024-10-14T09:16:47.025Z Compiling openssl v0.10.66
21082024-10-14T09:16:47.027Z 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`
21092024-10-14T09:16:47.067Z Dirty foreign-types v0.3.2: the rustflags changed
21102024-10-14T09:16:47.067Z Compiling foreign-types v0.3.2
21112024-10-14T09:16:47.069Z 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`
21122024-10-14T09:16:47.168Z 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=5b1355b40b92f207 -C extra-filename=-5b1355b40b92f207 --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)'`
21132024-10-14T09:16:47.514Z Dirty bytes v1.7.2: the rustflags changed
21142024-10-14T09:16:47.514Z Compiling bytes v1.7.2
21152024-10-14T09:16:47.516Z 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`
21162024-10-14T09:16:47.537Z Dirty bitflags v2.6.0: the rustflags changed
21172024-10-14T09:16:47.537Z Compiling bitflags v2.6.0
21182024-10-14T09:16:47.539Z 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`
21192024-10-14T09:16:47.744Z 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"))'`
21202024-10-14T09:16:47.832Z Dirty indexmap v2.6.0: the rustflags changed
21212024-10-14T09:16:47.832Z Compiling indexmap v2.6.0
21222024-10-14T09:16:47.835Z 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`
21232024-10-14T09:16:47.987Z 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`
21242024-10-14T09:16:48.562Z Dirty tokio v1.40.0: the rustflags changed
21252024-10-14T09:16:48.562Z Compiling tokio v1.40.0
21262024-10-14T09:16:48.567Z 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-14T09:16:48.721Z 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)'`
21282024-10-14T09:16:48.774Z Dirty chrono v0.4.38: the rustflags changed
21292024-10-14T09:16:48.774Z Compiling chrono v0.4.38
21302024-10-14T09:16:48.777Z 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`
21312024-10-14T09:16:49.117Z Dirty uuid v1.10.0: the rustflags changed
21322024-10-14T09:16:49.117Z Compiling uuid v1.10.0
21332024-10-14T09:16:49.120Z 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`
21342024-10-14T09:16:49.367Z Dirty http v1.1.0: the rustflags changed
21352024-10-14T09:16:49.367Z Compiling http v1.1.0
21362024-10-14T09:16:49.369Z 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`
21372024-10-14T09:16:49.572Z Dirty serde_spanned v0.6.7: the rustflags changed
21382024-10-14T09:16:49.572Z Compiling serde_spanned v0.6.7
21392024-10-14T09:16:49.574Z 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`
21402024-10-14T09:16:49.809Z Dirty toml_datetime v0.6.8: the rustflags changed
21412024-10-14T09:16:49.809Z Compiling toml_datetime v0.6.8
21422024-10-14T09:16:49.811Z 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`
21432024-10-14T09:16:50.310Z Dirty serde_tokenstream v0.2.2: the rustflags changed
21442024-10-14T09:16:50.310Z Compiling serde_tokenstream v0.2.2
21452024-10-14T09:16:50.313Z 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`
21462024-10-14T09:16:50.551Z Dirty rustc_version v0.4.1: the rustflags changed
21472024-10-14T09:16:50.551Z Compiling rustc_version v0.4.1
21482024-10-14T09:16:50.554Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=df445a3fedc90392 -C extra-filename=-df445a3fedc90392 --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`
21492024-10-14T09:16:50.938Z 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=7eaf980a29599e3f -C extra-filename=-7eaf980a29599e3f --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`
21502024-10-14T09:16:50.972Z Dirty serde_urlencoded v0.7.1: the rustflags changed
21512024-10-14T09:16:50.972Z Compiling serde_urlencoded v0.7.1
21522024-10-14T09:16:50.974Z 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`
21532024-10-14T09:16:50.996Z Dirty pkcs8 v0.10.2: the rustflags changed
21542024-10-14T09:16:50.996Z Compiling pkcs8 v0.10.2
21552024-10-14T09:16:50.998Z 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`
21562024-10-14T09:16:51.331Z 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`
21572024-10-14T09:16:51.507Z Dirty http-body v1.0.0: the rustflags changed
21582024-10-14T09:16:51.507Z Compiling http-body v1.0.0
21592024-10-14T09:16:51.509Z 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`
21602024-10-14T09:16:51.743Z 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=b0629028038a7b35 -C extra-filename=-b0629028038a7b35 --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-7eaf980a29599e3f.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)'`
21612024-10-14T09:16:51.745Z Dirty http-body-util v0.1.2: the rustflags changed
21622024-10-14T09:16:51.745Z Compiling http-body-util v0.1.2
21632024-10-14T09:16:51.745Z 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`
21642024-10-14T09:16:51.974Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
21652024-10-14T09:16:52.008Z 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)'`
21662024-10-14T09:16:52.249Z Dirty openssl-macros v0.1.1: the rustflags changed
21672024-10-14T09:16:52.249Z Compiling openssl-macros v0.1.1
21682024-10-14T09:16:52.251Z 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`
21692024-10-14T09:16:52.544Z Dirty rustls-pemfile v2.2.0: the rustflags changed
21702024-10-14T09:16:52.544Z Compiling rustls-pemfile v2.2.0
21712024-10-14T09:16:52.549Z 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`
21722024-10-14T09:16:52.913Z Dirty winnow v0.5.40: the rustflags changed
21732024-10-14T09:16:52.913Z Compiling winnow v0.5.40
21742024-10-14T09:16:52.940Z 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`
21752024-10-14T09:16:52.940Z Dirty rustls v0.23.10: the rustflags changed
21762024-10-14T09:16:52.940Z Compiling rustls v0.23.10
21772024-10-14T09:16:52.940Z 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`
21782024-10-14T09:16:53.022Z Dirty unicode-width v0.1.13: the rustflags changed
21792024-10-14T09:16:53.022Z Compiling unicode-width v0.1.13
21802024-10-14T09:16:53.024Z 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`
21812024-10-14T09:16:53.178Z 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=4f8ecf1e9899ce1a -C extra-filename=-4f8ecf1e9899ce1a --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-eebe1899602319ed.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0932d3712722b44f.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5b1355b40b92f207.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)'`
21822024-10-14T09:16:53.283Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686/build-script-build`
21832024-10-14T09:16:53.287Z Dirty is-terminal v0.4.12: the rustflags changed
21842024-10-14T09:16:53.287Z Compiling is-terminal v0.4.12
21852024-10-14T09:16:53.305Z 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`
21862024-10-14T09:16:53.316Z Dirty winnow v0.6.18: the rustflags changed
21872024-10-14T09:16:53.316Z Compiling winnow v0.6.18
21882024-10-14T09:16:53.318Z 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`
21892024-10-14T09:16:53.340Z Dirty native-tls v0.2.11: the rustflags changed
21902024-10-14T09:16:53.340Z Compiling native-tls v0.2.11
21912024-10-14T09:16:53.343Z 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`
21922024-10-14T09:16:53.419Z Dirty anstyle v1.0.8: the rustflags changed
21932024-10-14T09:16:53.419Z Compiling anstyle v1.0.8
21942024-10-14T09:16:53.422Z 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`
21952024-10-14T09:16:53.784Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build`
21962024-10-14T09:16:53.818Z 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=2aa9a235c6265905 -C extra-filename=-2aa9a235c6265905 --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-eebe1899602319ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7e63673ccc829a85.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-901fe8feb5f2a35b/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
21972024-10-14T09:16:53.937Z Dirty openapiv3 v2.0.0: the rustflags changed
21982024-10-14T09:16:53.937Z Compiling openapiv3 v2.0.0
21992024-10-14T09:16:53.941Z 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`
22002024-10-14T09:16:54.445Z Dirty sha1 v0.10.6: the rustflags changed
22012024-10-14T09:16:54.445Z Compiling sha1 v0.10.6
22022024-10-14T09:16:54.447Z 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`
22032024-10-14T09:16:54.884Z Dirty cookie v0.18.1: the rustflags changed
22042024-10-14T09:16:54.884Z Compiling cookie v0.18.1
22052024-10-14T09:16:54.889Z 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`
22062024-10-14T09:16:55.168Z Dirty ucd-trie v0.1.6: the rustflags changed
22072024-10-14T09:16:55.168Z Compiling ucd-trie v0.1.6
22082024-10-14T09:16:55.170Z 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`
22092024-10-14T09:16:55.262Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee/build-script-build`
22102024-10-14T09:16:55.339Z Dirty idna v0.3.0: the rustflags changed
22112024-10-14T09:16:55.339Z Compiling idna v0.3.0
22122024-10-14T09:16:55.341Z 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`
22132024-10-14T09:16:55.833Z Dirty pest v2.7.10: the rustflags changed
22142024-10-14T09:16:55.833Z Compiling pest v2.7.10
22152024-10-14T09:16:55.835Z 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`
22162024-10-14T09:16:56.616Z Dirty toml_edit v0.19.15: the rustflags changed
22172024-10-14T09:16:56.616Z Compiling toml_edit v0.19.15
22182024-10-14T09:16:56.618Z 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`
22192024-10-14T09:16:56.977Z Dirty tokio-util v0.7.12: the rustflags changed
22202024-10-14T09:16:56.977Z Compiling tokio-util v0.7.12
22212024-10-14T09:16:56.979Z 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`
22222024-10-14T09:16:57.189Z Dirty dirs-sys-next v0.1.2: the rustflags changed
22232024-10-14T09:16:57.189Z Compiling dirs-sys-next v0.1.2
22242024-10-14T09:16:57.192Z 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-14T09:16:57.870Z Dirty psl-types v2.0.11: the rustflags changed
22262024-10-14T09:16:57.870Z Compiling psl-types v2.0.11
22272024-10-14T09:16:57.873Z 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-14T09:16:58.073Z Dirty h2 v0.4.6: the rustflags changed
22292024-10-14T09:16:58.073Z Compiling h2 v0.4.6
22302024-10-14T09:16:58.076Z 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=df7bb14fb1788baf -C extra-filename=-df7bb14fb1788baf --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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-10-14T09:16:58.238Z Dirty publicsuffix v2.2.3: the rustflags changed
22322024-10-14T09:16:58.238Z Compiling publicsuffix v2.2.3
22332024-10-14T09:16:58.241Z 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-14T09:16:58.310Z Dirty pest_meta v2.7.10: the rustflags changed
22352024-10-14T09:16:58.310Z Compiling pest_meta v2.7.10
22362024-10-14T09:16:58.313Z 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=88e78d18cc573795 -C extra-filename=-88e78d18cc573795 --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-eebe1899602319ed.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`
22372024-10-14T09:16:58.507Z Dirty dirs-next v2.0.0: the rustflags changed
22382024-10-14T09:16:58.508Z Compiling dirs-next v2.0.0
22392024-10-14T09:16:58.511Z 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`
22402024-10-14T09:16:58.730Z Dirty toml_edit v0.22.22: the rustflags changed
22412024-10-14T09:16:58.731Z Compiling toml_edit v0.22.22
22422024-10-14T09:16:58.733Z 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`
22432024-10-14T09:16:58.780Z 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`
22442024-10-14T09:16:59.901Z Dirty tokio-rustls v0.26.0: the rustflags changed
22452024-10-14T09:16:59.901Z Compiling tokio-rustls v0.26.0
22462024-10-14T09:16:59.904Z 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=195c5ac45f3cc4d4 -C extra-filename=-195c5ac45f3cc4d4 --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-2aa9a235c6265905.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-901fe8feb5f2a35b/out`
22472024-10-14T09:17:00.379Z 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=824af6e826b1ac2e -C extra-filename=-824af6e826b1ac2e --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-4f8ecf1e9899ce1a.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-5b1355b40b92f207.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`
22482024-10-14T09:17:01.008Z Dirty tokio-native-tls v0.3.1: the rustflags changed
22492024-10-14T09:17:01.008Z Compiling tokio-native-tls v0.3.1
22502024-10-14T09:17:01.011Z 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=412155b0bfdc5a1d -C extra-filename=-412155b0bfdc5a1d --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-824af6e826b1ac2e.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`
22512024-10-14T09:17:01.289Z Dirty anstyle-parse v0.2.4: the rustflags changed
22522024-10-14T09:17:01.289Z Compiling anstyle-parse v0.2.4
22532024-10-14T09:17:01.307Z 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`
22542024-10-14T09:17:01.647Z Dirty signature v2.2.0: the rustflags changed
22552024-10-14T09:17:01.647Z Compiling signature v2.2.0
22562024-10-14T09:17:01.650Z 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`
22572024-10-14T09:17:01.953Z Dirty scroll_derive v0.12.0: the rustflags changed
22582024-10-14T09:17:01.953Z Compiling scroll_derive v0.12.0
22592024-10-14T09:17:01.957Z 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`
22602024-10-14T09:17:02.146Z Dirty webpki-roots v0.26.3: the rustflags changed
22612024-10-14T09:17:02.146Z Compiling webpki-roots v0.26.3
22622024-10-14T09:17:02.168Z 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`
22632024-10-14T09:17:02.360Z Dirty anstyle-query v1.0.3: the rustflags changed
22642024-10-14T09:17:02.360Z Compiling anstyle-query v1.0.3
22652024-10-14T09:17:02.363Z 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`
22662024-10-14T09:17:02.517Z Dirty colorchoice v1.0.1: the rustflags changed
22672024-10-14T09:17:02.517Z Compiling colorchoice v1.0.1
22682024-10-14T09:17:02.519Z 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`
22692024-10-14T09:17:02.687Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
22702024-10-14T09:17:02.687Z Compiling is_terminal_polyfill v1.70.0
22712024-10-14T09:17:02.690Z 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`
22722024-10-14T09:17:02.824Z Dirty anstream v0.6.14: the rustflags changed
22732024-10-14T09:17:02.824Z Compiling anstream v0.6.14
22742024-10-14T09:17:02.829Z 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`
22752024-10-14T09:17:03.425Z Dirty pest_generator v2.7.10: the rustflags changed
22762024-10-14T09:17:03.425Z Compiling pest_generator v2.7.10
22772024-10-14T09:17:03.441Z 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=29be8d3f7e612c9e -C extra-filename=-29be8d3f7e612c9e --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-88e78d18cc573795.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`
22782024-10-14T09:17:03.584Z Dirty cookie_store v0.21.0: the rustflags changed
22792024-10-14T09:17:03.584Z Compiling cookie_store v0.21.0
22802024-10-14T09:17:03.586Z 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`
22812024-10-14T09:17:03.620Z Dirty scroll v0.12.0: the rustflags changed
22822024-10-14T09:17:03.620Z Compiling scroll v0.12.0
22832024-10-14T09:17:03.622Z 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-14T09:17:04.136Z Dirty term v0.7.0: the rustflags changed
22852024-10-14T09:17:04.136Z Compiling term v0.7.0
22862024-10-14T09:17:04.139Z 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`
22872024-10-14T09:17:04.212Z Dirty terminal_size v0.4.0: the rustflags changed
22882024-10-14T09:17:04.212Z Compiling terminal_size v0.4.0
22892024-10-14T09:17:04.215Z 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`
22902024-10-14T09:17:04.442Z Dirty sync_wrapper v1.0.1: the rustflags changed
22912024-10-14T09:17:04.442Z Compiling sync_wrapper v1.0.1
22922024-10-14T09:17:04.444Z 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`
22932024-10-14T09:17:04.592Z Dirty plain v0.2.3: the rustflags changed
22942024-10-14T09:17:04.592Z Compiling plain v0.2.3
22952024-10-14T09:17:04.595Z 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`
22962024-10-14T09:17:04.617Z Dirty clap_lex v0.7.0: the rustflags changed
22972024-10-14T09:17:04.617Z Compiling clap_lex v0.7.0
22982024-10-14T09:17:04.617Z 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`
22992024-10-14T09:17:04.755Z Dirty goblin v0.8.2: the rustflags changed
23002024-10-14T09:17:04.755Z Compiling goblin v0.8.2
23012024-10-14T09:17:04.763Z 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`
23022024-10-14T09:17:05.136Z Dirty hyper v1.4.1: the rustflags changed
23032024-10-14T09:17:05.136Z Compiling hyper v1.4.1
23042024-10-14T09:17:05.138Z 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=b548b0425373d73c -C extra-filename=-b548b0425373d73c --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-df7bb14fb1788baf.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`
23052024-10-14T09:17:05.180Z Dirty clap_builder v4.5.20: the rustflags changed
23062024-10-14T09:17:05.180Z Compiling clap_builder v4.5.20
23072024-10-14T09:17:05.183Z 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`
23082024-10-14T09:17:05.443Z Dirty pest_derive v2.7.10: the rustflags changed
23092024-10-14T09:17:05.443Z Compiling pest_derive v2.7.10
23102024-10-14T09:17:05.446Z 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=8d97e260c70ee806 -C extra-filename=-8d97e260c70ee806 --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-29be8d3f7e612c9e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-10-14T09:17:05.645Z Dirty clap_derive v4.5.18: the rustflags changed
23122024-10-14T09:17:05.645Z Compiling clap_derive v4.5.18
23132024-10-14T09:17:05.648Z 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-14T09:17:06.501Z Dirty usdt-impl v0.5.0: the rustflags changed
23152024-10-14T09:17:06.501Z Compiling usdt-impl v0.5.0
23162024-10-14T09:17:06.504Z 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`
23172024-10-14T09:17:06.930Z Dirty unicode-segmentation v1.11.0: the rustflags changed
23182024-10-14T09:17:06.930Z Compiling unicode-segmentation v1.11.0
23192024-10-14T09:17:06.956Z 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`
23202024-10-14T09:17:07.023Z Dirty base16ct v0.2.0: the rustflags changed
23212024-10-14T09:17:07.023Z Compiling base16ct v0.2.0
23222024-10-14T09:17:07.028Z 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-14T09:17:07.346Z Dirty pretty-hex v0.4.1: the rustflags changed
23242024-10-14T09:17:07.346Z Compiling pretty-hex v0.4.1
23252024-10-14T09:17:07.348Z 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`
23262024-10-14T09:17:07.561Z Dirty hyper-util v0.1.9: the rustflags changed
23272024-10-14T09:17:07.561Z Compiling hyper-util v0.1.9
23282024-10-14T09:17:07.564Z 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=ffb87b8488293a49 -C extra-filename=-ffb87b8488293a49 --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-b548b0425373d73c.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-10-14T09:17:07.662Z Dirty crc32fast v1.4.0: the rustflags changed
23302024-10-14T09:17:07.662Z Compiling crc32fast v1.4.0
23312024-10-14T09:17:07.665Z 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-14T09:17:07.768Z Dirty sec1 v0.7.3: the rustflags changed
23332024-10-14T09:17:07.771Z Compiling sec1 v0.7.3
23342024-10-14T09:17:07.771Z 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`
23352024-10-14T09:17:08.261Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build`
23362024-10-14T09:17:08.336Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
23372024-10-14T09:17:08.359Z Dirty dtrace-parser v0.2.0: the rustflags changed
23382024-10-14T09:17:08.359Z Compiling dtrace-parser v0.2.0
23392024-10-14T09:17:08.361Z 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=11681425683670e2 -C extra-filename=-11681425683670e2 --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-8d97e260c70ee806.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`
23402024-10-14T09:17:08.486Z Dirty num-integer v0.1.46: the rustflags changed
23412024-10-14T09:17:08.486Z Compiling num-integer v0.1.46
23422024-10-14T09:17:08.489Z 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`
23432024-10-14T09:17:08.651Z Dirty ff v0.13.0: the rustflags changed
23442024-10-14T09:17:08.651Z Compiling ff v0.13.0
23452024-10-14T09:17:08.654Z 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`
23462024-10-14T09:17:08.930Z Dirty thread-id v4.2.1: the rustflags changed
23472024-10-14T09:17:08.930Z Compiling thread-id v4.2.1
23482024-10-14T09:17:08.933Z 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`
23492024-10-14T09:17:09.056Z Dirty group v0.13.0: the rustflags changed
23502024-10-14T09:17:09.057Z Compiling group v0.13.0
23512024-10-14T09:17:09.061Z 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`
23522024-10-14T09:17:09.303Z 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`
23532024-10-14T09:17:09.343Z Dirty toml v0.8.19: the rustflags changed
23542024-10-14T09:17:09.343Z Compiling toml v0.8.19
23552024-10-14T09:17:09.345Z 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`
23562024-10-14T09:17:09.378Z Dirty hkdf v0.12.4: the rustflags changed
23572024-10-14T09:17:09.378Z Compiling hkdf v0.12.4
23582024-10-14T09:17:09.380Z 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`
23592024-10-14T09:17:09.629Z Dirty crypto-bigint v0.5.5: the rustflags changed
23602024-10-14T09:17:09.629Z Compiling crypto-bigint v0.5.5
23612024-10-14T09:17:09.632Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
23622024-10-14T09:17:09.632Z Compiling crossbeam-epoch v0.9.18
23632024-10-14T09:17:09.632Z 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`
23642024-10-14T09:17:09.632Z 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`
23652024-10-14T09:17:10.429Z Dirty hyper-tls v0.6.0: the rustflags changed
23662024-10-14T09:17:10.429Z Compiling hyper-tls v0.6.0
23672024-10-14T09:17:10.431Z 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=51baa9390e29abf8 -C extra-filename=-51baa9390e29abf8 --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-b548b0425373d73c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-824af6e826b1ac2e.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-412155b0bfdc5a1d.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`
23682024-10-14T09:17:10.548Z Dirty hyper-rustls v0.27.3: the rustflags changed
23692024-10-14T09:17:10.548Z Compiling hyper-rustls v0.27.3
23702024-10-14T09:17:10.550Z 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=5116595c46e5f82a -C extra-filename=-5116595c46e5f82a --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-b548b0425373d73c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2aa9a235c6265905.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-195c5ac45f3cc4d4.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-901fe8feb5f2a35b/out`
23712024-10-14T09:17:10.673Z Dirty dof v0.3.0: the rustflags changed
23722024-10-14T09:17:10.673Z Compiling dof v0.3.0
23732024-10-14T09:17:10.676Z 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`
23742024-10-14T09:17:10.827Z Dirty siphasher v0.3.11: the rustflags changed
23752024-10-14T09:17:10.827Z Compiling siphasher v0.3.11
23762024-10-14T09:17:10.830Z 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-14T09:17:10.891Z Dirty clap v4.5.20: the rustflags changed
23782024-10-14T09:17:10.891Z Compiling clap v4.5.20
23792024-10-14T09:17:10.893Z 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`
23802024-10-14T09:17:11.018Z Dirty reqwest v0.12.8: the rustflags changed
23812024-10-14T09:17:11.018Z Compiling reqwest v0.12.8
23822024-10-14T09:17:11.020Z Dirty bitflags v1.3.2: the rustflags changed
23832024-10-14T09:17:11.020Z Compiling bitflags v1.3.2
23842024-10-14T09:17:11.020Z 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`
23852024-10-14T09:17:11.020Z 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=772a63fa33fb3cfc -C extra-filename=-772a63fa33fb3cfc --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-df7bb14fb1788baf.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-b548b0425373d73c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5116595c46e5f82a.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-51baa9390e29abf8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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-824af6e826b1ac2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-2aa9a235c6265905.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-412155b0bfdc5a1d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-195c5ac45f3cc4d4.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
23862024-10-14T09:17:11.133Z Dirty paste v1.0.15: the rustflags changed
23872024-10-14T09:17:11.133Z Compiling paste v1.0.15
23882024-10-14T09:17:11.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/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-14T09:17:11.170Z Dirty utf-8 v0.7.6: the rustflags changed
23902024-10-14T09:17:11.170Z Compiling utf-8 v0.7.6
23912024-10-14T09:17:11.173Z 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`
23922024-10-14T09:17:11.199Z Dirty static_assertions v1.1.0: the rustflags changed
23932024-10-14T09:17:11.199Z Compiling static_assertions v1.1.0
23942024-10-14T09:17:11.202Z 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`
23952024-10-14T09:17:11.310Z Dirty hex v0.4.3: the rustflags changed
23962024-10-14T09:17:11.310Z Compiling hex v0.4.3
23972024-10-14T09:17:11.317Z 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`
23982024-10-14T09:17:11.494Z 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=90d6d5b3aabc2dc8 -C extra-filename=-90d6d5b3aabc2dc8 --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-11681425683670e2.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`
23992024-10-14T09:17:11.727Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
24002024-10-14T09:17:11.801Z Dirty itertools v0.10.5: the rustflags changed
24012024-10-14T09:17:11.801Z Compiling itertools v0.10.5
24022024-10-14T09:17:11.803Z 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`
24032024-10-14T09:17:11.935Z Dirty stable_deref_trait v1.2.0: the rustflags changed
24042024-10-14T09:17:11.935Z Compiling stable_deref_trait v1.2.0
24052024-10-14T09:17:11.937Z 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`
24062024-10-14T09:17:12.049Z Dirty adler2 v2.0.0: the rustflags changed
24072024-10-14T09:17:12.049Z Compiling adler2 v2.0.0
24082024-10-14T09:17:12.052Z 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`
24092024-10-14T09:17:12.262Z Dirty bit-vec v0.6.3: the rustflags changed
24102024-10-14T09:17:12.262Z Compiling bit-vec v0.6.3
24112024-10-14T09:17:12.264Z 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`
24122024-10-14T09:17:12.733Z Dirty elliptic-curve v0.13.8: the rustflags changed
24132024-10-14T09:17:12.733Z Compiling elliptic-curve v0.13.8
24142024-10-14T09:17:12.735Z 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`
24152024-10-14T09:17:12.834Z Dirty rayon-core v1.12.1: the rustflags changed
24162024-10-14T09:17:12.834Z Compiling rayon-core v1.12.1
24172024-10-14T09:17:12.836Z 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`
24182024-10-14T09:17:13.049Z Dirty bit-set v0.5.3: the rustflags changed
24192024-10-14T09:17:13.049Z Compiling bit-set v0.5.3
24202024-10-14T09:17:13.053Z 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`
24212024-10-14T09:17:13.193Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
24222024-10-14T09:17:13.226Z Dirty miniz_oxide v0.8.0: the rustflags changed
24232024-10-14T09:17:13.226Z Compiling miniz_oxide v0.8.0
24242024-10-14T09:17:13.229Z 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`
24252024-10-14T09:17:13.356Z 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"))'`
24262024-10-14T09:17:13.551Z Dirty crossbeam-deque v0.8.5: the rustflags changed
24272024-10-14T09:17:13.551Z Compiling crossbeam-deque v0.8.5
24282024-10-14T09:17:13.553Z 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`
24292024-10-14T09:17:13.936Z Dirty num-iter v0.1.45: the rustflags changed
24302024-10-14T09:17:13.936Z Compiling num-iter v0.1.45
24312024-10-14T09:17:13.938Z 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`
24322024-10-14T09:17:14.140Z Dirty curve25519-dalek v4.1.3: the rustflags changed
24332024-10-14T09:17:14.140Z Compiling curve25519-dalek v4.1.3
24342024-10-14T09:17:14.142Z 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=6c32d6e73b8db640 -C extra-filename=-6c32d6e73b8db640 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c32d6e73b8db640 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-10-14T09:17:14.452Z Dirty crossbeam-channel v0.5.12: the rustflags changed
24362024-10-14T09:17:14.452Z Compiling crossbeam-channel v0.5.12
24372024-10-14T09:17:14.455Z 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`
24382024-10-14T09:17:14.720Z Dirty memmap v0.7.0: the rustflags changed
24392024-10-14T09:17:14.720Z Compiling memmap v0.7.0
24402024-10-14T09:17:14.722Z 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`
24412024-10-14T09:17:14.745Z Dirty thread_local v1.1.8: the rustflags changed
24422024-10-14T09:17:14.745Z Compiling thread_local v1.1.8
24432024-10-14T09:17:14.747Z 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=b310494f9fdab81c -C extra-filename=-b310494f9fdab81c --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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-10-14T09:17:14.810Z Dirty num-bigint-dig v0.8.4: the rustflags changed
24452024-10-14T09:17:14.810Z Compiling num-bigint-dig v0.8.4
24462024-10-14T09:17:14.813Z 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`
24472024-10-14T09:17:14.854Z Dirty slog-async v2.8.0: the rustflags changed
24482024-10-14T09:17:14.854Z Compiling slog-async v2.8.0
24492024-10-14T09:17:14.857Z 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`
24502024-10-14T09:17:15.064Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c32d6e73b8db640/build-script-build`
24512024-10-14T09:17:15.175Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
24522024-10-14T09:17:15.199Z Dirty flate2 v1.0.34: the rustflags changed
24532024-10-14T09:17:15.199Z Compiling flate2 v1.0.34
24542024-10-14T09:17:15.202Z 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`
24552024-10-14T09:17:15.226Z 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`
24562024-10-14T09:17:15.264Z Dirty toml v0.7.8: the rustflags changed
24572024-10-14T09:17:15.264Z Compiling toml v0.7.8
24582024-10-14T09:17:15.267Z 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`
24592024-10-14T09:17:15.318Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
24602024-10-14T09:17:15.318Z Compiling usdt-attr-macro v0.5.0
24612024-10-14T09:17:15.321Z 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=cd62d84e2a535f15 -C extra-filename=-cd62d84e2a535f15 --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-11681425683670e2.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-90d6d5b3aabc2dc8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-10-14T09:17:15.442Z Dirty usdt-macro v0.5.0: the rustflags changed
24632024-10-14T09:17:15.442Z Compiling usdt-macro v0.5.0
24642024-10-14T09:17:15.444Z 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=f25f3708ad85b751 -C extra-filename=-f25f3708ad85b751 --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-11681425683670e2.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-90d6d5b3aabc2dc8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-10-14T09:17:15.557Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
24662024-10-14T09:17:15.629Z Dirty rfc6979 v0.4.0: the rustflags changed
24672024-10-14T09:17:15.629Z Compiling rfc6979 v0.4.0
24682024-10-14T09:17:15.632Z 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`
24692024-10-14T09:17:15.776Z Dirty zerocopy-derive v0.6.6: the rustflags changed
24702024-10-14T09:17:15.776Z Compiling zerocopy-derive v0.6.6
24712024-10-14T09:17:15.780Z 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`
24722024-10-14T09:17:15.829Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
24732024-10-14T09:17:15.829Z Compiling curve25519-dalek-derive v0.1.1
24742024-10-14T09:17:15.832Z 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`
24752024-10-14T09:17:16.185Z Dirty bstr v1.9.1: the rustflags changed
24762024-10-14T09:17:16.185Z Compiling bstr v1.9.1
24772024-10-14T09:17:16.188Z 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`
24782024-10-14T09:17:16.913Z Dirty itertools v0.12.1: the rustflags changed
24792024-10-14T09:17:16.913Z Compiling itertools v0.12.1
24802024-10-14T09:17:16.917Z 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`
24812024-10-14T09:17:17.009Z Dirty managed v0.8.0: the rustflags changed
24822024-10-14T09:17:17.009Z Compiling managed v0.8.0
24832024-10-14T09:17:17.012Z 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`
24842024-10-14T09:17:17.231Z Dirty match_cfg v0.1.0: the rustflags changed
24852024-10-14T09:17:17.231Z Compiling match_cfg v0.1.0
24862024-10-14T09:17:17.234Z Dirty usdt v0.5.0: the rustflags changed
24872024-10-14T09:17:17.234Z Compiling usdt v0.5.0
24882024-10-14T09:17:17.234Z 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`
24892024-10-14T09:17:17.234Z 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=19213ba23505b917 -C extra-filename=-19213ba23505b917 --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-11681425683670e2.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-cd62d84e2a535f15.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90d6d5b3aabc2dc8.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-f25f3708ad85b751.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-10-14T09:17:17.337Z Dirty rustls v0.22.4: the rustflags changed
24912024-10-14T09:17:17.337Z Compiling rustls v0.22.4
24922024-10-14T09:17:17.340Z 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`
24932024-10-14T09:17:17.421Z Dirty fixedbitset v0.4.2: the rustflags changed
24942024-10-14T09:17:17.421Z Compiling fixedbitset v0.4.2
24952024-10-14T09:17:17.422Z 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`
24962024-10-14T09:17:17.524Z Dirty signal-hook v0.3.17: the rustflags changed
24972024-10-14T09:17:17.525Z Compiling signal-hook v0.3.17
24982024-10-14T09:17:17.528Z 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`
24992024-10-14T09:17:17.695Z Dirty take_mut v0.2.2: the rustflags changed
25002024-10-14T09:17:17.695Z Compiling take_mut v0.2.2
25012024-10-14T09:17:17.705Z 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`
25022024-10-14T09:17:17.738Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
25032024-10-14T09:17:17.770Z Dirty petgraph v0.6.5: the rustflags changed
25042024-10-14T09:17:17.770Z Compiling petgraph v0.6.5
25052024-10-14T09:17:17.773Z 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`
25062024-10-14T09:17:17.853Z 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=0d3a426d176abfcd -C extra-filename=-0d3a426d176abfcd --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-b310494f9fdab81c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
25072024-10-14T09:17:17.876Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
25082024-10-14T09:17:17.876Z 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=c32e090e0308938e -C extra-filename=-c32e090e0308938e --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"'`
25092024-10-14T09:17:17.917Z Dirty hostname v0.3.1: the rustflags changed
25102024-10-14T09:17:17.917Z Compiling hostname v0.3.1
25112024-10-14T09:17:17.920Z 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`
25122024-10-14T09:17:17.968Z Dirty rayon v1.10.0: the rustflags changed
25132024-10-14T09:17:17.968Z Compiling rayon v1.10.0
25142024-10-14T09:17:17.970Z 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`
25152024-10-14T09:17:18.072Z Dirty zerocopy v0.6.6: the rustflags changed
25162024-10-14T09:17:18.072Z Compiling zerocopy v0.6.6
25172024-10-14T09:17:18.074Z 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`
25182024-10-14T09:17:18.179Z Dirty ecdsa v0.16.9: the rustflags changed
25192024-10-14T09:17:18.179Z Compiling ecdsa v0.16.9
25202024-10-14T09:17:18.182Z 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`
25212024-10-14T09:17:18.969Z 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`
25222024-10-14T09:17:19.086Z Dirty slog-term v2.9.1: the rustflags changed
25232024-10-14T09:17:19.086Z Compiling slog-term v2.9.1
25242024-10-14T09:17:19.089Z 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=3e3f515021b9bdd0 -C extra-filename=-3e3f515021b9bdd0 --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-b310494f9fdab81c.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`
25252024-10-14T09:17:19.109Z Dirty phf_shared v0.10.0: the rustflags changed
25262024-10-14T09:17:19.109Z Compiling phf_shared v0.10.0
25272024-10-14T09:17:19.112Z 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`
25282024-10-14T09:17:19.557Z Dirty pkcs1 v0.7.5: the rustflags changed
25292024-10-14T09:17:19.557Z Compiling pkcs1 v0.7.5
25302024-10-14T09:17:19.559Z 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`
25312024-10-14T09:17:20.188Z Dirty unicode-xid v0.2.4: the rustflags changed
25322024-10-14T09:17:20.188Z Compiling unicode-xid v0.2.4
25332024-10-14T09:17:20.190Z 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`
25342024-10-14T09:17:20.328Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
25352024-10-14T09:17:20.328Z Compiling new_debug_unreachable v1.0.6
25362024-10-14T09:17:20.332Z 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`
25372024-10-14T09:17:20.371Z Dirty precomputed-hash v0.1.1: the rustflags changed
25382024-10-14T09:17:20.371Z Compiling precomputed-hash v0.1.1
25392024-10-14T09:17:20.373Z 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`
25402024-10-14T09:17:20.433Z Dirty minimal-lexical v0.2.1: the rustflags changed
25412024-10-14T09:17:20.433Z Compiling minimal-lexical v0.2.1
25422024-10-14T09:17:20.436Z 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`
25432024-10-14T09:17:20.499Z Dirty string_cache v0.8.7: the rustflags changed
25442024-10-14T09:17:20.499Z Compiling string_cache v0.8.7
25452024-10-14T09:17:20.502Z 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=46ed613761b845e6 -C extra-filename=-46ed613761b845e6 --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-eebe1899602319ed.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`
25462024-10-14T09:17:20.622Z 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`
25472024-10-14T09:17:20.974Z Dirty nom v7.1.3: the rustflags changed
25482024-10-14T09:17:20.974Z Compiling nom v7.1.3
25492024-10-14T09:17:20.977Z 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`
25502024-10-14T09:17:20.977Z 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=c80ccddda9ef8451 -C extra-filename=-c80ccddda9ef8451 --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-cab33be76e5c3666.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7e63673ccc829a85.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-901fe8feb5f2a35b/out`
25512024-10-14T09:17:21.563Z Dirty rsa v0.9.6: the rustflags changed
25522024-10-14T09:17:21.563Z Compiling rsa v0.9.6
25532024-10-14T09:17:21.566Z 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`
25542024-10-14T09:17:21.862Z Dirty ed25519 v2.2.3: the rustflags changed
25552024-10-14T09:17:21.862Z Compiling ed25519 v2.2.3
25562024-10-14T09:17:21.864Z 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`
25572024-10-14T09:17:23.023Z Dirty hubpack_derive v0.1.1: the rustflags changed
25582024-10-14T09:17:23.023Z Compiling hubpack_derive v0.1.1
25592024-10-14T09:17:23.025Z 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`
25602024-10-14T09:17:23.607Z Dirty multer v3.1.0: the rustflags changed
25612024-10-14T09:17:23.608Z Compiling multer v3.1.0
25622024-10-14T09:17:23.611Z 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`
25632024-10-14T09:17:23.935Z Dirty quick-error v1.2.3: the rustflags changed
25642024-10-14T09:17:23.935Z Compiling quick-error v1.2.3
25652024-10-14T09:17:23.938Z 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`
25662024-10-14T09:17:24.005Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
25672024-10-14T09:17:24.076Z Dirty ed25519-dalek v2.1.1: the rustflags changed
25682024-10-14T09:17:24.076Z Compiling ed25519-dalek v2.1.1
25692024-10-14T09:17:24.080Z 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=3472ef5803172d85 -C extra-filename=-3472ef5803172d85 --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-c32e090e0308938e.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`
25702024-10-14T09:17:24.098Z Dirty heapless v0.7.17: the rustflags changed
25712024-10-14T09:17:24.098Z Compiling heapless v0.7.17
25722024-10-14T09:17:24.098Z 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=d4922d10487e963e -C extra-filename=-d4922d10487e963e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d4922d10487e963e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-10-14T09:17:24.138Z Dirty hubpack v0.1.2: the rustflags changed
25742024-10-14T09:17:24.138Z Compiling hubpack v0.1.2
25752024-10-14T09:17:24.140Z 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`
25762024-10-14T09:17:24.616Z Dirty slog-json v2.6.1: the rustflags changed
25772024-10-14T09:17:24.616Z Compiling slog-json v2.6.1
25782024-10-14T09:17:24.618Z Dirty x509-cert v0.2.5: the rustflags changed
25792024-10-14T09:17:24.619Z Compiling x509-cert v0.2.5
25802024-10-14T09:17:24.619Z 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`
25812024-10-14T09:17:24.619Z 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`
25822024-10-14T09:17:24.670Z Dirty enum-as-inner v0.6.0: the rustflags changed
25832024-10-14T09:17:24.670Z Compiling enum-as-inner v0.6.0
25842024-10-14T09:17:24.673Z 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`
25852024-10-14T09:17:25.004Z Dirty async-stream-impl v0.3.5: the rustflags changed
25862024-10-14T09:17:25.004Z Compiling async-stream-impl v0.3.5
25872024-10-14T09:17:25.007Z 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`
25882024-10-14T09:17:25.346Z Dirty idna v0.4.0: the rustflags changed
25892024-10-14T09:17:25.346Z Compiling idna v0.4.0
25902024-10-14T09:17:25.349Z 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`
25912024-10-14T09:17:25.961Z Dirty tokio-rustls v0.25.0: the rustflags changed
25922024-10-14T09:17:25.961Z Compiling tokio-rustls v0.25.0
25932024-10-14T09:17:25.963Z 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=0f03de35323a4ac4 -C extra-filename=-0f03de35323a4ac4 --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-c80ccddda9ef8451.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-901fe8feb5f2a35b/out`
25942024-10-14T09:17:26.007Z Dirty dropshot v0.12.0: the rustflags changed
25952024-10-14T09:17:26.007Z Compiling dropshot v0.12.0
25962024-10-14T09:17:26.010Z 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`
25972024-10-14T09:17:26.355Z Dirty lalrpop-util v0.19.12: the rustflags changed
25982024-10-14T09:17:26.355Z Compiling lalrpop-util v0.19.12
25992024-10-14T09:17:26.358Z 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`
26002024-10-14T09:17:26.397Z Dirty debug-ignore v1.0.5: the rustflags changed
26012024-10-14T09:17:26.397Z Compiling debug-ignore v1.0.5
26022024-10-14T09:17:26.399Z 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`
26032024-10-14T09:17:26.532Z Dirty async-stream v0.3.5: the rustflags changed
26042024-10-14T09:17:26.532Z Compiling async-stream v0.3.5
26052024-10-14T09:17:26.552Z 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`
26062024-10-14T09:17:26.563Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2/build-script-build`
26072024-10-14T09:17:26.631Z Dirty hickory-proto v0.24.1: the rustflags changed
26082024-10-14T09:17:26.631Z Compiling hickory-proto v0.24.1
26092024-10-14T09:17:26.634Z 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=71594f9a32772431 -C extra-filename=-71594f9a32772431 --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-eebe1899602319ed.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-c5813f0370454179.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`
26102024-10-14T09:17:26.731Z Dirty slog-bunyan v2.5.0: the rustflags changed
26112024-10-14T09:17:26.731Z Compiling slog-bunyan v2.5.0
26122024-10-14T09:17:26.734Z 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`
26132024-10-14T09:17:26.847Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d4922d10487e963e/build-script-build`
26142024-10-14T09:17:26.920Z 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`
26152024-10-14T09:17:26.945Z Dirty signal-hook-mio v0.2.4: the rustflags changed
26162024-10-14T09:17:26.945Z Compiling signal-hook-mio v0.2.4
26172024-10-14T09:17:26.948Z 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`
26182024-10-14T09:17:26.990Z Dirty console v0.15.8: the rustflags changed
26192024-10-14T09:17:26.990Z Compiling console v0.15.8
26202024-10-14T09:17:26.993Z 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`
26212024-10-14T09:17:27.097Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
26222024-10-14T09:17:27.097Z Compiling dropshot_endpoint v0.12.0
26232024-10-14T09:17:27.103Z 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`
26242024-10-14T09:17:28.003Z Dirty serde_path_to_error v0.1.16: the rustflags changed
26252024-10-14T09:17:28.003Z Compiling serde_path_to_error v0.1.16
26262024-10-14T09:17:28.006Z 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`
26272024-10-14T09:17:28.536Z Dirty waitgroup v0.1.2: the rustflags changed
26282024-10-14T09:17:28.536Z Compiling waitgroup v0.1.2
26292024-10-14T09:17:28.539Z 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`
26302024-10-14T09:17:28.812Z Dirty hostname v0.4.0: the rustflags changed
26312024-10-14T09:17:28.812Z Compiling hostname v0.4.0
26322024-10-14T09:17:28.815Z 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`
26332024-10-14T09:17:28.927Z Dirty hash32 v0.2.1: the rustflags changed
26342024-10-14T09:17:28.927Z Compiling hash32 v0.2.1
26352024-10-14T09:17:28.929Z 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`
26362024-10-14T09:17:29.098Z Dirty linked-hash-map v0.5.6: the rustflags changed
26372024-10-14T09:17:29.098Z Compiling linked-hash-map v0.5.6
26382024-10-14T09:17:29.101Z 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`
26392024-10-14T09:17:29.319Z Dirty finl_unicode v1.2.0: the rustflags changed
26402024-10-14T09:17:29.319Z Compiling finl_unicode v1.2.0
26412024-10-14T09:17:29.321Z 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`
26422024-10-14T09:17:29.423Z Dirty smoltcp v0.9.1: the rustflags changed
26432024-10-14T09:17:29.423Z Compiling smoltcp v0.9.1
26442024-10-14T09:17:29.426Z 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`
26452024-10-14T09:17:29.489Z Dirty predicates-core v1.0.6: the rustflags changed
26462024-10-14T09:17:29.489Z Compiling predicates-core v1.0.6
26472024-10-14T09:17:29.491Z 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`
26482024-10-14T09:17:29.846Z Dirty portable-atomic v1.6.0: the rustflags changed
26492024-10-14T09:17:29.846Z Compiling portable-atomic v1.6.0
26502024-10-14T09:17:29.849Z 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`
26512024-10-14T09:17:29.870Z Dirty stringprep v0.1.4: the rustflags changed
26522024-10-14T09:17:29.870Z Compiling stringprep v0.1.4
26532024-10-14T09:17:29.873Z 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`
26542024-10-14T09:17:29.942Z Dirty lru-cache v0.1.2: the rustflags changed
26552024-10-14T09:17:29.942Z Compiling lru-cache v0.1.2
26562024-10-14T09:17:29.945Z 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`
26572024-10-14T09:17:30.149Z 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=6cbbca9d3e38f105 -C extra-filename=-6cbbca9d3e38f105 --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`
26582024-10-14T09:17:30.276Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
26592024-10-14T09:17:30.308Z Dirty crossterm v0.28.1: the rustflags changed
26602024-10-14T09:17:30.308Z Compiling crossterm v0.28.1
26612024-10-14T09:17:30.311Z 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`
26622024-10-14T09:17:30.967Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build`
26632024-10-14T09:17:31.041Z Dirty similar v2.6.0: the rustflags changed
26642024-10-14T09:17:31.041Z Compiling similar v2.6.0
26652024-10-14T09:17:31.044Z 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`
26662024-10-14T09:17:31.064Z Dirty tokio-stream v0.1.16: the rustflags changed
26672024-10-14T09:17:31.064Z Compiling tokio-stream v0.1.16
26682024-10-14T09:17:31.067Z 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`
26692024-10-14T09:17:31.307Z Dirty md-5 v0.10.6: the rustflags changed
26702024-10-14T09:17:31.307Z Compiling md-5 v0.10.6
26712024-10-14T09:17:31.309Z 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`
26722024-10-14T09:17:31.572Z Dirty float-cmp v0.9.0: the rustflags changed
26732024-10-14T09:17:31.572Z Compiling float-cmp v0.9.0
26742024-10-14T09:17:31.575Z 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`
26752024-10-14T09:17:31.595Z Dirty fs-err v2.11.0: the rustflags changed
26762024-10-14T09:17:31.595Z Compiling fs-err v2.11.0
26772024-10-14T09:17:31.598Z 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`
26782024-10-14T09:17:31.812Z Dirty fallible-iterator v0.2.0: the rustflags changed
26792024-10-14T09:17:31.812Z Compiling fallible-iterator v0.2.0
26802024-10-14T09:17:31.823Z 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`
26812024-10-14T09:17:31.854Z 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=37294bd2338f89ce -C extra-filename=-37294bd2338f89ce --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-b548b0425373d73c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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-c80ccddda9ef8451.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-0d3a426d176abfcd.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-3e3f515021b9bdd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0f03de35323a4ac4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec2c019ae6973937.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-19213ba23505b917.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-901fe8feb5f2a35b/out`
26822024-10-14T09:17:31.936Z Dirty difflib v0.4.0: the rustflags changed
26832024-10-14T09:17:31.936Z Compiling difflib v0.4.0
26842024-10-14T09:17:31.939Z 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`
26852024-10-14T09:17:32.067Z Dirty normalize-line-endings v0.3.0: the rustflags changed
26862024-10-14T09:17:32.067Z Compiling normalize-line-endings v0.3.0
26872024-10-14T09:17:32.070Z 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`
26882024-10-14T09:17:32.202Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build`
26892024-10-14T09:17:32.347Z Dirty predicates v3.1.2: the rustflags changed
26902024-10-14T09:17:32.347Z Compiling predicates v3.1.2
26912024-10-14T09:17:32.350Z 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`
26922024-10-14T09:17:32.506Z Dirty postgres-protocol v0.6.7: the rustflags changed
26932024-10-14T09:17:32.506Z Compiling postgres-protocol v0.6.7
26942024-10-14T09:17:32.525Z 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`
26952024-10-14T09:17:33.452Z 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=048b41ec3c470ca3 -C extra-filename=-048b41ec3c470ca3 --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-6cbbca9d3e38f105.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`
26962024-10-14T09:17:33.456Z 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`
26972024-10-14T09:17:33.505Z Dirty resolv-conf v0.7.0: the rustflags changed
26982024-10-14T09:17:33.505Z Compiling resolv-conf v0.7.0
26992024-10-14T09:17:33.507Z 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`
27002024-10-14T09:17:33.900Z Dirty tungstenite v0.23.0: the rustflags changed
27012024-10-14T09:17:33.900Z Compiling tungstenite v0.23.0
27022024-10-14T09:17:33.902Z 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`
27032024-10-14T09:17:34.031Z Dirty phf_shared v0.11.2: the rustflags changed
27042024-10-14T09:17:34.031Z Compiling phf_shared v0.11.2
27052024-10-14T09:17:34.050Z 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`
27062024-10-14T09:17:34.135Z Dirty serde-big-array v0.5.1: the rustflags changed
27072024-10-14T09:17:34.135Z Compiling serde-big-array v0.5.1
27082024-10-14T09:17:34.143Z 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`
27092024-10-14T09:17:34.368Z Dirty strum_macros v0.25.3: the rustflags changed
27102024-10-14T09:17:34.368Z Compiling strum_macros v0.25.3
27112024-10-14T09:17:34.371Z 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`
27122024-10-14T09:17:34.390Z Dirty serde_repr v0.1.19: the rustflags changed
27132024-10-14T09:17:34.390Z Compiling serde_repr v0.1.19
27142024-10-14T09:17:34.390Z 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`
27152024-10-14T09:17:34.443Z Dirty number_prefix v0.4.0: the rustflags changed
27162024-10-14T09:17:34.443Z Compiling number_prefix v0.4.0
27172024-10-14T09:17:34.447Z 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`
27182024-10-14T09:17:34.682Z Dirty peg-runtime v0.8.3: the rustflags changed
27192024-10-14T09:17:34.682Z Compiling peg-runtime v0.8.3
27202024-10-14T09:17:34.684Z 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`
27212024-10-14T09:17:34.897Z Dirty indicatif v0.17.8: the rustflags changed
27222024-10-14T09:17:34.897Z Compiling indicatif v0.17.8
27232024-10-14T09:17:34.901Z 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`
27242024-10-14T09:17:35.341Z Dirty tokio-tungstenite v0.23.1: the rustflags changed
27252024-10-14T09:17:35.341Z Compiling tokio-tungstenite v0.23.1
27262024-10-14T09:17:35.344Z 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`
27272024-10-14T09:17:35.564Z Dirty phf v0.11.2: the rustflags changed
27282024-10-14T09:17:35.564Z Compiling phf v0.11.2
27292024-10-14T09:17:35.567Z 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`
27302024-10-14T09:17:35.708Z Dirty hickory-resolver v0.24.1: the rustflags changed
27312024-10-14T09:17:35.708Z Compiling hickory-resolver v0.24.1
27322024-10-14T09:17:35.710Z 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=455271f8a166015d -C extra-filename=-455271f8a166015d --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-71594f9a32772431.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-eebe1899602319ed.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-10-14T09:17:35.842Z Dirty postgres-types v0.2.8: the rustflags changed
27342024-10-14T09:17:35.842Z Compiling postgres-types v0.2.8
27352024-10-14T09:17:35.844Z 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`
27362024-10-14T09:17:35.872Z 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`
27372024-10-14T09:17:36.207Z Dirty derive-where v1.2.7: the rustflags changed
27382024-10-14T09:17:36.207Z Compiling derive-where v1.2.7
27392024-10-14T09:17:36.209Z 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`
27402024-10-14T09:17:36.712Z Dirty whoami v1.5.2: the rustflags changed
27412024-10-14T09:17:36.712Z Compiling whoami v1.5.2
27422024-10-14T09:17:36.715Z 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`
27432024-10-14T09:17:36.995Z Compiling allocator-api2 v0.2.18
27442024-10-14T09:17:36.998Z 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`
27452024-10-14T09:17:37.049Z Dirty fastrand v2.1.1: the rustflags changed
27462024-10-14T09:17:37.049Z Compiling fastrand v2.1.1
27472024-10-14T09:17:37.051Z 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`
27482024-10-14T09:17:37.363Z Dirty tokio-postgres v0.7.12: the rustflags changed
27492024-10-14T09:17:37.363Z Compiling tokio-postgres v0.7.12
27502024-10-14T09:17:37.365Z 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`
27512024-10-14T09:17:37.388Z Compiling unsafe-libyaml v0.2.11
27522024-10-14T09:17:37.391Z 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`
27532024-10-14T09:17:37.609Z Compiling ident_case v1.0.1
27542024-10-14T09:17:37.611Z 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`
27552024-10-14T09:17:37.792Z Compiling hashbrown v0.14.5
27562024-10-14T09:17:37.794Z 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=81a8131bdc60a872 -C extra-filename=-81a8131bdc60a872 --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-51c4bc39e3636086.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`
27572024-10-14T09:17:37.816Z Compiling darling_core v0.20.9
27582024-10-14T09:17:37.843Z 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`
27592024-10-14T09:17:38.674Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
27602024-10-14T09:17:38.674Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27612024-10-14T09:17:38.682Z 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=197c7a8a40573406 -C extra-filename=-197c7a8a40573406 --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-048b41ec3c470ca3.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`
27622024-10-14T09:17:39.233Z Compiling regress v0.10.1
27632024-10-14T09:17:39.236Z 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=b2b4d0a640674e02 -C extra-filename=-b2b4d0a640674e02 --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-81a8131bdc60a872.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`
27642024-10-14T09:17:39.411Z Compiling serde_yaml v0.9.34+deprecated
27652024-10-14T09:17:39.414Z 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`
27662024-10-14T09:17:40.222Z Dirty qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784): the rustflags changed
27672024-10-14T09:17:40.222Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
27682024-10-14T09:17:40.229Z 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=cdc0f32443ea94e7 -C extra-filename=-cdc0f32443ea94e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out`
27692024-10-14T09:17:41.447Z Compiling progenitor-client v0.8.0
27702024-10-14T09:17:41.451Z 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=45dc34a82debe47c -C extra-filename=-45dc34a82debe47c --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-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
27712024-10-14T09:17:41.903Z Compiling ipnetwork v0.20.0
27722024-10-14T09:17:41.906Z 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`
27732024-10-14T09:17:42.549Z Compiling tempfile v3.13.0
27742024-10-14T09:17:42.624Z 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=e9e06acf0e6a9e7b -C extra-filename=-e9e06acf0e6a9e7b --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-eebe1899602319ed.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`
27752024-10-14T09:17:42.907Z Dirty strum_macros v0.26.4: the rustflags changed
27762024-10-14T09:17:42.907Z Compiling strum_macros v0.26.4
27772024-10-14T09:17:42.935Z 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`
27782024-10-14T09:17:43.165Z Compiling typify-impl v0.2.0
27792024-10-14T09:17:43.260Z 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=60edb123498fb36c -C extra-filename=-60edb123498fb36c --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-b2b4d0a640674e02.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`
27802024-10-14T09:17:43.385Z Compiling newtype-uuid v1.1.2
27812024-10-14T09:17:43.422Z 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`
27822024-10-14T09:17:43.606Z Compiling structmeta-derive v0.3.0
27832024-10-14T09:17:43.610Z 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`
27842024-10-14T09:17:43.755Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708/build-script-build`
27852024-10-14T09:17:43.758Z 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)'`
27862024-10-14T09:17:44.092Z Compiling instant v0.1.12
27872024-10-14T09:17:44.095Z 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`
27882024-10-14T09:17:44.246Z Compiling regress v0.9.1
27892024-10-14T09:17:44.249Z 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=2986fda7863889e6 -C extra-filename=-2986fda7863889e6 --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-81a8131bdc60a872.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`
27902024-10-14T09:17:44.303Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
27912024-10-14T09:17:44.306Z 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`
27922024-10-14T09:17:44.944Z Compiling darling_macro v0.20.9
27932024-10-14T09:17:44.947Z 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`
27942024-10-14T09:17:45.032Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27952024-10-14T09:17:45.034Z 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`
27962024-10-14T09:17:45.385Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27972024-10-14T09:17:45.385Z 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`
27982024-10-14T09:17:45.670Z Compiling backoff v0.4.0
27992024-10-14T09:17:45.672Z 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`
28002024-10-14T09:17:46.027Z Compiling macaddr v1.0.1
28012024-10-14T09:17:46.030Z 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`
28022024-10-14T09:17:46.119Z Compiling darling v0.20.9
28032024-10-14T09:17:46.140Z 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`
28042024-10-14T09:17:46.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28052024-10-14T09:17:46.176Z 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=0f8073f02c1bca10 -C extra-filename=-0f8073f02c1bca10 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0f8073f02c1bca10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-51c4bc39e3636086.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-0e225283ad063e8b.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-c32e090e0308938e.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-37294bd2338f89ce.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3472ef5803172d85.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-197c7a8a40573406.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-71594f9a32772431.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5116595c46e5f82a.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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-eebe1899602319ed.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-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-2aa9a235c6265905.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-46ed613761b845e6.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-195c5ac45f3cc4d4.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-c5813f0370454179.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-19213ba23505b917.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90d6d5b3aabc2dc8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
28062024-10-14T09:17:46.242Z Compiling serde_with_macros v3.11.0
28072024-10-14T09:17:46.244Z 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.11.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"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=61123d37461f8cd8 -C extra-filename=-61123d37461f8cd8 --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`
28082024-10-14T09:17:46.318Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28092024-10-14T09:17:46.321Z 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`
28102024-10-14T09:17:46.452Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28112024-10-14T09:17:46.478Z 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`
28122024-10-14T09:17:46.493Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0f8073f02c1bca10/build-script-build`
28132024-10-14T09:17:46.515Z Compiling wait-timeout v0.2.0
28142024-10-14T09:17:46.518Z 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`
28152024-10-14T09:17:46.546Z 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=65e5443fb12f2594 -C extra-filename=-65e5443fb12f2594 --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-51c4bc39e3636086.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c32e090e0308938e.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-37294bd2338f89ce.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3472ef5803172d85.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-197c7a8a40573406.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-71594f9a32772431.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5116595c46e5f82a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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-eebe1899602319ed.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-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-2aa9a235c6265905.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-46ed613761b845e6.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-195c5ac45f3cc4d4.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-c5813f0370454179.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-19213ba23505b917.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90d6d5b3aabc2dc8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
28162024-10-14T09:17:46.625Z Compiling structmeta-derive v0.2.0
28172024-10-14T09:17:46.627Z 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`
28182024-10-14T09:17:46.665Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28192024-10-14T09:17:46.667Z 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=0aa9e49cf04c76df -C extra-filename=-0aa9e49cf04c76df --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
28202024-10-14T09:17:46.761Z Compiling structmeta v0.3.0
28212024-10-14T09:17:46.766Z 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`
28222024-10-14T09:17:47.125Z Compiling rusty-fork v0.3.0
28232024-10-14T09:17:47.128Z 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=317fd5c42b98394c -C extra-filename=-317fd5c42b98394c --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-e9e06acf0e6a9e7b.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`
28242024-10-14T09:17:47.225Z Compiling parse-display-derive v0.10.0
28252024-10-14T09:17:47.227Z 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`
28262024-10-14T09:17:47.565Z Compiling rand_xorshift v0.3.0
28272024-10-14T09:17:47.567Z 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`
28282024-10-14T09:17:47.878Z Compiling unarray v0.1.4
28292024-10-14T09:17:47.880Z 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`
28302024-10-14T09:17:47.909Z Compiling camino-tempfile v1.1.1
28312024-10-14T09:17:47.911Z 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=603790e109690430 -C extra-filename=-603790e109690430 --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-e9e06acf0e6a9e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-10-14T09:17:48.037Z Compiling proptest v1.5.0
28332024-10-14T09:17:48.039Z 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=cfad3ec7e396f5b6 -C extra-filename=-cfad3ec7e396f5b6 --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-317fd5c42b98394c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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`
28342024-10-14T09:17:48.067Z Dirty strum v0.26.3: the rustflags changed
28352024-10-14T09:17:48.067Z Compiling strum v0.26.3
28362024-10-14T09:17:48.070Z 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`
28372024-10-14T09:17:48.251Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
28382024-10-14T09:17:48.251Z Compiling proc-macro-error-attr v1.0.4
28392024-10-14T09:17:48.253Z 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`
28402024-10-14T09:17:48.354Z Dirty proc-macro-error v1.0.4: the rustflags changed
28412024-10-14T09:17:48.354Z Compiling proc-macro-error v1.0.4
28422024-10-14T09:17:48.376Z 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`
28432024-10-14T09:17:48.609Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
28442024-10-14T09:17:48.684Z 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`
28452024-10-14T09:17:48.752Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
28462024-10-14T09:17:48.917Z Compiling proc-macro-crate v1.3.1
28472024-10-14T09:17:48.920Z 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=d1ffbe6a580b2710 -C extra-filename=-d1ffbe6a580b2710 --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-eebe1899602319ed.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`
28482024-10-14T09:17:49.254Z Compiling serde_with v3.11.0
28492024-10-14T09:17:49.256Z 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.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 --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", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=78e5be210587fb03 -C extra-filename=-78e5be210587fb03 --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-61123d37461f8cd8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-10-14T09:17:49.399Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28512024-10-14T09:17:49.402Z 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`
28522024-10-14T09:17:49.657Z 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`
28532024-10-14T09:17:49.715Z Compiling structmeta v0.2.0
28542024-10-14T09:17:49.718Z 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`
28552024-10-14T09:17:49.809Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
28562024-10-14T09:17:49.844Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28572024-10-14T09:17:49.847Z 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`
28582024-10-14T09:17:49.999Z Compiling num_enum_derive v0.5.11
28592024-10-14T09:17:50.003Z 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=aeba869c9957e1a4 -C extra-filename=-aeba869c9957e1a4 --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-d1ffbe6a580b2710.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`
28602024-10-14T09:17:50.153Z Compiling test-strategy v0.3.1
28612024-10-14T09:17:50.153Z 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`
28622024-10-14T09:17:50.198Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
28632024-10-14T09:17:50.231Z Compiling foreign-types-macros v0.2.3
28642024-10-14T09:17:50.233Z 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`
28652024-10-14T09:17:50.335Z Compiling foreign-types-shared v0.3.1
28662024-10-14T09:17:50.339Z 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`
28672024-10-14T09:17:50.457Z 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`
28682024-10-14T09:17:50.629Z 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`
28692024-10-14T09:17:50.814Z Compiling tabwriter v1.4.0
28702024-10-14T09:17:50.817Z 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`
28712024-10-14T09:17:51.332Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28722024-10-14T09:17:51.335Z 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`
28732024-10-14T09:17:51.700Z Compiling foreign-types v0.5.0
28742024-10-14T09:17:51.702Z 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`
28752024-10-14T09:17:51.822Z Compiling cstr-argument v0.1.2
28762024-10-14T09:17:51.824Z 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`
28772024-10-14T09:17:52.087Z Compiling pretty-hex v0.2.1
28782024-10-14T09:17:52.091Z 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`
28792024-10-14T09:17:52.269Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28802024-10-14T09:17:52.276Z 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`
28812024-10-14T09:17:52.292Z Compiling parse-display v0.10.0
28822024-10-14T09:17:52.292Z 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`
28832024-10-14T09:17:52.341Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28842024-10-14T09:17:52.343Z 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`
28852024-10-14T09:17:52.518Z Compiling colored v2.1.0
28862024-10-14T09:17:52.521Z 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`
28872024-10-14T09:17:52.831Z Compiling smf v0.2.3
28882024-10-14T09:17:52.834Z 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`
28892024-10-14T09:17:52.857Z Compiling num_enum v0.5.11
28902024-10-14T09:17:52.859Z 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=11932ce122cbcf61 -C extra-filename=-11932ce122cbcf61 --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-aeba869c9957e1a4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-10-14T09:17:52.987Z Compiling crucible-workspace-hack v0.1.0
28922024-10-14T09:17:52.990Z 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`
28932024-10-14T09:17:53.018Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28942024-10-14T09:17:53.022Z 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=886df6e3a6e47515 -C extra-filename=-886df6e3a6e47515 --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-11932ce122cbcf61.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`
28952024-10-14T09:17:53.042Z Compiling termtree v0.4.1
28962024-10-14T09:17:53.044Z 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`
28972024-10-14T09:17:53.276Z Compiling heapless v0.8.0
28982024-10-14T09:17:53.279Z 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`
28992024-10-14T09:17:53.300Z Compiling predicates-tree v1.0.9
29002024-10-14T09:17:53.302Z 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`
29012024-10-14T09:17:53.331Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
29022024-10-14T09:17:53.361Z 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`
29032024-10-14T09:17:53.383Z Compiling hash32 v0.3.1
29042024-10-14T09:17:53.383Z 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`
29052024-10-14T09:17:53.464Z Compiling smoltcp v0.11.0
29062024-10-14T09:17:53.467Z 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`
29072024-10-14T09:17:53.619Z Compiling cobs v0.2.3
29082024-10-14T09:17:53.621Z 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`
29092024-10-14T09:17:53.879Z Compiling embedded-io v0.4.0
29102024-10-14T09:17:53.891Z 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`
29112024-10-14T09:17:53.969Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
29122024-10-14T09:17:53.997Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29132024-10-14T09:17:53.999Z 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`
29142024-10-14T09:17:54.105Z Compiling postcard v1.0.8
29152024-10-14T09:17:54.108Z 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`
29162024-10-14T09:17:54.227Z Compiling base64 v0.21.7
29172024-10-14T09:17:54.270Z 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`
29182024-10-14T09:17:54.291Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29192024-10-14T09:17:54.297Z 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`
29202024-10-14T09:17:54.309Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
29212024-10-14T09:17:54.312Z 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`
29222024-10-14T09:17:54.359Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29232024-10-14T09:17:54.364Z 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`
29242024-10-14T09:17:54.382Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f/build-script-build`
29252024-10-14T09:17:54.456Z Compiling sigpipe v0.1.3
29262024-10-14T09:17:54.458Z 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`
29272024-10-14T09:17:54.478Z Compiling mockall_derive v0.13.0
29282024-10-14T09:17:54.480Z 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`
29292024-10-14T09:17:54.585Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
29302024-10-14T09:17:54.587Z 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`
29312024-10-14T09:17:54.845Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
29322024-10-14T09:17:54.867Z Compiling socket2 v0.4.10
29332024-10-14T09:17:54.909Z 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`
29342024-10-14T09:17:54.912Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29352024-10-14T09:17:54.912Z 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`
29362024-10-14T09:17:54.936Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
29372024-10-14T09:17:54.976Z 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)'`
29382024-10-14T09:17:55.023Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29392024-10-14T09:17:55.032Z 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=cffd9eb4ea053014 -C extra-filename=-cffd9eb4ea053014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
29402024-10-14T09:17:55.241Z Compiling zone_cfg_derive v0.3.0
29412024-10-14T09:17:55.254Z 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`
29422024-10-14T09:17:55.394Z 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`
29432024-10-14T09:17:55.417Z 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=ff8459d7e36ef94d -C extra-filename=-ff8459d7e36ef94d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-886df6e3a6e47515.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-11932ce122cbcf61.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
29442024-10-14T09:17:55.764Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29452024-10-14T09:17:55.766Z 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`
29462024-10-14T09:17:56.180Z Compiling num-derive v0.4.2
29472024-10-14T09:17:56.183Z 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`
29482024-10-14T09:17:56.243Z Compiling downcast v0.11.0
29492024-10-14T09:17:56.245Z 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`
29502024-10-14T09:17:56.485Z Compiling same-file v1.0.6
29512024-10-14T09:17:56.488Z 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`
29522024-10-14T09:17:56.806Z Compiling fragile v2.0.0
29532024-10-14T09:17:56.808Z 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`
29542024-10-14T09:17:56.904Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29552024-10-14T09:17:56.908Z 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`
29562024-10-14T09:17:57.254Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
29572024-10-14T09:17:57.287Z Compiling zone v0.3.0
29582024-10-14T09:17:57.289Z 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`
29592024-10-14T09:17:57.394Z Compiling walkdir v2.5.0
29602024-10-14T09:17:57.397Z 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`
29612024-10-14T09:17:58.173Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29622024-10-14T09:17:58.177Z 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`
29632024-10-14T09:17:58.600Z Compiling atomicwrites v0.4.4
29642024-10-14T09:17:58.602Z 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=10fdcca982d1ff6d -C extra-filename=-10fdcca982d1ff6d --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-e9e06acf0e6a9e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-10-14T09:17:58.734Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29662024-10-14T09:17:58.737Z 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`
29672024-10-14T09:17:58.909Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29682024-10-14T09:17:58.912Z 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`
29692024-10-14T09:17:59.004Z Dirty xattr v1.3.1: the rustflags changed
29702024-10-14T09:17:59.009Z Compiling xattr v1.3.1
29712024-10-14T09:17:59.009Z 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`
29722024-10-14T09:17:59.250Z Dirty filetime v0.2.25: the rustflags changed
29732024-10-14T09:17:59.250Z Compiling filetime v0.2.25
29742024-10-14T09:17:59.252Z 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`
29752024-10-14T09:17:59.282Z Compiling convert_case v0.4.0
29762024-10-14T09:17:59.285Z 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`
29772024-10-14T09:17:59.565Z Dirty tar v0.4.42: the rustflags changed
29782024-10-14T09:17:59.566Z Compiling tar v0.4.42
29792024-10-14T09:17:59.568Z 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`
29802024-10-14T09:17:59.877Z Compiling newline-converter v0.3.0
29812024-10-14T09:17:59.879Z 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`
29822024-10-14T09:18:00.040Z Compiling expectorate v1.1.0
29832024-10-14T09:18:00.042Z 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`
29842024-10-14T09:18:00.220Z 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)'`
29852024-10-14T09:18:00.285Z Compiling derive_more v0.99.18
29862024-10-14T09:18:00.287Z 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`
29872024-10-14T09:18:00.331Z Compiling tungstenite v0.21.0
29882024-10-14T09:18:00.334Z 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`
29892024-10-14T09:18:00.453Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29902024-10-14T09:18:00.470Z 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`
29912024-10-14T09:18:00.844Z Compiling itertools v0.13.0
29922024-10-14T09:18:00.847Z 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`
29932024-10-14T09:18:01.650Z Compiling typify-macro v0.2.0
29942024-10-14T09:18:01.653Z 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=81560c4520027bc2 -C extra-filename=-81560c4520027bc2 --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-60edb123498fb36c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-10-14T09:18:01.854Z Compiling tokio-tungstenite v0.21.0
29962024-10-14T09:18:01.857Z 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`
29972024-10-14T09:18:02.407Z Compiling arc-swap v1.7.1
29982024-10-14T09:18:02.423Z 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`
29992024-10-14T09:18:02.467Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
30002024-10-14T09:18:02.482Z 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=b74f61b29b8d6d23 -C extra-filename=-b74f61b29b8d6d23 --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-ff8459d7e36ef94d.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`
30012024-10-14T09:18:02.750Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30022024-10-14T09:18:02.752Z 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=bd580cb58c1c9f93 -C extra-filename=-bd580cb58c1c9f93 --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-65e5443fb12f2594.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
30032024-10-14T09:18:03.025Z Compiling slog-scope v4.4.0
30042024-10-14T09:18:03.028Z 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`
30052024-10-14T09:18:03.106Z Compiling cancel-safe-futures v0.1.5
30062024-10-14T09:18:03.108Z 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`
30072024-10-14T09:18:03.438Z Compiling mockall v0.13.0
30082024-10-14T09:18:03.441Z 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`
30092024-10-14T09:18:03.509Z Compiling slog-stdlog v4.1.1
30102024-10-14T09:18:03.511Z 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`
30112024-10-14T09:18:03.586Z Compiling owo-colors v4.1.0
30122024-10-14T09:18:03.589Z 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`
30132024-10-14T09:18:03.783Z Compiling slog-envlogger v2.2.0
30142024-10-14T09:18:03.786Z 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=b764866a9817ae4f -C extra-filename=-b764866a9817ae4f --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-0d3a426d176abfcd.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-3e3f515021b9bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-10-14T09:18:03.869Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
30162024-10-14T09:18:03.894Z Dirty swrite v0.1.0: the rustflags changed
30172024-10-14T09:18:03.894Z Compiling swrite v0.1.0
30182024-10-14T09:18:03.897Z 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`
30192024-10-14T09:18:03.946Z 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`
30202024-10-14T09:18:03.959Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build`
30212024-10-14T09:18:03.991Z 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)'`
30222024-10-14T09:18:04.023Z Compiling libsw v3.3.1
30232024-10-14T09:18:04.025Z 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`
30242024-10-14T09:18:04.158Z Compiling blake2 v0.10.6
30252024-10-14T09:18:04.161Z 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`
30262024-10-14T09:18:04.342Z Compiling password-hash v0.5.0
30272024-10-14T09:18:04.344Z 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`
30282024-10-14T09:18:04.500Z Compiling linear-map v1.2.0
30292024-10-14T09:18:04.502Z 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`
30302024-10-14T09:18:04.548Z Compiling indent_write v2.2.0
30312024-10-14T09:18:04.551Z 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`
30322024-10-14T09:18:04.772Z Compiling num-rational v0.4.2
30332024-10-14T09:18:04.774Z 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`
30342024-10-14T09:18:04.886Z Compiling argon2 v0.5.3
30352024-10-14T09:18:04.889Z 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`
30362024-10-14T09:18:05.375Z Compiling num-complex v0.4.6
30372024-10-14T09:18:05.393Z 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`
30382024-10-14T09:18:05.697Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30392024-10-14T09:18:05.700Z 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=b968d17ac9cccb49 -C extra-filename=-b968d17ac9cccb49 --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-65e5443fb12f2594.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
30402024-10-14T09:18:06.120Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30412024-10-14T09:18:06.140Z 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=bd2b1e802a3cb692 -C extra-filename=-bd2b1e802a3cb692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
30422024-10-14T09:18:06.305Z Compiling float-ord v0.3.2
30432024-10-14T09:18:06.307Z 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`
30442024-10-14T09:18:06.415Z Compiling num v0.4.3
30452024-10-14T09:18:06.417Z 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`
30462024-10-14T09:18:06.480Z Compiling pem v3.0.4
30472024-10-14T09:18:06.483Z 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`
30482024-10-14T09:18:06.520Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
30492024-10-14T09:18:06.522Z 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`
30502024-10-14T09:18:06.564Z Compiling typify v0.2.0
30512024-10-14T09:18:06.567Z 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=0331043e29b9de64 -C extra-filename=-0331043e29b9de64 --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-60edb123498fb36c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-81560c4520027bc2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-10-14T09:18:06.567Z Compiling humantime v2.1.0
30532024-10-14T09:18:06.584Z 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`
30542024-10-14T09:18:06.705Z Compiling progenitor-impl v0.8.0
30552024-10-14T09:18:06.707Z 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=92bc0d0faa2ee8ef -C extra-filename=-92bc0d0faa2ee8ef --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-0331043e29b9de64.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`
30562024-10-14T09:18:07.114Z Compiling lzma-sys v0.1.20
30572024-10-14T09:18:07.116Z 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=9893ab27fe0d01b5 -C extra-filename=-9893ab27fe0d01b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-9893ab27fe0d01b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.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`
30582024-10-14T09:18:07.279Z Compiling heck v0.3.3
30592024-10-14T09:18:07.281Z 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`
30602024-10-14T09:18:07.422Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
30612024-10-14T09:18:07.477Z Compiling headers-core v0.3.0
30622024-10-14T09:18:07.480Z 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`
30632024-10-14T09:18:07.641Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30642024-10-14T09:18:07.649Z 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`
30652024-10-14T09:18:07.703Z Compiling zone_cfg_derive v0.1.2
30662024-10-14T09:18:07.720Z 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`
30672024-10-14T09:18:07.784Z Compiling headers v0.4.0
30682024-10-14T09:18:07.787Z 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`
30692024-10-14T09:18:07.978Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-9893ab27fe0d01b5/build-script-build`
30702024-10-14T09:18:08.001Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
30712024-10-14T09:18:08.030Z 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=02ff65d76e351f8c -C extra-filename=-02ff65d76e351f8c --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`
30722024-10-14T09:18:08.052Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30732024-10-14T09:18:08.069Z 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`
30742024-10-14T09:18:08.215Z Compiling yasna v0.5.2
30752024-10-14T09:18:08.222Z 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`
30762024-10-14T09:18:08.469Z Compiling base64 v0.13.1
30772024-10-14T09:18:08.472Z 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`
30782024-10-14T09:18:08.504Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30792024-10-14T09:18:08.507Z 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`
30802024-10-14T09:18:09.154Z Compiling ron v0.7.1
30812024-10-14T09:18:09.157Z 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`
30822024-10-14T09:18:09.255Z Compiling rcgen v0.12.1
30832024-10-14T09:18:09.258Z 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=a0dbad7b99e7b097 -C extra-filename=-a0dbad7b99e7b097 --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-cab33be76e5c3666.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-901fe8feb5f2a35b/out`
30842024-10-14T09:18:09.348Z Compiling zone v0.1.8
30852024-10-14T09:18:09.350Z 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`
30862024-10-14T09:18:09.755Z Compiling xz2 v0.1.7
30872024-10-14T09:18:09.758Z 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=f10bcb042056e3f7 -C extra-filename=-f10bcb042056e3f7 --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-02ff65d76e351f8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
30882024-10-14T09:18:09.951Z 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=68a49857947600bd -C extra-filename=-68a49857947600bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-886df6e3a6e47515.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-11932ce122cbcf61.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-c5813f0370454179.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`
30892024-10-14T09:18:10.109Z Compiling subprocess v0.2.9
30902024-10-14T09:18:10.111Z 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`
30912024-10-14T09:18:10.255Z Compiling semver v0.1.20
30922024-10-14T09:18:10.258Z 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`
30932024-10-14T09:18:10.964Z Compiling rustc_version v0.1.7
30942024-10-14T09:18:10.967Z 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`
30952024-10-14T09:18:10.987Z Compiling home v0.5.9
30962024-10-14T09:18:10.987Z 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`
30972024-10-14T09:18:11.259Z Compiling highway v1.2.0
30982024-10-14T09:18:11.261Z 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`
30992024-10-14T09:18:11.491Z Compiling newtype_derive v0.1.6
31002024-10-14T09:18:11.495Z 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`
31012024-10-14T09:18:11.515Z Compiling half v2.4.1
31022024-10-14T09:18:11.518Z 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`
31032024-10-14T09:18:11.677Z Compiling ciborium-io v0.2.2
31042024-10-14T09:18:11.681Z 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`
31052024-10-14T09:18:11.817Z Compiling prettyplease v0.2.22
31062024-10-14T09:18:11.844Z 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`
31072024-10-14T09:18:11.868Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
31082024-10-14T09:18:11.945Z 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`
31092024-10-14T09:18:12.011Z Compiling ciborium-ll v0.2.2
31102024-10-14T09:18:12.013Z 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`
31112024-10-14T09:18:12.073Z 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`
31122024-10-14T09:18:12.095Z Compiling steno v0.4.1
31132024-10-14T09:18:12.098Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31142024-10-14T09:18:12.098Z 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=793e575092386c42 -C extra-filename=-793e575092386c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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`
31152024-10-14T09:18:12.121Z 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=5f192cee9ca19b8d -C extra-filename=-5f192cee9ca19b8d --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
31162024-10-14T09:18:12.169Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build`
31172024-10-14T09:18:12.200Z 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)'`
31182024-10-14T09:18:12.371Z Compiling ciborium v0.2.2
31192024-10-14T09:18:12.379Z 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`
31202024-10-14T09:18:12.416Z Compiling display-error-chain v0.2.1
31212024-10-14T09:18:12.424Z 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`
31222024-10-14T09:18:12.589Z Compiling slog-dtrace v0.3.0
31232024-10-14T09:18:12.591Z 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`
31242024-10-14T09:18:12.969Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
31252024-10-14T09:18:13.043Z 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=4b80a51e6350904d -C extra-filename=-4b80a51e6350904d --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-19213ba23505b917.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262024-10-14T09:18:13.433Z Compiling keccak v0.1.5
31272024-10-14T09:18:13.436Z 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`
31282024-10-14T09:18:13.642Z Compiling constant_time_eq v0.3.0
31292024-10-14T09:18:13.645Z 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`
31302024-10-14T09:18:13.859Z Compiling sha3 v0.10.8
31312024-10-14T09:18:13.862Z 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`
31322024-10-14T09:18:13.881Z Compiling arrayref v0.3.7
31332024-10-14T09:18:13.884Z 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`
31342024-10-14T09:18:13.996Z Compiling arrayvec v0.7.4
31352024-10-14T09:18:13.998Z 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`
31362024-10-14T09:18:14.232Z Compiling universal-hash v0.5.1
31372024-10-14T09:18:14.235Z 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`
31382024-10-14T09:18:14.412Z Compiling opaque-debug v0.3.1
31392024-10-14T09:18:14.414Z 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`
31402024-10-14T09:18:14.436Z Compiling secrecy v0.8.0
31412024-10-14T09:18:14.438Z 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`
31422024-10-14T09:18:14.511Z Compiling blake3 v1.5.1
31432024-10-14T09:18:14.514Z 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=6f3c6eb78024075a -C extra-filename=-6f3c6eb78024075a --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-6f3c6eb78024075a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-10-14T09:18:14.530Z Compiling ring v0.16.20
31452024-10-14T09:18:14.533Z 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=d9efb2d89af0b0cb -C extra-filename=-d9efb2d89af0b0cb --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d9efb2d89af0b0cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-10-14T09:18:14.714Z Compiling memmap2 v0.9.4
31472024-10-14T09:18:14.717Z 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`
31482024-10-14T09:18:14.848Z Compiling progenitor-macro v0.8.0
31492024-10-14T09:18:14.851Z 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=d29327577b997211 -C extra-filename=-d29327577b997211 --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-92bc0d0faa2ee8ef.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`
31502024-10-14T09:18:14.930Z Compiling untrusted v0.7.1
31512024-10-14T09:18:14.933Z 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`
31522024-10-14T09:18:15.118Z Compiling spin v0.5.2
31532024-10-14T09:18:15.120Z 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`
31542024-10-14T09:18:15.185Z Compiling glob v0.3.1
31552024-10-14T09:18:15.188Z 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`
31562024-10-14T09:18:15.268Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-6f3c6eb78024075a/build-script-build`
31572024-10-14T09:18:15.338Z Compiling aead v0.5.2
31582024-10-14T09:18:15.340Z Compiling topological-sort v0.2.2
31592024-10-14T09:18:15.340Z 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`
31602024-10-14T09:18:15.359Z 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`
31612024-10-14T09:18:15.573Z Compiling poly1305 v0.8.0
31622024-10-14T09:18:15.575Z 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`
31632024-10-14T09:18:15.620Z Compiling chacha20 v0.9.1
31642024-10-14T09:18:15.624Z 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`
31652024-10-14T09:18:15.713Z Compiling gethostname v0.5.0
31662024-10-14T09:18:15.715Z 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`
31672024-10-14T09:18:15.811Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d9efb2d89af0b0cb/build-script-build`
31682024-10-14T09:18:15.929Z 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=9273d7e127c1d9ce -C extra-filename=-9273d7e127c1d9ce --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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/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`
31692024-10-14T09:18:15.933Z Compiling toolchain_find v0.4.0
31702024-10-14T09:18:15.933Z 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=222b8c59f5b9119f -C extra-filename=-222b8c59f5b9119f --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-eebe1899602319ed.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`
31712024-10-14T09:18:16.063Z Compiling thiserror-impl-no-std v2.0.2
31722024-10-14T09:18:16.065Z 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`
31732024-10-14T09:18:16.106Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742024-10-14T09:18:16.108Z 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=d1ef867e89322013 -C extra-filename=-d1ef867e89322013 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-d1ef867e89322013 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
31752024-10-14T09:18:16.483Z Compiling rustfmt-wrapper v0.2.1
31762024-10-14T09:18:16.485Z 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=71e219ecac9375bb -C extra-filename=-71e219ecac9375bb --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-e9e06acf0e6a9e7b.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-222b8c59f5b9119f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-10-14T09:18:16.585Z Compiling nibble_vec v0.1.0
31782024-10-14T09:18:16.588Z 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`
31792024-10-14T09:18:16.801Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
31802024-10-14T09:18:16.824Z 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`
31812024-10-14T09:18:17.074Z Compiling endian-type v0.1.2
31822024-10-14T09:18:17.077Z 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`
31832024-10-14T09:18:17.125Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-d1ef867e89322013/build-script-build`
31842024-10-14T09:18:17.145Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build`
31852024-10-14T09:18:17.170Z Compiling chacha20poly1305 v0.10.1
31862024-10-14T09:18:17.173Z 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`
31872024-10-14T09:18:17.192Z 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/`
31882024-10-14T09:18:17.261Z Compiling radix_trie v0.2.1
31892024-10-14T09:18:17.263Z 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`
31902024-10-14T09:18:17.291Z Compiling fxhash v0.2.1
31912024-10-14T09:18:17.312Z 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`
31922024-10-14T09:18:17.380Z Compiling termcolor v1.4.1
31932024-10-14T09:18:17.380Z 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`
31942024-10-14T09:18:17.485Z Compiling radium v0.7.0
31952024-10-14T09:18:17.487Z 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`
31962024-10-14T09:18:17.620Z Compiling maplit v1.0.2
31972024-10-14T09:18:17.623Z 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`
31982024-10-14T09:18:17.740Z Compiling maybe-uninit v2.0.0
31992024-10-14T09:18:17.743Z 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`
32002024-10-14T09:18:17.975Z Compiling tap v1.0.1
32012024-10-14T09:18:18.008Z 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`
32022024-10-14T09:18:18.015Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
32032024-10-14T09:18:18.047Z 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`
32042024-10-14T09:18:18.160Z Compiling wyz v0.5.1
32052024-10-14T09:18:18.162Z 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`
32062024-10-14T09:18:18.295Z Compiling bzip2-sys v0.1.11+1.0.8
32072024-10-14T09:18:18.297Z 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=a9656e468a7469f7 -C extra-filename=-a9656e468a7469f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9656e468a7469f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.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`
32082024-10-14T09:18:18.345Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
32092024-10-14T09:18:18.397Z 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=ce14c0cfd3f08e8b -C extra-filename=-ce14c0cfd3f08e8b --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-eebe1899602319ed.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-9e23dd643cf33d94/out -l static=ring-core -l static=ring-test`
32102024-10-14T09:18:18.420Z Compiling crc-catalog v2.4.0
32112024-10-14T09:18:18.423Z 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`
32122024-10-14T09:18:18.476Z Compiling funty v2.0.0
32132024-10-14T09:18:18.479Z 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`
32142024-10-14T09:18:18.572Z Compiling packed_struct v0.10.1
32152024-10-14T09:18:18.574Z 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`
32162024-10-14T09:18:18.591Z Compiling crc v3.2.1
32172024-10-14T09:18:18.594Z 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`
32182024-10-14T09:18:18.914Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9656e468a7469f7/build-script-build`
32192024-10-14T09:18:19.184Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
32202024-10-14T09:18:19.213Z 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`
32212024-10-14T09:18:19.289Z Compiling packed_struct_codegen v0.10.1
32222024-10-14T09:18:19.291Z 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`
32232024-10-14T09:18:19.344Z Compiling indexmap v1.9.3
32242024-10-14T09:18:19.347Z 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`
32252024-10-14T09:18:19.513Z Compiling thiserror-no-std v2.0.2
32262024-10-14T09:18:19.516Z 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`
32272024-10-14T09:18:19.615Z Compiling vsss-rs v3.3.4
32282024-10-14T09:18:19.617Z 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=b635cd75ecbf1240 -C extra-filename=-b635cd75ecbf1240 --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-c32e090e0308938e.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`
32292024-10-14T09:18:19.636Z Compiling bitvec v1.0.1
32302024-10-14T09:18:19.636Z 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`
32312024-10-14T09:18:19.715Z Compiling nodrop v0.1.14
32322024-10-14T09:18:19.715Z 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`
32332024-10-14T09:18:19.842Z Compiling array-init v0.0.4
32342024-10-14T09:18:19.844Z 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`
32352024-10-14T09:18:20.272Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build`
32362024-10-14T09:18:20.303Z Compiling smallvec v0.6.14
32372024-10-14T09:18:20.306Z 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`
32382024-10-14T09:18:20.540Z Compiling omicron-zone-package v0.11.1
32392024-10-14T09:18:20.543Z 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=451e4543648eb7dc -C extra-filename=-451e4543648eb7dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9273d7e127c1d9ce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-772a63fa33fb3cfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ce14c0cfd3f08e8b.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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out`
32402024-10-14T09:18:20.747Z 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=0556e94dd423bc8b -C extra-filename=-0556e94dd423bc8b --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-752a3295359e530f/out/lib -l static=bz2`
32412024-10-14T09:18:20.898Z Compiling async-recursion v1.1.1
32422024-10-14T09:18:20.916Z 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`
32432024-10-14T09:18:20.963Z Compiling hashbrown v0.12.3
32442024-10-14T09:18:20.966Z 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`
32452024-10-14T09:18:22.041Z Compiling bitfield v0.14.0
32462024-10-14T09:18:22.087Z 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`
32472024-10-14T09:18:22.089Z 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`
32482024-10-14T09:18:22.230Z Compiling serde-hex v0.1.0
32492024-10-14T09:18:22.232Z 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`
32502024-10-14T09:18:22.363Z Compiling bzip2 v0.4.4
32512024-10-14T09:18:22.366Z 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=3f4ff43052fd2034 -C extra-filename=-3f4ff43052fd2034 --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-0556e94dd423bc8b.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-752a3295359e530f/out/lib`
32522024-10-14T09:18:22.765Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32532024-10-14T09:18:22.768Z 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`
32542024-10-14T09:18:22.785Z Compiling env_logger v0.10.2
32552024-10-14T09:18:22.788Z 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`
32562024-10-14T09:18:22.946Z Compiling ron v0.8.1
32572024-10-14T09:18:22.949Z 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`
32582024-10-14T09:18:23.075Z Compiling hashbrown v0.13.2
32592024-10-14T09:18:23.078Z 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=22c74a212967fd86 -C extra-filename=-22c74a212967fd86 --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-51c4bc39e3636086.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-10-14T09:18:23.299Z 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`
32612024-10-14T09:18:23.974Z Compiling kstat-rs v0.2.4
32622024-10-14T09:18:23.977Z 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`
32632024-10-14T09:18:24.105Z Compiling crc-any v2.5.0
32642024-10-14T09:18:24.108Z 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`
32652024-10-14T09:18:24.277Z Compiling object v0.30.4
32662024-10-14T09:18:24.279Z 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=6cd097570f167358 -C extra-filename=-6cd097570f167358 --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-22c74a212967fd86.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`
32672024-10-14T09:18:24.617Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682024-10-14T09:18:24.619Z 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`
32692024-10-14T09:18:24.637Z Compiling zip v0.6.6
32702024-10-14T09:18:24.637Z 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=a528086b37d9810e -C extra-filename=-a528086b37d9810e --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-3f4ff43052fd2034.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-752a3295359e530f/out/lib`
32712024-10-14T09:18:25.379Z Compiling libefi-sys v0.1.0
32722024-10-14T09:18:25.382Z 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`
32732024-10-14T09:18:25.603Z Compiling path-slash v0.1.5
32742024-10-14T09:18:25.607Z 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`
32752024-10-14T09:18:25.734Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
32762024-10-14T09:18:25.766Z Compiling bitfield-struct v0.6.1
32772024-10-14T09:18:25.770Z 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`
32782024-10-14T09:18:25.838Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
32792024-10-14T09:18:25.841Z 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=fa2f0c9426cbea29 -C extra-filename=-fa2f0c9426cbea29 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-fa2f0c9426cbea29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-10-14T09:18:26.052Z Compiling parking_lot_core v0.8.6
32812024-10-14T09:18:26.056Z 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`
32822024-10-14T09:18:26.334Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-fa2f0c9426cbea29/build-script-build`
32832024-10-14T09:18:26.461Z 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`
32842024-10-14T09:18:26.562Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
32852024-10-14T09:18:26.592Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32862024-10-14T09:18:26.595Z 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=79163376efec9162 -C extra-filename=-79163376efec9162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-11932ce122cbcf61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-10-14T09:18:26.882Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
32882024-10-14T09:18:26.885Z 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`
32892024-10-14T09:18:27.013Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32902024-10-14T09:18:27.019Z 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`
32912024-10-14T09:18:27.133Z 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=d7dcba9e796a878d -C extra-filename=-d7dcba9e796a878d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-79163376efec9162.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -l static=pci`
32922024-10-14T09:18:27.206Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32932024-10-14T09:18:27.213Z 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`
32942024-10-14T09:18:27.303Z 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`
32952024-10-14T09:18:27.544Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32962024-10-14T09:18:27.661Z 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`
32972024-10-14T09:18:27.661Z Compiling hickory-client v0.24.1
32982024-10-14T09:18:27.661Z 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=8c16f4a4c6f89eea -C extra-filename=-8c16f4a4c6f89eea --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-71594f9a32772431.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992024-10-14T09:18:27.723Z Compiling hickory-server v0.24.1
33002024-10-14T09:18:27.723Z 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=2c833a3772356eb7 -C extra-filename=-2c833a3772356eb7 --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-71594f9a32772431.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012024-10-14T09:18:27.724Z Compiling diff v0.1.13
33022024-10-14T09:18:27.724Z 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`
33032024-10-14T09:18:27.941Z Compiling parking_lot v0.11.2
33042024-10-14T09:18:27.952Z 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`
33052024-10-14T09:18:28.161Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33062024-10-14T09:18:28.181Z 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`
33072024-10-14T09:18:28.322Z Compiling sled v0.34.7
33082024-10-14T09:18:28.328Z 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`
33092024-10-14T09:18:28.784Z Compiling primeorder v0.13.6
33102024-10-14T09:18:28.788Z 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`
33112024-10-14T09:18:28.858Z Compiling vte_generate_state_changes v0.1.1
33122024-10-14T09:18:28.861Z 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`
33132024-10-14T09:18:29.175Z Compiling nanorand v0.7.0
33142024-10-14T09:18:29.178Z 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`
33152024-10-14T09:18:29.313Z Compiling unicase v2.7.0
33162024-10-14T09:18:29.315Z 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`
33172024-10-14T09:18:29.649Z Compiling vte v0.11.1
33182024-10-14T09:18:29.674Z 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`
33192024-10-14T09:18:29.702Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
33202024-10-14T09:18:29.723Z Compiling flume v0.11.0
33212024-10-14T09:18:29.726Z 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`
33222024-10-14T09:18:29.909Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33232024-10-14T09:18:29.912Z 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=531a56b5b12d7b68 -C extra-filename=-531a56b5b12d7b68 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33242024-10-14T09:18:30.143Z Compiling dsl_auto_type v0.1.2
33252024-10-14T09:18:30.146Z 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`
33262024-10-14T09:18:30.428Z Compiling fd-lock v4.0.2
33272024-10-14T09:18:30.433Z 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`
33282024-10-14T09:18:30.646Z Compiling diesel_table_macro_syntax v0.2.0
33292024-10-14T09:18:30.649Z 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`
33302024-10-14T09:18:31.087Z Compiling scheduled-thread-pool v0.2.7
33312024-10-14T09:18:31.087Z 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`
33322024-10-14T09:18:31.108Z Compiling atty v0.2.14
33332024-10-14T09:18:31.110Z 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`
33342024-10-14T09:18:31.239Z Compiling buf-list v1.0.3
33352024-10-14T09:18:31.242Z 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`
33362024-10-14T09:18:31.719Z Compiling crunchy v0.2.2
33372024-10-14T09:18:31.725Z 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`
33382024-10-14T09:18:31.799Z Compiling salty v0.3.0
33392024-10-14T09:18:31.803Z 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`
33402024-10-14T09:18:31.986Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
33412024-10-14T09:18:32.060Z Compiling diesel_derives v2.2.2
33422024-10-14T09:18:32.074Z 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`
33432024-10-14T09:18:32.199Z Compiling r2d2 v0.8.10
33442024-10-14T09:18:32.201Z 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`
33452024-10-14T09:18:32.272Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build`
33462024-10-14T09:18:32.304Z Compiling strip-ansi-escapes v0.2.0
33472024-10-14T09:18:32.307Z 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`
33482024-10-14T09:18:32.307Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
33492024-10-14T09:18:32.357Z 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`
33502024-10-14T09:18:32.582Z Compiling p384 v0.13.0
33512024-10-14T09:18:32.586Z 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`
33522024-10-14T09:18:32.744Z Compiling clang-sys v1.7.0
33532024-10-14T09:18:32.746Z 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`
33542024-10-14T09:18:32.764Z Compiling nu-ansi-term v0.50.0
33552024-10-14T09:18:32.766Z 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`
33562024-10-14T09:18:32.965Z Compiling tiny-keccak v2.0.2
33572024-10-14T09:18:32.967Z 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`
33582024-10-14T09:18:33.341Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
33592024-10-14T09:18:33.380Z Compiling reedline v0.35.0
33602024-10-14T09:18:33.393Z 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`
33612024-10-14T09:18:33.488Z Compiling mime_guess v2.0.4
33622024-10-14T09:18:33.491Z 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`
33632024-10-14T09:18:33.511Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build`
33642024-10-14T09:18:33.545Z 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`
33652024-10-14T09:18:33.673Z 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`
33662024-10-14T09:18:33.836Z Compiling progenitor v0.8.0
33672024-10-14T09:18:33.842Z 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=19b7e6e2b0ecfca7 -C extra-filename=-19b7e6e2b0ecfca7 --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-45dc34a82debe47c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-92bc0d0faa2ee8ef.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-d29327577b997211.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33682024-10-14T09:18:34.079Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
33692024-10-14T09:18:34.088Z 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=e888153fb05e462d -C extra-filename=-e888153fb05e462d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33702024-10-14T09:18:34.153Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712024-10-14T09:18:34.156Z 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=e623c4ddaa0a6c75 -C extra-filename=-e623c4ddaa0a6c75 --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-197c7a8a40573406.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33722024-10-14T09:18:34.684Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33732024-10-14T09:18:34.686Z 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=3edd53ba7a038f69 -C extra-filename=-3edd53ba7a038f69 --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-19b7e6e2b0ecfca7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33742024-10-14T09:18:34.988Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
33752024-10-14T09:18:34.992Z 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=5b712b4d88a5e546 -C extra-filename=-5b712b4d88a5e546 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-5b712b4d88a5e546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-451e4543648eb7dc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-71e219ecac9375bb.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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out`
33762024-10-14T09:18:39.886Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33772024-10-14T09:18:39.912Z 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=24392cd7f3219ad0 -C extra-filename=-24392cd7f3219ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-37294bd2338f89ce.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-e888153fb05e462d.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-45dc34a82debe47c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33782024-10-14T09:18:40.657Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
33792024-10-14T09:18:40.660Z 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=ba54ffb935408085 -C extra-filename=-ba54ffb935408085 --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-b0629028038a7b35.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-68a49857947600bd.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-3edd53ba7a038f69.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-f10bcb042056e3f7.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
33802024-10-14T09:18:40.719Z 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=2d53ee48d3c59e5f -C extra-filename=-2d53ee48d3c59e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-37294bd2338f89ce.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-e888153fb05e462d.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-45dc34a82debe47c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33812024-10-14T09:18:41.843Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
33822024-10-14T09:18:41.937Z 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=393ab0450df0b77c -C extra-filename=-393ab0450df0b77c --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-19b7e6e2b0ecfca7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33832024-10-14T09:18:42.011Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
33842024-10-14T09:18:42.011Z 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`
33852024-10-14T09:18:42.989Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
33862024-10-14T09:18:43.083Z 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=7de9b19e91154582 -C extra-filename=-7de9b19e91154582 --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-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33872024-10-14T09:18:44.310Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
33882024-10-14T09:18:44.312Z 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=f522c54aa91410cc -C extra-filename=-f522c54aa91410cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
33892024-10-14T09:18:45.191Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
33902024-10-14T09:18:45.194Z 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=c4755ae624bbd871 -C extra-filename=-c4755ae624bbd871 --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-6cd097570f167358.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-a528086b37d9810e.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-752a3295359e530f/out/lib`
33912024-10-14T09:18:45.934Z Compiling diesel v2.2.4
33922024-10-14T09:18:45.938Z 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`
33932024-10-14T09:18:47.184Z 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`
33942024-10-14T09:18:47.775Z Compiling env_filter v0.1.2
33952024-10-14T09:18:47.778Z 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`
33962024-10-14T09:18:48.482Z Compiling ref-cast v1.0.23
33972024-10-14T09:18:48.486Z 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`
33982024-10-14T09:18:48.996Z Compiling env_logger v0.11.5
33992024-10-14T09:18:48.999Z 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`
34002024-10-14T09:18:49.093Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
34012024-10-14T09:18:49.169Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build`
34022024-10-14T09:18:49.226Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34032024-10-14T09:18:49.230Z 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=c5d8016fb3ff3684 -C extra-filename=-c5d8016fb3ff3684 --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-78e5be210587fb03.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`
34042024-10-14T09:18:49.693Z 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`
34052024-10-14T09:18:49.766Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34062024-10-14T09:18:49.793Z 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=2973fbb4bc02565f -C extra-filename=-2973fbb4bc02565f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2973fbb4bc02565f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34072024-10-14T09:18:50.117Z Compiling ascii-canvas v3.0.0
34082024-10-14T09:18:50.119Z 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`
34092024-10-14T09:18:50.159Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
34102024-10-14T09:18:50.162Z 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`
34112024-10-14T09:18:50.366Z Compiling ref-cast-impl v1.0.23
34122024-10-14T09:18:50.369Z 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`
34132024-10-14T09:18:50.546Z Compiling ena v0.14.3
34142024-10-14T09:18:50.549Z 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`
34152024-10-14T09:18:50.654Z Compiling libloading v0.8.3
34162024-10-14T09:18:50.657Z 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`
34172024-10-14T09:18:50.959Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34182024-10-14T09:18:50.962Z 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`
34192024-10-14T09:18:51.027Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-5b712b4d88a5e546/build-script-build`
34202024-10-14T09:18:51.084Z Compiling regex-syntax v0.6.29
34212024-10-14T09:18:51.087Z 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`
34222024-10-14T09:18:51.310Z 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=d472b386ae238d80 -C extra-filename=-d472b386ae238d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cffd9eb4ea053014.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
34232024-10-14T09:18:51.659Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34242024-10-14T09:18:51.662Z 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=7e75b21afe94ce5a -C extra-filename=-7e75b21afe94ce5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34252024-10-14T09:18:51.907Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34262024-10-14T09:18:51.909Z 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=a4fa90958973a538 -C extra-filename=-a4fa90958973a538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34272024-10-14T09:18:54.941Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34282024-10-14T09:18:54.944Z 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=2781d4a14db52736 -C extra-filename=-2781d4a14db52736 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34292024-10-14T09:18:55.170Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34302024-10-14T09:18:55.172Z 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=260b677bda88b9f5 -C extra-filename=-260b677bda88b9f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34312024-10-14T09:18:57.145Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34322024-10-14T09:18:57.149Z 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=99039860d5397a09 -C extra-filename=-99039860d5397a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-ba54ffb935408085.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
34332024-10-14T09:18:59.385Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34342024-10-14T09:18:59.388Z 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=fd7670dcf5107d40 -C extra-filename=-fd7670dcf5107d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34352024-10-14T09:19:00.327Z 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=8c7ab1f3fef82453 -C extra-filename=-8c7ab1f3fef82453 --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-2d53ee48d3c59e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34362024-10-14T09:19:01.394Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34372024-10-14T09:19:01.398Z 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=c103f69cebe5c60f -C extra-filename=-c103f69cebe5c60f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34382024-10-14T09:19:02.318Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34392024-10-14T09:19:02.331Z 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=2f1d5e7d593cb88f -C extra-filename=-2f1d5e7d593cb88f --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-455271f8a166015d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34402024-10-14T09:19:02.732Z 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=2beff55ce0373280 -C extra-filename=-2beff55ce0373280 --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-65e5443fb12f2594.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-45dc34a82debe47c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34412024-10-14T09:19:03.888Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34422024-10-14T09:19:03.892Z 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=80e7f152dc0a3d0b -C extra-filename=-80e7f152dc0a3d0b --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-a4fa90958973a538.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34432024-10-14T09:19:04.058Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34442024-10-14T09:19:04.063Z 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=a2f76ea826a45a51 -C extra-filename=-a2f76ea826a45a51 --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-37294bd2338f89ce.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34452024-10-14T09:19:04.780Z 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=f201695f85598b88 -C extra-filename=-f201695f85598b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8c7ab1f3fef82453.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34462024-10-14T09:19:05.816Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472024-10-14T09:19:05.845Z 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=3229666c6747ebcb -C extra-filename=-3229666c6747ebcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-a2f76ea826a45a51.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34482024-10-14T09:19:05.847Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34492024-10-14T09:19:05.847Z 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=ae3f2a55e59f371e -C extra-filename=-ae3f2a55e59f371e --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34502024-10-14T09:19:05.981Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34512024-10-14T09:19:05.993Z 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=f3fafdb7b0f22ea9 -C extra-filename=-f3fafdb7b0f22ea9 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34522024-10-14T09:19:07.453Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34532024-10-14T09:19:08.165Z 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=e8f9ef2e24247bdf -C extra-filename=-e8f9ef2e24247bdf --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-d472b386ae238d80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34542024-10-14T09:19:08.165Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34552024-10-14T09:19:08.165Z 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=54c9371d20982e84 -C extra-filename=-54c9371d20982e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-78e5be210587fb03.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-bd2b1e802a3cb692.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34562024-10-14T09:19:08.165Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34572024-10-14T09:19:08.165Z 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=6343ee40610cfd76 -C extra-filename=-6343ee40610cfd76 --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-d472b386ae238d80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34582024-10-14T09:19:08.306Z 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=4eb5d5099ad171a8 -C extra-filename=-4eb5d5099ad171a8 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-78e5be210587fb03.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-e8f9ef2e24247bdf.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-b635cd75ecbf1240.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34592024-10-14T09:19:08.989Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34602024-10-14T09:19:09.057Z 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=80ccc087c09b221e -C extra-filename=-80ccc087c09b221e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-79163376efec9162.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.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-24392cd7f3219ad0.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-d7dcba9e796a878d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
34612024-10-14T09:19:09.057Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34622024-10-14T09:19:09.058Z 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=e860fc6d84ca7a1d -C extra-filename=-e860fc6d84ca7a1d --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-65e5443fb12f2594.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f201695f85598b88.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8c7ab1f3fef82453.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34632024-10-14T09:19:13.570Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642024-10-14T09:19:13.571Z 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=1ec0a97a34a12c2e -C extra-filename=-1ec0a97a34a12c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-260b677bda88b9f5.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-37294bd2338f89ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.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-a4fa90958973a538.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-6343ee40610cfd76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-78e5be210587fb03.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-793e575092386c42.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34652024-10-14T09:19:13.571Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662024-10-14T09:19:13.571Z 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=117080d753c2b82a -C extra-filename=-117080d753c2b82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4eb5d5099ad171a8.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-6343ee40610cfd76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34672024-10-14T09:19:13.571Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34682024-10-14T09:19:13.571Z 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=8c9f2fc5ea1e9ef8 -C extra-filename=-8c9f2fc5ea1e9ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-6343ee40610cfd76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34692024-10-14T09:19:16.231Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34702024-10-14T09:19:16.234Z 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=de2557f092679809 -C extra-filename=-de2557f092679809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c103f69cebe5c60f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e860fc6d84ca7a1d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34712024-10-14T09:19:16.671Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34722024-10-14T09:19:16.673Z 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=45ae3abcefd63409 -C extra-filename=-45ae3abcefd63409 --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-37294bd2338f89ce.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-b548b0425373d73c.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-65e5443fb12f2594.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34732024-10-14T09:19:21.766Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34742024-10-14T09:19:21.769Z 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=bcea471f28fc97e4 -C extra-filename=-bcea471f28fc97e4 --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-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34752024-10-14T09:19:23.329Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34762024-10-14T09:19:23.331Z 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=2fdfa9e6bc8be499 -C extra-filename=-2fdfa9e6bc8be499 --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-7de9b19e91154582.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-45dc34a82debe47c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34772024-10-14T09:19:23.658Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34782024-10-14T09:19:23.661Z 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=bd84da8c8e0c52a2 -C extra-filename=-bd84da8c8e0c52a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f3fafdb7b0f22ea9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-80ccc087c09b221e.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
34792024-10-14T09:19:26.118Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34802024-10-14T09:19:26.121Z 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=4201f053cf25b4b5 -C extra-filename=-4201f053cf25b4b5 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5b1355b40b92f207.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34812024-10-14T09:19:26.493Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34822024-10-14T09:19:26.495Z 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=4a8ed88a36d60b05 -C extra-filename=-4a8ed88a36d60b05 --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-37294bd2338f89ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-117080d753c2b82a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34832024-10-14T09:19:26.893Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34842024-10-14T09:19:26.895Z 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=8a5906fc622a334c -C extra-filename=-8a5906fc622a334c --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-37294bd2338f89ce.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-117080d753c2b82a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34852024-10-14T09:19:27.046Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34862024-10-14T09:19:27.046Z 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=ef865dc4c36b62ac -C extra-filename=-ef865dc4c36b62ac --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-197c7a8a40573406.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
34872024-10-14T09:19:27.368Z Dirty bytecount v0.6.8: the rustflags changed
34882024-10-14T09:19:27.368Z Compiling bytecount v0.6.8
34892024-10-14T09:19:27.370Z 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`
34902024-10-14T09:19:27.602Z Compiling cfg_aliases v0.1.1
34912024-10-14T09:19:27.605Z 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`
34922024-10-14T09:19:27.632Z Compiling bindgen v0.69.4
34932024-10-14T09:19:27.650Z 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`
34942024-10-14T09:19:27.714Z Compiling nix v0.28.0
34952024-10-14T09:19:27.716Z 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`
34962024-10-14T09:19:27.981Z Dirty papergrid v0.11.0: the rustflags changed
34972024-10-14T09:19:27.981Z Compiling papergrid v0.11.0
34982024-10-14T09:19:27.983Z 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`
34992024-10-14T09:19:28.493Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build`
35002024-10-14T09:19:28.515Z Compiling lalrpop v0.19.12
35012024-10-14T09:19:28.532Z 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=4f94453579e6ba2e -C extra-filename=-4f94453579e6ba2e --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-46ed613761b845e6.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`
35022024-10-14T09:19:28.543Z 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)'`
35032024-10-14T09:19:28.598Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build`
35042024-10-14T09:19:28.631Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35052024-10-14T09:19:28.634Z 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=e61cd6280ddb3121 -C extra-filename=-e61cd6280ddb3121 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35062024-10-14T09:19:28.688Z 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`
35072024-10-14T09:19:28.797Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2973fbb4bc02565f/build-script-build`
35082024-10-14T09:19:28.831Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35092024-10-14T09:19:28.834Z 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=85118db7abb97743 -C extra-filename=-85118db7abb97743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-c5d8016fb3ff3684.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-3472ef5803172d85.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`
35102024-10-14T09:19:29.998Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35112024-10-14T09:19:30.001Z 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=e68035c640a4e4d0 -C extra-filename=-e68035c640a4e4d0 --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-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35122024-10-14T09:19:30.375Z 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`
35132024-10-14T09:19:30.773Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35142024-10-14T09:19:30.776Z 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=99401ca12d8f88c7 -C extra-filename=-99401ca12d8f88c7 --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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35152024-10-14T09:19:31.376Z Compiling which v4.4.2
35162024-10-14T09:19:31.379Z 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`
35172024-10-14T09:19:31.647Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
35182024-10-14T09:19:31.651Z 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`
35192024-10-14T09:19:31.975Z Compiling tabled_derive v0.7.0
35202024-10-14T09:19:31.979Z 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`
35212024-10-14T09:19:32.270Z Compiling cexpr v0.6.0
35222024-10-14T09:19:32.273Z 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`
35232024-10-14T09:19:32.729Z Compiling rustc-hash v1.1.0
35242024-10-14T09:19:32.735Z 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`
35252024-10-14T09:19:32.894Z Compiling http-range v0.1.5
35262024-10-14T09:19:32.897Z 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`
35272024-10-14T09:19:33.262Z Compiling lazycell v1.3.0
35282024-10-14T09:19:33.265Z 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`
35292024-10-14T09:19:33.449Z Compiling shlex v1.3.0
35302024-10-14T09:19:33.453Z 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`
35312024-10-14T09:19:33.914Z 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`
35322024-10-14T09:19:34.139Z Compiling hyper-staticfile v0.10.1
35332024-10-14T09:19:34.142Z 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=4d84109d958d9353 -C extra-filename=-4d84109d958d9353 --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-b548b0425373d73c.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`
35342024-10-14T09:19:34.383Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
35352024-10-14T09:19:34.385Z 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`
35362024-10-14T09:19:34.759Z Compiling tabled v0.15.0
35372024-10-14T09:19:34.762Z 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`
35382024-10-14T09:19:35.306Z 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=e4d5d04c3591bb7a -C extra-filename=-e4d5d04c3591bb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-c5d8016fb3ff3684.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-85118db7abb97743.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3472ef5803172d85.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-2aa9a235c6265905.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-0d3a426d176abfcd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-195c5ac45f3cc4d4.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-901fe8feb5f2a35b/out`
35392024-10-14T09:19:37.716Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build`
35402024-10-14T09:19:37.749Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
35412024-10-14T09:19:37.752Z 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=3fd07f652e7fe32b -C extra-filename=-3fd07f652e7fe32b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.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-4b80a51e6350904d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35422024-10-14T09:19:39.535Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
35432024-10-14T09:19:39.538Z 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=2b17662221fb38c2 -C extra-filename=-2b17662221fb38c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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`
35442024-10-14T09:19:41.216Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35452024-10-14T09:19:41.218Z 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=d22bc735a2905422 -C extra-filename=-d22bc735a2905422 --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-37294bd2338f89ce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35462024-10-14T09:19:41.368Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35472024-10-14T09:19:41.371Z 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=2b7eedc46cfd3f12 -C extra-filename=-2b7eedc46cfd3f12 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2b7eedc46cfd3f12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35482024-10-14T09:19:41.739Z Compiling derive_builder_core v0.20.0
35492024-10-14T09:19:41.742Z Compiling libxml v0.3.3
35502024-10-14T09:19:41.742Z 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`
35512024-10-14T09:19:41.742Z 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`
35522024-10-14T09:19:41.881Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2b7eedc46cfd3f12/build-script-build`
35532024-10-14T09:19:41.915Z 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`
35542024-10-14T09:19:42.193Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build`
35552024-10-14T09:19:42.235Z 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=966490d627ec6d2c -C extra-filename=-966490d627ec6d2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-260b677bda88b9f5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-99401ca12d8f88c7.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-7e75b21afe94ce5a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4201f053cf25b4b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-8c9f2fc5ea1e9ef8.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-793e575092386c42.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35562024-10-14T09:19:44.212Z Compiling derive_builder_macro v0.20.0
35572024-10-14T09:19:44.214Z 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`
35582024-10-14T09:19:45.327Z Compiling peg-macros v0.8.4
35592024-10-14T09:19:45.329Z 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`
35602024-10-14T09:19:45.893Z Compiling signal-hook-tokio v0.3.1
35612024-10-14T09:19:45.896Z 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`
35622024-10-14T09:19:46.091Z Compiling strum_macros v0.24.3
35632024-10-14T09:19:46.095Z 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`
35642024-10-14T09:19:46.977Z Compiling sqlparser_derive v0.2.2
35652024-10-14T09:19:46.980Z 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`
35662024-10-14T09:19:48.269Z Compiling memoffset v0.9.1
35672024-10-14T09:19:48.273Z 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`
35682024-10-14T09:19:48.671Z Compiling unicode_categories v0.1.1
35692024-10-14T09:19:48.680Z 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`
35702024-10-14T09:19:49.068Z Compiling indoc v1.0.9
35712024-10-14T09:19:49.073Z 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`
35722024-10-14T09:19:49.189Z Compiling peg v0.8.4
35732024-10-14T09:19:49.193Z 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`
35742024-10-14T09:19:49.311Z Compiling sqlformat v0.2.6
35752024-10-14T09:19:49.315Z 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`
35762024-10-14T09:19:50.068Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build`
35772024-10-14T09:19:50.122Z Compiling sqlparser v0.45.0
35782024-10-14T09:19:50.125Z 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`
35792024-10-14T09:19:50.217Z Compiling derive_builder v0.20.0
35802024-10-14T09:19:50.219Z 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`
35812024-10-14T09:19:50.400Z Compiling rustyline v14.0.0
35822024-10-14T09:19:50.402Z 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`
35832024-10-14T09:19:51.165Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35842024-10-14T09:19:51.168Z 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=e0662467ee8f8f3d -C extra-filename=-e0662467ee8f8f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-4d84109d958d9353.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-772a63fa33fb3cfc.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-8a5906fc622a334c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
35852024-10-14T09:19:52.388Z 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`
35862024-10-14T09:19:54.781Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35872024-10-14T09:19:54.783Z 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=9bbaaccfcb4040b3 -C extra-filename=-9bbaaccfcb4040b3 --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-37294bd2338f89ce.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
35882024-10-14T09:19:55.310Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35892024-10-14T09:19:55.313Z 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=a4daeb96a7d9c6c8 -C extra-filename=-a4daeb96a7d9c6c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-a4daeb96a7d9c6c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
35902024-10-14T09:19:55.578Z Compiling http v0.2.12
35912024-10-14T09:19:55.593Z 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`
35922024-10-14T09:19:55.675Z Compiling quick-xml v0.33.0
35932024-10-14T09:19:55.677Z 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`
35942024-10-14T09:19:57.929Z Compiling bcs v0.1.6
35952024-10-14T09:19:57.931Z 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`
35962024-10-14T09:19:58.145Z Compiling impl-trait-for-tuples v0.2.2
35972024-10-14T09:19:58.147Z 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`
35982024-10-14T09:19:58.646Z Compiling oso-derive v0.27.3
35992024-10-14T09:19:58.649Z 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`
36002024-10-14T09:19:59.209Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-a4daeb96a7d9c6c8/build-script-build`
36012024-10-14T09:19:59.254Z 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`
36022024-10-14T09:19:59.373Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36032024-10-14T09:19:59.376Z 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=4d6d0c6b9189f8f4 -C extra-filename=-4d6d0c6b9189f8f4 --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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36042024-10-14T09:19:59.931Z Compiling tungstenite v0.24.0
36052024-10-14T09:19:59.933Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-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=15cbfc249494fcb2 -C extra-filename=-15cbfc249494fcb2 --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`
36062024-10-14T09:20:01.301Z Compiling pin-project-internal v1.1.5
36072024-10-14T09:20:01.303Z 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`
36082024-10-14T09:20:02.355Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
36092024-10-14T09:20:02.370Z 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`
36102024-10-14T09:20:02.668Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
36112024-10-14T09:20:02.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/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`
36122024-10-14T09:20:03.062Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build`
36132024-10-14T09:20:03.142Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build`
36142024-10-14T09:20:03.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36152024-10-14T09:20:03.220Z 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=53f84b97d4844b0e -C extra-filename=-53f84b97d4844b0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-2b17662221fb38c2.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-37294bd2338f89ce.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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36162024-10-14T09:20:04.668Z Compiling pin-project v1.1.5
36172024-10-14T09:20:04.670Z 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`
36182024-10-14T09:20:04.815Z Compiling tokio-tungstenite v0.24.0
36192024-10-14T09:20:04.817Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-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=3a8d0aa0a119486b -C extra-filename=-3a8d0aa0a119486b --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-15cbfc249494fcb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202024-10-14T09:20:05.369Z Compiling nix v0.27.1
36212024-10-14T09:20:05.372Z 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`
36222024-10-14T09:20:06.936Z Compiling http-body v0.4.6
36232024-10-14T09:20:06.939Z 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`
36242024-10-14T09:20:07.419Z Compiling h2 v0.3.26
36252024-10-14T09:20:07.422Z 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=81559327e3f2e389 -C extra-filename=-81559327e3f2e389 --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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262024-10-14T09:20:07.439Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36272024-10-14T09:20:07.467Z 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`
36282024-10-14T09:20:07.783Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36292024-10-14T09:20:07.785Z 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=bc48b5d6a177cb62 -C extra-filename=-bc48b5d6a177cb62 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-bc48b5d6a177cb62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36302024-10-14T09:20:08.149Z Compiling const_format_proc_macros v0.2.33
36312024-10-14T09:20:08.151Z 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`
36322024-10-14T09:20:09.538Z Compiling bb8 v0.8.5
36332024-10-14T09:20:09.541Z 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`
36342024-10-14T09:20:10.112Z Compiling async-bb8-diesel v0.2.1
36352024-10-14T09:20:10.114Z 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`
36362024-10-14T09:20:10.478Z Compiling const_format v0.2.33
36372024-10-14T09:20:10.481Z 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`
36382024-10-14T09:20:10.951Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-bc48b5d6a177cb62/build-script-build`
36392024-10-14T09:20:10.986Z 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=b9288e1f97ccacb6 -C extra-filename=-b9288e1f97ccacb6 --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-197c7a8a40573406.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-c4755ae624bbd871.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-eebe1899602319ed.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-46ed613761b845e6.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-19213ba23505b917.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a528086b37d9810e.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-752a3295359e530f/out/lib`
36402024-10-14T09:20:11.196Z 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=e7535bd1a248d79a -C extra-filename=-e7535bd1a248d79a --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-19213ba23505b917.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`
36412024-10-14T09:20:11.594Z Compiling cargo-platform v0.1.8
36422024-10-14T09:20:11.597Z 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`
36432024-10-14T09:20:12.169Z Compiling snafu-derive v0.8.2
36442024-10-14T09:20:12.172Z 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`
36452024-10-14T09:20:17.837Z Compiling hyper v0.14.30
36462024-10-14T09:20:17.840Z 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=a999eb3781604a66 -C extra-filename=-a999eb3781604a66 --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-81559327e3f2e389.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-c5813f0370454179.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`
36472024-10-14T09:20:18.096Z Compiling sync_wrapper v0.1.2
36482024-10-14T09:20:18.099Z 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`
36492024-10-14T09:20:18.246Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36502024-10-14T09:20:18.249Z 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=390e07f5adf6d5cb -C extra-filename=-390e07f5adf6d5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-9bbaaccfcb4040b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b9288e1f97ccacb6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.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-b548b0425373d73c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.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-3a8d0aa0a119486b.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
36512024-10-14T09:20:18.267Z Compiling snafu v0.8.2
36522024-10-14T09:20:18.276Z 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`
36532024-10-14T09:20:19.179Z Compiling cargo_metadata v0.18.1
36542024-10-14T09:20:19.181Z 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`
36552024-10-14T09:20:22.976Z Compiling reqwest v0.11.27
36562024-10-14T09:20:22.979Z 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=2f2f2716b97b16e2 -C extra-filename=-2f2f2716b97b16e2 --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-81559327e3f2e389.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-a999eb3781604a66.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-eebe1899602319ed.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`
36572024-10-14T09:20:25.519Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36582024-10-14T09:20:25.521Z 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=75b47d1321bd6c54 -C extra-filename=-75b47d1321bd6c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
36592024-10-14T09:20:26.983Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36602024-10-14T09:20:26.986Z 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=a0dbf8442240d576 -C extra-filename=-a0dbf8442240d576 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36612024-10-14T09:20:29.254Z Compiling globset v0.4.14
36622024-10-14T09:20:29.257Z 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`
36632024-10-14T09:20:30.139Z Compiling olpc-cjson v0.1.3
36642024-10-14T09:20:30.142Z 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`
36652024-10-14T09:20:30.424Z Compiling serde_plain v1.0.2
36662024-10-14T09:20:30.427Z 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`
36672024-10-14T09:20:30.857Z Compiling typed-path v0.7.1
36682024-10-14T09:20:30.860Z 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`
36692024-10-14T09:20:31.130Z Compiling parse-size v1.0.0
36702024-10-14T09:20:31.132Z 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`
36712024-10-14T09:20:31.389Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36722024-10-14T09:20:31.391Z 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=5746fb0988e4e5f4 -C extra-filename=-5746fb0988e4e5f4 --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-37294bd2338f89ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36732024-10-14T09:20:33.470Z Compiling tough v0.17.1
36742024-10-14T09:20:33.475Z 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=dc82e517e4bdccf2 -C extra-filename=-dc82e517e4bdccf2 --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-2f2f2716b97b16e2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out`
36752024-10-14T09:20:34.034Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36762024-10-14T09:20:34.037Z 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=d7e7d194d403f30a -C extra-filename=-d7e7d194d403f30a --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-37294bd2338f89ce.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
36772024-10-14T09:20:34.228Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36782024-10-14T09:20:34.239Z 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=95d72baba90d94c0 -C extra-filename=-95d72baba90d94c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36792024-10-14T09:20:36.947Z Compiling assert_matches v1.5.0
36802024-10-14T09:20:36.957Z 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`
36812024-10-14T09:20:37.063Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36822024-10-14T09:20:37.070Z 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=109447c07d7283ea -C extra-filename=-109447c07d7283ea --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-7e75b21afe94ce5a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36832024-10-14T09:20:37.668Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36842024-10-14T09:20:37.673Z 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`
36852024-10-14T09:20:39.702Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36862024-10-14T09:20:39.707Z 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=7fb3b0420c85c0c9 -C extra-filename=-7fb3b0420c85c0c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-c4755ae624bbd871.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-cab33be76e5c3666.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-dc82e517e4bdccf2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a528086b37d9810e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36872024-10-14T09:20:44.548Z Compiling libz-sys v1.1.16
36882024-10-14T09:20:44.551Z 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=98f4e6295217a5fe -C extra-filename=-98f4e6295217a5fe --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-98f4e6295217a5fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.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`
36892024-10-14T09:20:44.820Z Compiling rand_seeder v0.3.0
36902024-10-14T09:20:44.825Z 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`
36912024-10-14T09:20:45.144Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36922024-10-14T09:20:45.149Z 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=26b3ec8767e8c4e6 -C extra-filename=-26b3ec8767e8c4e6 --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-260b677bda88b9f5.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-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36932024-10-14T09:20:45.383Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-98f4e6295217a5fe/build-script-build`
36942024-10-14T09:20:45.528Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36952024-10-14T09:20:45.532Z 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=662632e8784a2eec -C extra-filename=-662632e8784a2eec --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-260b677bda88b9f5.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-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36962024-10-14T09:20:47.491Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36972024-10-14T09:20:47.495Z 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=e1856cdcea4019ca -C extra-filename=-e1856cdcea4019ca --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
36982024-10-14T09:20:47.711Z Compiling libgit2-sys v0.17.0+1.8.1
36992024-10-14T09:20:47.720Z 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=aabbc8da1ff839a0 -C extra-filename=-aabbc8da1ff839a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-aabbc8da1ff839a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-0e225283ad063e8b.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`
37002024-10-14T09:20:47.817Z 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=de4dd6d722b4f39a -C extra-filename=-de4dd6d722b4f39a --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`
37012024-10-14T09:20:47.970Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37022024-10-14T09:20:47.973Z 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=48ebfce05faa76cc -C extra-filename=-48ebfce05faa76cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-bd2b1e802a3cb692.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37032024-10-14T09:20:47.991Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37042024-10-14T09:20:47.998Z 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=e5a3ef37b6548524 -C extra-filename=-e5a3ef37b6548524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-26b3ec8767e8c4e6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8c9f2fc5ea1e9ef8.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37052024-10-14T09:20:48.657Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-aabbc8da1ff839a0/build-script-build`
37062024-10-14T09:20:56.221Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37072024-10-14T09:20:56.281Z 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=11c8c7202ceb79cd -C extra-filename=-11c8c7202ceb79cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-c4755ae624bbd871.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-dc82e517e4bdccf2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/ssl-3/lib/amd64`
37082024-10-14T09:20:56.281Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
37092024-10-14T09:20:56.281Z 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=1c1ef4886b20e2bf -C extra-filename=-1c1ef4886b20e2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37102024-10-14T09:20:56.281Z Compiling vergen v8.3.2
37112024-10-14T09:20:56.281Z 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`
37122024-10-14T09:20:56.301Z Compiling is_ci v1.2.0
37132024-10-14T09:20:56.301Z 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`
37142024-10-14T09:20:56.301Z Compiling supports-color v3.0.1
37152024-10-14T09:20:56.301Z 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`
37162024-10-14T09:20:56.305Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
37172024-10-14T09:20:56.305Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37182024-10-14T09:20:56.305Z 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=94465c2318f32a6b -C extra-filename=-94465c2318f32a6b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-94465c2318f32a6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37192024-10-14T09:20:56.305Z Compiling libsqlite3-sys v0.30.1
37202024-10-14T09:20:56.305Z 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`
37212024-10-14T09:20:56.305Z Compiling rustls v0.21.12
37222024-10-14T09:20:56.305Z 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`
37232024-10-14T09:20:56.305Z Compiling cfg_aliases v0.2.1
37242024-10-14T09:20:56.305Z 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`
37252024-10-14T09:20:56.305Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e/build-script-build`
37262024-10-14T09:20:56.305Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c/build-script-build`
37272024-10-14T09:20:56.305Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-94465c2318f32a6b/build-script-build`
37282024-10-14T09:20:56.305Z Compiling nix v0.29.0
37292024-10-14T09:20:56.306Z 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`
37302024-10-14T09:20:56.310Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37312024-10-14T09:20:56.310Z 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=6c18b6acd1b130ad -C extra-filename=-6c18b6acd1b130ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1c1ef4886b20e2bf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37322024-10-14T09:20:57.226Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37332024-10-14T09:20:57.228Z 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=cc66501cd29cd34b -C extra-filename=-cc66501cd29cd34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-260b677bda88b9f5.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-e623c4ddaa0a6c75.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-2f1d5e7d593cb88f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-8c9f2fc5ea1e9ef8.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37342024-10-14T09:20:57.869Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37352024-10-14T09:20:57.872Z 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=3569dcaabe59d2f9 -C extra-filename=-3569dcaabe59d2f9 --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-37294bd2338f89ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37362024-10-14T09:21:02.084Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37372024-10-14T09:21:02.088Z 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=172304f9535352c8 -C extra-filename=-172304f9535352c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-172304f9535352c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37382024-10-14T09:21:02.451Z Compiling castaway v0.2.3
37392024-10-14T09:21:02.454Z 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`
37402024-10-14T09:21:02.641Z Compiling sct v0.7.1
37412024-10-14T09:21:02.644Z 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=a5f72cb4961b9497 -C extra-filename=-a5f72cb4961b9497 --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-cab33be76e5c3666.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-901fe8feb5f2a35b/out`
37422024-10-14T09:21:02.975Z Compiling rustls-webpki v0.101.7
37432024-10-14T09:21:02.978Z 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=544a944844f4f2d9 -C extra-filename=-544a944844f4f2d9 --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-cab33be76e5c3666.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-901fe8feb5f2a35b/out`
37442024-10-14T09:21:04.928Z Compiling concurrent-queue v2.5.0
37452024-10-14T09:21:04.931Z 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`
37462024-10-14T09:21:05.331Z Dirty smawk v0.3.2: the rustflags changed
37472024-10-14T09:21:05.331Z Compiling smawk v0.3.2
37482024-10-14T09:21:05.334Z 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`
37492024-10-14T09:21:05.565Z Dirty unicode-linebreak v0.1.5: the rustflags changed
37502024-10-14T09:21:05.565Z Compiling unicode-linebreak v0.1.5
37512024-10-14T09:21:05.568Z 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`
37522024-10-14T09:21:06.105Z 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=eeef8be8fdf66894 -C extra-filename=-eeef8be8fdf66894 --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-966490d627ec6d2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37532024-10-14T09:21:06.416Z Compiling parking v2.2.1
37542024-10-14T09:21:06.420Z 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`
37552024-10-14T09:21:06.776Z Dirty textwrap v0.16.1: the rustflags changed
37562024-10-14T09:21:06.776Z Compiling textwrap v0.16.1
37572024-10-14T09:21:06.779Z 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`
37582024-10-14T09:21:07.564Z 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=06dbf0b4a9b1e804 -C extra-filename=-06dbf0b4a9b1e804 --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-cab33be76e5c3666.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-544a944844f4f2d9.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-a5f72cb4961b9497.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out`
37592024-10-14T09:21:08.047Z Compiling compact_str v0.8.0
37602024-10-14T09:21:08.050Z 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`
37612024-10-14T09:21:08.343Z Compiling samael v0.0.17
37622024-10-14T09:21:08.346Z 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`
37632024-10-14T09:21:08.643Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-172304f9535352c8/build-script-build`
37642024-10-14T09:21:08.676Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build`
37652024-10-14T09:21:08.708Z 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`
37662024-10-14T09:21:09.208Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37672024-10-14T09:21:09.210Z 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=f9317c8d3169ad22 -C extra-filename=-f9317c8d3169ad22 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f9317c8d3169ad22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37682024-10-14T09:21:09.553Z Compiling lru v0.12.3
37692024-10-14T09:21:09.556Z 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=7cab80de81df2813 -C extra-filename=-7cab80de81df2813 --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-81a8131bdc60a872.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702024-10-14T09:21:09.575Z Compiling hashlink v0.9.1
37712024-10-14T09:21:09.578Z 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=2912bbef3a909df9 -C extra-filename=-2912bbef3a909df9 --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-81a8131bdc60a872.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722024-10-14T09:21:09.879Z Compiling unicode-truncate v1.0.0
37732024-10-14T09:21:09.883Z 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`
37742024-10-14T09:21:10.062Z Compiling instability v0.3.2
37752024-10-14T09:21:10.066Z 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`
37762024-10-14T09:21:10.311Z Compiling fallible-streaming-iterator v0.1.9
37772024-10-14T09:21:10.314Z 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`
37782024-10-14T09:21:10.592Z Compiling fallible-iterator v0.3.0
37792024-10-14T09:21:10.595Z 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`
37802024-10-14T09:21:10.810Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-134354a1d5e39dd5/build-script-bindings`
37812024-10-14T09:21:11.240Z Compiling cassowary v0.3.0
37822024-10-14T09:21:11.242Z 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-14T09:21:11.243Z Compiling rusqlite v0.32.1
37842024-10-14T09:21:11.262Z 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=4e2b0b3103ae1ffe -C extra-filename=-4e2b0b3103ae1ffe --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-2912bbef3a909df9.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`
37852024-10-14T09:21:12.590Z Compiling ratatui v0.28.1
37862024-10-14T09:21:12.593Z 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=4e28e287d0a7d3eb -C extra-filename=-4e28e287d0a7d3eb --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-7cab80de81df2813.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`
37872024-10-14T09:21:13.411Z 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=770497e850e55332 -C extra-filename=-770497e850e55332 --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-4f8ecf1e9899ce1a.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-5b1355b40b92f207.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`
37882024-10-14T09:21:14.173Z Compiling tokio-rustls v0.24.1
37892024-10-14T09:21:14.175Z 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=2afbd1abaeecb422 -C extra-filename=-2afbd1abaeecb422 --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-06dbf0b4a9b1e804.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-901fe8feb5f2a35b/out`
37902024-10-14T09:21:14.570Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f9317c8d3169ad22/build-script-build`
37912024-10-14T09:21:14.603Z 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)'`
37922024-10-14T09:21:15.335Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37932024-10-14T09:21:15.337Z 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=cb583d250cff79df -C extra-filename=-cb583d250cff79df --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-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37942024-10-14T09:21:16.558Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37952024-10-14T09:21:16.562Z 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=9ed12db2e864ca88 -C extra-filename=-9ed12db2e864ca88 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9ed12db2e864ca88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
37962024-10-14T09:21:16.858Z Compiling rustls-pemfile v1.0.4
37972024-10-14T09:21:16.862Z 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`
37982024-10-14T09:21:16.881Z Compiling twox-hash v1.6.3
37992024-10-14T09:21:16.885Z 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`
38002024-10-14T09:21:17.316Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9ed12db2e864ca88/build-script-build`
38012024-10-14T09:21:17.351Z Compiling event-listener v5.3.1
38022024-10-14T09:21:17.357Z 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`
38032024-10-14T09:21:17.643Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
38042024-10-14T09:21:17.646Z 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=7bd30f7b83641c42 -C extra-filename=-7bd30f7b83641c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-19b7e6e2b0ecfca7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
38052024-10-14T09:21:17.980Z Compiling fatfs v0.3.6
38062024-10-14T09:21:17.985Z 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`
38072024-10-14T09:21:19.682Z Compiling event-listener-strategy v0.5.2
38082024-10-14T09:21:19.685Z 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`
38092024-10-14T09:21:19.719Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38102024-10-14T09:21:19.721Z 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=4b987f99e8e38871 -C extra-filename=-4b987f99e8e38871 --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-54c9371d20982e84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-117080d753c2b82a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38112024-10-14T09:21:19.904Z Compiling csv-core v0.1.11
38122024-10-14T09:21:19.907Z 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`
38132024-10-14T09:21:20.355Z Compiling csv v1.3.0
38142024-10-14T09:21:20.360Z 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`
38152024-10-14T09:21:20.464Z Compiling futures-lite v2.3.0
38162024-10-14T09:21:20.467Z 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`
38172024-10-14T09:21:21.700Z Compiling rtoolbox v0.0.2
38182024-10-14T09:21:21.703Z 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`
38192024-10-14T09:21:22.161Z Compiling plotters-backend v0.3.5
38202024-10-14T09:21:22.163Z 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`
38212024-10-14T09:21:22.245Z Compiling shell-words v1.1.0
38222024-10-14T09:21:22.250Z 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`
38232024-10-14T09:21:22.608Z Compiling plotters-svg v0.3.5
38242024-10-14T09:21:22.611Z 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`
38252024-10-14T09:21:22.772Z Compiling rpassword v7.3.1
38262024-10-14T09:21:22.775Z 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`
38272024-10-14T09:21:23.046Z Compiling tui-tree-widget v0.22.0
38282024-10-14T09:21:23.049Z 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=eb7c3521ba96ad35 -C extra-filename=-eb7c3521ba96ad35 --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-4e28e287d0a7d3eb.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`
38292024-10-14T09:21:23.083Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38302024-10-14T09:21:23.086Z 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=d9da23d0584e5784 -C extra-filename=-d9da23d0584e5784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
38312024-10-14T09:21:23.420Z Compiling yansi v1.0.1
38322024-10-14T09:21:23.422Z 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`
38332024-10-14T09:21:24.240Z Compiling cast v0.3.0
38342024-10-14T09:21:24.242Z 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`
38352024-10-14T09:21:24.628Z Compiling criterion-plot v0.5.0
38362024-10-14T09:21:24.633Z 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`
38372024-10-14T09:21:25.155Z Compiling pretty_assertions v1.4.1
38382024-10-14T09:21:25.162Z 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`
38392024-10-14T09:21:25.672Z Compiling plotters v0.3.5
38402024-10-14T09:21:25.679Z 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`
38412024-10-14T09:21:25.693Z Compiling async-lock v3.4.0
38422024-10-14T09:21:25.694Z 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`
38432024-10-14T09:21:27.024Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38442024-10-14T09:21:27.037Z 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=29211f0bc5198aac -C extra-filename=-29211f0bc5198aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-455271f8a166015d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
38452024-10-14T09:21:28.149Z Compiling polyval v0.6.2
38462024-10-14T09:21:28.154Z 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`
38472024-10-14T09:21:28.576Z Compiling polling v3.7.3
38482024-10-14T09:21:28.580Z 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=af5e6919ded0b19a -C extra-filename=-af5e6919ded0b19a --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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492024-10-14T09:21:28.694Z Compiling tinytemplate v1.2.1
38502024-10-14T09:21:28.697Z 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`
38512024-10-14T09:21:29.334Z Compiling oorandom v11.1.3
38522024-10-14T09:21:29.338Z 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`
38532024-10-14T09:21:29.544Z Compiling anes v0.1.6
38542024-10-14T09:21:29.544Z 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`
38552024-10-14T09:21:29.788Z Compiling async-io v2.3.4
38562024-10-14T09:21:29.793Z 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=8814d0dedd4c9b4f -C extra-filename=-8814d0dedd4c9b4f --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-af5e6919ded0b19a.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572024-10-14T09:21:30.028Z Compiling criterion v0.5.1
38582024-10-14T09:21:30.031Z 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=af90f393e4809c89 -C extra-filename=-af90f393e4809c89 --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-eebe1899602319ed.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`
38592024-10-14T09:21:30.224Z Compiling ghash v0.5.1
38602024-10-14T09:21:30.226Z 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`
38612024-10-14T09:21:30.433Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38622024-10-14T09:21:30.436Z 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=06ffc8d3c8026478 -C extra-filename=-06ffc8d3c8026478 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-eb7c3521ba96ad35.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-bd2b1e802a3cb692.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38632024-10-14T09:21:30.800Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38642024-10-14T09:21:30.804Z 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=c5d3ca66f134285b -C extra-filename=-c5d3ca66f134285b --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-260b677bda88b9f5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
38652024-10-14T09:21:32.064Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
38662024-10-14T09:21:32.068Z 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=26f72c2f27e8390d -C extra-filename=-26f72c2f27e8390d --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
38672024-10-14T09:21:32.524Z Compiling ctr v0.9.2
38682024-10-14T09:21:32.540Z 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`
38692024-10-14T09:21:32.895Z Compiling target-lexicon v0.12.16
38702024-10-14T09:21:32.899Z 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`
38712024-10-14T09:21:33.702Z Compiling async-task v4.7.1
38722024-10-14T09:21:33.710Z 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`
38732024-10-14T09:21:34.024Z Compiling doc-comment v0.3.3
38742024-10-14T09:21:34.028Z 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`
38752024-10-14T09:21:34.231Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
38762024-10-14T09:21:34.308Z Compiling aes-gcm v0.10.3
38772024-10-14T09:21:34.311Z 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`
38782024-10-14T09:21:34.630Z Compiling async-channel v2.3.1
38792024-10-14T09:21:34.632Z 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`
38802024-10-14T09:21:34.729Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
38812024-10-14T09:21:34.904Z Compiling piper v0.2.4
38822024-10-14T09:21:34.908Z 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`
38832024-10-14T09:21:34.996Z Compiling blowfish v0.9.1
38842024-10-14T09:21:34.999Z 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`
38852024-10-14T09:21:35.361Z Compiling ssh-encoding v0.2.0
38862024-10-14T09:21:35.365Z 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`
38872024-10-14T09:21:35.464Z Compiling guppy-workspace-hack v0.1.0
38882024-10-14T09:21:35.467Z 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`
38892024-10-14T09:21:35.776Z Compiling assert_cmd v2.0.16
38902024-10-14T09:21:35.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/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`
38912024-10-14T09:21:35.906Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
38922024-10-14T09:21:35.937Z Compiling ssh-cipher v0.2.0
38932024-10-14T09:21:35.940Z 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`
38942024-10-14T09:21:36.256Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
38952024-10-14T09:21:36.287Z Compiling bcrypt-pbkdf v0.10.0
38962024-10-14T09:21:36.292Z 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`
38972024-10-14T09:21:36.949Z Compiling blocking v1.6.1
38982024-10-14T09:21:36.951Z 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`
38992024-10-14T09:21:37.529Z 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`
39002024-10-14T09:21:37.559Z 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"'`
39012024-10-14T09:21:37.641Z Compiling async-executor v1.13.1
39022024-10-14T09:21:37.644Z 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`
39032024-10-14T09:21:38.351Z Compiling async-signal v0.2.10
39042024-10-14T09:21:38.354Z 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=06ff99f6ee4ee493 -C extra-filename=-06ff99f6ee4ee493 --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-8814d0dedd4c9b4f.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`
39052024-10-14T09:21:38.497Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
39062024-10-14T09:21:38.501Z 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=2db6fdaa339a4773 -C extra-filename=-2db6fdaa339a4773 --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-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
39072024-10-14T09:21:38.811Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39082024-10-14T09:21:38.813Z 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=ea3236959b6feef8 -C extra-filename=-ea3236959b6feef8 --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-bcea471f28fc97e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
39092024-10-14T09:21:39.845Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39102024-10-14T09:21:39.848Z 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=f4a3cca06f5e226a -C extra-filename=-f4a3cca06f5e226a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
39112024-10-14T09:21:41.049Z 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=c47ed4a533757a35 -C extra-filename=-c47ed4a533757a35 --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-de4dd6d722b4f39a.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-71e564beb808c3c0/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
39122024-10-14T09:21:41.776Z Compiling git2 v0.19.0
39132024-10-14T09:21:41.781Z 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=82c446c31b3ab108 -C extra-filename=-82c446c31b3ab108 --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-c47ed4a533757a35.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-71e564beb808c3c0/out/build -L native=/usr/lib/amd64`
39142024-10-14T09:21:42.706Z Compiling password-hash v0.4.2
39152024-10-14T09:21:42.709Z 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`
39162024-10-14T09:21:43.099Z Compiling matches v0.1.10
39172024-10-14T09:21:43.104Z 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`
39182024-10-14T09:21:43.209Z Compiling futures-timer v3.0.3
39192024-10-14T09:21:43.212Z 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`
39202024-10-14T09:21:43.639Z Compiling target-spec v3.2.2
39212024-10-14T09:21:43.640Z 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`
39222024-10-14T09:21:43.862Z Compiling event-listener v2.5.3
39232024-10-14T09:21:43.865Z 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`
39242024-10-14T09:21:44.188Z Compiling hex-literal v0.4.1
39252024-10-14T09:21:44.194Z 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`
39262024-10-14T09:21:44.337Z Compiling async-channel v1.9.0
39272024-10-14T09:21:44.356Z 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`
39282024-10-14T09:21:44.359Z Compiling idna v0.2.3
39292024-10-14T09:21:44.359Z 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`
39302024-10-14T09:21:44.362Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f/build-script-build`
39312024-10-14T09:21:44.407Z Compiling pbkdf2 v0.11.0
39322024-10-14T09:21:44.410Z 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`
39332024-10-14T09:21:44.668Z Compiling async-process v2.2.4
39342024-10-14T09:21:44.671Z 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=0c46b4996f32e4e0 -C extra-filename=-0c46b4996f32e4e0 --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-8814d0dedd4c9b4f.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-06ff99f6ee4ee493.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-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352024-10-14T09:21:44.762Z Compiling cfg-expr v0.17.0
39362024-10-14T09:21:44.764Z 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`
39372024-10-14T09:21:45.853Z Compiling async-global-executor v2.4.1
39382024-10-14T09:21:45.856Z 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=07a17021e26e6993 -C extra-filename=-07a17021e26e6993 --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-8814d0dedd4c9b4f.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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392024-10-14T09:21:46.146Z 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`
39402024-10-14T09:21:46.166Z Compiling ssh-key v0.6.6
39412024-10-14T09:21:46.170Z 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=64a9d9518878392c -C extra-filename=-64a9d9518878392c --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-3472ef5803172d85.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`
39422024-10-14T09:21:47.554Z 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=79375254c23b5387 -C extra-filename=-79375254c23b5387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-82c446c31b3ab108.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.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-71e564beb808c3c0/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-14T09:21:47.675Z 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`
39442024-10-14T09:21:47.794Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39452024-10-14T09:21:47.797Z 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=1b905a86f4919685 -C extra-filename=-1b905a86f4919685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39462024-10-14T09:21:49.486Z Compiling p521 v0.13.3
39472024-10-14T09:21:49.489Z 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`
39482024-10-14T09:21:49.618Z Compiling p256 v0.13.2
39492024-10-14T09:21:49.621Z 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`
39502024-10-14T09:21:50.342Z Compiling polar-core v0.27.3
39512024-10-14T09:21:50.346Z 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=4a910d83719d6c80 -C extra-filename=-4a910d83719d6c80 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-4a910d83719d6c80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-4f94453579e6ba2e.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`
39522024-10-14T09:21:50.464Z Compiling enum-as-inner v0.5.1
39532024-10-14T09:21:50.467Z 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`
39542024-10-14T09:21:51.020Z Compiling async-attributes v1.1.2
39552024-10-14T09:21:51.023Z 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`
39562024-10-14T09:21:51.705Z Compiling num_cpus v1.16.0
39572024-10-14T09:21:51.708Z 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`
39582024-10-14T09:21:51.849Z Compiling russh-cryptovec v0.7.2
39592024-10-14T09:21:51.851Z Compiling kv-log-macro v1.0.7
39602024-10-14T09:21:51.851Z 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`
39612024-10-14T09:21:51.851Z 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`
39622024-10-14T09:21:51.990Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-4a910d83719d6c80/build-script-build`
39632024-10-14T09:21:52.022Z Compiling md5 v0.7.0
39642024-10-14T09:21:52.030Z 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`
39652024-10-14T09:21:52.038Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
39662024-10-14T09:21:52.044Z 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=9d910b6ffebed3ed -C extra-filename=-9d910b6ffebed3ed --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-9d910b6ffebed3ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-79375254c23b5387.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-71e564beb808c3c0/out/build -L native=/usr/lib/amd64`
39672024-10-14T09:21:52.063Z Compiling async-std v1.13.0
39682024-10-14T09:21:52.065Z 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=c41e7a4ce98cd76e -C extra-filename=-c41e7a4ce98cd76e --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-07a17021e26e6993.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-8814d0dedd4c9b4f.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-0c46b4996f32e4e0.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-eebe1899602319ed.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`
39692024-10-14T09:21:52.163Z Compiling threadpool v1.8.1
39702024-10-14T09:21:52.166Z 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`
39712024-10-14T09:21:52.523Z Compiling russh-keys v0.45.0
39722024-10-14T09:21:52.526Z 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=4be0ae709b886b50 -C extra-filename=-4be0ae709b886b50 --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-3472ef5803172d85.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-64a9d9518878392c.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`
39732024-10-14T09:21:52.948Z Compiling trust-dns-proto v0.22.0
39742024-10-14T09:21:52.951Z 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=98ae2d3c75d81390 -C extra-filename=-98ae2d3c75d81390 --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-c5813f0370454179.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`
39752024-10-14T09:21:53.092Z 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`
39762024-10-14T09:21:53.233Z 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=f29011c20788fa1e -C extra-filename=-f29011c20788fa1e --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`
39772024-10-14T09:21:53.730Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-9d910b6ffebed3ed/build-script-build`
39782024-10-14T09:21:54.162Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39792024-10-14T09:21:54.165Z 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=0835fb8efa128190 -C extra-filename=-0835fb8efa128190 --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-2db6fdaa339a4773.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
39802024-10-14T09:21:55.886Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39812024-10-14T09:21:55.890Z 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=6ca284af4fbb4e2d -C extra-filename=-6ca284af4fbb4e2d --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-54c9371d20982e84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
39822024-10-14T09:21:57.371Z Compiling httptest v0.16.1
39832024-10-14T09:22:01.535Z 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=27cce6a6ad60a474 -C extra-filename=-27cce6a6ad60a474 --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-b548b0425373d73c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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`
39842024-10-14T09:22:01.553Z Compiling num-bigint v0.4.5
39852024-10-14T09:22:01.553Z 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`
39862024-10-14T09:22:01.661Z Compiling rustls-native-certs v0.7.0
39872024-10-14T09:22:01.661Z 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`
39882024-10-14T09:22:01.661Z Compiling pathdiff v0.2.1
39892024-10-14T09:22:01.661Z 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`
39902024-10-14T09:22:01.661Z Compiling escape8259 v0.5.2
39912024-10-14T09:22:01.661Z 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`
39922024-10-14T09:22:01.661Z Compiling des v0.8.1
39932024-10-14T09:22:01.661Z 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`
39942024-10-14T09:22:01.721Z Compiling dhcproto-macros v0.1.0
39952024-10-14T09:22:01.740Z 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`
39962024-10-14T09:22:01.796Z Compiling nested v0.1.1
39972024-10-14T09:22:01.800Z 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`
39982024-10-14T09:22:02.114Z Compiling guppy v0.17.8
39992024-10-14T09:22:02.127Z 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=5f1dc0b8bb29b92b -C extra-filename=-5f1dc0b8bb29b92b --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-51c4bc39e3636086.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-eebe1899602319ed.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`
40002024-10-14T09:22:02.792Z Compiling oso v0.27.3
40012024-10-14T09:22:02.794Z 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=4cc2679bf2ade263 -C extra-filename=-4cc2679bf2ade263 --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-f29011c20788fa1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022024-10-14T09:22:02.932Z Compiling dhcproto v0.12.0
40032024-10-14T09:22:02.943Z 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=4a978752b58c1d9f -C extra-filename=-4a978752b58c1d9f --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-98ae2d3c75d81390.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`
40042024-10-14T09:22:06.473Z 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=47d836e37b2e8c2a -C extra-filename=-47d836e37b2e8c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4d6d0c6b9189f8f4.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-37294bd2338f89ce.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-b548b0425373d73c.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-eeef8be8fdf66894.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4cc2679bf2ade263.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-901fe8feb5f2a35b/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`
40052024-10-14T09:22:09.486Z Compiling russh v0.45.0
40062024-10-14T09:22:09.492Z 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=6310b3380cbbdf83 -C extra-filename=-6310b3380cbbdf83 --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-c32e090e0308938e.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-eebe1899602319ed.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-4be0ae709b886b50.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-64a9d9518878392c.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-14T09:22:10.587Z Compiling libtest-mimic v0.7.3
40082024-10-14T09:22:10.590Z 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`
40092024-10-14T09:22:11.054Z 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=ca3a76f08d86c427 -C extra-filename=-ca3a76f08d86c427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2f450433fc0dd242.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4e2b0b3103ae1ffe.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-0d3a426d176abfcd.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-4b80a51e6350904d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-2afbd1abaeecb422.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-901fe8feb5f2a35b/out -L native=/usr/lib/amd64`
40102024-10-14T09:22:11.134Z Compiling hyper-rustls v0.26.0
40112024-10-14T09:22:11.136Z 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=8ce0a9dfa7676e75 -C extra-filename=-8ce0a9dfa7676e75 --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-b548b0425373d73c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.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-0f03de35323a4ac4.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-901fe8feb5f2a35b/out`
40122024-10-14T09:22:11.335Z Compiling async-object-pool v0.1.5
40132024-10-14T09:22:11.337Z 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=9d787b10ff9bd932 -C extra-filename=-9d787b10ff9bd932 --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-c41e7a4ce98cd76e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142024-10-14T09:22:11.550Z 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=dcb5aee1f4501b78 -C extra-filename=-dcb5aee1f4501b78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-260b677bda88b9f5.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-99401ca12d8f88c7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e7535bd1a248d79a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-47d836e37b2e8c2a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-eeef8be8fdf66894.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-cdc0f32443ea94e7.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-78e5be210587fb03.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-793e575092386c42.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40152024-10-14T09:22:11.716Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40162024-10-14T09:22:11.718Z 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=18c665e95381e775 -C extra-filename=-18c665e95381e775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-0d3a426d176abfcd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40172024-10-14T09:22:12.803Z Compiling fancy-regex v0.13.0
40182024-10-14T09:22:12.805Z 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`
40192024-10-14T09:22:13.708Z Compiling rstest_macros v0.23.0
40202024-10-14T09:22:13.711Z 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.23.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=5ede23eac6e4f6d2 -C extra-filename=-5ede23eac6e4f6d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-5ede23eac6e4f6d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212024-10-14T09:22:14.401Z Compiling assert-json-diff v2.0.2
40222024-10-14T09:22:14.405Z 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`
40232024-10-14T09:22:15.234Z Compiling serde_regex v1.1.0
40242024-10-14T09:22:15.236Z 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`
40252024-10-14T09:22:15.498Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40262024-10-14T09:22:15.507Z 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`
40272024-10-14T09:22:15.547Z Compiling path-tree v0.8.1
40282024-10-14T09:22:15.549Z 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`
40292024-10-14T09:22:16.014Z Compiling stringmetrics v2.2.2
40302024-10-14T09:22:16.017Z 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`
40312024-10-14T09:22:16.150Z Compiling internet-checksum v0.2.1
40322024-10-14T09:22:16.152Z 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`
40332024-10-14T09:22:16.297Z Compiling httpmock v0.8.0-alpha.1
40342024-10-14T09:22:16.300Z 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=5293da5023af2fff -C extra-filename=-5293da5023af2fff --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-9d787b10ff9bd932.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-c41e7a4ce98cd76e.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-b548b0425373d73c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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`
40352024-10-14T09:22:16.378Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-5ede23eac6e4f6d2/build-script-build`
40362024-10-14T09:22:16.499Z Compiling datatest-stable v0.2.9
40372024-10-14T09:22:16.502Z 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`
40382024-10-14T09:22:17.264Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40392024-10-14T09:22:17.267Z 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=7aae6171a59dba3f -C extra-filename=-7aae6171a59dba3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.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-24392cd7f3219ad0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-7fb3b0420c85c0c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
40402024-10-14T09:22:17.726Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
40412024-10-14T09:22:17.728Z 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=93e27bf6594b0bba -C extra-filename=-93e27bf6594b0bba --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-99039860d5397a09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40422024-10-14T09:22:17.796Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40432024-10-14T09:22:17.800Z 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=bc85c2bb3a87382b -C extra-filename=-bc85c2bb3a87382b --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-bc85c2bb3a87382b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40442024-10-14T09:22:17.914Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452024-10-14T09:22:17.916Z 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=ae6d987f6dd77116 -C extra-filename=-ae6d987f6dd77116 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-ae6d987f6dd77116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40462024-10-14T09:22:18.178Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40472024-10-14T09:22:18.193Z 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=b3b1de598280a3e3 -C extra-filename=-b3b1de598280a3e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b3b1de598280a3e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40482024-10-14T09:22:18.295Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
40492024-10-14T09:22:18.297Z 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=61e8ef8299ff39d2 -C extra-filename=-61e8ef8299ff39d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-61e8ef8299ff39d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40502024-10-14T09:22:18.356Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40512024-10-14T09:22:18.359Z 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=2c381b2e3e4e92dc -C extra-filename=-2c381b2e3e4e92dc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2c381b2e3e4e92dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40522024-10-14T09:22:18.566Z Compiling similar-asserts v1.6.0
40532024-10-14T09:22:18.569Z 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`
40542024-10-14T09:22:18.679Z Compiling proc-macro-crate v3.2.0
40552024-10-14T09:22:18.709Z 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.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=b57a46a1a38c4633 -C extra-filename=-b57a46a1a38c4633 --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-5128269d6bc76fb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562024-10-14T09:22:18.735Z Compiling trybuild v1.0.99
40572024-10-14T09:22:18.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/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`
40582024-10-14T09:22:19.339Z Compiling relative-path v1.9.3
40592024-10-14T09:22:19.342Z 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`
40602024-10-14T09:22:19.791Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build`
40612024-10-14T09:22:19.825Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2c381b2e3e4e92dc/build-script-build`
40622024-10-14T09:22:19.858Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-61e8ef8299ff39d2/build-script-build`
40632024-10-14T09:22:19.890Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b3b1de598280a3e3/build-script-build`
40642024-10-14T09:22:19.922Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-ae6d987f6dd77116/build-script-build`
40652024-10-14T09:22:19.953Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-bc85c2bb3a87382b/build-script-build`
40662024-10-14T09:22:19.985Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40672024-10-14T09:22:19.988Z 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=9155a42a55e95ac8 -C extra-filename=-9155a42a55e95ac8 --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-b0629028038a7b35.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-4a978752b58c1d9f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-e0662467ee8f8f3d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6310b3380cbbdf83.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4be0ae709b886b50.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-117080d753c2b82a.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40682024-10-14T09:22:20.079Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40692024-10-14T09:22:20.082Z 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=0394461ecfcae5f9 -C extra-filename=-0394461ecfcae5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-bcea471f28fc97e4.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-603790e109690430.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-2beff55ce0373280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c4755ae624bbd871.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4201f053cf25b4b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-dc82e517e4bdccf2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40702024-10-14T09:22:20.184Z 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.23.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=5c577786f172d3a5 -C extra-filename=-5c577786f172d3a5 --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-b57a46a1a38c4633.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`
40712024-10-14T09:22:22.413Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40722024-10-14T09:22:22.415Z 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=4f4fcb7b2540dc8a -C extra-filename=-4f4fcb7b2540dc8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40732024-10-14T09:22:24.722Z Compiling multimap v0.10.0
40742024-10-14T09:22:24.790Z 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`
40752024-10-14T09:22:25.107Z Compiling uzers v0.11.3
40762024-10-14T09:22:25.110Z 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`
40772024-10-14T09:22:26.340Z 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"))'`
40782024-10-14T09:22:29.930Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
40792024-10-14T09:22:29.949Z 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=421766562d976b8b -C extra-filename=-421766562d976b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-0d3a426d176abfcd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40802024-10-14T09:22:31.747Z Compiling rstest v0.23.0
40812024-10-14T09:22:31.752Z 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.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="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=a314b4472cddf1da -C extra-filename=-a314b4472cddf1da --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-5c577786f172d3a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822024-10-14T09:22:32.019Z Compiling partial-io v0.5.4
40832024-10-14T09:22:32.031Z 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=a241dd51da49995b -C extra-filename=-a241dd51da49995b --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-cfad3ec7e396f5b6.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`
40842024-10-14T09:22:32.530Z Compiling blake2b_simd v1.0.2
40852024-10-14T09:22:32.533Z 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`
40862024-10-14T09:22:34.159Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40872024-10-14T09:22:34.166Z 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=f641d2a55a545afc -C extra-filename=-f641d2a55a545afc --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-f641d2a55a545afc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40882024-10-14T09:22:34.535Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
40892024-10-14T09:22:34.537Z 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=1da8caf9962e8a53 -C extra-filename=-1da8caf9962e8a53 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1da8caf9962e8a53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-bd580cb58c1c9f93.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
40902024-10-14T09:22:34.911Z Compiling rand_distr v0.4.3
40912024-10-14T09:22:34.922Z 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`
40922024-10-14T09:22:36.036Z Compiling approx v0.5.1
40932024-10-14T09:22:36.040Z 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`
40942024-10-14T09:22:36.312Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1da8caf9962e8a53/build-script-build`
40952024-10-14T09:22:36.342Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-f641d2a55a545afc/build-script-build`
40962024-10-14T09:22:36.373Z Compiling rust-argon2 v2.1.0
40972024-10-14T09:22:36.377Z 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`
40982024-10-14T09:22:36.737Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40992024-10-14T09:22:36.747Z 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=57a2c4022dde6944 -C extra-filename=-57a2c4022dde6944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41002024-10-14T09:22:37.793Z 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=98bb5e63e4540c04 -C extra-filename=-98bb5e63e4540c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-0835fb8efa128190.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2db6fdaa339a4773.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-0d3a426d176abfcd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41012024-10-14T09:22:38.059Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
41022024-10-14T09:22:38.062Z 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=396d3f05ce5c62de -C extra-filename=-396d3f05ce5c62de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.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-c5d3ca66f134285b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0835fb8efa128190.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-9bbaaccfcb4040b3.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-f4a3cca06f5e226a.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-1c1ef4886b20e2bf.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-5746fb0988e4e5f4.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-8a5906fc622a334c.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-ea3236959b6feef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41032024-10-14T09:22:38.115Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41042024-10-14T09:22:38.122Z 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=ca2bbe1d5bd71110 -C extra-filename=-ca2bbe1d5bd71110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-d472b386ae238d80.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-65e5443fb12f2594.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-451e4543648eb7dc.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-772a63fa33fb3cfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-80ccc087c09b221e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.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-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
41052024-10-14T09:22:41.046Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41062024-10-14T09:22:41.050Z 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=05033b22b063baa2 -C extra-filename=-05033b22b063baa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41072024-10-14T09:22:41.650Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
41082024-10-14T09:22:41.652Z 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=c47beb8a710e0785 -C extra-filename=-c47beb8a710e0785 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41092024-10-14T09:22:42.620Z Compiling cargo_toml v0.20.5
41102024-10-14T09:22:42.622Z 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`
41112024-10-14T09:22:42.835Z Compiling termios v0.3.3
41122024-10-14T09:22:42.838Z 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`
41132024-10-14T09:22:43.095Z Compiling indoc v2.0.5
41142024-10-14T09:22:43.098Z 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`
41152024-10-14T09:22:44.074Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41162024-10-14T09:22:44.077Z 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=03a332b46ce51029 -C extra-filename=-03a332b46ce51029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-3a8d0aa0a119486b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41172024-10-14T09:22:44.285Z 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=3f5c121f3d64c7db -C extra-filename=-3f5c121f3d64c7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-421766562d976b8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41182024-10-14T09:22:44.304Z 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=e57a611f8ecd9d96 -C extra-filename=-e57a611f8ecd9d96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41192024-10-14T09:22:46.854Z 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=66cb050180ba11c7 -C extra-filename=-66cb050180ba11c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-421766562d976b8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41202024-10-14T09:22:49.244Z 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=b04c1922140bbfae -C extra-filename=-b04c1922140bbfae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-05033b22b063baa2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41212024-10-14T09:22:49.965Z 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=ab0a62157ae19c51 -C extra-filename=-ab0a62157ae19c51 --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-b0629028038a7b35.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-4a978752b58c1d9f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9155a42a55e95ac8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6310b3380cbbdf83.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4be0ae709b886b50.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-117080d753c2b82a.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41222024-10-14T09:22:50.412Z 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=8d251c4be5c292c9 -C extra-filename=-8d251c4be5c292c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.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-c5d3ca66f134285b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0835fb8efa128190.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-9bbaaccfcb4040b3.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-f4a3cca06f5e226a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-396d3f05ce5c62de.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1c1ef4886b20e2bf.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-5746fb0988e4e5f4.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-8a5906fc622a334c.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-ea3236959b6feef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41232024-10-14T09:22:51.816Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41242024-10-14T09:22:51.819Z 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=e54f8aedeb398e8c -C extra-filename=-e54f8aedeb398e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-19213ba23505b917.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252024-10-14T09:22:52.235Z 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=9a20b6385fe51744 -C extra-filename=-9a20b6385fe51744 --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-b0629028038a7b35.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-4a978752b58c1d9f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6310b3380cbbdf83.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4be0ae709b886b50.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-117080d753c2b82a.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41262024-10-14T09:22:52.522Z 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=dc3b7ba8346dd352 -C extra-filename=-dc3b7ba8346dd352 --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-b0629028038a7b35.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-4a978752b58c1d9f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9155a42a55e95ac8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6310b3380cbbdf83.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4be0ae709b886b50.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-117080d753c2b82a.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41272024-10-14T09:22:52.565Z 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=a2dcd43a0af288f6 -C extra-filename=-a2dcd43a0af288f6 --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-b0629028038a7b35.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-4a978752b58c1d9f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9155a42a55e95ac8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6310b3380cbbdf83.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4be0ae709b886b50.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-117080d753c2b82a.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41282024-10-14T09:22:54.282Z 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=ccaa7b0a5d8c1d5c -C extra-filename=-ccaa7b0a5d8c1d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-d472b386ae238d80.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ca2bbe1d5bd71110.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-451e4543648eb7dc.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-80ccc087c09b221e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.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-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
41292024-10-14T09:22:54.919Z 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=3d7c992e0ce9fdbc -C extra-filename=-3d7c992e0ce9fdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-af90f393e4809c89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41302024-10-14T09:22:55.133Z 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=d90e457677645161 -C extra-filename=-d90e457677645161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-57a2c4022dde6944.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41312024-10-14T09:22:56.179Z 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=6087d9a313484720 -C extra-filename=-6087d9a313484720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-5293da5023af2fff.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41322024-10-14T09:22:58.384Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41332024-10-14T09:22:58.387Z 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=05bc84a4005259a1 -C extra-filename=-05bc84a4005259a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-f522c54aa91410cc.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3229666c6747ebcb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-b548b0425373d73c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-8c9f2fc5ea1e9ef8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41342024-10-14T09:22:59.167Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41352024-10-14T09:22:59.171Z 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=7daff1adbb7f32f2 -C extra-filename=-7daff1adbb7f32f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-966490d627ec6d2c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/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`
41362024-10-14T09:23:01.280Z 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=14f4f495f8644d31 -C extra-filename=-14f4f495f8644d31 --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-966490d627ec6d2c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-793e575092386c42.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-901fe8feb5f2a35b/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`
41372024-10-14T09:23:04.059Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41382024-10-14T09:23:04.062Z 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=a274d8509ffe89b1 -C extra-filename=-a274d8509ffe89b1 --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-dcb5aee1f4501b78.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41392024-10-14T09:23:04.139Z 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=5ba44cff0ce01e84 -C extra-filename=-5ba44cff0ce01e84 --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-dcb5aee1f4501b78.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41402024-10-14T09:23:05.631Z 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=440417d8867113c4 -C extra-filename=-440417d8867113c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-26b3ec8767e8c4e6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.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-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-7e75b21afe94ce5a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-772a63fa33fb3cfc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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`
41412024-10-14T09:23:05.753Z 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=13b5d1b75b7f9bf9 -C extra-filename=-13b5d1b75b7f9bf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-5293da5023af2fff.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41422024-10-14T09:23:06.081Z 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=0e25703a6e8c98db -C extra-filename=-0e25703a6e8c98db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-5293da5023af2fff.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41432024-10-14T09:23:08.331Z 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=29a633fc736b8893 -C extra-filename=-29a633fc736b8893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-5293da5023af2fff.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41442024-10-14T09:23:08.356Z 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=11a99ff762088fb3 -C extra-filename=-11a99ff762088fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41452024-10-14T09:23:10.514Z 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=07a23b44188c31c4 -C extra-filename=-07a23b44188c31c4 --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-af90f393e4809c89.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-a314b4472cddf1da.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41462024-10-14T09:23:10.625Z 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=afa8bb0fec65cebf -C extra-filename=-afa8bb0fec65cebf --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-af90f393e4809c89.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.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-a314b4472cddf1da.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41472024-10-14T09:23:11.031Z 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=35b1e8b8886b4170 -C extra-filename=-35b1e8b8886b4170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-80e7f152dc0a3d0b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-455271f8a166015d.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-b548b0425373d73c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib`
41482024-10-14T09:23:11.294Z 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=0ca173556c3b76a2 -C extra-filename=-0ca173556c3b76a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-bcea471f28fc97e4.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-603790e109690430.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-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7aae6171a59dba3f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0394461ecfcae5f9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41492024-10-14T09:23:11.523Z 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=71639b6674dde917 -C extra-filename=-71639b6674dde917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-bcea471f28fc97e4.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-603790e109690430.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-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7aae6171a59dba3f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0394461ecfcae5f9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41502024-10-14T09:23:12.137Z 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=92bf209b558e31cb -C extra-filename=-92bf209b558e31cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-bcea471f28fc97e4.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-603790e109690430.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-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-dc82e517e4bdccf2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0394461ecfcae5f9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41512024-10-14T09:23:14.210Z 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=3b78609081e36eaf -C extra-filename=-3b78609081e36eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7aae6171a59dba3f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.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-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a241dd51da49995b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-7fb3b0420c85c0c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
41522024-10-14T09:23:16.494Z 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=a186ee1e233a6ffc -C extra-filename=-a186ee1e233a6ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.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-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a241dd51da49995b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-7fb3b0420c85c0c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
41532024-10-14T09:23:24.672Z 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=3c393145a85affb2 -C extra-filename=-3c393145a85affb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4f4fcb7b2540dc8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41542024-10-14T09:23:29.138Z 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=cd159c108e8a86eb -C extra-filename=-cd159c108e8a86eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4f4fcb7b2540dc8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41552024-10-14T09:23:33.564Z 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=8641352fab8212df -C extra-filename=-8641352fab8212df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4f4fcb7b2540dc8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41562024-10-14T09:23:36.410Z 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=df02d563d8b4754c -C extra-filename=-df02d563d8b4754c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41572024-10-14T09:23:36.458Z 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=ec833e3c99cbfafe -C extra-filename=-ec833e3c99cbfafe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-bcea471f28fc97e4.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-603790e109690430.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-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7aae6171a59dba3f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41582024-10-14T09:23:38.377Z 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=09df1450863b58d0 -C extra-filename=-09df1450863b58d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41592024-10-14T09:23:39.165Z 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=873a193a8379e7a5 -C extra-filename=-873a193a8379e7a5 --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-47d836e37b2e8c2a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-793e575092386c42.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41602024-10-14T09:23:40.684Z 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=39d471db82098ccc -C extra-filename=-39d471db82098ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-455271f8a166015d.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-27cce6a6ad60a474.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-4f8ecf1e9899ce1a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.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-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.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-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41612024-10-14T09:23:47.566Z 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=fd2b213352da6f8a -C extra-filename=-fd2b213352da6f8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-260b677bda88b9f5.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-99401ca12d8f88c7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e7535bd1a248d79a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-47d836e37b2e8c2a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-eeef8be8fdf66894.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4cc2679bf2ade263.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-c80ccddda9ef8451.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-78e5be210587fb03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-793e575092386c42.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-19213ba23505b917.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41622024-10-14T09:23:47.676Z 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=1559e08a86de7045 -C extra-filename=-1559e08a86de7045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c47beb8a710e0785.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/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`
41632024-10-14T09:23:50.080Z 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=797ab2cf1555eaf8 -C extra-filename=-797ab2cf1555eaf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-0835fb8efa128190.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2db6fdaa339a4773.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-98bb5e63e4540c04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-cfad3ec7e396f5b6.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41642024-10-14T09:23:52.406Z 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=b4a40f6d5b116c87 -C extra-filename=-b4a40f6d5b116c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41652024-10-14T09:23:54.860Z 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=6a887472c8678f59 -C extra-filename=-6a887472c8678f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-f522c54aa91410cc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-8c9f2fc5ea1e9ef8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41662024-10-14T09:23:55.882Z 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=8d29c0eee102fc69 -C extra-filename=-8d29c0eee102fc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-f522c54aa91410cc.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-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.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-8c9f2fc5ea1e9ef8.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41672024-10-14T09:23:57.069Z 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=b8d824d494ea1ced -C extra-filename=-b8d824d494ea1ced --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-27cce6a6ad60a474.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-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41682024-10-14T09:24:00.125Z 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=4fec6352083c3065 -C extra-filename=-4fec6352083c3065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-18c665e95381e775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41692024-10-14T09:24:02.324Z 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=a0f298d6d22e6d66 -C extra-filename=-a0f298d6d22e6d66 --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-dcb5aee1f4501b78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41702024-10-14T09:24:05.389Z 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=cd3021a8cc5ae2a7 -C extra-filename=-cd3021a8cc5ae2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-18c665e95381e775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41712024-10-14T09:24:08.732Z 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=9052b2f4800be030 -C extra-filename=-9052b2f4800be030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-18c665e95381e775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41722024-10-14T09:24:11.059Z 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=fc38a6be87106e80 -C extra-filename=-fc38a6be87106e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-0835fb8efa128190.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2db6fdaa339a4773.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-cfad3ec7e396f5b6.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41732024-10-14T09:24:16.574Z 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=37a3dfb9d4d93bef -C extra-filename=-37a3dfb9d4d93bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/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`
41742024-10-14T09:24:19.550Z 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=e61e4e1f6dff767f -C extra-filename=-e61e4e1f6dff767f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4d6d0c6b9189f8f4.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-37294bd2338f89ce.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-b548b0425373d73c.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-eeef8be8fdf66894.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4cc2679bf2ade263.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-901fe8feb5f2a35b/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`
41752024-10-14T09:24:34.684Z 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=b24819f51448fff3 -C extra-filename=-b24819f51448fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-93e27bf6594b0bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41762024-10-14T09:24:36.797Z 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=29837cb31c6f8ab7 -C extra-filename=-29837cb31c6f8ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-93e27bf6594b0bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41772024-10-14T09:24:44.899Z 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=5a81a504aaea1b23 -C extra-filename=-5a81a504aaea1b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-a4fa90958973a538.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41782024-10-14T09:24:47.998Z 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=02f22ce2bc870d94 -C extra-filename=-02f22ce2bc870d94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-18c665e95381e775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41792024-10-14T09:24:50.736Z 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=1b173c8e0fc5faff -C extra-filename=-1b173c8e0fc5faff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-18c665e95381e775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
41802024-10-14T09:25:03.930Z 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=c27ce0e95daad4ba -C extra-filename=-c27ce0e95daad4ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
41812024-10-14T09:25:04.525Z 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=8eb6e8e8b4df8537 -C extra-filename=-8eb6e8e8b4df8537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
41822024-10-14T09:25:06.644Z 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=4db5ec26968db548 -C extra-filename=-4db5ec26968db548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
41832024-10-14T09:25:07.048Z 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=a06559398a6d6796 -C extra-filename=-a06559398a6d6796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
41842024-10-14T09:25:08.730Z 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=5ace3c82780c00d1 -C extra-filename=-5ace3c82780c00d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-eb7c3521ba96ad35.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-bd2b1e802a3cb692.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41852024-10-14T09:25:11.046Z 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=341b56ec27dfaeb6 -C extra-filename=-341b56ec27dfaeb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41862024-10-14T09:25:11.608Z 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=683a951c26f5c941 -C extra-filename=-683a951c26f5c941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-eb7c3521ba96ad35.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-bd2b1e802a3cb692.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41872024-10-14T09:25:12.907Z 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=1d805c364d178a3f -C extra-filename=-1d805c364d178a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-eb7c3521ba96ad35.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-bd2b1e802a3cb692.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41882024-10-14T09:25:13.715Z 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=492b9b8910269519 -C extra-filename=-492b9b8910269519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5f1dc0b8bb29b92b.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-b548b0425373d73c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-a0dbad7b99e7b097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41892024-10-14T09:25:16.621Z 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=beff322689973bea -C extra-filename=-beff322689973bea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5f1dc0b8bb29b92b.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-b548b0425373d73c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-a0dbad7b99e7b097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41902024-10-14T09:25:17.761Z 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=e4e9e4dbd06a3146 -C extra-filename=-e4e9e4dbd06a3146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5f1dc0b8bb29b92b.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-b548b0425373d73c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-a0dbad7b99e7b097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41912024-10-14T09:25:18.445Z 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=72f00d4307c1dae6 -C extra-filename=-72f00d4307c1dae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5f1dc0b8bb29b92b.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-b548b0425373d73c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-a0dbad7b99e7b097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41922024-10-14T09:25:19.530Z 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=ce006e5fc4bf0fca -C extra-filename=-ce006e5fc4bf0fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5f1dc0b8bb29b92b.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-b548b0425373d73c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-a0dbad7b99e7b097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41932024-10-14T09:25:21.768Z 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=60030efb7edb23bb -C extra-filename=-60030efb7edb23bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.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-c5d3ca66f134285b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0835fb8efa128190.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-9bbaaccfcb4040b3.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-f4a3cca06f5e226a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-1c1ef4886b20e2bf.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-5746fb0988e4e5f4.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-8a5906fc622a334c.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-ea3236959b6feef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41942024-10-14T09:25:25.709Z 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=46b7ea90b9938406 -C extra-filename=-46b7ea90b9938406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41952024-10-14T09:25:29.167Z 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=734b7af04e55cc4c -C extra-filename=-734b7af04e55cc4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41962024-10-14T09:25:40.596Z 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=6d8c32c966ce770e -C extra-filename=-6d8c32c966ce770e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-d7dcba9e796a878d.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-19213ba23505b917.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-901fe8feb5f2a35b/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41972024-10-14T09:25:46.721Z 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=14c4f5c9fe7d6218 -C extra-filename=-14c4f5c9fe7d6218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.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-65e5443fb12f2594.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8c9f2fc5ea1e9ef8.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
41982024-10-14T09:26:14.613Z 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=e412c9fb25bc638a -C extra-filename=-e412c9fb25bc638a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-2b17662221fb38c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.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-37294bd2338f89ce.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41992024-10-14T09:26:18.867Z 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=8e1801c8e9df301e -C extra-filename=-8e1801c8e9df301e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-2b17662221fb38c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.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-37294bd2338f89ce.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42002024-10-14T09:26:21.368Z 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=84d23279078afba9 -C extra-filename=-84d23279078afba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-2b17662221fb38c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.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-37294bd2338f89ce.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42012024-10-14T09:26:22.796Z 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=eeff14853d519b6e -C extra-filename=-eeff14853d519b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-eb7c3521ba96ad35.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-bd2b1e802a3cb692.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42022024-10-14T09:26:39.546Z 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=ef8f05d11abbb73e -C extra-filename=-ef8f05d11abbb73e --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-2db6fdaa339a4773.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42032024-10-14T09:26:42.005Z 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=67e9da99ab2f8486 -C extra-filename=-67e9da99ab2f8486 --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-966490d627ec6d2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42042024-10-14T09:26:43.667Z 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=9a752352d8bfeee3 -C extra-filename=-9a752352d8bfeee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
42052024-10-14T09:26:48.609Z 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=3b25d996422d9771 -C extra-filename=-3b25d996422d9771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-c4755ae624bbd871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42062024-10-14T09:26:55.795Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42072024-10-14T09:26:55.797Z 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=16ac7ca802dd5dc6 -C extra-filename=-16ac7ca802dd5dc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-451e4543648eb7dc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-7fb3b0420c85c0c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
42082024-10-14T09:26:59.663Z 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=eb40750eb1e8d6e6 -C extra-filename=-eb40750eb1e8d6e6 --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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42092024-10-14T09:26:59.841Z 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=f01bd96d5c60caec -C extra-filename=-f01bd96d5c60caec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42102024-10-14T09:27:02.868Z 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=6b66ac81b4c62b9c -C extra-filename=-6b66ac81b4c62b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42112024-10-14T09:27:13.069Z 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=14fea6b07b0a6140 -C extra-filename=-14fea6b07b0a6140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-303b970f3332fc4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1c1ef4886b20e2bf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42122024-10-14T09:27:15.649Z 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=dc86273404175b8f -C extra-filename=-dc86273404175b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-260b677bda88b9f5.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-e623c4ddaa0a6c75.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-2f1d5e7d593cb88f.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-7e75b21afe94ce5a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-8c9f2fc5ea1e9ef8.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42132024-10-14T09:27:16.480Z 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=ef18314da58b5194 -C extra-filename=-ef18314da58b5194 --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-bcea471f28fc97e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42142024-10-14T09:27:16.777Z 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=e04c7f804835027c -C extra-filename=-e04c7f804835027c --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-54c9371d20982e84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42152024-10-14T09:27:19.441Z 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=853d0efbc23c6cb2 -C extra-filename=-853d0efbc23c6cb2 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42162024-10-14T09:27:20.056Z 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=80aec3ae559f9c58 -C extra-filename=-80aec3ae559f9c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-c4755ae624bbd871.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-cab33be76e5c3666.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-dc82e517e4bdccf2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a528086b37d9810e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42172024-10-14T09:27:23.876Z 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=de3996d6c89e6608 -C extra-filename=-de3996d6c89e6608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-9bbaaccfcb4040b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b9288e1f97ccacb6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.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-3a8d0aa0a119486b.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib`
42182024-10-14T09:27:25.892Z 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=79c380e304ce171d -C extra-filename=-79c380e304ce171d --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-37294bd2338f89ce.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
42192024-10-14T09:27:29.059Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42202024-10-14T09:27:29.062Z 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=9554019e1a14e40e -C extra-filename=-9554019e1a14e40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
42212024-10-14T09:27:29.974Z 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=97f127223887573e -C extra-filename=-97f127223887573e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-9bbaaccfcb4040b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b9288e1f97ccacb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.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-75b47d1321bd6c54.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-3a8d0aa0a119486b.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
42222024-10-14T09:27:31.835Z 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=296ceee0daaaab63 -C extra-filename=-296ceee0daaaab63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-9bbaaccfcb4040b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b9288e1f97ccacb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.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-75b47d1321bd6c54.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-3a8d0aa0a119486b.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
42232024-10-14T09:27:34.537Z 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=3b064379473b31b5 -C extra-filename=-3b064379473b31b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.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-9bbaaccfcb4040b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b9288e1f97ccacb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.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-75b47d1321bd6c54.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-3a8d0aa0a119486b.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/usr/lib/amd64`
42242024-10-14T09:27:43.654Z 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=522ed772f31d00bf -C extra-filename=-522ed772f31d00bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42252024-10-14T09:27:46.545Z 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=b05f7fd79dbde966 -C extra-filename=-b05f7fd79dbde966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42262024-10-14T09:27:48.594Z 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=33a906cdfb0b621c -C extra-filename=-33a906cdfb0b621c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42272024-10-14T09:27:49.517Z 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=292169ffddcf16ec -C extra-filename=-292169ffddcf16ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42282024-10-14T09:27:49.536Z 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=622d6f1961a11c75 -C extra-filename=-622d6f1961a11c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42292024-10-14T09:27:50.275Z 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=581b010bd0ba0fbd -C extra-filename=-581b010bd0ba0fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42302024-10-14T09:27:52.438Z 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=ba54ff6cb6800411 -C extra-filename=-ba54ff6cb6800411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-455271f8a166015d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42312024-10-14T09:28:03.417Z 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=6497131acd067d2a -C extra-filename=-6497131acd067d2a --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-4eb5d5099ad171a8.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-603790e109690430.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-b635cd75ecbf1240.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
42322024-10-14T09:28:03.597Z 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=44c3fe115fbd544f -C extra-filename=-44c3fe115fbd544f --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-4eb5d5099ad171a8.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-603790e109690430.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-b635cd75ecbf1240.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
42332024-10-14T09:28:07.112Z 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=4b05f4dc030ba758 -C extra-filename=-4b05f4dc030ba758 --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-603790e109690430.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-b635cd75ecbf1240.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42342024-10-14T09:28:07.908Z 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=ec8d1a53296f1e39 -C extra-filename=-ec8d1a53296f1e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-4b80a51e6350904d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42352024-10-14T09:28:10.224Z 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=0d059fad75cc1d20 -C extra-filename=-0d059fad75cc1d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-2b17662221fb38c2.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-37294bd2338f89ce.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42362024-10-14T09:28:19.891Z 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=9e6dc0874fd34d23 -C extra-filename=-9e6dc0874fd34d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42372024-10-14T09:28:21.178Z 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=4f45993922234ed9 -C extra-filename=-4f45993922234ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-d472b386ae238d80.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-65e5443fb12f2594.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-451e4543648eb7dc.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-80ccc087c09b221e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.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-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
42382024-10-14T09:28:26.969Z 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=2525f7355769a82c -C extra-filename=-2525f7355769a82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42392024-10-14T09:28:27.903Z 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=59dc88033fe41994 -C extra-filename=-59dc88033fe41994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42402024-10-14T09:28:28.501Z 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=990e3926b001c6e2 -C extra-filename=-990e3926b001c6e2 --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-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42412024-10-14T09:28:30.356Z 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=7fb8ae55666f16a7 -C extra-filename=-7fb8ae55666f16a7 --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-37294bd2338f89ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42422024-10-14T09:28:33.369Z 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=4816f18ceb6f2582 -C extra-filename=-4816f18ceb6f2582 --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-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42432024-10-14T09:28:35.453Z 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=554c00c224076d22 -C extra-filename=-554c00c224076d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-260b677bda88b9f5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-99401ca12d8f88c7.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-7e75b21afe94ce5a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-8c9f2fc5ea1e9ef8.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-793e575092386c42.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42442024-10-14T09:28:37.221Z 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=b7c5a8999ba2b253 -C extra-filename=-b7c5a8999ba2b253 --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-37294bd2338f89ce.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42452024-10-14T09:28:39.686Z 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=d6bf23a68d68f54d -C extra-filename=-d6bf23a68d68f54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-4b80a51e6350904d.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-901fe8feb5f2a35b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42462024-10-14T09:28:39.706Z 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=77ff5c557221680d -C extra-filename=-77ff5c557221680d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4eb5d5099ad171a8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
42472024-10-14T09:28:43.510Z 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=04a04c4177da9c93 -C extra-filename=-04a04c4177da9c93 --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-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42482024-10-14T09:28:45.931Z 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=c6f7e4ad550e0017 -C extra-filename=-c6f7e4ad550e0017 --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-37294bd2338f89ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42492024-10-14T09:28:48.549Z 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=31ec957a16976850 -C extra-filename=-31ec957a16976850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-260b677bda88b9f5.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-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.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-a4fa90958973a538.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-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-793e575092386c42.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42502024-10-14T09:28:52.564Z 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=7dc6362bd1097eb2 -C extra-filename=-7dc6362bd1097eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f3fafdb7b0f22ea9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-80ccc087c09b221e.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
42512024-10-14T09:29:03.611Z 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=2ad51a4e7af862b0 -C extra-filename=-2ad51a4e7af862b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42522024-10-14T09:29:05.975Z 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=1f5c7e4bf5e80045 -C extra-filename=-1f5c7e4bf5e80045 --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-d472b386ae238d80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42532024-10-14T09:29:15.083Z 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=05b989146ff2d1aa -C extra-filename=-05b989146ff2d1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42542024-10-14T09:29:15.876Z 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=46e1766cdbef2d34 -C extra-filename=-46e1766cdbef2d34 --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-54c9371d20982e84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42552024-10-14T09:29:19.589Z 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=9721bbfeb3895f8c -C extra-filename=-9721bbfeb3895f8c --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-d472b386ae238d80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42562024-10-14T09:29:21.012Z 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=a3a2963ca5c207cf -C extra-filename=-a3a2963ca5c207cf --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-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42572024-10-14T09:29:25.147Z 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=73335c85d7d9af05 -C extra-filename=-73335c85d7d9af05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-79163376efec9162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-d7dcba9e796a878d.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out`
42582024-10-14T09:29:25.244Z 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=1a3ff09741345202 -C extra-filename=-1a3ff09741345202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-bd2b1e802a3cb692.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42592024-10-14T09:29:28.172Z 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=723bc75e17f69120 -C extra-filename=-723bc75e17f69120 --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-7de9b19e91154582.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-45dc34a82debe47c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42602024-10-14T09:29:30.612Z 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=d41a3fa59ddbfecd -C extra-filename=-d41a3fa59ddbfecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-bd2b1e802a3cb692.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42612024-10-14T09:29:35.577Z 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=d8d5d35726999ce4 -C extra-filename=-d8d5d35726999ce4 --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-37294bd2338f89ce.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-b548b0425373d73c.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-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42622024-10-14T09:29:41.562Z 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=c7fb54d309789d05 -C extra-filename=-c7fb54d309789d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c103f69cebe5c60f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e860fc6d84ca7a1d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42632024-10-14T09:30:02.679Z 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=511161905764b0d5 -C extra-filename=-511161905764b0d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42642024-10-14T09:30:03.683Z 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=36cd3d0464b9da1c -C extra-filename=-36cd3d0464b9da1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42652024-10-14T09:30:03.762Z 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=348409c1a510f442 -C extra-filename=-348409c1a510f442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42662024-10-14T09:30:05.547Z 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=b0578bd3e1f4bf74 -C extra-filename=-b0578bd3e1f4bf74 --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-65e5443fb12f2594.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f201695f85598b88.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8c7ab1f3fef82453.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42672024-10-14T09:30:08.344Z 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=4c11090fc05a6505 -C extra-filename=-4c11090fc05a6505 --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-197c7a8a40573406.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42682024-10-14T09:30:09.419Z 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=e3a63d13a6b15dfb -C extra-filename=-e3a63d13a6b15dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c103f69cebe5c60f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42692024-10-14T09:30:11.622Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
42702024-10-14T09:30:11.630Z 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=f135a9a34e3cd473 -C extra-filename=-f135a9a34e3cd473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42712024-10-14T09:30:13.081Z 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=8d24143895de967f -C extra-filename=-8d24143895de967f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42722024-10-14T09:30:13.696Z 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=820ae32aef8ca3f4 -C extra-filename=-820ae32aef8ca3f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42732024-10-14T09:30:13.742Z 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=1913fae1bc21d7c4 -C extra-filename=-1913fae1bc21d7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42742024-10-14T09:30:15.900Z 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=99cda38fc9d6f0d1 -C extra-filename=-99cda38fc9d6f0d1 --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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5b1355b40b92f207.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42752024-10-14T09:30:24.868Z 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=61864d8b603a78c5 -C extra-filename=-61864d8b603a78c5 --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-260b677bda88b9f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42762024-10-14T09:30:25.715Z 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=bbab46dac4b51489 -C extra-filename=-bbab46dac4b51489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-ba54ffb935408085.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42772024-10-14T09:30:26.001Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42782024-10-14T09:30:26.001Z 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=68edaaff036e53c2 -C extra-filename=-68edaaff036e53c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42792024-10-14T09:30:26.259Z 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=b2a48ee9c2293987 -C extra-filename=-b2a48ee9c2293987 --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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42802024-10-14T09:30:26.311Z 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=f09e4b0ef5d467c1 -C extra-filename=-f09e4b0ef5d467c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42812024-10-14T09:30:27.167Z 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=2ce4dbf6db2c7c85 -C extra-filename=-2ce4dbf6db2c7c85 --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-260b677bda88b9f5.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42822024-10-14T09:30:28.181Z 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=6d0c4664cb87c228 -C extra-filename=-6d0c4664cb87c228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cffd9eb4ea053014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
42832024-10-14T09:30:28.969Z 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=fc0bc971be26cf52 -C extra-filename=-fc0bc971be26cf52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-24392cd7f3219ad0.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-65e5443fb12f2594.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42842024-10-14T09:30:31.308Z 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=f02e45c6fa2937a0 -C extra-filename=-f02e45c6fa2937a0 --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-260b677bda88b9f5.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42852024-10-14T09:30:34.143Z 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=ade644f960cbbeec -C extra-filename=-ade644f960cbbeec --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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42862024-10-14T09:30:35.163Z 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=24e2758335c70232 -C extra-filename=-24e2758335c70232 --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-37294bd2338f89ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42872024-10-14T09:30:36.109Z 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=19d95b05339765e2 -C extra-filename=-19d95b05339765e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-ba54ffb935408085.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42882024-10-14T09:30:37.130Z 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=8da399b775bb5c71 -C extra-filename=-8da399b775bb5c71 --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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42892024-10-14T09:30:37.184Z 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=179b7e9e39186793 -C extra-filename=-179b7e9e39186793 --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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42902024-10-14T09:30:38.947Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42912024-10-14T09:30:38.950Z 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=efb0dcfb7c3e9a32 -C extra-filename=-efb0dcfb7c3e9a32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42922024-10-14T09:30:39.888Z 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=f5ab024ffbe59545 -C extra-filename=-f5ab024ffbe59545 --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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42932024-10-14T09:30:41.242Z 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=f952ff98e7061074 -C extra-filename=-f952ff98e7061074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-24392cd7f3219ad0.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42942024-10-14T09:30:43.114Z 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=412a63e7a51d2feb -C extra-filename=-412a63e7a51d2feb --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-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42952024-10-14T09:30:45.167Z 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=ee6089bc4c0260ba -C extra-filename=-ee6089bc4c0260ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-ba54ffb935408085.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42962024-10-14T09:30:47.899Z 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=d56c7a62e521a406 -C extra-filename=-d56c7a62e521a406 --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-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42972024-10-14T09:30:49.026Z 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=ec1281ec3cea0142 -C extra-filename=-ec1281ec3cea0142 --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-65e5443fb12f2594.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-45dc34a82debe47c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42982024-10-14T09:30:49.166Z 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=22df3440bca0ddc7 -C extra-filename=-22df3440bca0ddc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e888153fb05e462d.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-45dc34a82debe47c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-78e5be210587fb03.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
42992024-10-14T09:30:49.875Z 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=ab847a4bd45c9ac3 -C extra-filename=-ab847a4bd45c9ac3 --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-197c7a8a40573406.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43002024-10-14T09:30:51.423Z 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=8c149fd57d5be782 -C extra-filename=-8c149fd57d5be782 --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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43012024-10-14T09:30:52.993Z 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=797f3d87e5b884e2 -C extra-filename=-797f3d87e5b884e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-455271f8a166015d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43022024-10-14T09:30:55.162Z 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=75d2aad0633af67a -C extra-filename=-75d2aad0633af67a --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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43032024-10-14T09:30:56.582Z 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=cae5e1f5f3fbc92d -C extra-filename=-cae5e1f5f3fbc92d --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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43042024-10-14T09:30:57.844Z 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=5169f3a3560f0642 -C extra-filename=-5169f3a3560f0642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43052024-10-14T09:30:58.934Z 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=d7a893d63a158850 -C extra-filename=-d7a893d63a158850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43062024-10-14T09:31:00.311Z 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=49546c8ac27286a4 -C extra-filename=-49546c8ac27286a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cffd9eb4ea053014.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43072024-10-14T09:31:01.105Z 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=9575fcd841cdf380 -C extra-filename=-9575fcd841cdf380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43082024-10-14T09:31:01.132Z 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=846d4fde21ef3a4c -C extra-filename=-846d4fde21ef3a4c --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43092024-10-14T09:31:01.499Z 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=ffd50af04bc909b0 -C extra-filename=-ffd50af04bc909b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-65e5443fb12f2594.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43102024-10-14T09:31:01.977Z 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=f8c5ed7166f5f267 -C extra-filename=-f8c5ed7166f5f267 --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-65e5443fb12f2594.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43112024-10-14T09:31:02.021Z 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=fdbe68e048677c00 -C extra-filename=-fdbe68e048677c00 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43122024-10-14T09:31:02.372Z 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=d3e8ee216a2113e0 -C extra-filename=-d3e8ee216a2113e0 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43132024-10-14T09:31:02.628Z 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=c93416575971a0a7 -C extra-filename=-c93416575971a0a7 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43142024-10-14T09:31:02.657Z 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=8bea957e8272d3e8 -C extra-filename=-8bea957e8272d3e8 --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-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43152024-10-14T09:31:03.063Z 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=2f6a6c1974c813d5 -C extra-filename=-2f6a6c1974c813d5 --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-51c4bc39e3636086.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c32e090e0308938e.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-37294bd2338f89ce.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3472ef5803172d85.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-197c7a8a40573406.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-71594f9a32772431.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5116595c46e5f82a.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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-eebe1899602319ed.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-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-2aa9a235c6265905.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-46ed613761b845e6.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-195c5ac45f3cc4d4.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-c5813f0370454179.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-19213ba23505b917.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90d6d5b3aabc2dc8.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64`
43162024-10-14T09:31:03.115Z 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`
43172024-10-14T09:32:07.972Z 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=f6d59f7cc083c773 -C extra-filename=-f6d59f7cc083c773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-f522c54aa91410cc.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-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.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-8c9f2fc5ea1e9ef8.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43182024-10-14T09:32:07.975Z 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=e436ccfaba32e98f -C extra-filename=-e436ccfaba32e98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-7e75b21afe94ce5a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43192024-10-14T09:32:07.976Z 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=46b27bcc952b5b83 -C extra-filename=-46b27bcc952b5b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-7e75b21afe94ce5a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-93e27bf6594b0bba.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43202024-10-14T09:32:07.988Z 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=bc9640790c9f5dbd -C extra-filename=-bc9640790c9f5dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-455271f8a166015d.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-27cce6a6ad60a474.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-4f8ecf1e9899ce1a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.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-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.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-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
43212024-10-14T09:32:12.474Z 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=6f91a8dfd9de2c93 -C extra-filename=-6f91a8dfd9de2c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43222024-10-14T09:32:19.810Z 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=e707189898ce113e -C extra-filename=-e707189898ce113e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-455271f8a166015d.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib`
43232024-10-14T09:32:20.366Z 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=0642dc0f1cdb9d9f -C extra-filename=-0642dc0f1cdb9d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-e1856cdcea4019ca.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43242024-10-14T09:32:23.325Z 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=321ef36b37648375 -C extra-filename=-321ef36b37648375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.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-27cce6a6ad60a474.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-772a63fa33fb3cfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43252024-10-14T09:32:47.842Z 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=b78c89bbdbf75ece -C extra-filename=-b78c89bbdbf75ece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-455271f8a166015d.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-27cce6a6ad60a474.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-4f8ecf1e9899ce1a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.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-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.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-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
43262024-10-14T09:32:49.431Z 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=a0af4f2c6616d106 -C extra-filename=-a0af4f2c6616d106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-f522c54aa91410cc.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-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.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-8c9f2fc5ea1e9ef8.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-bd2b1e802a3cb692.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43272024-10-14T09:32:52.241Z 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=4b1b8886c9242c65 -C extra-filename=-4b1b8886c9242c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.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-455271f8a166015d.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/out/lib`
43282024-10-14T09:34:49.012Z 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=45958e0192edfff8 -C extra-filename=-45958e0192edfff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fe87dc2de4a3b037.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-7e75b21afe94ce5a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-93e27bf6594b0bba.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.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-901fe8feb5f2a35b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43292024-10-14T09:35:40.161Z 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=ca0a74ee66b952d7 -C extra-filename=-ca0a74ee66b952d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-455271f8a166015d.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-27cce6a6ad60a474.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-4f8ecf1e9899ce1a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.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-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.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-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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-901fe8feb5f2a35b/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-752a3295359e530f/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-602613b5a4aab9dd/out -L /usr/platform/oxide/lib/amd64/`
43302024-10-14T09:59:48.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43m 34s
43312024-10-14T10:00:03.781Z
43322024-10-14T10:00:03.786Zreal 43:48.770987835
43332024-10-14T10:00:03.786Zuser 1:53:39.333921880
43342024-10-14T10:00:03.786Zsys 25:17.697957729
43352024-10-14T10:00:03.787Ztrap 11.658216087
43362024-10-14T10:00:03.787Ztflt 23.130763515
43372024-10-14T10:00:03.787Zdflt 2:32:45.152321733
43382024-10-14T10:00:03.787Zkflt 1.862257082
43392024-10-14T10:00:03.787Zlock 8:40:30.692584847
43402024-10-14T10:00:03.787Zslp 25:58:49.135705921
43412024-10-14T10:00:03.787Zlat 10:26.150590614
43422024-10-14T10:00:03.787Zstop 8:44.087861626
43432024-10-14T10:00:04.793Z+ banner ls-apis
43442024-10-14T10:00:04.842Z+ source ./tools/include/force-git-over-https.sh
43452024-10-14T10:00:04.844Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
43462024-10-14T10:00:04.844Z++ (( i = 0 ))
43472024-10-14T10:00:04.844Z++ (( i < 5 ))
43482024-10-14T10:00:04.845Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
43492024-10-14T10:00:04.889Z++ (( i++ ))
43502024-10-14T10:00:04.890Z++ (( i < 5 ))
43512024-10-14T10:00:04.890Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
43522024-10-14T10:00:04.892Z++ (( i++ ))
43532024-10-14T10:00:04.892Z++ (( i < 5 ))
43542024-10-14T10:00:04.892Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
43552024-10-14T10:00:04.895Z++ (( i++ ))
43562024-10-14T10:00:04.895Z++ (( i < 5 ))
43572024-10-14T10:00:04.895Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
43582024-10-14T10:00:04.898Z++ (( i++ ))
43592024-10-14T10:00:04.898Z++ (( i < 5 ))
43602024-10-14T10:00:04.898Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
43612024-10-14T10:00:04.901Z++ (( i++ ))
43622024-10-14T10:00:04.901Z++ (( i < 5 ))
43632024-10-14T10:00:04.901Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
43642024-10-14T10:00:04.901Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
43652024-10-14T10:00:04.903Z+ ptime -m cargo xtask ls-apis apis
43662024-10-14T10:00:05.767Z
43672024-10-14T10:00:05.767Z # #### ## ##### # ####
43682024-10-14T10:00:05.767Z # # # # # # # #
43692024-10-14T10:00:05.767Z # #### ##### # # # # # ####
43702024-10-14T10:00:05.767Z # # ###### ##### # #
43712024-10-14T10:00:05.767Z # # # # # # # # #
43722024-10-14T10:00:05.767Z ###### #### # # # # ####
43732024-10-14T10:00:05.767Z
43742024-10-14T10:00:07.005Z Compiling serde v1.0.210
43752024-10-14T10:00:07.007Z Compiling rustix v0.38.37
43762024-10-14T10:00:07.010Z Compiling libc v0.2.159
43772024-10-14T10:00:07.010Z Compiling serde_json v1.0.128
43782024-10-14T10:00:07.010Z Compiling syn v2.0.79
43792024-10-14T10:00:07.010Z Compiling bitflags v2.6.0
43802024-10-14T10:00:08.278Z Compiling usdt-impl v0.5.0
43812024-10-14T10:00:08.527Z Compiling syn v1.0.109
43822024-10-14T10:00:08.541Z Compiling log v0.4.22
43832024-10-14T10:00:08.641Z Compiling indexmap v2.6.0
43842024-10-14T10:00:08.657Z Compiling fs-err v2.11.0
43852024-10-14T10:00:08.846Z Compiling anyhow v1.0.89
43862024-10-14T10:00:08.935Z Compiling once_cell v1.20.2
43872024-10-14T10:00:09.508Z Compiling thread-id v4.2.1
43882024-10-14T10:00:10.590Z Compiling terminal_size v0.4.0
43892024-10-14T10:00:10.590Z Compiling tempfile v3.13.0
43902024-10-14T10:00:10.696Z Compiling clap_builder v4.5.20
43912024-10-14T10:00:11.482Z Compiling proc-macro-error v1.0.4
43922024-10-14T10:00:13.236Z Compiling tabled_derive v0.7.0
43932024-10-14T10:00:15.108Z Compiling serde_derive v1.0.210
43942024-10-14T10:00:15.109Z Compiling thiserror-impl v1.0.64
43952024-10-14T10:00:15.109Z Compiling zerocopy-derive v0.7.34
43962024-10-14T10:00:15.111Z Compiling scroll_derive v0.12.0
43972024-10-14T10:00:15.319Z Compiling clap_derive v4.5.18
43982024-10-14T10:00:15.334Z Compiling tabled v0.15.0
43992024-10-14T10:00:16.830Z Compiling scroll v0.12.0
44002024-10-14T10:00:17.346Z Compiling goblin v0.8.2
44012024-10-14T10:00:17.390Z Compiling zerocopy v0.7.34
44022024-10-14T10:00:18.065Z Compiling thiserror v1.0.64
44032024-10-14T10:00:18.219Z Compiling pest v2.7.10
44042024-10-14T10:00:19.096Z Compiling clap v4.5.20
44052024-10-14T10:00:20.601Z Compiling pest_meta v2.7.10
44062024-10-14T10:00:21.388Z Compiling pest_generator v2.7.10
44072024-10-14T10:00:23.209Z Compiling pest_derive v2.7.10
44082024-10-14T10:00:24.240Z Compiling dtrace-parser v0.2.0
44092024-10-14T10:00:25.548Z Compiling serde_tokenstream v0.2.2
44102024-10-14T10:00:25.571Z Compiling toml_datetime v0.6.8
44112024-10-14T10:00:25.572Z Compiling serde_spanned v0.6.7
44122024-10-14T10:00:25.572Z Compiling camino v1.1.9
44132024-10-14T10:00:25.815Z Compiling semver v1.0.23
44142024-10-14T10:00:25.953Z Compiling toml_edit v0.22.22
44152024-10-14T10:00:25.983Z Compiling cargo-platform v0.1.8
44162024-10-14T10:00:26.108Z Compiling macaddr v1.0.1
44172024-10-14T10:00:26.195Z Compiling camino-tempfile v1.1.1
44182024-10-14T10:00:26.992Z Compiling dof v0.3.0
44192024-10-14T10:00:26.992Z Compiling cargo_metadata v0.18.1
44202024-10-14T10:00:28.780Z Compiling usdt-attr-macro v0.5.0
44212024-10-14T10:00:28.792Z Compiling usdt-macro v0.5.0
44222024-10-14T10:00:28.896Z Compiling toml v0.8.19
44232024-10-14T10:00:29.720Z Compiling cargo_toml v0.20.5
44242024-10-14T10:00:30.375Z Compiling usdt v0.5.0
44252024-10-14T10:00:33.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44262024-10-14T10:00:37.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.45s
44272024-10-14T10:00:37.556Z Running `target/debug/xtask ls-apis apis`
44282024-10-14T10:00:39.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44292024-10-14T10:00:39.464Z Running `target/debug/ls-apis apis`
44302024-10-14T10:00:39.585Zloading metadata for workspace omicron from current workspace
44312024-10-14T10:00:41.347Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
44322024-10-14T10:00:41.350Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
44332024-10-14T10:00:41.352Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
44342024-10-14T10:00:56.689Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
44352024-10-14T10:01:00.744Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
44362024-10-14T10:01:00.754Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
44372024-10-14T10:01:00.848ZBootstrap Agent (client: bootstrap-agent-client)
44382024-10-14T10:01:00.853Z consumed by: omicron-sled-agent (omicron/sled-agent)
44392024-10-14T10:01:00.853Z consumed by: wicketd (omicron/wicketd)
44402024-10-14T10:01:00.853Z
44412024-10-14T10:01:00.853ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
44422024-10-14T10:01:00.853Z consumed by: omicron-nexus (omicron/nexus)
44432024-10-14T10:01:00.853Z
44442024-10-14T10:01:00.853ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
44452024-10-14T10:01:00.853Z consumed by: omicron-nexus (omicron/nexus)
44462024-10-14T10:01:00.853Z
44472024-10-14T10:01:00.853ZCockroachDB Cluster Admin (client: cockroach-admin-client)
44482024-10-14T10:01:00.853Z consumed by: omicron-nexus (omicron/nexus)
44492024-10-14T10:01:00.853Z
44502024-10-14T10:01:00.853ZCrucible Agent (client: crucible-agent-client)
44512024-10-14T10:01:00.853Z consumed by: omicron-nexus (omicron/nexus)
44522024-10-14T10:01:00.853Z
44532024-10-14T10:01:00.853ZCrucible Control (for testing only) (client: crucible-control-client)
44542024-10-14T10:01:00.853Z
44552024-10-14T10:01:00.853ZCrucible Pantry (client: crucible-pantry-client)
44562024-10-14T10:01:00.853Z consumed by: omicron-nexus (omicron/nexus)
44572024-10-14T10:01:00.854Z
44582024-10-14T10:01:00.854ZMaghemite DDM Admin (client: ddm-admin-client)
44592024-10-14T10:01:00.854Z consumed by: installinator (omicron/installinator)
44602024-10-14T10:01:00.854Z consumed by: mgd (maghemite/mgd)
44612024-10-14T10:01:00.854Z consumed by: omicron-sled-agent (omicron/sled-agent)
44622024-10-14T10:01:00.854Z consumed by: wicketd (omicron/wicketd)
44632024-10-14T10:01:00.854Z
44642024-10-14T10:01:00.854ZDNS Server (client: dns-service-client)
44652024-10-14T10:01:00.857Z consumed by: omicron-nexus (omicron/nexus)
44662024-10-14T10:01:00.857Z consumed by: omicron-sled-agent (omicron/sled-agent)
44672024-10-14T10:01:00.857Z
44682024-10-14T10:01:00.857ZDendrite DPD (client: dpd-client)
44692024-10-14T10:01:00.857Z consumed by: ddmd (maghemite/ddmd)
44702024-10-14T10:01:00.857Z consumed by: mgd (maghemite/mgd)
44712024-10-14T10:01:00.857Z consumed by: omicron-nexus (omicron/nexus)
44722024-10-14T10:01:00.857Z consumed by: omicron-sled-agent (omicron/sled-agent)
44732024-10-14T10:01:00.857Z consumed by: tfportd (dendrite/tfportd)
44742024-10-14T10:01:00.857Z consumed by: wicketd (omicron/wicketd)
44752024-10-14T10:01:00.857Z
44762024-10-14T10:01:00.857ZDownstairs Controller (debugging only) (client: dsc-client)
44772024-10-14T10:01:00.857Z
44782024-10-14T10:01:00.857ZManagement Gateway Service (client: gateway-client)
44792024-10-14T10:01:00.857Z consumed by: dpd (dendrite/dpd)
44802024-10-14T10:01:00.858Z consumed by: omicron-nexus (omicron/nexus)
44812024-10-14T10:01:00.858Z consumed by: omicron-sled-agent (omicron/sled-agent)
44822024-10-14T10:01:00.858Z consumed by: wicketd (omicron/wicketd)
44832024-10-14T10:01:00.858Z
44842024-10-14T10:01:00.858ZWicketd Installinator (client: installinator-client)
44852024-10-14T10:01:00.858Z consumed by: installinator (omicron/installinator)
44862024-10-14T10:01:00.858Z
44872024-10-14T10:01:00.858ZMaghemite MG Admin (client: mg-admin-client)
44882024-10-14T10:01:00.861Z consumed by: omicron-nexus (omicron/nexus)
44892024-10-14T10:01:00.861Z consumed by: omicron-sled-agent (omicron/sled-agent)
44902024-10-14T10:01:00.861Z
44912024-10-14T10:01:00.861ZNexus Internal API (client: nexus-client)
44922024-10-14T10:01:00.864Z consumed by: dpd (dendrite/dpd)
44932024-10-14T10:01:00.864Z consumed by: omicron-nexus (omicron/nexus)
44942024-10-14T10:01:00.864Z consumed by: omicron-sled-agent (omicron/sled-agent)
44952024-10-14T10:01:00.864Z consumed by: oximeter-collector (omicron/oximeter/collector)
44962024-10-14T10:01:00.864Z consumed by: propolis-server (propolis/bin/propolis-server)
44972024-10-14T10:01:00.864Z
44982024-10-14T10:01:00.864ZExternal API (client: oxide-client)
44992024-10-14T10:01:00.864Z
45002024-10-14T10:01:00.864ZOximeter (client: oximeter-client)
45012024-10-14T10:01:00.867Z consumed by: omicron-nexus (omicron/nexus)
45022024-10-14T10:01:00.867Z
45032024-10-14T10:01:00.867ZPropolis (client: propolis-client)
45042024-10-14T10:01:00.868Z consumed by: omicron-nexus (omicron/nexus)
45052024-10-14T10:01:00.868Z consumed by: omicron-sled-agent (omicron/sled-agent)
45062024-10-14T10:01:00.868Z
45072024-10-14T10:01:00.868ZCrucible Repair (client: repair-client)
45082024-10-14T10:01:00.868Z consumed by: crucible-downstairs (crucible/downstairs)
45092024-10-14T10:01:00.868Z
45102024-10-14T10:01:00.868ZSled Agent (client: sled-agent-client)
45112024-10-14T10:01:00.868Z consumed by: dpd (dendrite/dpd)
45122024-10-14T10:01:00.868Z consumed by: omicron-nexus (omicron/nexus)
45132024-10-14T10:01:00.868Z consumed by: omicron-sled-agent (omicron/sled-agent)
45142024-10-14T10:01:00.868Z
45152024-10-14T10:01:00.868ZWicketd (client: wicketd-client)
45162024-10-14T10:01:00.868Z
45172024-10-14T10:01:00.986Z
45182024-10-14T10:01:00.986Zreal 56.060828464
45192024-10-14T10:01:00.986Zuser 2:18.365442711
45202024-10-14T10:01:00.986Zsys 36.268844893
45212024-10-14T10:01:00.986Ztrap 0.062585441
45222024-10-14T10:01:00.986Ztflt 3.862204326
45232024-10-14T10:01:00.986Zdflt 4.237624753
45242024-10-14T10:01:00.988Zkflt 0.033626620
45252024-10-14T10:01:00.988Zlock 3:39.999914384
45262024-10-14T10:01:00.988Zslp 8:59.687276049
45272024-10-14T10:01:00.988Zlat 4.412736960
45282024-10-14T10:01:00.988Zstop 9.401745438
45292024-10-14T10:01:00.988Z+ ptime -m cargo xtask ls-apis deployment-units
45302024-10-14T10:01:01.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
45312024-10-14T10:01:01.661Z Running `target/debug/xtask ls-apis deployment-units`
45322024-10-14T10:01:02.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
45332024-10-14T10:01:02.734Z Running `target/debug/ls-apis deployment-units`
45342024-10-14T10:01:02.778Zloading metadata for workspace omicron from current workspace
45352024-10-14T10:01:04.118Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
45362024-10-14T10:01:04.118Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
45372024-10-14T10:01:04.129Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
45382024-10-14T10:01:06.268Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
45392024-10-14T10:01:07.190Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
45402024-10-14T10:01:07.200Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
45412024-10-14T10:01:07.292ZClickhouse Admin
45422024-10-14T10:01:07.292Z omicron-clickhouse-admin (omicron/clickhouse-admin)
45432024-10-14T10:01:07.292Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
45442024-10-14T10:01:07.292Z
45452024-10-14T10:01:07.292Z
45462024-10-14T10:01:07.292ZCockroach Admin
45472024-10-14T10:01:07.293Z omicron-cockroach-admin (omicron/cockroach-admin)
45482024-10-14T10:01:07.293Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
45492024-10-14T10:01:07.293Z
45502024-10-14T10:01:07.293Z
45512024-10-14T10:01:07.293ZCrucible
45522024-10-14T10:01:07.293Z crucible-agent (crucible/agent)
45532024-10-14T10:01:07.293Z exposes: Crucible Agent (client = crucible-agent-client)
45542024-10-14T10:01:07.296Z
45552024-10-14T10:01:07.296Z crucible-downstairs (crucible/downstairs)
45562024-10-14T10:01:07.296Z exposes: Crucible Repair (client = repair-client)
45572024-10-14T10:01:07.296Z consumes: repair-client
45582024-10-14T10:01:07.296Z
45592024-10-14T10:01:07.296Z
45602024-10-14T10:01:07.296ZCrucible Pantry
45612024-10-14T10:01:07.296Z crucible-pantry (crucible/pantry)
45622024-10-14T10:01:07.296Z exposes: Crucible Pantry (client = crucible-pantry-client)
45632024-10-14T10:01:07.296Z
45642024-10-14T10:01:07.296Z
45652024-10-14T10:01:07.296ZDNS Server
45662024-10-14T10:01:07.296Z dns-server (omicron/dns-server)
45672024-10-14T10:01:07.296Z exposes: DNS Server (client = dns-service-client)
45682024-10-14T10:01:07.299Z
45692024-10-14T10:01:07.299Z
45702024-10-14T10:01:07.299ZHost OS
45712024-10-14T10:01:07.299Z ddmd (maghemite/ddmd)
45722024-10-14T10:01:07.299Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
45732024-10-14T10:01:07.299Z consumes: dpd-client
45742024-10-14T10:01:07.299Z
45752024-10-14T10:01:07.299Z dpd (dendrite/dpd)
45762024-10-14T10:01:07.299Z exposes: Dendrite DPD (client = dpd-client)
45772024-10-14T10:01:07.302Z consumes: gateway-client
45782024-10-14T10:01:07.302Z consumes: nexus-client
45792024-10-14T10:01:07.302Z consumes: sled-agent-client
45802024-10-14T10:01:07.302Z
45812024-10-14T10:01:07.302Z mgd (maghemite/mgd)
45822024-10-14T10:01:07.302Z exposes: Maghemite MG Admin (client = mg-admin-client)
45832024-10-14T10:01:07.302Z consumes: ddm-admin-client
45842024-10-14T10:01:07.302Z consumes: dpd-client
45852024-10-14T10:01:07.302Z
45862024-10-14T10:01:07.302Z omicron-gateway (omicron/gateway)
45872024-10-14T10:01:07.302Z exposes: Management Gateway Service (client = gateway-client)
45882024-10-14T10:01:07.303Z
45892024-10-14T10:01:07.303Z omicron-sled-agent (omicron/sled-agent)
45902024-10-14T10:01:07.303Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
45912024-10-14T10:01:07.303Z exposes: Sled Agent (client = sled-agent-client)
45922024-10-14T10:01:07.309Z consumes: bootstrap-agent-client
45932024-10-14T10:01:07.309Z consumes: ddm-admin-client
45942024-10-14T10:01:07.309Z consumes: dns-service-client
45952024-10-14T10:01:07.309Z consumes: dpd-client
45962024-10-14T10:01:07.309Z consumes: gateway-client
45972024-10-14T10:01:07.309Z consumes: mg-admin-client
45982024-10-14T10:01:07.309Z consumes: nexus-client
45992024-10-14T10:01:07.309Z consumes: propolis-client
46002024-10-14T10:01:07.309Z consumes: sled-agent-client
46012024-10-14T10:01:07.309Z
46022024-10-14T10:01:07.309Z propolis-server (propolis/bin/propolis-server)
46032024-10-14T10:01:07.309Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
46042024-10-14T10:01:07.309Z exposes: Propolis (client = propolis-client)
46052024-10-14T10:01:07.309Z consumes: nexus-client
46062024-10-14T10:01:07.309Z
46072024-10-14T10:01:07.309Z tfportd (dendrite/tfportd)
46082024-10-14T10:01:07.309Z consumes: dpd-client
46092024-10-14T10:01:07.309Z
46102024-10-14T10:01:07.309Z wicketd (omicron/wicketd)
46112024-10-14T10:01:07.309Z exposes: Wicketd Installinator (client = installinator-client)
46122024-10-14T10:01:07.309Z exposes: Wicketd (client = wicketd-client)
46132024-10-14T10:01:07.309Z consumes: bootstrap-agent-client
46142024-10-14T10:01:07.309Z consumes: ddm-admin-client
46152024-10-14T10:01:07.309Z consumes: dpd-client
46162024-10-14T10:01:07.309Z consumes: gateway-client
46172024-10-14T10:01:07.309Z
46182024-10-14T10:01:07.309Z
46192024-10-14T10:01:07.309ZInstallinator
46202024-10-14T10:01:07.309Z installinator (omicron/installinator)
46212024-10-14T10:01:07.310Z consumes: ddm-admin-client
46222024-10-14T10:01:07.310Z consumes: installinator-client
46232024-10-14T10:01:07.310Z
46242024-10-14T10:01:07.310Z
46252024-10-14T10:01:07.310ZNexus
46262024-10-14T10:01:07.310Z omicron-nexus (omicron/nexus)
46272024-10-14T10:01:07.310Z exposes: Nexus Internal API (client = nexus-client)
46282024-10-14T10:01:07.310Z exposes: External API (client = oxide-client)
46292024-10-14T10:01:07.314Z consumes: clickhouse-admin-keeper-client
46302024-10-14T10:01:07.314Z consumes: clickhouse-admin-server-client
46312024-10-14T10:01:07.314Z consumes: cockroach-admin-client
46322024-10-14T10:01:07.314Z consumes: crucible-agent-client
46332024-10-14T10:01:07.314Z consumes: crucible-pantry-client
46342024-10-14T10:01:07.314Z consumes: dns-service-client
46352024-10-14T10:01:07.314Z consumes: dpd-client
46362024-10-14T10:01:07.315Z consumes: gateway-client
46372024-10-14T10:01:07.315Z consumes: mg-admin-client
46382024-10-14T10:01:07.315Z consumes: nexus-client
46392024-10-14T10:01:07.315Z consumes: oximeter-client
46402024-10-14T10:01:07.315Z consumes: propolis-client
46412024-10-14T10:01:07.315Z consumes: sled-agent-client
46422024-10-14T10:01:07.315Z
46432024-10-14T10:01:07.315Z
46442024-10-14T10:01:07.315ZOximeter
46452024-10-14T10:01:07.315Z oximeter-collector (omicron/oximeter/collector)
46462024-10-14T10:01:07.315Z exposes: Oximeter (client = oximeter-client)
46472024-10-14T10:01:07.315Z consumes: nexus-client
46482024-10-14T10:01:07.315Z
46492024-10-14T10:01:07.315Z
46502024-10-14T10:01:07.427Z
46512024-10-14T10:01:07.427Zreal 6.424811866
46522024-10-14T10:01:07.427Zuser 4.972537212
46532024-10-14T10:01:07.427Zsys 1.950726469
46542024-10-14T10:01:07.427Ztrap 0.002650057
46552024-10-14T10:01:07.428Ztflt 0.000023982
46562024-10-14T10:01:07.428Zdflt 0.000272831
46572024-10-14T10:01:07.428Zkflt 0.000000000
46582024-10-14T10:01:07.428Zlock 0.002042402
46592024-10-14T10:01:07.428Zslp 13.186947470
46602024-10-14T10:01:07.430Zlat 0.056189833
46612024-10-14T10:01:07.431Zstop 0.071730343
46622024-10-14T10:01:07.431Z+ ptime -m cargo xtask ls-apis servers
46632024-10-14T10:01:08.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46642024-10-14T10:01:08.038Z Running `target/debug/xtask ls-apis servers`
46652024-10-14T10:01:08.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
46662024-10-14T10:01:08.983Z Running `target/debug/ls-apis servers`
46672024-10-14T10:01:09.026Zloading metadata for workspace omicron from current workspace
46682024-10-14T10:01:10.318Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
46692024-10-14T10:01:10.325Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
46702024-10-14T10:01:10.329Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
46712024-10-14T10:01:12.404Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
46722024-10-14T10:01:13.326Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
46732024-10-14T10:01:13.335Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
46742024-10-14T10:01:13.427Zomicron-clickhouse-admin (omicron/clickhouse-admin)
46752024-10-14T10:01:13.427Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
46762024-10-14T10:01:13.431Z
46772024-10-14T10:01:13.431Zomicron-cockroach-admin (omicron/cockroach-admin)
46782024-10-14T10:01:13.431Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
46792024-10-14T10:01:13.431Z
46802024-10-14T10:01:13.431Zcrucible-agent (crucible/agent)
46812024-10-14T10:01:13.431Z exposes: Crucible Agent (client = crucible-agent-client)
46822024-10-14T10:01:13.431Z
46832024-10-14T10:01:13.431Zcrucible-downstairs (crucible/downstairs)
46842024-10-14T10:01:13.431Z exposes: Crucible Repair (client = repair-client)
46852024-10-14T10:01:13.431Z consumes: repair-client
46862024-10-14T10:01:13.431Z
46872024-10-14T10:01:13.431Zcrucible-pantry (crucible/pantry)
46882024-10-14T10:01:13.431Z exposes: Crucible Pantry (client = crucible-pantry-client)
46892024-10-14T10:01:13.434Z
46902024-10-14T10:01:13.434Zdns-server (omicron/dns-server)
46912024-10-14T10:01:13.435Z exposes: DNS Server (client = dns-service-client)
46922024-10-14T10:01:13.435Z
46932024-10-14T10:01:13.435Zomicron-sled-agent (omicron/sled-agent)
46942024-10-14T10:01:13.435Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
46952024-10-14T10:01:13.435Z exposes: Sled Agent (client = sled-agent-client)
46962024-10-14T10:01:13.435Z consumes: bootstrap-agent-client
46972024-10-14T10:01:13.435Z consumes: ddm-admin-client
46982024-10-14T10:01:13.435Z consumes: dns-service-client
46992024-10-14T10:01:13.435Z consumes: dpd-client
47002024-10-14T10:01:13.435Z consumes: gateway-client
47012024-10-14T10:01:13.435Z consumes: mg-admin-client
47022024-10-14T10:01:13.435Z consumes: nexus-client
47032024-10-14T10:01:13.435Z consumes: propolis-client
47042024-10-14T10:01:13.435Z consumes: sled-agent-client
47052024-10-14T10:01:13.435Z
47062024-10-14T10:01:13.435Zpropolis-server (propolis/bin/propolis-server)
47072024-10-14T10:01:13.435Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
47082024-10-14T10:01:13.435Z exposes: Propolis (client = propolis-client)
47092024-10-14T10:01:13.437Z consumes: nexus-client
47102024-10-14T10:01:13.437Z
47112024-10-14T10:01:13.438Zddmd (maghemite/ddmd)
47122024-10-14T10:01:13.438Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
47132024-10-14T10:01:13.438Z consumes: dpd-client
47142024-10-14T10:01:13.438Z
47152024-10-14T10:01:13.438Zdpd (dendrite/dpd)
47162024-10-14T10:01:13.438Z exposes: Dendrite DPD (client = dpd-client)
47172024-10-14T10:01:13.440Z consumes: gateway-client
47182024-10-14T10:01:13.440Z consumes: nexus-client
47192024-10-14T10:01:13.440Z consumes: sled-agent-client
47202024-10-14T10:01:13.440Z
47212024-10-14T10:01:13.440Zmgd (maghemite/mgd)
47222024-10-14T10:01:13.440Z exposes: Maghemite MG Admin (client = mg-admin-client)
47232024-10-14T10:01:13.440Z consumes: ddm-admin-client
47242024-10-14T10:01:13.440Z consumes: dpd-client
47252024-10-14T10:01:13.440Z
47262024-10-14T10:01:13.440Zomicron-gateway (omicron/gateway)
47272024-10-14T10:01:13.440Z exposes: Management Gateway Service (client = gateway-client)
47282024-10-14T10:01:13.442Z
47292024-10-14T10:01:13.442Ztfportd (dendrite/tfportd)
47302024-10-14T10:01:13.442Z consumes: dpd-client
47312024-10-14T10:01:13.442Z
47322024-10-14T10:01:13.443Zwicketd (omicron/wicketd)
47332024-10-14T10:01:13.443Z exposes: Wicketd Installinator (client = installinator-client)
47342024-10-14T10:01:13.443Z exposes: Wicketd (client = wicketd-client)
47352024-10-14T10:01:13.443Z consumes: bootstrap-agent-client
47362024-10-14T10:01:13.443Z consumes: ddm-admin-client
47372024-10-14T10:01:13.443Z consumes: dpd-client
47382024-10-14T10:01:13.443Z consumes: gateway-client
47392024-10-14T10:01:13.443Z
47402024-10-14T10:01:13.443Zinstallinator (omicron/installinator)
47412024-10-14T10:01:13.443Z consumes: ddm-admin-client
47422024-10-14T10:01:13.443Z consumes: installinator-client
47432024-10-14T10:01:13.443Z
47442024-10-14T10:01:13.443Zomicron-nexus (omicron/nexus)
47452024-10-14T10:01:13.443Z exposes: Nexus Internal API (client = nexus-client)
47462024-10-14T10:01:13.443Z exposes: External API (client = oxide-client)
47472024-10-14T10:01:13.445Z consumes: clickhouse-admin-keeper-client
47482024-10-14T10:01:13.446Z consumes: clickhouse-admin-server-client
47492024-10-14T10:01:13.446Z consumes: cockroach-admin-client
47502024-10-14T10:01:13.446Z consumes: crucible-agent-client
47512024-10-14T10:01:13.446Z consumes: crucible-pantry-client
47522024-10-14T10:01:13.446Z consumes: dns-service-client
47532024-10-14T10:01:13.446Z consumes: dpd-client
47542024-10-14T10:01:13.446Z consumes: gateway-client
47552024-10-14T10:01:13.446Z consumes: mg-admin-client
47562024-10-14T10:01:13.446Z consumes: nexus-client
47572024-10-14T10:01:13.446Z consumes: oximeter-client
47582024-10-14T10:01:13.446Z consumes: propolis-client
47592024-10-14T10:01:13.446Z consumes: sled-agent-client
47602024-10-14T10:01:13.446Z
47612024-10-14T10:01:13.446Zoximeter-collector (omicron/oximeter/collector)
47622024-10-14T10:01:13.446Z exposes: Oximeter (client = oximeter-client)
47632024-10-14T10:01:13.448Z consumes: nexus-client
47642024-10-14T10:01:13.448Z
47652024-10-14T10:01:13.565Z
47662024-10-14T10:01:13.567Zreal 6.120417045
47672024-10-14T10:01:13.567Zuser 4.904813674
47682024-10-14T10:01:13.567Zsys 1.880827985
47692024-10-14T10:01:13.567Ztrap 0.000420484
47702024-10-14T10:01:13.567Ztflt 0.000007229
47712024-10-14T10:01:13.567Zdflt 0.000019629
47722024-10-14T10:01:13.567Zkflt 0.000000000
47732024-10-14T10:01:13.567Zlock 0.001749376
47742024-10-14T10:01:13.567Zslp 12.656329148
47752024-10-14T10:01:13.567Zlat 0.026545067
47762024-10-14T10:01:13.567Zstop 0.067866513
47772024-10-14T10:01:13.574Z+ banner test
47782024-10-14T10:01:13.576Z
47792024-10-14T10:01:13.576Z ##### ###### #### #####
47802024-10-14T10:01:13.576Z # # # #
47812024-10-14T10:01:13.577Z # ##### #### #
47822024-10-14T10:01:13.577Z # # # #
47832024-10-14T10:01:13.577Z # # # # #
47842024-10-14T10:01:13.577Z # ###### #### #
47852024-10-14T10:01:13.577Z
47862024-10-14T10:01:13.577Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47872024-10-14T10:01:15.054Zinfo: experimental features enabled: setup-scripts
47882024-10-14T10:01:16.995Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47892024-10-14T10:01:17.147Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47902024-10-14T10:01:17.196Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47912024-10-14T10:01:17.224Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47922024-10-14T10:01:28.652Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.56s
47932024-10-14T10:01:34.955Z------------
47942024-10-14T10:01:34.955Z Nextest run ID f7c8690a-535d-4578-9046-03d132bb7d82 with nextest profile: ci
47952024-10-14T10:01:34.958Z Starting 1630 tests across 169 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
47962024-10-14T10:01:34.962Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47972024-10-14T10:01:35.770Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47982024-10-14T10:01:38.013Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47992024-10-14T10:01:39.773Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48002024-10-14T10:01:45.509Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.48s
48012024-10-14T10:01:45.615Z Running `target/debug/crdb-seed`
48022024-10-14T10:01:45.654ZOct 14 10:01:44.878 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpUUMleg
48032024-10-14T10:01:45.657ZOct 14 10:01:44.879 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpQ3qL38,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpUUMleg/listen-url
48042024-10-14T10:01:45.657ZOct 14 10:01:44.879 INFO cockroach environment: BUILDOMAT_JOB_ID=01JA54PJTVFMT32AR5V5CX1PZ6 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-tungstenite-0.x GITHUB_REF=refs/heads/renovate/tokio-tungstenite-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=551b581c0afb8beb510129dcf0380463cec5e75f 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-901fe8feb5f2a35b/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-b3c774a218b8e624/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out:/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out:/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-env9ijqnX NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-b3c774a218b8e624/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out:/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out:/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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=f7c8690a-535d-4578-9046-03d132bb7d82 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
48052024-10-14T10:01:46.669ZOct 14 10:01:45.895 INFO cockroach pid: 6627
48062024-10-14T10:01:46.669ZOct 14 10:01:45.895 INFO cockroach listen URL: postgresql://root@[::1]:59709/omicron?sslmode=disable
48072024-10-14T10:01:46.670ZOct 14 10:01:45.895 INFO cockroach: populating
48082024-10-14T10:01:49.294ZOct 14 10:01:48.519 INFO cockroach: populated
48092024-10-14T10:01:51.361ZOct 14 10:01:50.585 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/715a51eb919177fa8d827f74e9ac217af9dd57c2e799d7d9e860efa5dba3a56f.tar`
48102024-10-14T10:01:51.364Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
48112024-10-14T10:01:51.439Z PASS [ 0.036s] api_identity test::test_identity
48122024-10-14T10:01:51.439Z PASS [ 0.030s] api_identity test::test_identity_no_field
48132024-10-14T10:01:51.439Z PASS [ 0.032s] bootstore schemes::tests::hello_roundtrip
48142024-10-14T10:01:51.441Z PASS [ 0.025s] bootstore schemes::v0::share_pkg::tests::create_packages
48152024-10-14T10:01:51.441Z PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::create_and_verify
48162024-10-14T10:01:51.441Z PASS [ 0.052s] authz-macros tests::test_authz_snapshots
48172024-10-14T10:01:51.441Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
48182024-10-14T10:01:51.504Z PASS [ 0.061s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
48192024-10-14T10:01:51.504Z PASS [ 0.051s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
48202024-10-14T10:01:51.506Z PASS [ 0.056s] clickhouse-admin-types tests::test_empty_output_parse_fail
48212024-10-14T10:01:51.510Z PASS [ 0.117s] bootstore schemes::v0::peer::tests::network_config
48222024-10-14T10:01:51.526Z PASS [ 0.021s] clickhouse-admin-types tests::test_full_lgif_parse_success
48232024-10-14T10:01:51.544Z PASS [ 0.035s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
48242024-10-14T10:01:51.544Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_raft_config_parse_success
48252024-10-14T10:01:51.544Z PASS [ 0.044s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
48262024-10-14T10:01:51.560Z PASS [ 0.021s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
48272024-10-14T10:01:51.577Z PASS [ 0.041s] clickhouse-admin-types tests::test_generate_keeper_config
48282024-10-14T10:01:51.579Z PASS [ 0.034s] clickhouse-admin-types tests::test_generate_replica_config
48292024-10-14T10:01:51.579Z PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
48302024-10-14T10:01:51.585Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
48312024-10-14T10:01:51.588Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
48322024-10-14T10:01:51.594Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
48332024-10-14T10:01:51.601Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
48342024-10-14T10:01:51.612Z PASS [ 0.018s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
48352024-10-14T10:01:51.612Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
48362024-10-14T10:01:51.618Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
48372024-10-14T10:01:51.624Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
48382024-10-14T10:01:51.675Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
48392024-10-14T10:01:51.678Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
48402024-10-14T10:01:51.678Z PASS [ 0.219s] cert-dev::test-cert-dev test_cert_create
48412024-10-14T10:01:51.678Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
48422024-10-14T10:01:51.678Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
48432024-10-14T10:01:51.678Z PASS [ 0.029s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
48442024-10-14T10:01:51.678Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
48452024-10-14T10:01:51.678Z PASS [ 0.028s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
48462024-10-14T10:01:51.678Z PASS [ 0.028s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
48472024-10-14T10:01:51.690Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
48482024-10-14T10:01:51.690Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
48492024-10-14T10:01:51.696Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
48502024-10-14T10:01:51.708Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
48512024-10-14T10:01:51.708Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
48522024-10-14T10:01:51.748Z PASS [ 0.091s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
48532024-10-14T10:01:51.754Z PASS [ 0.095s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
48542024-10-14T10:01:51.842Z PASS [ 0.085s] db-macros lookup::test::test_lookup_snapshots
48552024-10-14T10:01:51.858Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_for_enums
48562024-10-14T10:01:51.876Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
48572024-10-14T10:01:51.893Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
48582024-10-14T10:01:51.910Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
48592024-10-14T10:01:51.928Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
48602024-10-14T10:01:51.952Z PASS [ 0.024s] db-macros tests::test_derive_snapshots
48612024-10-14T10:01:52.251Z PASS [ 0.020s] db-macros tests::test_derive_with_unknown_field
48622024-10-14T10:01:52.253Z PASS [ 0.282s] db-dev::test-db-dev test_db_dev_wipe_no_args
48632024-10-14T10:01:52.253Z PASS [ 0.288s] db-dev::test-db-dev test_db_dev_populate_no_args
48642024-10-14T10:01:52.253Z PASS [ 0.245s] dns-server storage::test::test_update_in_progress
48652024-10-14T10:01:52.253Z PASS [ 0.249s] dns-server storage::test::test_update_interrupted
48662024-10-14T10:01:52.253Z PASS [ 0.277s] dns-server storage::test::test_update_basic
48672024-10-14T10:01:52.501Z PASS [ 1.111s] bootstore schemes::v0::peer::tests::basic_3_nodes
48682024-10-14T10:01:52.753Z PASS [ 0.520s] dns-server::basic_test a_crud
48692024-10-14T10:01:52.781Z PASS [ 0.518s] dns-server::basic_test aaaa_crud
48702024-10-14T10:01:52.781Z PASS [ 0.511s] dns-server::basic_test empty_record
48712024-10-14T10:01:52.790Z PASS [ 0.287s] dns-server::basic_test multi_record_crud
48722024-10-14T10:01:53.057Z PASS [ 0.294s] dns-server::basic_test nxdomain
48732024-10-14T10:01:53.069Z PASS [ 0.317s] dns-server::basic_test name_contains_zone
48742024-10-14T10:01:53.078Z PASS [ 0.305s] dns-server::basic_test servfail
48752024-10-14T10:01:53.125Z PASS [ 0.047s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
48762024-10-14T10:01:53.144Z PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
48772024-10-14T10:01:53.144Z PASS [ 0.345s] dns-server::basic_test srv_crud
48782024-10-14T10:01:53.215Z PASS [ 0.063s] illumos-utils destructor::test::test_destructor_bad_close
48792024-10-14T10:01:53.215Z PASS [ 0.083s] illumos-utils destructor::test::test_delayed_delete
48802024-10-14T10:01:53.242Z PASS [ 0.034s] illumos-utils link::test::test_allocate
48812024-10-14T10:01:53.249Z PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes
48822024-10-14T10:01:53.271Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service
48832024-10-14T10:01:53.278Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_avail
48842024-10-14T10:01:53.301Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_quota
48852024-10-14T10:01:53.308Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_reservation
48862024-10-14T10:01:53.328Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_usage
48872024-10-14T10:01:53.336Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_uuid
48882024-10-14T10:01:53.356Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_missing_fields
48892024-10-14T10:01:53.364Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props
48902024-10-14T10:01:53.382Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_props_with_optionals
48912024-10-14T10:01:53.396Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
48922024-10-14T10:01:53.414Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool
48932024-10-14T10:01:53.422Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
48942024-10-14T10:01:53.999Z PASS [ 0.864s] illumos-utils destructor::test::test_delayed_delete_with_error
48952024-10-14T10:01:54.212Z PASS [ 0.212s] installinator-common block_size_writer::tests::proptest_block_writer
48962024-10-14T10:01:55.371Z PASS [ 1.159s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
48972024-10-14T10:01:55.757Z PASS [ 0.384s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
48982024-10-14T10:01:56.230Z PASS [ 0.475s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
48992024-10-14T10:01:56.887Z PASS [ 0.655s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
49002024-10-14T10:01:56.973Z PASS [ 3.914s] dns-server::commands_test test_dnsadm
49012024-10-14T10:01:57.370Z PASS [ 0.487s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
49022024-10-14T10:01:57.415Z PASS [ 0.440s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
49032024-10-14T10:01:57.450Z PASS [ 0.038s] internal-dns-types config::test::display_hosts
49042024-10-14T10:01:57.475Z PASS [ 0.025s] internal-dns-types config::test::display_srv_service
49052024-10-14T10:01:57.535Z PASS [ 0.060s] internal-dns-types config::test::test_builder_errors
49062024-10-14T10:01:57.608Z PASS [ 0.072s] internal-dns-types config::test::test_builder_output
49072024-10-14T10:01:57.657Z PASS [ 0.049s] internal-dns-types diff::test::diff_different
49082024-10-14T10:01:57.684Z PASS [ 0.312s] internal-dns-resolver resolver::test::update_record
49092024-10-14T10:01:57.695Z PASS [ 0.037s] internal-dns-types diff::test::diff_equivalent
49102024-10-14T10:01:57.713Z PASS [ 0.029s] internal-dns-types diff::test::diff_invalid
49112024-10-14T10:01:57.733Z PASS [ 0.039s] ipcc tests::deserialize_fixed_value
49122024-10-14T10:01:57.764Z PASS [ 0.052s] ipcc tests::installinator_image_id_round_trip
49132024-10-14T10:01:57.770Z PASS [ 0.041s] ipcc tests::serialized_size
49142024-10-14T10:01:57.840Z PASS [ 0.058s] key-manager tests::different_ikm_produces_different_keys
49152024-10-14T10:01:57.840Z PASS [ 0.068s] key-manager tests::different_disks_produce_different_keys
49162024-10-14T10:01:57.855Z PASS [ 6.135s] db-dev::test-db-dev test_db_killed
49172024-10-14T10:01:57.871Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
49182024-10-14T10:01:57.873Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
49192024-10-14T10:01:57.958Z PASS [ 0.085s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
49202024-10-14T10:01:58.004Z PASS [ 0.146s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
49212024-10-14T10:01:58.004Z PASS [ 0.130s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
49222024-10-14T10:01:58.013Z PASS [ 0.057s] nexus-auth authn::external::session_cookie::test::test_get_token
49232024-10-14T10:01:58.025Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
49242024-10-14T10:01:58.034Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
49252024-10-14T10:01:58.043Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
49262024-10-14T10:01:58.059Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_other_cookie
49272024-10-14T10:01:58.069Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
49282024-10-14T10:01:58.087Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
49292024-10-14T10:01:58.106Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value
49302024-10-14T10:01:58.123Z PASS [ 0.057s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
49312024-10-14T10:01:58.125Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
49322024-10-14T10:01:58.148Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
49332024-10-14T10:01:58.165Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
49342024-10-14T10:01:58.169Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
49352024-10-14T10:01:58.186Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
49362024-10-14T10:01:58.194Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_make_header_value
49372024-10-14T10:01:58.207Z PASS [ 0.046s] nexus-auth authn::external::test::test_authn_sequence
49382024-10-14T10:01:58.232Z PASS [ 0.035s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
49392024-10-14T10:01:58.232Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_token_header_missing
49402024-10-14T10:01:58.234Z PASS [ 0.027s] nexus-auth authn::external::token::test::test_token_header_valid
49412024-10-14T10:01:58.289Z PASS [ 0.068s] nexus-auth authn::test::test_internal_users
49422024-10-14T10:01:58.299Z PASS [ 0.066s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
49432024-10-14T10:01:58.515Z PASS [ 0.199s] nexus-auth authz::context::test::test_unregistered_resource
49442024-10-14T10:01:58.516Z PASS [ 0.140s] nexus-auth context::test::test_background_context
49452024-10-14T10:01:58.537Z PASS [ 0.221s] nexus-auth context::test::test_child_context
49462024-10-14T10:01:58.604Z PASS [ 0.123s] nexus-auth context::test::test_test_context
49472024-10-14T10:01:58.751Z PASS [ 0.193s] nexus-config nexus_config::test::test_config_empty
49482024-10-14T10:01:58.823Z PASS [ 0.242s] nexus-config nexus_config::test::test_config_bad_toml
49492024-10-14T10:01:58.823Z PASS [ 0.083s] nexus-config nexus_config::test::test_config_nonexistent
49502024-10-14T10:01:58.889Z PASS [ 0.066s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
49512024-10-14T10:01:58.902Z PASS [ 0.447s] nexus-config nexus_config::test::test_bad_authn_schemes
49522024-10-14T10:01:58.932Z PASS [ 0.158s] nexus-config nexus_config::test::test_deployment_config_schema
49532024-10-14T10:01:58.978Z PASS [ 0.070s] nexus-config nexus_config::test::test_valid
49542024-10-14T10:01:59.010Z PASS [ 0.099s] nexus-config nexus_config::test::test_repo_configs_are_valid
49552024-10-14T10:01:59.010Z PASS [ 0.069s] nexus-config postgres_config::test::test_bad_url
49562024-10-14T10:01:59.010Z PASS [ 0.037s] nexus-config postgres_config::test::test_example_url
49572024-10-14T10:01:59.076Z PASS [ 0.042s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
49582024-10-14T10:01:59.076Z PASS [ 0.043s] nexus-db-fixed-data test::test_allowlist_id_is_valid
49592024-10-14T10:01:59.076Z PASS [ 0.063s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
49602024-10-14T10:01:59.077Z PASS [ 0.042s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
49612024-10-14T10:01:59.103Z PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
49622024-10-14T10:01:59.116Z PASS [ 0.062s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49632024-10-14T10:01:59.143Z PASS [ 0.072s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
49642024-10-14T10:01:59.185Z PASS [ 0.063s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
49652024-10-14T10:01:59.204Z PASS [ 0.054s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
49662024-10-14T10:01:59.204Z PASS [ 0.100s] nexus-db-model device_auth::test::test_generate_user_code
49672024-10-14T10:01:59.236Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_known_versions
49682024-10-14T10:01:59.247Z PASS [ 0.073s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
49692024-10-14T10:01:59.257Z PASS [ 0.051s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
49702024-10-14T10:01:59.279Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
49712024-10-14T10:01:59.293Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_verify
49722024-10-14T10:01:59.293Z PASS [ 0.053s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
49732024-10-14T10:01:59.307Z PASS [ 0.028s] nexus-db-model semver_version::test::test_to_from_sortable_string
49742024-10-14T10:01:59.319Z PASS [ 0.028s] nexus-db-model tests::test_ip_subnet_check_requestable_address
49752024-10-14T10:01:59.339Z PASS [ 0.032s] nexus-db-model tests::test_roles_database_strings
49762024-10-14T10:01:59.366Z PASS [ 0.053s] nexus-db-model tests::test_ipv6_net_random_subnet
49772024-10-14T10:01:59.366Z PASS [ 0.039s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
49782024-10-14T10:01:59.366Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
49792024-10-14T10:02:00.248Z PASS [ 6.831s] installinator mock_peers::tests::proptest_fetch_artifact
49802024-10-14T10:02:00.522Z PASS [ 7.092s] installinator write::tests::proptest_write_artifact
49812024-10-14T10:02:05.647Z PASS [ 6.290s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
49822024-10-14T10:02:05.689Z PASS [ 6.316s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
49832024-10-14T10:02:05.731Z PASS [ 6.381s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
49842024-10-14T10:02:05.870Z PASS [ 5.620s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
49852024-10-14T10:02:05.930Z PASS [ 5.410s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
49862024-10-14T10:02:09.638Z PASS [ 17.888s] db-dev::test-db-dev test_db_run
49872024-10-14T10:02:09.671Z PASS [ 0.035s] nexus-db-queries db::collection_attach::test::test_verify_query
49882024-10-14T10:02:11.177Z PASS [ 5.529s] nexus-db-queries db::collection_attach::test::test_attach_once
49892024-10-14T10:02:11.222Z PASS [ 5.537s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
49902024-10-14T10:02:11.263Z PASS [ 5.394s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
49912024-10-14T10:02:11.281Z PASS [ 5.344s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
49922024-10-14T10:02:11.412Z PASS [ 5.681s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
49932024-10-14T10:02:14.559Z PASS [ 4.885s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
49942024-10-14T10:02:14.592Z PASS [ 0.035s] nexus-db-queries db::collection_detach::test::test_verify_query
49952024-10-14T10:02:14.645Z PASS [ 23.227s] bootstore::v0-fsm-proptest-learner run
49962024-10-14T10:02:16.472Z PASS [ 5.250s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
49972024-10-14T10:02:16.574Z PASS [ 5.398s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
49982024-10-14T10:02:16.697Z PASS [ 5.422s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
49992024-10-14T10:02:16.712Z PASS [ 5.448s] nexus-db-queries db::collection_detach::test::test_detach_once
50002024-10-14T10:02:16.720Z PASS [ 5.311s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
50012024-10-14T10:02:19.669Z PASS [ 5.077s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
50022024-10-14T10:02:19.721Z PASS [ 5.075s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
50032024-10-14T10:02:19.761Z PASS [ 0.041s] nexus-db-queries db::collection_detach_many::test::test_verify_query
50042024-10-14T10:02:19.969Z PASS [ 28.547s] bootstore::v0-fsm-proptest-rack-coordinator run
50052024-10-14T10:02:21.717Z PASS [ 5.144s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
50062024-10-14T10:02:21.747Z PASS [ 5.273s] nexus-db-queries db::collection_detach_many::test::test_detach_many
50072024-10-14T10:02:21.747Z PASS [ 0.027s] nexus-db-queries db::collection_insert::test::test_verify_query
50082024-10-14T10:02:21.770Z PASS [ 0.026s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
50092024-10-14T10:02:21.776Z PASS [ 0.027s] nexus-db-queries db::column_walker::test::test_walk_columns
50102024-10-14T10:02:21.801Z PASS [ 0.030s] nexus-db-queries db::column_walker::test::test_walk_table
50112024-10-14T10:02:21.833Z PASS [ 5.112s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
50122024-10-14T10:02:21.899Z PASS [ 5.195s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
50132024-10-14T10:02:21.899Z PASS [ 5.179s] nexus-db-queries db::collection_detach_many::test::test_detach_once
50142024-10-14T10:02:24.497Z PASS [ 4.824s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
50152024-10-14T10:02:24.550Z PASS [ 4.788s] nexus-db-queries db::collection_insert::test::test_collection_not_present
50162024-10-14T10:02:24.695Z PASS [ 4.724s] nexus-db-queries db::collection_insert::test::test_collection_present
50172024-10-14T10:02:28.414Z PASS [ 6.580s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
50182024-10-14T10:02:28.438Z PASS [ 6.658s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
50192024-10-14T10:02:28.445Z PASS [ 6.557s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
50202024-10-14T10:02:28.452Z PASS [ 6.651s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
50212024-10-14T10:02:28.807Z PASS [ 6.906s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
50222024-10-14T10:02:29.388Z PASS [ 4.841s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
50232024-10-14T10:02:29.493Z PASS [ 4.800s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
50242024-10-14T10:02:29.680Z PASS [ 5.182s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
50252024-10-14T10:02:35.814Z PASS [ 7.366s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
50262024-10-14T10:02:35.958Z PASS [ 7.543s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
50272024-10-14T10:02:36.002Z PASS [ 0.045s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
50282024-10-14T10:02:36.046Z PASS [ 7.607s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
50292024-10-14T10:02:36.172Z PASS [ 7.364s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
50302024-10-14T10:02:36.462Z PASS [ 8.006s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
50312024-10-14T10:02:36.799Z PASS [ 7.305s] nexus-db-queries db::datastore::deployment::tests::test_set_target
50322024-10-14T10:02:37.026Z PASS [ 7.349s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
50332024-10-14T10:02:37.072Z PASS [ 7.680s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
50342024-10-14T10:02:42.847Z PASS [ 6.845s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
50352024-10-14T10:02:43.218Z PASS [ 7.403s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
50362024-10-14T10:02:43.516Z PASS [ 7.470s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
50372024-10-14T10:02:43.711Z PASS [ 7.249s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
50382024-10-14T10:02:43.915Z PASS [ 7.113s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
50392024-10-14T10:02:44.038Z PASS [ 7.009s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
50402024-10-14T10:02:44.343Z PASS [ 8.172s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
50412024-10-14T10:02:44.486Z PASS [ 7.409s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
50422024-10-14T10:02:50.289Z PASS [ 7.070s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
50432024-10-14T10:02:50.985Z PASS [ 7.468s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
50442024-10-14T10:02:51.089Z PASS [ 7.174s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
50452024-10-14T10:02:51.289Z PASS [ 7.578s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
50462024-10-14T10:02:51.406Z PASS [ 7.367s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
50472024-10-14T10:02:51.421Z PASS [ 7.077s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
50482024-10-14T10:02:51.449Z PASS [ 6.966s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
50492024-10-14T10:02:51.538Z PASS [ 8.685s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
50502024-10-14T10:02:57.694Z PASS [ 7.405s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
50512024-10-14T10:02:57.700Z PASS [ 6.717s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
50522024-10-14T10:02:58.566Z PASS [ 7.119s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
50532024-10-14T10:02:58.785Z PASS [ 7.695s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
50542024-10-14T10:02:58.865Z PASS [ 7.320s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
50552024-10-14T10:02:58.865Z PASS [ 7.432s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
50562024-10-14T10:02:58.907Z PASS [ 7.499s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
50572024-10-14T10:03:01.209Z PASS [ 9.917s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
50582024-10-14T10:03:04.604Z PASS [ 6.900s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
50592024-10-14T10:03:05.511Z PASS [ 6.942s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
50602024-10-14T10:03:05.596Z PASS [ 6.811s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
50612024-10-14T10:03:05.634Z PASS [ 6.729s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
50622024-10-14T10:03:05.839Z PASS [ 6.982s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
50632024-10-14T10:03:06.214Z PASS [ 7.349s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
50642024-10-14T10:03:06.476Z PASS [ 8.780s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
50652024-10-14T10:03:08.092Z PASS [ 6.882s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
50662024-10-14T10:03:12.592Z PASS [ 6.956s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
50672024-10-14T10:03:12.648Z PASS [ 7.137s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
50682024-10-14T10:03:12.993Z PASS [ 7.154s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
50692024-10-14T10:03:13.061Z PASS [ 6.843s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
50702024-10-14T10:03:13.823Z PASS [ 7.344s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
50712024-10-14T10:03:15.124Z PASS [ 7.030s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
50722024-10-14T10:03:19.887Z PASS [ 7.240s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
50732024-10-14T10:03:20.149Z PASS [ 15.544s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
50742024-10-14T10:03:20.176Z PASS [ 7.583s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
50752024-10-14T10:03:20.658Z PASS [ 7.664s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
50762024-10-14T10:03:21.301Z PASS [ 7.478s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
50772024-10-14T10:03:21.339Z PASS [ 0.038s] nexus-db-queries db::datastore::region::test::test_extent_count
50782024-10-14T10:03:21.509Z PASS [ 8.449s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
50792024-10-14T10:03:22.208Z PASS [ 7.083s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
50802024-10-14T10:03:27.022Z PASS [ 7.134s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
50812024-10-14T10:03:27.640Z PASS [ 6.984s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
50822024-10-14T10:03:28.239Z PASS [ 8.089s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
50832024-10-14T10:03:28.254Z PASS [ 6.914s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
50842024-10-14T10:03:28.272Z PASS [ 8.096s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
50852024-10-14T10:03:28.434Z PASS [ 6.924s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
50862024-10-14T10:03:28.712Z PASS [ 6.503s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
50872024-10-14T10:03:28.760Z PASS [ 23.160s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
50882024-10-14T10:03:33.735Z PASS [ 6.713s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
50892024-10-14T10:03:34.553Z PASS [ 6.909s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
50902024-10-14T10:03:35.201Z PASS [ 6.961s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
50912024-10-14T10:03:35.227Z PASS [ 6.954s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
50922024-10-14T10:03:35.281Z PASS [ 7.026s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
50932024-10-14T10:03:35.297Z PASS [ 6.864s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
50942024-10-14T10:03:35.370Z PASS [ 6.609s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
50952024-10-14T10:03:35.559Z PASS [ 6.848s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
50962024-10-14T10:03:40.983Z PASS [ 7.247s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
50972024-10-14T10:03:41.496Z PASS [ 6.945s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
50982024-10-14T10:03:42.240Z PASS [ 6.960s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
50992024-10-14T10:03:42.399Z PASS [ 7.171s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
51002024-10-14T10:03:42.463Z PASS [ 7.262s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
51012024-10-14T10:03:43.152Z PASS [ 7.592s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
51022024-10-14T10:03:43.336Z PASS [ 7.968s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
51032024-10-14T10:03:43.700Z PASS [ 8.397s] nexus-db-queries db::datastore::sled::test::sled_list_batch
51042024-10-14T10:03:48.163Z PASS [ 6.668s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
51052024-10-14T10:03:49.342Z PASS [ 7.100s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
51062024-10-14T10:03:49.383Z PASS [ 6.983s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
51072024-10-14T10:03:49.533Z PASS [ 7.068s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
51082024-10-14T10:03:50.082Z PASS [ 6.741s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
51092024-10-14T10:03:50.117Z PASS [ 6.964s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
51102024-10-14T10:03:50.470Z PASS [ 6.774s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
51112024-10-14T10:03:50.715Z PASS [ 9.723s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
51122024-10-14T10:03:54.195Z PASS [ 4.846s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
51132024-10-14T10:03:54.299Z PASS [ 6.132s] nexus-db-queries db::datastore::test::test_project_creation
51142024-10-14T10:03:56.471Z PASS [ 7.084s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
51152024-10-14T10:03:57.143Z PASS [ 7.060s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
51162024-10-14T10:03:57.596Z PASS [ 7.478s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
51172024-10-14T10:03:57.657Z PASS [ 7.183s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
51182024-10-14T10:04:01.471Z PASS [ 11.938s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
51192024-10-14T10:04:02.491Z PASS [ 11.781s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
51202024-10-14T10:04:02.721Z PASS [ 5.124s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
51212024-10-14T10:04:03.953Z PASS [ 6.810s] nexus-db-queries db::datastore::test::test_session_methods
51222024-10-14T10:04:04.238Z PASS [ 6.581s] nexus-db-queries db::datastore::test::test_ssh_keys
51232024-10-14T10:04:05.221Z PASS [ 11.031s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
51242024-10-14T10:04:06.360Z PASS [ 12.061s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
51252024-10-14T10:04:07.662Z PASS [ 6.193s] nexus-db-queries db::datastore::test::test_table_scan
51262024-10-14T10:04:07.961Z PASS [ 11.491s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
51272024-10-14T10:04:08.001Z PASS [ 0.041s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
51282024-10-14T10:04:08.046Z PASS [ 0.045s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
51292024-10-14T10:04:08.953Z PASS [ 6.462s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
51302024-10-14T10:04:09.156Z PASS [ 6.435s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
51312024-10-14T10:04:10.278Z PASS [ 6.325s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
51322024-10-14T10:04:10.416Z PASS [ 6.178s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
51332024-10-14T10:04:11.679Z PASS [ 6.456s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
51342024-10-14T10:04:12.453Z PASS [ 6.093s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
51352024-10-14T10:04:13.813Z PASS [ 6.147s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
51362024-10-14T10:04:14.304Z PASS [ 6.255s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
51372024-10-14T10:04:15.139Z PASS [ 6.183s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
51382024-10-14T10:04:15.253Z PASS [ 6.097s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
51392024-10-14T10:04:16.938Z PASS [ 6.659s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
51402024-10-14T10:04:16.946Z PASS [ 6.531s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
51412024-10-14T10:04:19.053Z PASS [ 4.750s] nexus-db-queries db::explain::test::test_explain_async
51422024-10-14T10:04:19.355Z PASS [ 6.903s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
51432024-10-14T10:04:19.617Z PASS [ 7.941s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
51442024-10-14T10:04:19.871Z PASS [ 4.734s] nexus-db-queries db::explain::test::test_explain_full_table_scan
51452024-10-14T10:04:19.899Z PASS [ 0.029s] nexus-db-queries db::pagination::test::test_paginator
51462024-10-14T10:04:20.987Z PASS [ 7.175s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
51472024-10-14T10:04:21.091Z PASS [ 5.830s] nexus-db-queries db::lookup::test::test_lookup
51482024-10-14T10:04:21.824Z PASS [ 4.886s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
51492024-10-14T10:04:21.832Z PASS [ 4.885s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
51502024-10-14T10:04:23.954Z PASS [ 4.900s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
51512024-10-14T10:04:24.319Z PASS [ 4.960s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
51522024-10-14T10:04:24.685Z PASS [ 5.063s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
51532024-10-14T10:04:26.990Z PASS [ 7.088s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
51542024-10-14T10:04:28.186Z PASS [ 7.196s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
51552024-10-14T10:04:28.186Z PASS [ 7.098s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
51562024-10-14T10:04:28.406Z PASS [ 6.581s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
51572024-10-14T10:04:28.441Z PASS [ 0.037s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
51582024-10-14T10:04:28.492Z PASS [ 6.659s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
51592024-10-14T10:04:30.733Z PASS [ 6.777s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
51602024-10-14T10:04:31.215Z PASS [ 6.895s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
51612024-10-14T10:04:31.423Z PASS [ 6.738s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
51622024-10-14T10:04:34.322Z PASS [ 7.331s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
51632024-10-14T10:04:34.764Z PASS [ 6.579s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
51642024-10-14T10:04:35.099Z PASS [ 6.657s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
51652024-10-14T10:04:35.280Z PASS [ 6.789s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
51662024-10-14T10:04:35.570Z PASS [ 7.381s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
51672024-10-14T10:04:37.021Z PASS [ 6.287s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
51682024-10-14T10:04:37.605Z PASS [ 6.388s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
51692024-10-14T10:04:37.619Z PASS [ 6.190s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
51702024-10-14T10:04:41.071Z PASS [ 6.749s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
51712024-10-14T10:04:41.369Z PASS [ 6.606s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
51722024-10-14T10:04:41.399Z PASS [ 0.029s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
51732024-10-14T10:04:41.532Z PASS [ 6.433s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
51742024-10-14T10:04:41.810Z PASS [ 6.529s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
51752024-10-14T10:04:41.969Z PASS [ 6.398s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
51762024-10-14T10:04:43.608Z PASS [ 6.587s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
51772024-10-14T10:04:44.038Z PASS [ 6.433s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
51782024-10-14T10:04:44.076Z PASS [ 0.039s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
51792024-10-14T10:04:44.164Z PASS [ 6.546s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
51802024-10-14T10:04:44.426Z PASS [ 0.265s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
51812024-10-14T10:04:44.648Z PASS [ 0.224s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
51822024-10-14T10:04:46.366Z PASS [ 4.832s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
51832024-10-14T10:04:46.720Z PASS [ 4.909s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
51842024-10-14T10:04:46.808Z PASS [ 4.838s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
51852024-10-14T10:04:47.616Z PASS [ 6.544s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
51862024-10-14T10:04:47.622Z PASS [ 0.904s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
51872024-10-14T10:04:47.854Z PASS [ 0.224s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
51882024-10-14T10:04:47.854Z PASS [ 0.232s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
51892024-10-14T10:04:48.012Z PASS [ 6.610s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
51902024-10-14T10:04:48.146Z PASS [ 0.291s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
51912024-10-14T10:04:48.162Z PASS [ 0.297s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
51922024-10-14T10:04:48.344Z PASS [ 4.736s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
51932024-10-14T10:04:48.696Z PASS [ 4.619s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
51942024-10-14T10:04:48.769Z PASS [ 0.074s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
51952024-10-14T10:04:48.800Z PASS [ 0.031s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
51962024-10-14T10:04:48.829Z PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
51972024-10-14T10:04:48.855Z PASS [ 0.027s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
51982024-10-14T10:04:48.882Z PASS [ 0.026s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
51992024-10-14T10:04:49.124Z PASS [ 4.475s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
52002024-10-14T10:04:51.018Z PASS [ 4.653s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
52012024-10-14T10:04:51.564Z PASS [ 4.758s] nexus-db-queries db::queries::region_allocation::test::explainable
52022024-10-14T10:04:52.835Z PASS [ 4.824s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
52032024-10-14T10:04:52.873Z PASS [ 4.733s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
52042024-10-14T10:04:52.904Z PASS [ 4.750s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
52052024-10-14T10:04:52.999Z PASS [ 4.654s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
52062024-10-14T10:04:53.034Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
52072024-10-14T10:04:53.339Z PASS [ 0.304s] nexus-inventory builder::test::test_basic
52082024-10-14T10:04:53.365Z PASS [ 0.028s] nexus-inventory builder::test::test_empty
52092024-10-14T10:04:53.401Z PASS [ 0.037s] nexus-inventory builder::test::test_problems
52102024-10-14T10:04:53.478Z PASS [ 4.594s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
52112024-10-14T10:04:53.872Z PASS [ 4.747s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
52122024-10-14T10:04:54.452Z PASS [ 0.577s] nexus-inventory collector::test::test_multi_mgs_failure
52132024-10-14T10:04:54.720Z PASS [ 1.315s] nexus-inventory collector::test::test_basic
52142024-10-14T10:04:54.786Z PASS [ 1.308s] nexus-inventory collector::test::test_multi_mgs
52152024-10-14T10:04:55.154Z PASS [ 0.703s] nexus-inventory collector::test::test_sled_agent_failure
52162024-10-14T10:04:55.393Z PASS [ 0.233s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
52172024-10-14T10:04:55.451Z PASS [ 4.428s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
52182024-10-14T10:04:59.367Z PASS [ 6.461s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
52192024-10-14T10:04:59.468Z PASS [ 0.101s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
52202024-10-14T10:04:59.531Z PASS [ 6.655s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
52212024-10-14T10:04:59.576Z PASS [ 0.045s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
52222024-10-14T10:04:59.589Z PASS [ 0.122s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
52232024-10-14T10:04:59.645Z PASS [ 0.065s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
52242024-10-14T10:05:01.316Z PASS [ 9.747s] nexus-db-queries policy_test::test_conferred_roles
52252024-10-14T10:05:02.457Z PASS [ 7.739s] nexus-metrics-producer-gc tests::test_prune_expired_producers
52262024-10-14T10:05:02.566Z PASS [ 7.778s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
52272024-10-14T10:05:23.857Z PASS [ 24.212s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
52282024-10-14T10:05:25.910Z PASS [ 30.519s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
52292024-10-14T10:05:26.159Z PASS [ 0.248s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
52302024-10-14T10:05:26.196Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
52312024-10-14T10:05:26.234Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
52322024-10-14T10:05:26.322Z PASS [ 0.088s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
52332024-10-14T10:05:26.399Z PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
52342024-10-14T10:05:26.467Z PASS [ 0.077s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
52352024-10-14T10:05:26.597Z PASS [ 0.118s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
52362024-10-14T10:05:26.651Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
52372024-10-14T10:05:26.716Z PASS [ 0.073s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
52382024-10-14T10:05:26.755Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
52392024-10-14T10:05:26.787Z PASS [ 24.305s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
52402024-10-14T10:05:26.807Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
52412024-10-14T10:05:26.824Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
52422024-10-14T10:05:26.859Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
52432024-10-14T10:05:26.873Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
52442024-10-14T10:05:26.909Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
52452024-10-14T10:05:26.976Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
52462024-10-14T10:05:27.029Z PASS [ 0.094s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
52472024-10-14T10:05:27.031Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
52482024-10-14T10:05:27.141Z PASS [ 0.153s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
52492024-10-14T10:05:27.205Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
52502024-10-14T10:05:27.320Z PASS [ 0.118s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
52512024-10-14T10:05:27.382Z PASS [ 0.051s] nexus-reconfigurator-planning example::tests::builder_zone_counts
52522024-10-14T10:05:27.412Z PASS [ 0.039s] nexus-reconfigurator-planning example::tests::instances_on_examples
52532024-10-14T10:05:27.464Z PASS [ 0.053s] nexus-reconfigurator-planning ip_allocator::test::test_basic
52542024-10-14T10:05:27.563Z PASS [ 0.103s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
52552024-10-14T10:05:27.722Z PASS [ 0.147s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
52562024-10-14T10:05:27.792Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
52572024-10-14T10:05:27.885Z PASS [ 0.091s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
52582024-10-14T10:05:27.954Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
52592024-10-14T10:05:28.017Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
52602024-10-14T10:05:28.080Z PASS [ 32.606s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
52612024-10-14T10:05:28.164Z PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
52622024-10-14T10:05:28.181Z PASS [ 0.159s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
52632024-10-14T10:05:28.281Z PASS [ 0.120s] nexus-reconfigurator-planning planner::test::test_expunge_all_clickhouse_cluster_zones_after_policy_is_disabled
52642024-10-14T10:05:28.354Z PASS [ 0.161s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
52652024-10-14T10:05:28.405Z PASS [ 0.116s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
52662024-10-14T10:05:28.473Z PASS [ 0.133s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
52672024-10-14T10:05:28.556Z PASS [ 0.135s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
52682024-10-14T10:05:28.568Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
52692024-10-14T10:05:28.652Z PASS [ 0.113s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
52702024-10-14T10:05:28.665Z PASS [ 0.096s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
52712024-10-14T10:05:28.769Z PASS [ 0.119s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
52722024-10-14T10:05:28.859Z PASS [ 26.287s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
52732024-10-14T10:05:28.931Z PASS [ 0.062s] nexus-saga-recovery recovery::test::test_read_all_from_channel
52742024-10-14T10:05:28.957Z PASS [ 0.178s] nexus-saga-recovery recovery::test::test_plan_basic
52752024-10-14T10:05:28.959Z PASS [ 0.295s] nexus-saga-recovery recovery::test::test_execution_basic
52762024-10-14T10:05:28.980Z PASS [ 0.061s] nexus-saga-recovery test::test_basic
52772024-10-14T10:05:29.004Z PASS [ 0.058s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
52782024-10-14T10:05:29.021Z PASS [ 0.056s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
52792024-10-14T10:05:29.100Z PASS [ 0.068s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
52802024-10-14T10:05:29.103Z PASS [ 0.087s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
52812024-10-14T10:05:29.103Z PASS [ 0.096s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
52822024-10-14T10:05:29.162Z PASS [ 0.059s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
52832024-10-14T10:05:29.164Z PASS [ 0.053s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
52842024-10-14T10:05:29.164Z PASS [ 0.046s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
52852024-10-14T10:05:29.298Z PASS [ 27.972s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
52862024-10-14T10:05:29.342Z PASS [ 0.035s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
52872024-10-14T10:05:29.386Z PASS [ 0.042s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
52882024-10-14T10:05:29.437Z PASS [ 0.063s] nexus-types external_api::shared::test::test_policy_parsing
52892024-10-14T10:05:29.960Z PASS [ 0.529s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
52902024-10-14T10:05:30.027Z PASS [ 0.066s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
52912024-10-14T10:05:30.318Z PASS [ 0.292s] omicron-certificates tests::test_cert_extended_key_usage
52922024-10-14T10:05:30.581Z PASS [ 0.258s] omicron-certificates tests::test_common_name_is_validated
52932024-10-14T10:05:30.910Z PASS [ 0.329s] omicron-certificates tests::test_subject_alternate_names_are_validated
52942024-10-14T10:05:33.484Z PASS [ 4.341s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
52952024-10-14T10:05:34.053Z PASS [ 3.147s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
52962024-10-14T10:05:35.882Z PASS [ 6.723s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
52972024-10-14T10:05:36.717Z PASS [ 3.234s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
52982024-10-14T10:05:36.800Z PASS [ 2.747s] omicron-clickhouse-admin::integration_test test_lgif_parsing
52992024-10-14T10:05:38.388Z PASS [ 2.505s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
53002024-10-14T10:05:40.513Z PASS [ 40.919s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
53012024-10-14T10:05:40.554Z PASS [ 0.041s] omicron-common address::test::test_dns_subnets
53022024-10-14T10:05:40.589Z PASS [ 0.034s] omicron-common address::test::test_ip_range_checks_non_decreasing
53032024-10-14T10:05:40.653Z PASS [ 0.064s] omicron-common address::test::test_ip_range_enum_deserialization
53042024-10-14T10:05:40.682Z PASS [ 0.028s] omicron-common address::test::test_ip_range_iter
53052024-10-14T10:05:40.718Z PASS [ 0.027s] omicron-common address::test::test_ip_range_length
53062024-10-14T10:05:40.739Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
53072024-10-14T10:05:40.780Z PASS [ 0.040s] omicron-common address::test::test_ipv6_subnet_deserialize
53082024-10-14T10:05:40.806Z PASS [ 0.028s] omicron-common address::test::test_sled_address
53092024-10-14T10:05:40.839Z PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless
53102024-10-14T10:05:40.868Z PASS [ 0.028s] omicron-common api::external::error::test::test_context
53112024-10-14T10:05:40.925Z PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_pagination_examples
53122024-10-14T10:05:40.973Z PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_pagination_schemas
53132024-10-14T10:05:41.020Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_scan_by_id
53142024-10-14T10:05:41.059Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_scan_by_name
53152024-10-14T10:05:41.089Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
53162024-10-14T10:05:41.139Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
53172024-10-14T10:05:41.202Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
53182024-10-14T10:05:41.219Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount
53192024-10-14T10:05:41.249Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
53202024-10-14T10:05:41.333Z PASS [ 0.076s] omicron-common api::external::test::test_digest
53212024-10-14T10:05:41.373Z PASS [ 0.030s] omicron-common api::external::test::test_firewall_deserialization
53222024-10-14T10:05:41.448Z PASS [ 0.084s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
53232024-10-14T10:05:41.495Z PASS [ 0.055s] omicron-common api::external::test::test_firewall_rule_target_parse
53242024-10-14T10:05:41.533Z PASS [ 0.037s] omicron-common api::external::test::test_hostname_from_str
53252024-10-14T10:05:41.560Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str
53262024-10-14T10:05:41.587Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
53272024-10-14T10:05:41.614Z PASS [ 0.023s] omicron-common api::external::test::test_ipv6_net_operations
53282024-10-14T10:05:41.648Z PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator
53292024-10-14T10:05:41.676Z PASS [ 0.033s] omicron-common api::external::test::test_mac_to_int_conversions
53302024-10-14T10:05:41.701Z PASS [ 0.025s] omicron-common api::external::test::test_macaddr
53312024-10-14T10:05:41.730Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse
53322024-10-14T10:05:41.756Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse_from_param
53332024-10-14T10:05:41.783Z PASS [ 0.026s] omicron-common api::external::test::test_resource_name_parse
53342024-10-14T10:05:41.811Z PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse
53352024-10-14T10:05:41.822Z PASS [ 12.699s] nexus-types deployment::tri_map::tests::proptest_ops
53362024-10-14T10:05:41.860Z PASS [ 0.049s] omicron-common api::external::test::test_route_destination_parse
53372024-10-14T10:05:41.877Z PASS [ 0.051s] omicron-common api::external::test::test_route_target_parse
53382024-10-14T10:05:41.887Z PASS [ 0.027s] omicron-common api::external::test::test_semver_serialize
53392024-10-14T10:05:41.903Z PASS [ 0.027s] omicron-common api::external::test::test_semver_validation
53402024-10-14T10:05:41.911Z PASS [ 0.026s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
53412024-10-14T10:05:41.932Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
53422024-10-14T10:05:41.939Z PASS [ 0.027s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
53432024-10-14T10:05:41.961Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
53442024-10-14T10:05:41.977Z PASS [ 0.037s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
53452024-10-14T10:05:42.027Z PASS [ 0.050s] omicron-common ledger::test::test_commit_handles_write_failures
53462024-10-14T10:05:42.027Z PASS [ 0.032s] omicron-common ledger::test::test_create_default_ledger
53472024-10-14T10:05:42.046Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_from_storage
53482024-10-14T10:05:42.046Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
53492024-10-14T10:05:42.071Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
53502024-10-14T10:05:42.080Z PASS [ 0.026s] omicron-common zpool_name::test::test_parse_bad_zpool_names
53512024-10-14T10:05:42.096Z PASS [ 0.026s] omicron-common zpool_name::test::test_parse_external_zpool_name
53522024-10-14T10:05:42.103Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_internal_zpool_name
53532024-10-14T10:05:42.133Z PASS [ 0.035s] omicron-common zpool_name::test::test_parse_zpool_name_json
53542024-10-14T10:05:42.142Z PASS [ 0.037s] omicron-common zpool_name::test::test_zpool_name_regex
53552024-10-14T10:05:42.310Z PASS [ 5.501s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
53562024-10-14T10:05:42.415Z PASS [ 5.694s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
53572024-10-14T10:05:42.508Z PASS [ 0.099s] omicron-gateway management_switch::location_map::tests::test_config_validation
53582024-10-14T10:05:42.578Z PASS [ 0.066s] omicron-gateway management_switch::location_map::tests::test_resolve_location
53592024-10-14T10:05:42.942Z PASS [ 0.801s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
53602024-10-14T10:05:42.942Z PASS [ 0.790s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
53612024-10-14T10:05:42.985Z PASS [ 0.052s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
53622024-10-14T10:05:43.143Z PASS [ 0.566s] omicron-gateway::test_all integration_tests::component_list::component_list
53632024-10-14T10:05:43.231Z PASS [ 0.242s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
53642024-10-14T10:05:43.302Z PASS [ 0.353s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
53652024-10-14T10:05:43.376Z PASS [ 0.232s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
53662024-10-14T10:05:43.763Z PASS [ 5.375s] omicron-cockroach-admin context::tests::test_node_id
53672024-10-14T10:05:46.024Z PASS [ 22.163s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
53682024-10-14T10:05:50.363Z PASS [ 23.337s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
53692024-10-14T10:05:52.842Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53702024-10-14T10:05:57.471Z PASS [ 14.241s] omicron-ls-apis::test_dependencies test_api_dependencies
53712024-10-14T10:06:00.388Z PASS [ 67.544s] nexus-db-queries policy_test::test_iam_roles_behavior
53722024-10-14T10:06:03.551Z PASS [ 21.245s] omicron-dev::test-omicron-dev test_run_all
53732024-10-14T10:06:07.552Z PASS [ 24.174s] omicron-nexus app::background::driver::test::test_driver_basic
53742024-10-14T10:06:08.885Z PASS [ 25.122s] omicron-nexus app::background::init::test::test_dns_propagation_basic
53752024-10-14T10:06:09.209Z PASS [ 25.908s] omicron-nexus app::background::driver::test::test_activation_in_progress
53762024-10-14T10:06:14.668Z PASS [ 7.116s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
53772024-10-14T10:06:14.684Z PASS [ 28.662s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
53782024-10-14T10:06:14.717Z PASS [ 0.048s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
53792024-10-14T10:06:16.412Z PASS [ 7.529s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
53802024-10-14T10:06:16.632Z PASS [ 7.426s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
53812024-10-14T10:06:16.764Z PASS [ 26.400s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
53822024-10-14T10:06:20.154Z PASS [ 16.602s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
53832024-10-14T10:06:20.587Z PASS [ 20.196s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
53842024-10-14T10:06:21.771Z PASS [ 24.299s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
53852024-10-14T10:06:35.139Z PASS [ 20.451s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
53862024-10-14T10:06:35.876Z PASS [ 21.156s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
53872024-10-14T10:06:37.153Z PASS [ 20.517s] omicron-nexus app::background::tasks::dns_config::test::test_basic
53882024-10-14T10:06:37.372Z PASS [ 20.953s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
53892024-10-14T10:06:38.418Z PASS [ 21.650s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
53902024-10-14T10:06:40.301Z PASS [ 20.146s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
53912024-10-14T10:06:46.855Z PASS [ 25.080s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
53922024-10-14T10:06:58.094Z PASS [ 20.722s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
53932024-10-14T10:06:58.255Z PASS [ 19.836s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
53942024-10-14T10:06:58.416Z PASS [ 18.114s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
53952024-10-14T10:07:01.289Z PASS [ 25.410s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
53962024-10-14T10:07:02.947Z PASS [ 16.091s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
53972024-10-14T10:07:06.863Z PASS [ 46.271s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
53982024-10-14T10:07:14.735Z PASS [ 37.578s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
53992024-10-14T10:07:18.233Z PASS [ 20.137s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
54002024-10-14T10:07:18.334Z PASS [ 20.076s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
54012024-10-14T10:07:18.599Z PASS [ 20.179s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
54022024-10-14T10:07:21.604Z PASS [ 20.313s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
54032024-10-14T10:07:22.429Z PASS [ 19.480s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
54042024-10-14T10:07:23.621Z PASS [ 16.757s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
54052024-10-14T10:07:24.101Z PASS [ 5.500s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
54062024-10-14T10:07:24.218Z PASS [ 0.117s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
54072024-10-14T10:07:24.808Z PASS [ 1.185s] omicron-nexus app::external_endpoints::test::test_authority
54082024-10-14T10:07:24.914Z PASS [ 0.107s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
54092024-10-14T10:07:24.978Z PASS [ 0.063s] omicron-nexus app::external_endpoints::test::test_no_endpoint
54102024-10-14T10:07:25.041Z PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
54112024-10-14T10:07:25.098Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
54122024-10-14T10:07:25.159Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
54132024-10-14T10:07:25.227Z PASS [ 0.066s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
54142024-10-14T10:07:25.329Z PASS [ 0.101s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
54152024-10-14T10:07:25.385Z PASS [ 0.059s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
54162024-10-14T10:07:28.212Z PASS [ 5.782s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
54172024-10-14T10:07:28.274Z PASS [ 4.057s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
54182024-10-14T10:07:35.147Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
54192024-10-14T10:07:37.301Z PASS [ 18.966s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
54202024-10-14T10:07:37.977Z PASS [ 19.740s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
54212024-10-14T10:07:39.109Z PASS [ 24.372s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
54222024-10-14T10:07:43.478Z PASS [ 21.869s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
54232024-10-14T10:07:53.857Z PASS [ 78.709s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
54242024-10-14T10:07:56.259Z PASS [ 30.871s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
54252024-10-14T10:07:56.780Z PASS [ 28.503s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
54262024-10-14T10:07:58.563Z PASS [ 30.348s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
54272024-10-14T10:08:04.074Z PASS [ 26.761s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
54282024-10-14T10:08:05.857Z PASS [ 27.877s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
54292024-10-14T10:08:06.330Z PASS [ 27.217s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
54302024-10-14T10:08:28.198Z PASS [ 31.414s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
54312024-10-14T10:08:36.802Z PASS [ 32.734s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
54322024-10-14T10:08:38.163Z PASS [ 31.831s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
54332024-10-14T10:08:38.303Z PASS [ 32.444s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
54342024-10-14T10:08:40.137Z PASS [ 41.570s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
54352024-10-14T10:08:43.486Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54362024-10-14T10:08:46.875Z PASS [ 50.610s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
54372024-10-14T10:08:53.864Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54382024-10-14T10:08:54.699Z PASS [ 26.498s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
54392024-10-14T10:09:06.423Z PASS [ 29.617s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
54402024-10-14T10:09:13.784Z PASS [ 35.618s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
54412024-10-14T10:09:14.805Z PASS [ 34.664s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
54422024-10-14T10:09:15.520Z PASS [ 37.212s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
54432024-10-14T10:09:19.345Z PASS [ 32.467s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
54442024-10-14T10:09:34.847Z PASS [ 28.421s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
54452024-10-14T10:09:41.533Z PASS [ 26.726s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
54462024-10-14T10:09:42.206Z PASS [ 26.682s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
54472024-10-14T10:09:43.493Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54482024-10-14T10:09:45.237Z PASS [ 25.888s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
54492024-10-14T10:09:45.409Z PASS [ 31.620s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
54502024-10-14T10:09:53.872Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54512024-10-14T10:09:54.706Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54522024-10-14T10:10:04.097Z PASS [ 69.391s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54532024-10-14T10:10:09.569Z PASS [ 27.362s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
54542024-10-14T10:10:10.107Z PASS [ 28.571s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
54552024-10-14T10:10:15.722Z PASS [ 30.482s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
54562024-10-14T10:10:34.064Z PASS [ 29.964s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
54572024-10-14T10:10:34.855Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54582024-10-14T10:10:40.047Z PASS [ 30.474s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
54592024-10-14T10:10:43.501Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54602024-10-14T10:10:45.416Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54612024-10-14T10:10:45.594Z PASS [ 29.869s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
54622024-10-14T10:10:53.880Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54632024-10-14T10:11:08.809Z PASS [ 34.740s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
54642024-10-14T10:11:10.116Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54652024-10-14T10:11:15.788Z PASS [ 30.191s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
54662024-10-14T10:11:22.188Z PASS [ 107.329s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54672024-10-14T10:11:39.310Z PASS [ 30.500s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
54682024-10-14T10:11:40.054Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54692024-10-14T10:11:43.507Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54702024-10-14T10:11:45.424Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54712024-10-14T10:11:51.675Z PASS [ 29.483s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
54722024-10-14T10:11:53.888Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54732024-10-14T10:11:54.025Z PASS [ 128.604s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54742024-10-14T10:12:03.850Z PASS [ 113.730s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54752024-10-14T10:12:10.748Z PASS [ 31.434s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
54762024-10-14T10:12:15.795Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54772024-10-14T10:12:22.966Z PASS [ 28.938s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
54782024-10-14T10:12:29.583Z PASS [ 73.787s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54792024-10-14T10:12:34.643Z PASS [ 30.789s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
54802024-10-14T10:12:40.061Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54812024-10-14T10:12:43.515Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54822024-10-14T10:12:51.683Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54832024-10-14T10:12:52.303Z PASS [ 29.333s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
54842024-10-14T10:12:53.896Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54852024-10-14T10:13:01.192Z PASS [ 31.606s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
54862024-10-14T10:13:10.761Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54872024-10-14T10:13:25.335Z PASS [ 33.030s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
54882024-10-14T10:13:26.020Z PASS [ 75.264s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54892024-10-14T10:13:28.833Z PASS [ 168.770s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54902024-10-14T10:13:34.650Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54912024-10-14T10:13:43.523Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54922024-10-14T10:13:51.689Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54932024-10-14T10:13:53.903Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54942024-10-14T10:13:56.535Z PASS [ 31.197s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
54952024-10-14T10:13:56.752Z PASS [ 30.728s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
54962024-10-14T10:14:01.200Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54972024-10-14T10:14:02.294Z PASS [ 130.606s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54982024-10-14T10:14:08.162Z PASS [ 39.324s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
54992024-10-14T10:14:24.350Z PASS [ 22.055s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
55002024-10-14T10:14:24.498Z PASS [ 27.960s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
55012024-10-14T10:14:26.475Z PASS [ 18.312s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
55022024-10-14T10:14:26.922Z PASS [ 30.166s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
55032024-10-14T10:14:28.085Z PASS [ 113.432s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
55042024-10-14T10:14:43.532Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55052024-10-14T10:14:46.433Z PASS [ 19.955s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
55062024-10-14T10:14:48.063Z PASS [ 19.975s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
55072024-10-14T10:14:51.143Z PASS [ 26.642s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
55082024-10-14T10:14:53.492Z PASS [ 26.569s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
55092024-10-14T10:14:53.911Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55102024-10-14T10:14:54.931Z PASS [ 30.577s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
55112024-10-14T10:14:56.942Z PASS [ 115.736s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
55122024-10-14T10:15:15.146Z PASS [ 21.652s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
55132024-10-14T10:15:15.206Z PASS [ 0.059s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
55142024-10-14T10:15:17.837Z PASS [ 29.771s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
55152024-10-14T10:15:19.693Z PASS [ 33.255s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
55162024-10-14T10:15:21.244Z PASS [ 30.098s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
55172024-10-14T10:15:41.380Z PASS [ 20.134s] omicron-nexus app::sagas::test_saga::test_saga_stuck
55182024-10-14T10:15:43.344Z PASS [ 28.135s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
55192024-10-14T10:15:43.540Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55202024-10-14T10:15:53.918Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55212024-10-14T10:15:54.938Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55222024-10-14T10:15:55.011Z PASS [ 37.170s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
55232024-10-14T10:15:56.119Z PASS [ 36.424s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
55242024-10-14T10:15:56.171Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_accept_gz
55252024-10-14T10:15:56.225Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
55262024-10-14T10:15:56.281Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
55272024-10-14T10:15:56.337Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
55282024-10-14T10:15:56.402Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
55292024-10-14T10:15:56.466Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
55302024-10-14T10:15:56.532Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
55312024-10-14T10:15:56.597Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri
55322024-10-14T10:15:56.950Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
55332024-10-14T10:16:01.146Z PASS [ 6.134s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
55342024-10-14T10:16:05.567Z PASS [ 22.221s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
55352024-10-14T10:16:10.937Z PASS [ 29.555s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
55362024-10-14T10:16:16.211Z PASS [ 79.263s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
55372024-10-14T10:16:18.235Z PASS [ 2.023s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
55382024-10-14T10:16:19.621Z PASS [ 1.387s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
55392024-10-14T10:16:20.249Z PASS [ 0.627s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
55402024-10-14T10:16:21.239Z PASS [ 20.091s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
55412024-10-14T10:16:22.792Z PASS [ 17.225s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
55422024-10-14T10:16:31.783Z PASS [ 20.843s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
55432024-10-14T10:16:31.821Z PASS [ 528.291s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55442024-10-14T10:16:33.879Z PASS [ 519.967s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55452024-10-14T10:16:40.290Z PASS [ 20.038s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
55462024-10-14T10:16:41.055Z PASS [ 19.813s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
55472024-10-14T10:16:43.207Z PASS [ 20.361s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
55482024-10-14T10:16:52.509Z PASS [ 20.723s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
55492024-10-14T10:16:52.921Z PASS [ 21.098s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
55502024-10-14T10:16:53.781Z PASS [ 19.901s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
55512024-10-14T10:16:54.946Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55522024-10-14T10:16:56.604Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
55532024-10-14T10:16:58.255Z PASS [ 17.962s] omicron-nexus::test_all integration_tests::basic::test_ping
55542024-10-14T10:17:06.485Z PASS [ 25.427s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
55552024-10-14T10:17:11.165Z PASS [ 18.241s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
55562024-10-14T10:17:11.300Z PASS [ 18.790s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
55572024-10-14T10:17:11.876Z PASS [ 18.093s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
55582024-10-14T10:17:12.269Z PASS [ 29.110s] omicron-nexus::test_all integration_tests::basic::test_projects_list
55592024-10-14T10:17:14.606Z PASS [ 16.351s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
55602024-10-14T10:17:15.699Z PASS [ 1.092s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
55612024-10-14T10:17:15.778Z PASS [ 3.505s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
55622024-10-14T10:17:15.835Z PASS [ 0.137s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
55632024-10-14T10:17:22.552Z PASS [ 16.066s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
55642024-10-14T10:17:30.022Z PASS [ 18.719s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
55652024-10-14T10:17:30.741Z PASS [ 19.575s] omicron-nexus::test_all integration_tests::certificates::test_crud
55662024-10-14T10:17:33.304Z PASS [ 17.467s] omicron-nexus::test_all integration_tests::console_api::test_assets
55672024-10-14T10:17:33.526Z PASS [ 17.748s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
55682024-10-14T10:17:34.509Z PASS [ 22.632s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
55692024-10-14T10:17:38.168Z PASS [ 15.614s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
55702024-10-14T10:17:50.652Z PASS [ 17.346s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
55712024-10-14T10:17:50.849Z PASS [ 20.826s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
55722024-10-14T10:17:51.034Z PASS [ 17.506s] omicron-nexus::test_all integration_tests::console_api::test_session_me
55732024-10-14T10:17:52.834Z PASS [ 22.090s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
55742024-10-14T10:17:53.048Z PASS [ 18.537s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
55752024-10-14T10:17:54.953Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55762024-10-14T10:17:56.611Z SLOW [>120.000s] omicron-nexus populate::test::test_populators
55772024-10-14T10:17:57.919Z PASS [ 19.749s] omicron-nexus::test_all integration_tests::console_api::test_sessions
55782024-10-14T10:18:09.756Z PASS [ 19.102s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
55792024-10-14T10:18:20.692Z PASS [ 29.654s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
55802024-10-14T10:18:22.272Z PASS [ 31.421s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
55812024-10-14T10:18:22.628Z PASS [ 24.706s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
55822024-10-14T10:18:25.330Z PASS [ 15.574s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
55832024-10-14T10:18:26.504Z PASS [ 33.666s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
55842024-10-14T10:18:28.117Z PASS [ 35.064s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
55852024-10-14T10:18:39.308Z PASS [ 162.690s] omicron-nexus populate::test::test_populators
55862024-10-14T10:18:39.682Z PASS [ 18.990s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
55872024-10-14T10:18:52.266Z PASS [ 29.988s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
55882024-10-14T10:18:53.569Z PASS [ 28.235s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
55892024-10-14T10:18:53.924Z PASS [ 27.411s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
55902024-10-14T10:18:54.961Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55912024-10-14T10:18:56.127Z PASS [ 28.006s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
55922024-10-14T10:19:00.054Z PASS [ 37.422s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
55932024-10-14T10:19:05.963Z PASS [ 26.277s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
55942024-10-14T10:19:07.321Z PASS [ 28.011s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
55952024-10-14T10:19:24.535Z PASS [ 28.404s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
55962024-10-14T10:19:28.259Z PASS [ 28.202s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
55972024-10-14T10:19:28.464Z PASS [ 22.498s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
55982024-10-14T10:19:29.301Z PASS [ 21.985s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
55992024-10-14T10:19:30.572Z PASS [ 38.303s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
56002024-10-14T10:19:36.563Z PASS [ 42.990s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
56012024-10-14T10:19:43.691Z PASS [ 49.768s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
56022024-10-14T10:19:52.731Z PASS [ 24.469s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
56032024-10-14T10:19:53.064Z PASS [ 28.528s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
56042024-10-14T10:19:54.968Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56052024-10-14T10:19:57.829Z PASS [ 27.253s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
56062024-10-14T10:19:58.160Z PASS [ 29.692s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
56072024-10-14T10:20:08.031Z PASS [ 31.463s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
56082024-10-14T10:20:10.322Z PASS [ 41.016s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
56092024-10-14T10:20:14.387Z PASS [ 30.693s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
56102024-10-14T10:20:23.209Z PASS [ 30.141s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
56112024-10-14T10:20:25.213Z PASS [ 32.480s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
56122024-10-14T10:20:27.489Z PASS [ 29.327s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
56132024-10-14T10:20:29.217Z PASS [ 31.386s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
56142024-10-14T10:20:35.958Z PASS [ 27.925s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
56152024-10-14T10:20:39.683Z PASS [ 29.358s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
56162024-10-14T10:20:41.046Z PASS [ 26.656s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
56172024-10-14T10:20:49.634Z PASS [ 26.421s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
56182024-10-14T10:20:54.976Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56192024-10-14T10:20:55.796Z PASS [ 30.580s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
56202024-10-14T10:20:56.098Z PASS [ 28.606s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
56212024-10-14T10:21:01.569Z PASS [ 32.347s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
56222024-10-14T10:21:13.103Z PASS [ 23.468s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
56232024-10-14T10:21:14.055Z PASS [ 38.092s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
56242024-10-14T10:21:21.102Z PASS [ 25.001s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
56252024-10-14T10:21:27.973Z PASS [ 48.284s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
56262024-10-14T10:21:29.960Z PASS [ 34.148s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
56272024-10-14T10:21:30.579Z PASS [ 49.528s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
56282024-10-14T10:21:35.482Z PASS [ 22.377s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
56292024-10-14T10:21:35.707Z PASS [ 21.651s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
56302024-10-14T10:21:36.288Z PASS [ 0.581s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
56312024-10-14T10:21:36.769Z PASS [ 0.479s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
56322024-10-14T10:21:37.187Z PASS [ 0.420s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
56332024-10-14T10:21:38.110Z PASS [ 36.537s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
56342024-10-14T10:21:38.893Z PASS [ 3.410s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
56352024-10-14T10:21:42.522Z PASS [ 21.418s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
56362024-10-14T10:21:51.133Z PASS [ 23.154s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
56372024-10-14T10:21:53.135Z PASS [ 23.184s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
56382024-10-14T10:21:53.963Z PASS [ 23.375s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
56392024-10-14T10:21:54.982Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56402024-10-14T10:22:04.863Z PASS [ 27.670s] omicron-nexus::test_all integration_tests::images::test_image_create
56412024-10-14T10:22:07.194Z PASS [ 29.081s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
56422024-10-14T10:22:11.745Z PASS [ 29.220s] omicron-nexus::test_all integration_tests::images::test_image_promotion
56432024-10-14T10:22:11.999Z PASS [ 33.103s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
56442024-10-14T10:22:18.140Z PASS [ 27.008s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
56452024-10-14T10:22:18.437Z PASS [ 6.437s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
56462024-10-14T10:22:18.741Z PASS [ 25.603s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
56472024-10-14T10:22:19.659Z PASS [ 7.834s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
56482024-10-14T10:22:20.807Z PASS [ 26.848s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
56492024-10-14T10:22:22.367Z PASS [ 15.172s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
56502024-10-14T10:22:27.302Z PASS [ 22.438s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
56512024-10-14T10:22:28.587Z PASS [ 10.444s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
56522024-10-14T10:22:46.194Z PASS [ 27.755s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
56532024-10-14T10:22:49.350Z PASS [ 28.540s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
56542024-10-14T10:22:54.543Z PASS [ 32.172s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
56552024-10-14T10:22:54.606Z PASS [ 35.023s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
56562024-10-14T10:22:54.990Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56572024-10-14T10:22:59.593Z PASS [ 32.287s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
56582024-10-14T10:23:06.818Z PASS [ 48.073s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
56592024-10-14T10:23:13.369Z PASS [ 24.015s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
56602024-10-14T10:23:15.052Z PASS [ 46.459s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
56612024-10-14T10:23:17.894Z PASS [ 23.350s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
56622024-10-14T10:23:19.166Z PASS [ 504.172s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56632024-10-14T10:23:20.512Z PASS [ 34.314s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
56642024-10-14T10:23:28.351Z PASS [ 21.523s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
56652024-10-14T10:23:28.962Z PASS [ 34.352s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
56662024-10-14T10:23:39.872Z PASS [ 40.276s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
56672024-10-14T10:23:42.799Z PASS [ 22.284s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
56682024-10-14T10:23:48.488Z PASS [ 29.328s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56692024-10-14T10:23:52.274Z PASS [ 38.903s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
56702024-10-14T10:23:59.568Z PASS [ 31.221s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
56712024-10-14T10:24:01.133Z PASS [ 43.232s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
56722024-10-14T10:24:08.163Z PASS [ 39.197s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
56732024-10-14T10:24:15.059Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56742024-10-14T10:24:18.167Z PASS [ 38.291s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
56752024-10-14T10:24:19.040Z PASS [ 36.236s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
56762024-10-14T10:24:20.943Z PASS [ 32.453s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
56772024-10-14T10:24:28.367Z PASS [ 36.087s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
56782024-10-14T10:24:37.254Z PASS [ 29.088s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
56792024-10-14T10:24:44.181Z PASS [ 26.010s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
56802024-10-14T10:24:45.153Z PASS [ 90.093s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56812024-10-14T10:24:49.252Z PASS [ 30.205s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
56822024-10-14T10:24:51.539Z PASS [ 30.593s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
56832024-10-14T10:24:52.335Z PASS [ 51.199s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
56842024-10-14T10:24:53.744Z PASS [ 54.170s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
56852024-10-14T10:24:56.755Z PASS [ 28.387s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
56862024-10-14T10:25:06.281Z PASS [ 29.023s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
56872024-10-14T10:25:13.222Z PASS [ 29.039s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
56882024-10-14T10:25:14.697Z PASS [ 29.541s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
56892024-10-14T10:25:28.376Z PASS [ 36.037s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
56902024-10-14T10:25:29.018Z PASS [ 35.271s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
56912024-10-14T10:25:30.264Z PASS [ 38.719s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
56922024-10-14T10:25:32.932Z PASS [ 36.172s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
56932024-10-14T10:25:35.881Z PASS [ 46.628s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
56942024-10-14T10:25:49.052Z PASS [ 20.673s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
56952024-10-14T10:25:49.061Z PASS [ 42.778s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
56962024-10-14T10:25:51.304Z PASS [ 36.603s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
56972024-10-14T10:25:52.282Z PASS [ 22.015s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
56982024-10-14T10:25:57.025Z PASS [ 43.797s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
56992024-10-14T10:25:58.814Z PASS [ 25.878s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
57002024-10-14T10:26:01.139Z PASS [ 32.118s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
57012024-10-14T10:26:09.595Z PASS [ 20.541s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
57022024-10-14T10:26:14.768Z PASS [ 38.883s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
57032024-10-14T10:26:15.680Z PASS [ 26.616s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
57042024-10-14T10:26:17.241Z PASS [ 25.930s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
57052024-10-14T10:26:17.241Z PASS [ 16.110s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
57062024-10-14T10:26:21.566Z PASS [ 24.539s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
57072024-10-14T10:26:26.235Z PASS [ 27.419s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
57082024-10-14T10:26:27.178Z PASS [ 34.892s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
57092024-10-14T10:26:29.894Z PASS [ 20.296s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
57102024-10-14T10:26:36.274Z PASS [ 20.563s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
57112024-10-14T10:26:36.443Z PASS [ 21.672s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
57122024-10-14T10:26:37.074Z PASS [ 19.835s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
57132024-10-14T10:26:53.209Z PASS [ 31.640s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
57142024-10-14T10:26:54.340Z PASS [ 37.087s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
57152024-10-14T10:26:55.910Z PASS [ 19.663s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
57162024-10-14T10:26:55.993Z PASS [ 29.755s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
57172024-10-14T10:26:57.528Z PASS [ 20.450s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
57182024-10-14T10:26:58.469Z PASS [ 22.016s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
57192024-10-14T10:26:58.874Z PASS [ 28.977s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
57202024-10-14T10:26:59.635Z PASS [ 32.455s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
57212024-10-14T10:27:14.244Z PASS [ 21.033s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
57222024-10-14T10:27:14.913Z PASS [ 20.570s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
57232024-10-14T10:27:16.743Z PASS [ 20.830s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
57242024-10-14T10:27:17.005Z PASS [ 21.010s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
57252024-10-14T10:27:18.498Z PASS [ 20.035s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
57262024-10-14T10:27:18.785Z PASS [ 21.257s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
57272024-10-14T10:27:20.627Z PASS [ 21.751s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
57282024-10-14T10:27:20.751Z PASS [ 21.105s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
57292024-10-14T10:27:37.876Z PASS [ 22.959s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
57302024-10-14T10:27:37.953Z PASS [ 21.207s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
57312024-10-14T10:27:39.843Z PASS [ 25.597s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
57322024-10-14T10:27:42.139Z PASS [ 21.395s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
57332024-10-14T10:27:46.565Z PASS [ 25.935s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
57342024-10-14T10:27:46.870Z PASS [ 29.861s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
57352024-10-14T10:27:58.805Z PASS [ 20.928s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
57362024-10-14T10:28:00.252Z PASS [ 41.750s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
57372024-10-14T10:28:06.664Z PASS [ 28.708s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
57382024-10-14T10:28:12.865Z PASS [ 25.994s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
57392024-10-14T10:28:13.324Z PASS [ 26.755s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
57402024-10-14T10:28:13.759Z PASS [ 33.912s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
57412024-10-14T10:28:17.358Z PASS [ 58.565s] omicron-nexus::test_all integration_tests::metrics::test_metrics
57422024-10-14T10:28:23.568Z PASS [ 24.760s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
57432024-10-14T10:28:26.897Z PASS [ 44.753s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
57442024-10-14T10:28:40.574Z PASS [ 27.705s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
57452024-10-14T10:28:45.810Z PASS [ 45.553s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
57462024-10-14T10:28:50.038Z PASS [ 43.371s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
57472024-10-14T10:28:51.110Z PASS [ 37.347s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
57482024-10-14T10:28:52.692Z PASS [ 25.791s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
57492024-10-14T10:28:55.170Z PASS [ 37.810s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
57502024-10-14T10:28:56.773Z PASS [ 43.446s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
57512024-10-14T10:29:05.698Z PASS [ 42.125s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
57522024-10-14T10:29:13.650Z PASS [ 20.955s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
57532024-10-14T10:29:13.836Z PASS [ 22.722s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
57542024-10-14T10:29:21.780Z PASS [ 26.604s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
57552024-10-14T10:29:22.418Z PASS [ 41.839s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
57562024-10-14T10:29:23.265Z PASS [ 26.490s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
57572024-10-14T10:29:27.561Z PASS [ 21.860s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
57582024-10-14T10:29:28.310Z PASS [ 42.495s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
57592024-10-14T10:29:40.945Z PASS [ 27.294s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
57602024-10-14T10:29:43.346Z PASS [ 29.509s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
57612024-10-14T10:29:43.526Z PASS [ 21.102s] omicron-nexus::test_all integration_tests::projects::test_projects
57622024-10-14T10:29:44.522Z PASS [ 54.479s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57632024-10-14T10:29:45.010Z PASS [ 23.231s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
57642024-10-14T10:29:45.181Z PASS [ 21.914s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
57652024-10-14T10:29:45.767Z PASS [ 17.456s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
57662024-10-14T10:30:01.421Z PASS [ 20.474s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
57672024-10-14T10:30:05.036Z PASS [ 20.024s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
57682024-10-14T10:30:05.066Z PASS [ 21.541s] omicron-nexus::test_all integration_tests::rack::test_sled_add
57692024-10-14T10:30:05.325Z PASS [ 20.801s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
57702024-10-14T10:30:05.383Z PASS [ 22.035s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
57712024-10-14T10:30:05.733Z PASS [ 0.350s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
57722024-10-14T10:30:06.652Z PASS [ 20.884s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
57732024-10-14T10:30:06.767Z PASS [ 21.585s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
57742024-10-14T10:30:08.439Z PASS [ 3.374s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
57752024-10-14T10:30:08.759Z PASS [ 3.434s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
57762024-10-14T10:30:09.117Z PASS [ 3.384s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
57772024-10-14T10:30:09.983Z PASS [ 3.328s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
57782024-10-14T10:30:13.852Z PASS [ 46.286s] omicron-nexus::test_all integration_tests::quotas::test_quotas
57792024-10-14T10:30:13.985Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
57802024-10-14T10:30:14.093Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
57812024-10-14T10:30:14.219Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
57822024-10-14T10:30:14.375Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
57832024-10-14T10:30:14.490Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
57842024-10-14T10:30:18.168Z PASS [ 16.743s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
57852024-10-14T10:30:26.313Z PASS [ 21.274s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
57862024-10-14T10:30:30.936Z PASS [ 24.166s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
57872024-10-14T10:30:31.402Z PASS [ 22.283s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
57882024-10-14T10:30:31.549Z PASS [ 23.058s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
57892024-10-14T10:30:32.692Z PASS [ 22.709s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
57902024-10-14T10:30:32.792Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
57912024-10-14T10:30:33.677Z PASS [ 19.188s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
57922024-10-14T10:30:36.831Z PASS [ 18.661s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
57932024-10-14T10:30:36.936Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
57942024-10-14T10:30:37.040Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
57952024-10-14T10:30:38.006Z PASS [ 29.243s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
57962024-10-14T10:30:47.053Z PASS [ 20.737s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
57972024-10-14T10:30:51.289Z PASS [ 20.351s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
57982024-10-14T10:30:52.062Z PASS [ 20.667s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
57992024-10-14T10:30:52.220Z PASS [ 20.727s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
58002024-10-14T10:30:53.961Z PASS [ 21.178s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
58012024-10-14T10:30:54.442Z PASS [ 20.764s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
58022024-10-14T10:30:54.884Z PASS [ 17.853s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
58032024-10-14T10:30:55.510Z PASS [ 17.511s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
58042024-10-14T10:31:00.269Z PASS [ 13.225s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
58052024-10-14T10:31:02.686Z PASS [ 8.244s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
58062024-10-14T10:31:02.940Z PASS [ 11.653s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
58072024-10-14T10:31:10.559Z PASS [ 7.874s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
58082024-10-14T10:31:10.776Z PASS [ 7.835s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
58092024-10-14T10:31:18.457Z PASS [ 7.894s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
58102024-10-14T10:31:18.628Z PASS [ 7.850s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
58112024-10-14T10:31:26.389Z PASS [ 7.933s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
58122024-10-14T10:31:30.855Z PASS [ 4.465s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
58132024-10-14T10:32:13.651Z PASS [ 42.793s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
58142024-10-14T10:32:13.943Z PASS [ 55.311s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
58152024-10-14T10:32:33.692Z PASS [ 20.039s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
58162024-10-14T10:32:50.686Z PASS [ 36.720s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
58172024-10-14T10:33:04.908Z PASS [ 14.238s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
58182024-10-14T10:33:05.252Z PASS [ 14.568s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
58192024-10-14T10:33:05.520Z PASS [ 14.843s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
58202024-10-14T10:33:05.795Z PASS [ 15.104s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
58212024-10-14T10:33:19.515Z PASS [ 14.606s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
58222024-10-14T10:33:19.684Z PASS [ 45.964s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
58232024-10-14T10:33:20.242Z PASS [ 14.986s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
58242024-10-14T10:33:20.258Z PASS [ 14.728s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
58252024-10-14T10:33:20.359Z PASS [ 14.562s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
58262024-10-14T10:33:41.505Z PASS [ 21.823s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
58272024-10-14T10:33:41.816Z PASS [ 22.141s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
58282024-10-14T10:33:41.916Z PASS [ 22.251s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
58292024-10-14T10:33:42.469Z PASS [ 22.774s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
58302024-10-14T10:33:42.472Z PASS [ 22.102s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
58312024-10-14T10:33:42.589Z PASS [ 23.072s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
58322024-10-14T10:33:43.080Z PASS [ 22.834s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
58332024-10-14T10:33:46.849Z PASS [ 26.595s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
58342024-10-14T10:34:03.489Z PASS [ 21.568s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
58352024-10-14T10:34:03.758Z PASS [ 21.292s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
58362024-10-14T10:34:04.198Z PASS [ 21.602s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
58372024-10-14T10:34:04.420Z PASS [ 22.600s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
58382024-10-14T10:34:04.506Z PASS [ 22.032s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
58392024-10-14T10:34:05.143Z PASS [ 23.635s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
58402024-10-14T10:34:07.989Z PASS [ 24.903s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
58412024-10-14T10:34:10.410Z PASS [ 23.553s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
58422024-10-14T10:34:25.432Z PASS [ 21.233s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
58432024-10-14T10:34:25.544Z PASS [ 21.037s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
58442024-10-14T10:34:25.963Z PASS [ 22.473s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
58452024-10-14T10:34:29.850Z PASS [ 21.864s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
58462024-10-14T10:34:30.322Z PASS [ 26.561s] omicron-nexus::test_all integration_tests::silos::test_silos
58472024-10-14T10:34:32.228Z PASS [ 27.083s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
58482024-10-14T10:34:32.259Z PASS [ 27.838s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
58492024-10-14T10:34:41.604Z PASS [ 31.195s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
58502024-10-14T10:34:46.263Z PASS [ 20.297s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
58512024-10-14T10:34:52.134Z PASS [ 22.266s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
58522024-10-14T10:34:53.917Z PASS [ 23.575s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
58532024-10-14T10:34:54.237Z PASS [ 21.976s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
58542024-10-14T10:34:56.805Z PASS [ 31.257s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
58552024-10-14T10:34:58.039Z PASS [ 32.604s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
58562024-10-14T10:34:58.620Z PASS [ 4.411s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
58572024-10-14T10:34:59.424Z PASS [ 1.384s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
58582024-10-14T10:35:01.258Z PASS [ 4.452s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
58592024-10-14T10:35:03.029Z PASS [ 4.409s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
58602024-10-14T10:35:03.786Z PASS [ 4.362s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
58612024-10-14T10:35:06.770Z PASS [ 25.164s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
58622024-10-14T10:35:09.123Z PASS [ 2.352s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
58632024-10-14T10:35:11.973Z PASS [ 39.708s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
58642024-10-14T10:35:14.719Z PASS [ 28.452s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
58652024-10-14T10:35:18.568Z PASS [ 24.666s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
58662024-10-14T10:35:18.716Z PASS [ 26.594s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
58672024-10-14T10:35:19.033Z PASS [ 17.772s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
58682024-10-14T10:35:29.281Z PASS [ 20.157s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
58692024-10-14T10:35:33.311Z PASS [ 18.590s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
58702024-10-14T10:35:34.181Z PASS [ 22.206s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
58712024-10-14T10:35:38.409Z PASS [ 35.376s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
58722024-10-14T10:35:38.766Z PASS [ 20.194s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
58732024-10-14T10:35:48.941Z PASS [ 29.906s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
58742024-10-14T10:35:54.588Z PASS [ 35.868s] omicron-nexus::test_all integration_tests::utilization::test_utilization
58752024-10-14T10:35:59.703Z PASS [ 26.385s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
58762024-10-14T10:36:00.225Z PASS [ 30.940s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
58772024-10-14T10:36:03.793Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58782024-10-14T10:36:05.178Z PASS [ 30.991s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
58792024-10-14T10:36:07.971Z PASS [ 29.559s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
58802024-10-14T10:36:09.500Z PASS [ 30.732s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
58812024-10-14T10:36:20.689Z PASS [ 31.745s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
58822024-10-14T10:36:30.783Z PASS [ 31.082s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
58832024-10-14T10:36:30.801Z PASS [ 36.209s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
58842024-10-14T10:36:31.326Z PASS [ 31.098s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
58852024-10-14T10:36:32.745Z PASS [ 24.772s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
58862024-10-14T10:36:33.702Z PASS [ 28.523s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
58872024-10-14T10:36:39.236Z PASS [ 95.438s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58882024-10-14T10:36:42.390Z PASS [ 32.887s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
58892024-10-14T10:36:53.692Z PASS [ 33.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
58902024-10-14T10:37:03.852Z PASS [ 30.148s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
58912024-10-14T10:37:08.720Z PASS [ 37.932s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
58922024-10-14T10:37:08.864Z PASS [ 37.531s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
58932024-10-14T10:37:09.367Z PASS [ 38.560s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
58942024-10-14T10:37:11.141Z PASS [ 17.446s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
58952024-10-14T10:37:11.410Z PASS [ 32.173s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
58962024-10-14T10:37:12.958Z PASS [ 40.209s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
58972024-10-14T10:37:13.152Z PASS [ 30.759s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
58982024-10-14T10:37:22.842Z PASS [ 18.984s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
58992024-10-14T10:37:29.457Z PASS [ 20.597s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
59002024-10-14T10:37:29.832Z PASS [ 21.109s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
59012024-10-14T10:37:29.891Z PASS [ 20.524s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
59022024-10-14T10:37:31.623Z PASS [ 20.212s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
59032024-10-14T10:37:31.989Z PASS [ 19.028s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
59042024-10-14T10:37:32.116Z PASS [ 20.972s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
59052024-10-14T10:37:33.539Z PASS [ 20.386s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
59062024-10-14T10:37:42.806Z PASS [ 19.965s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
59072024-10-14T10:37:49.776Z PASS [ 19.933s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
59082024-10-14T10:37:49.776Z PASS [ 20.305s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
59092024-10-14T10:37:49.878Z PASS [ 19.984s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
59102024-10-14T10:37:51.677Z PASS [ 19.662s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
59112024-10-14T10:37:51.677Z PASS [ 20.026s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
59122024-10-14T10:37:51.677Z PASS [ 18.111s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
59132024-10-14T10:37:51.750Z PASS [ 19.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
59142024-10-14T10:37:59.926Z PASS [ 17.055s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
59152024-10-14T10:38:10.236Z PASS [ 20.469s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
59162024-10-14T10:38:11.233Z PASS [ 21.455s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
59172024-10-14T10:38:11.345Z PASS [ 21.466s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
59182024-10-14T10:38:12.195Z PASS [ 20.541s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
59192024-10-14T10:38:12.604Z PASS [ 20.855s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
59202024-10-14T10:38:12.750Z PASS [ 21.071s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
59212024-10-14T10:38:12.808Z PASS [ 21.142s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
59222024-10-14T10:38:17.340Z PASS [ 17.475s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
59232024-10-14T10:38:32.065Z PASS [ 21.826s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
59242024-10-14T10:38:33.467Z PASS [ 22.114s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
59252024-10-14T10:38:35.341Z PASS [ 24.106s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
59262024-10-14T10:38:36.463Z PASS [ 24.265s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
59272024-10-14T10:38:38.475Z PASS [ 25.720s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
59282024-10-14T10:38:41.034Z PASS [ 28.425s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
59292024-10-14T10:38:41.124Z PASS [ 0.090s] omicron-package dot::test::test_bad_dependency
59302024-10-14T10:38:41.168Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
59312024-10-14T10:38:45.298Z PASS [ 6.821s] omicron-omdb::test_all_output test_omdb_usage_errors
59322024-10-14T10:38:45.325Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
59332024-10-14T10:38:48.237Z PASS [ 7.070s] omicron-passwords test::test_compatible
59342024-10-14T10:38:48.246Z PASS [ 2.923s] omicron-passwords test::test_reproducible
59352024-10-14T10:38:48.294Z PASS [ 0.046s] omicron-passwords test::test_stable
59362024-10-14T10:38:48.319Z PASS [ 0.025s] omicron-passwords test::test_weak_hashes
59372024-10-14T10:38:48.344Z PASS [ 0.026s] omicron-rpaths internal::tests::test_configure_from_path
59382024-10-14T10:38:48.393Z PASS [ 0.048s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
59392024-10-14T10:38:48.443Z PASS [ 0.039s] omicron-rpaths internal::tests::test_emit_rpath
59402024-10-14T10:38:48.797Z PASS [ 0.362s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
59412024-10-14T10:38:49.082Z PASS [ 31.739s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
59422024-10-14T10:38:49.184Z PASS [ 0.102s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
59432024-10-14T10:38:49.340Z PASS [ 0.154s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
59442024-10-14T10:38:49.399Z PASS [ 0.605s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
59452024-10-14T10:38:49.442Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
59462024-10-14T10:38:49.547Z PASS [ 0.107s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
59472024-10-14T10:38:49.624Z PASS [ 0.078s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
59482024-10-14T10:38:49.680Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
59492024-10-14T10:38:49.724Z PASS [ 0.041s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
59502024-10-14T10:38:49.756Z PASS [ 0.036s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
59512024-10-14T10:38:49.792Z PASS [ 0.035s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
59522024-10-14T10:38:49.831Z PASS [ 0.039s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
59532024-10-14T10:38:49.874Z PASS [ 0.040s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
59542024-10-14T10:38:49.911Z PASS [ 0.042s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
59552024-10-14T10:38:49.967Z PASS [ 0.567s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
59562024-10-14T10:38:49.980Z PASS [ 0.065s] omicron-sled-agent config::test::test_smf_configs
59572024-10-14T10:38:50.023Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
59582024-10-14T10:38:50.031Z PASS [ 0.066s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
59592024-10-14T10:38:50.060Z PASS [ 0.036s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
59602024-10-14T10:38:50.079Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
59612024-10-14T10:38:50.105Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
59622024-10-14T10:38:50.129Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
59632024-10-14T10:38:53.390Z PASS [ 3.288s] omicron-sled-agent instance::tests::test_instance_create_events_normal
59642024-10-14T10:38:55.920Z PASS [ 23.852s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
59652024-10-14T10:38:56.398Z PASS [ 6.274s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
59662024-10-14T10:38:56.546Z PASS [ 23.083s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
59672024-10-14T10:38:56.578Z PASS [ 3.189s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
59682024-10-14T10:38:56.587Z PASS [ 0.041s] omicron-sled-agent probe_manager::test::probe_state_set_ops
59692024-10-14T10:38:56.615Z PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile
59702024-10-14T10:38:56.624Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_disabled_instance
59712024-10-14T10:38:56.649Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_instance
59722024-10-14T10:38:56.661Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple
59732024-10-14T10:38:56.684Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property
59742024-10-14T10:38:56.695Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
59752024-10-14T10:38:56.719Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service
59762024-10-14T10:38:56.729Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service_property_group
59772024-10-14T10:38:56.751Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
59782024-10-14T10:38:56.762Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
59792024-10-14T10:38:56.799Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
59802024-10-14T10:38:56.820Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema
59812024-10-14T10:38:56.865Z PASS [ 0.064s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
59822024-10-14T10:38:56.877Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
59832024-10-14T10:38:56.939Z PASS [ 0.078s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
59842024-10-14T10:38:57.543Z PASS [ 44.731s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
59852024-10-14T10:38:58.383Z PASS [ 23.039s] omicron-omdb::test_all_output test_omdb_env_settings
59862024-10-14T10:38:58.390Z PASS [ 2.472s] omicron-sled-agent instance::tests::test_instance_manager_creation
59872024-10-14T10:38:59.750Z PASS [ 11.512s] omicron-passwords test::test_smoke
59882024-10-14T10:38:59.848Z PASS [ 2.911s] omicron-sled-agent services::illumos_tests::test_ensure_service
59892024-10-14T10:38:59.880Z PASS [ 0.033s] omicron-sled-agent services::test::test_all_zones_requests_schema
59902024-10-14T10:38:59.904Z PASS [ 0.024s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
59912024-10-14T10:38:59.933Z PASS [ 0.030s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
59922024-10-14T10:38:59.965Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
59932024-10-14T10:38:59.999Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
59942024-10-14T10:39:00.036Z PASS [ 3.156s] omicron-sled-agent services::illumos_tests::test_bad_generations
59952024-10-14T10:39:00.053Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
59962024-10-14T10:39:00.070Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
59972024-10-14T10:39:00.084Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
59982024-10-14T10:39:00.102Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
59992024-10-14T10:39:00.145Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
60002024-10-14T10:39:00.177Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
60012024-10-14T10:39:00.209Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
60022024-10-14T10:39:00.245Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
60032024-10-14T10:39:00.257Z PASS [ 2.713s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
60042024-10-14T10:39:00.283Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
60052024-10-14T10:39:00.292Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
60062024-10-14T10:39:00.320Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::snapshot_needs_region
60072024-10-14T10:39:00.330Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_no_components
60082024-10-14T10:39:00.357Z PASS [ 0.037s] omicron-sled-agent updates::test::test_query_sled_agent_version
60092024-10-14T10:39:00.375Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_zone_version
60102024-10-14T10:39:00.404Z PASS [ 0.029s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
60112024-10-14T10:39:00.513Z PASS [ 0.155s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
60122024-10-14T10:39:01.575Z PASS [ 3.184s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
60132024-10-14T10:39:01.607Z PASS [ 0.031s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
60142024-10-14T10:39:01.684Z PASS [ 3.302s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
60152024-10-14T10:39:02.730Z PASS [ 2.979s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
60162024-10-14T10:39:03.194Z PASS [ 3.108s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
60172024-10-14T10:39:03.248Z PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
60182024-10-14T10:39:03.283Z PASS [ 0.034s] omicron-sled-agent zone_bundle::tests::test_dir_size
60192024-10-14T10:39:03.321Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
60202024-10-14T10:39:03.401Z PASS [ 2.891s] omicron-sled-agent zone_bundle::illumos_tests::test_context
60212024-10-14T10:39:03.498Z PASS [ 3.094s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
60222024-10-14T10:39:03.624Z PASS [ 0.127s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
60232024-10-14T10:39:03.702Z PASS [ 0.077s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
60242024-10-14T10:39:03.725Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
60252024-10-14T10:39:03.850Z PASS [ 0.526s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
60262024-10-14T10:39:03.869Z PASS [ 0.466s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
60272024-10-14T10:39:04.197Z PASS [ 0.465s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
60282024-10-14T10:39:04.197Z PASS [ 0.340s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
60292024-10-14T10:39:04.218Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
60302024-10-14T10:39:04.229Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
60312024-10-14T10:39:04.317Z PASS [ 2.633s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
60322024-10-14T10:39:04.323Z PASS [ 0.108s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
60332024-10-14T10:39:04.545Z PASS [ 0.229s] omicron-test-utils dev::db::test::test_bad_cmd
60342024-10-14T10:39:04.658Z PASS [ 3.051s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
60352024-10-14T10:39:04.680Z PASS [ 0.448s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
60362024-10-14T10:39:04.713Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_fail
60372024-10-14T10:39:04.737Z PASS [ 0.024s] omicron-test-utils dev::db::test::test_make_pg_config_ok
60382024-10-14T10:39:04.744Z PASS [ 0.419s] omicron-test-utils dev::db::test::test_cmd_fails
60392024-10-14T10:39:04.770Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_abnormal
60402024-10-14T10:39:04.780Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
60412024-10-14T10:39:04.902Z PASS [ 1.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
60422024-10-14T10:39:04.932Z PASS [ 0.272s] omicron-test-utils dev::db::test::test_database_start_hang
60432024-10-14T10:39:04.966Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir
60442024-10-14T10:39:05.028Z PASS [ 0.065s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
60452024-10-14T10:39:05.067Z PASS [ 0.037s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
60462024-10-14T10:39:05.118Z PASS [ 0.043s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
60472024-10-14T10:39:05.154Z PASS [ 0.043s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
60482024-10-14T10:39:05.218Z PASS [ 0.064s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
60492024-10-14T10:39:05.232Z LEAK [ 0.462s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
60502024-10-14T10:39:05.780Z PASS [ 0.556s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
60512024-10-14T10:39:05.805Z PASS [ 3.072s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
60522024-10-14T10:39:05.997Z PASS [ 0.194s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
60532024-10-14T10:39:06.298Z PASS [ 0.525s] oximeter test::timeseries_schema_consistency
60542024-10-14T10:39:06.332Z PASS [ 0.336s] oximeter-collector agent::tests::test_self_stat_collection_count
60552024-10-14T10:39:06.432Z PASS [ 1.199s] openapi-manager check::tests::check_apis_up_to_date
60562024-10-14T10:39:06.440Z PASS [ 0.143s] oximeter-collector agent::tests::test_self_stat_error_counter
60572024-10-14T10:39:06.460Z PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization
60582024-10-14T10:39:06.468Z PASS [ 0.136s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
60592024-10-14T10:39:06.612Z PASS [ 30.147s] omicron-omdb::test_all_output test_omdb_success_cases
60602024-10-14T10:39:06.629Z PASS [ 0.162s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
60612024-10-14T10:39:06.631Z PASS [ 0.152s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
60622024-10-14T10:39:06.641Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
60632024-10-14T10:39:06.649Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
60642024-10-14T10:39:06.657Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
60652024-10-14T10:39:06.869Z PASS [ 0.428s] oximeter-collector::test_commands test_oximeter_no_args
60662024-10-14T10:39:07.920Z PASS [ 1.277s] oximeter-db client::oxql::tests::test_get_entire_table
60672024-10-14T10:39:07.942Z PASS [ 1.280s] oximeter-db client::oxql::tests::test_get_one_timeseries
60682024-10-14T10:39:07.960Z PASS [ 1.300s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
60692024-10-14T10:39:08.042Z PASS [ 0.091s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
60702024-10-14T10:39:08.078Z PASS [ 1.202s] oximeter-db client::oxql::tests::test_limit_operations
60712024-10-14T10:39:08.078Z PASS [ 0.152s] oximeter-db client::tests::bad_db_connection_test
60722024-10-14T10:39:08.086Z PASS [ 0.149s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
60732024-10-14T10:39:08.769Z PASS [ 0.691s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
60742024-10-14T10:39:09.110Z PASS [ 1.039s] oximeter-db client::tests::select_timeseries_with_select_one
60752024-10-14T10:39:09.353Z PASS [ 4.449s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
60762024-10-14T10:39:09.664Z PASS [ 5.115s] omicron-test-utils dev::db::test::test_database_concurrent
60772024-10-14T10:39:10.114Z PASS [ 1.345s] oximeter-db client::tests::test_client_select_timeseries_one
60782024-10-14T10:39:10.224Z PASS [ 1.113s] oximeter-db client::tests::test_database_version_update_is_idempotent
60792024-10-14T10:39:10.315Z PASS [ 0.962s] oximeter-db client::tests::test_database_version_will_not_downgrade
60802024-10-14T10:39:10.916Z PASS [ 1.252s] oximeter-db client::tests::test_database_version_wipes_old_version
60812024-10-14T10:39:11.151Z PASS [ 1.035s] oximeter-db client::tests::test_differentiate_by_timeseries_name
60822024-10-14T10:39:11.247Z PASS [ 1.024s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
60832024-10-14T10:39:11.294Z PASS [ 0.977s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
60842024-10-14T10:39:11.388Z PASS [ 3.346s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
60852024-10-14T10:39:11.937Z PASS [ 1.021s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
60862024-10-14T10:39:12.459Z PASS [ 1.210s] oximeter-db client::tests::test_field_record_count
60872024-10-14T10:39:12.467Z PASS [ 1.177s] oximeter-db client::tests::test_get_schema_no_new_values
60882024-10-14T10:39:12.526Z PASS [ 1.137s] oximeter-db client::tests::test_insert_samples
60892024-10-14T10:39:12.563Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
60902024-10-14T10:39:12.604Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete
60912024-10-14T10:39:12.638Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
60922024-10-14T10:39:12.671Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
60932024-10-14T10:39:13.183Z PASS [ 2.030s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
60942024-10-14T10:39:13.308Z PASS [ 1.369s] oximeter-db client::tests::test_is_oximeter_cluster
60952024-10-14T10:39:13.697Z PASS [ 1.224s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
60962024-10-14T10:39:13.739Z PASS [ 1.279s] oximeter-db client::tests::test_list_timeseries
60972024-10-14T10:39:14.345Z PASS [ 1.161s] oximeter-db client::tests::test_schema_mismatch
60982024-10-14T10:39:14.622Z PASS [ 1.314s] oximeter-db client::tests::test_schema_update
60992024-10-14T10:39:14.697Z PASS [ 2.025s] oximeter-db client::tests::test_recall_of_all_fields
61002024-10-14T10:39:14.785Z PASS [ 1.048s] oximeter-db client::tests::test_select_all_field_types
61012024-10-14T10:39:14.792Z PASS [ 1.102s] oximeter-db client::tests::test_select_all_datum_types
61022024-10-14T10:39:15.531Z PASS [ 1.188s] oximeter-db client::tests::test_select_timeseries_with_all
61032024-10-14T10:39:15.842Z PASS [ 1.056s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
61042024-10-14T10:39:15.849Z PASS [ 1.057s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
61052024-10-14T10:39:15.918Z PASS [ 1.297s] oximeter-db client::tests::test_select_timeseries_with_limit
61062024-10-14T10:39:15.981Z PASS [ 1.284s] oximeter-db client::tests::test_select_timeseries_with_order
61072024-10-14T10:39:16.010Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
61082024-10-14T10:39:16.808Z PASS [ 0.958s] oximeter-db client::tests::test_timeseries_schema_list
61092024-10-14T10:39:16.832Z PASS [ 1.301s] oximeter-db client::tests::test_select_timeseries_with_start_time
61102024-10-14T10:39:16.838Z PASS [ 0.923s] oximeter-db client::tests::test_unquoted_64bit_integers
61112024-10-14T10:39:16.844Z PASS [ 0.038s] oximeter-db client::tests::test_verify_schema_upgrades
61122024-10-14T10:39:16.856Z PASS [ 0.025s] oximeter-db model::tests::test_db_bool
61132024-10-14T10:39:16.870Z PASS [ 0.024s] oximeter-db model::tests::test_db_datum_type_conversion
61142024-10-14T10:39:16.883Z PASS [ 0.026s] oximeter-db model::tests::test_db_field_list_conversion
61152024-10-14T10:39:16.899Z PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion
61162024-10-14T10:39:16.915Z PASS [ 0.031s] oximeter-db model::tests::test_db_histogram
61172024-10-14T10:39:16.951Z PASS [ 0.035s] oximeter-db model::tests::test_parse_bytes_measurement
61182024-10-14T10:39:16.978Z PASS [ 0.029s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
61192024-10-14T10:39:16.984Z PASS [ 0.979s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
61202024-10-14T10:39:17.009Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
61212024-10-14T10:39:17.017Z PASS [ 0.031s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
61222024-10-14T10:39:17.036Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
61232024-10-14T10:39:17.042Z PASS [ 0.027s] oximeter-db model::tests::test_unroll_from_source
61242024-10-14T10:39:17.066Z PASS [ 0.029s] oximeter-db model::tests::test_unroll_measurement_row
61252024-10-14T10:39:17.072Z PASS [ 0.029s] oximeter-db model::tests::test_unroll_missing_measurement_row
61262024-10-14T10:39:17.089Z PASS [ 0.024s] oximeter-db native::block::tests::test_data_type_to_string
61272024-10-14T10:39:17.096Z PASS [ 0.023s] oximeter-db native::block::tests::test_datetime64_conversions
61282024-10-14T10:39:17.114Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_invalid_data_type
61292024-10-14T10:39:17.365Z PASS [ 0.513s] oximeter-db model::tests::test_db_bool_bad
61302024-10-14T10:39:17.365Z PASS [ 0.455s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
61312024-10-14T10:39:17.404Z PASS [ 1.559s] oximeter-db client::tests::test_sql_query_output
61322024-10-14T10:39:17.493Z PASS [ 12.712s] omicron-test-utils dev::db::test::test_setup_database_default_dir
61332024-10-14T10:39:17.722Z PASS [ 0.625s] oximeter-db native::connection::tests::test_basic_select_query
61342024-10-14T10:39:17.887Z PASS [ 0.775s] oximeter-db native::connection::tests::test_can_cancel_query
61352024-10-14T10:39:17.909Z PASS [ 0.022s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
61362024-10-14T10:39:17.938Z PASS [ 0.027s] oximeter-db native::io::block::tests::test_decode_full_block
61372024-10-14T10:39:17.953Z PASS [ 0.600s] oximeter-db native::connection::tests::test_exchange_hello
61382024-10-14T10:39:17.964Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
61392024-10-14T10:39:17.978Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
61402024-10-14T10:39:17.987Z PASS [ 0.588s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
61412024-10-14T10:39:17.994Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_string_column
61422024-10-14T10:39:18.002Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_uint64_column
61432024-10-14T10:39:18.010Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uint8_column
61442024-10-14T10:39:18.018Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_uuid_column
61452024-10-14T10:39:18.030Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_encode_decode_column
61462024-10-14T10:39:18.039Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
61472024-10-14T10:39:18.050Z PASS [ 0.687s] oximeter-db native::connection::tests::test_select_array_column
61482024-10-14T10:39:18.065Z PASS [ 0.040s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
61492024-10-14T10:39:18.065Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
61502024-10-14T10:39:18.231Z PASS [ 0.036s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
61512024-10-14T10:39:18.231Z PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
61522024-10-14T10:39:18.234Z PASS [ 0.596s] oximeter-db native::connection::tests::test_select_nullable_column
61532024-10-14T10:39:18.234Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_pong
61542024-10-14T10:39:18.234Z PASS [ 0.036s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
61552024-10-14T10:39:18.234Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
61562024-10-14T10:39:18.234Z PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_decode
61572024-10-14T10:39:18.234Z PASS [ 0.023s] oximeter-db native::io::string::test::test_encode_hello_world
61582024-10-14T10:39:18.234Z PASS [ 0.028s] oximeter-db native::io::varuint::test_encode_decode_varuint
61592024-10-14T10:39:18.237Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
61602024-10-14T10:39:18.237Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
61612024-10-14T10:39:18.237Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_comparison
61622024-10-14T10:39:18.237Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
61632024-10-14T10:39:18.237Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_double_literal
61642024-10-14T10:39:18.237Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
61652024-10-14T10:39:18.237Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
61662024-10-14T10:39:18.237Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
61672024-10-14T10:39:18.237Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
61682024-10-14T10:39:18.237Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
61692024-10-14T10:39:18.237Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
61702024-10-14T10:39:18.237Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
61712024-10-14T10:39:18.237Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
61722024-10-14T10:39:18.238Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_group_by
61732024-10-14T10:39:18.238Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
61742024-10-14T10:39:18.238Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
61752024-10-14T10:39:18.238Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_ident
61762024-10-14T10:39:18.238Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
61772024-10-14T10:39:18.238Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
61782024-10-14T10:39:18.238Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
61792024-10-14T10:39:18.238Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
61802024-10-14T10:39:18.238Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
61812024-10-14T10:39:18.238Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
61822024-10-14T10:39:18.298Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
61832024-10-14T10:39:18.301Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
61842024-10-14T10:39:18.301Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_query
61852024-10-14T10:39:18.301Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
61862024-10-14T10:39:18.301Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
61872024-10-14T10:39:18.301Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
61882024-10-14T10:39:18.301Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
61892024-10-14T10:39:18.301Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_reducer
61902024-10-14T10:39:18.304Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
61912024-10-14T10:39:18.316Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
61922024-10-14T10:39:18.318Z PASS [ 0.590s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
61932024-10-14T10:39:18.327Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
61942024-10-14T10:39:18.327Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
61952024-10-14T10:39:18.338Z PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
61962024-10-14T10:39:18.338Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
61972024-10-14T10:39:18.348Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
61982024-10-14T10:39:18.351Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
61992024-10-14T10:39:18.359Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
62002024-10-14T10:39:18.359Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
62012024-10-14T10:39:18.534Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
62022024-10-14T10:39:18.534Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
62032024-10-14T10:39:18.534Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
62042024-10-14T10:39:18.537Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
62052024-10-14T10:39:18.537Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
62062024-10-14T10:39:18.537Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
62072024-10-14T10:39:18.537Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
62082024-10-14T10:39:18.537Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
62092024-10-14T10:39:18.537Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
62102024-10-14T10:39:18.537Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
62112024-10-14T10:39:18.537Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
62122024-10-14T10:39:18.537Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
62132024-10-14T10:39:18.537Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
62142024-10-14T10:39:18.537Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
62152024-10-14T10:39:18.537Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits
62162024-10-14T10:39:18.537Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
62172024-10-14T10:39:18.537Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
62182024-10-14T10:39:18.537Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
62192024-10-14T10:39:18.537Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
62202024-10-14T10:39:18.537Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
62212024-10-14T10:39:18.537Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
62222024-10-14T10:39:18.538Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
62232024-10-14T10:39:18.538Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates
62242024-10-14T10:39:18.538Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
62252024-10-14T10:39:18.538Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
62262024-10-14T10:39:18.538Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
62272024-10-14T10:39:18.538Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_query_end_time
62282024-10-14T10:39:18.585Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
62292024-10-14T10:39:18.586Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
62302024-10-14T10:39:18.588Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
62312024-10-14T10:39:18.588Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
62322024-10-14T10:39:18.588Z PASS [ 0.021s] oximeter-db query::tests::test_field_cmp
62332024-10-14T10:39:18.588Z PASS [ 0.021s] oximeter-db query::tests::test_field_selector_as_query
62342024-10-14T10:39:18.588Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_split_query
62352024-10-14T10:39:18.588Z PASS [ 0.026s] oximeter-db query::tests::test_field_value_as_db_str
62362024-10-14T10:39:18.594Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_field_selectors
62372024-10-14T10:39:18.603Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_from_parts
62382024-10-14T10:39:18.609Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_filter_raw
62392024-10-14T10:39:18.619Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_full
62402024-10-14T10:39:18.619Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_limit_offset
62412024-10-14T10:39:18.630Z PASS [ 0.024s] oximeter-db query::tests::test_select_query_builder_no_selectors
62422024-10-14T10:39:18.630Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_no_fields
62432024-10-14T10:39:18.635Z PASS [ 0.021s] oximeter-db query::tests::test_time_range
62442024-10-14T10:39:18.641Z PASS [ 0.032s] oximeter-db query::tests::test_string_field_selector
62452024-10-14T10:39:18.647Z PASS [ 0.027s] oximeter-db sql::tests::test_allow_limit_offset
62462024-10-14T10:39:18.652Z PASS [ 0.027s] oximeter-db sql::tests::test_allow_subqueries
62472024-10-14T10:39:18.658Z PASS [ 0.027s] oximeter-db sql::tests::test_cannot_name_database
62482024-10-14T10:39:18.663Z PASS [ 0.028s] oximeter-db sql::tests::test_ctes_are_not_supported
62492024-10-14T10:39:18.668Z PASS [ 0.027s] oximeter-db sql::tests::test_function_allow_list
62502024-10-14T10:39:18.677Z PASS [ 0.024s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
62512024-10-14T10:39:18.687Z PASS [ 0.023s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
62522024-10-14T10:39:18.693Z PASS [ 0.035s] oximeter-db sql::tests::test_query_must_be_select_statement
62532024-10-14T10:39:18.699Z PASS [ 0.052s] oximeter-db sql::tests::test_join_must_be_inner
62542024-10-14T10:39:18.712Z PASS [ 0.028s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
62552024-10-14T10:39:18.712Z PASS [ 0.037s] oximeter-db sql::tests::test_require_table_is_timeseries_name
62562024-10-14T10:39:18.726Z PASS [ 0.031s] oximeter-db sql::tests::test_with_comma_join_fails
62572024-10-14T10:39:18.726Z PASS [ 0.025s] oximeter-db tests::test_timeseries_key_field_stability
62582024-10-14T10:39:18.738Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_sample_stability
62592024-10-14T10:39:18.738Z PASS [ 0.026s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
62602024-10-14T10:39:18.784Z PASS [ 0.057s] oximeter-instruments http::tests::test_latency_tracker
62612024-10-14T10:39:18.978Z PASS [ 0.117s] oximeter-instruments kstat::link::tests::test_kstat_interested
62622024-10-14T10:39:19.000Z PASS [ 0.202s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
62632024-10-14T10:39:19.028Z PASS [ 0.278s] oximeter-instruments kstat::link::tests::test_kstat_sampler
62642024-10-14T10:39:19.123Z PASS [ 0.254s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
62652024-10-14T10:39:19.125Z PASS [ 0.119s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
62662024-10-14T10:39:19.145Z PASS [ 0.113s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
62672024-10-14T10:39:19.170Z PASS [ 0.063s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
62682024-10-14T10:39:19.184Z PASS [ 0.047s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
62692024-10-14T10:39:19.184Z PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_sled_datalink
62702024-10-14T10:39:19.193Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
62712024-10-14T10:39:19.214Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
62722024-10-14T10:39:19.216Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
62732024-10-14T10:39:19.216Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
62742024-10-14T10:39:19.222Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_annotated_field
62752024-10-14T10:39:19.230Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_datum_field
62762024-10-14T10:39:19.237Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_enum
62772024-10-14T10:39:19.277Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_without_datum_field
62782024-10-14T10:39:19.277Z PASS [ 0.022s] oximeter-macro-impl tests::test_target
62792024-10-14T10:39:19.279Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_empty_struct
62802024-10-14T10:39:19.279Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_enum
62812024-10-14T10:39:19.279Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_unit_struct
62822024-10-14T10:39:19.279Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_with_datum_field
62832024-10-14T10:39:19.347Z PASS [ 0.074s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
62842024-10-14T10:39:19.353Z PASS [ 0.077s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
62852024-10-14T10:39:19.367Z PASS [ 0.022s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
62862024-10-14T10:39:19.372Z PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
62872024-10-14T10:39:19.384Z PASS [ 0.017s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
62882024-10-14T10:39:19.402Z PASS [ 0.030s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
62892024-10-14T10:39:19.406Z PASS [ 0.023s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
62902024-10-14T10:39:19.436Z PASS [ 0.025s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
62912024-10-14T10:39:19.436Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
62922024-10-14T10:39:19.462Z PASS [ 0.028s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
62932024-10-14T10:39:19.470Z PASS [ 0.031s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
62942024-10-14T10:39:19.486Z PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
62952024-10-14T10:39:19.492Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
62962024-10-14T10:39:19.506Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
62972024-10-14T10:39:19.513Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
62982024-10-14T10:39:19.528Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
62992024-10-14T10:39:19.532Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
63002024-10-14T10:39:19.545Z PASS [ 0.019s] oximeter-schema ir::tests::fail_on_empty_descriptions
63012024-10-14T10:39:19.554Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_metric_name
63022024-10-14T10:39:19.565Z PASS [ 0.019s] oximeter-schema ir::tests::fail_on_empty_target_name
63032024-10-14T10:39:19.573Z PASS [ 0.018s] oximeter-schema ir::tests::fail_on_very_long_field_names
63042024-10-14T10:39:19.588Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
63052024-10-14T10:39:19.592Z PASS [ 0.021s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
63062024-10-14T10:39:19.607Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
63072024-10-14T10:39:19.615Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
63082024-10-14T10:39:19.630Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
63092024-10-14T10:39:19.642Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
63102024-10-14T10:39:19.654Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
63112024-10-14T10:39:19.669Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
63122024-10-14T10:39:19.677Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
63132024-10-14T10:39:19.699Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
63142024-10-14T10:39:19.699Z PASS [ 0.028s] oximeter-schema ir::tests::only_support_format_version_1
63152024-10-14T10:39:19.722Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
63162024-10-14T10:39:19.727Z PASS [ 0.023s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
63172024-10-14T10:39:19.772Z PASS [ 1.529s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
63182024-10-14T10:39:19.829Z PASS [ 0.101s] oximeter-test-utils tests::test_sample_struct
63192024-10-14T10:39:19.837Z PASS [ 0.063s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
63202024-10-14T10:39:19.837Z PASS [ 0.113s] oximeter-test-utils tests::test_gen_test_samples
63212024-10-14T10:39:19.847Z PASS [ 0.018s] oximeter-test-utils tests::test_timeseries_schema_from_parts
63222024-10-14T10:39:19.851Z PASS [ 0.018s] oximeter-test-utils tests::test_timeseries_schema_from_sample
63232024-10-14T10:39:19.857Z PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range
63242024-10-14T10:39:19.864Z PASS [ 0.018s] oximeter-types histogram::tests::test_bin_range_from
63252024-10-14T10:39:19.870Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_to
63262024-10-14T10:39:19.876Z PASS [ 0.019s] oximeter-types histogram::tests::test_empty_bins_not_supported
63272024-10-14T10:39:19.880Z PASS [ 0.017s] oximeter-types histogram::tests::test_ensure_finite
63282024-10-14T10:39:19.897Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram
63292024-10-14T10:39:19.903Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_bins
63302024-10-14T10:39:19.909Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_construct_with
63312024-10-14T10:39:19.916Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_extreme_samples
63322024-10-14T10:39:19.922Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_float_bins
63332024-10-14T10:39:19.928Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unbounded_samples
63342024-10-14T10:39:19.938Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_unsorted_bins
63352024-10-14T10:39:19.944Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_bins
63362024-10-14T10:39:19.950Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
63372024-10-14T10:39:19.959Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
63382024-10-14T10:39:19.963Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_bins_u64
63392024-10-14T10:39:19.970Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u8
63402024-10-14T10:39:19.982Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
63412024-10-14T10:39:19.989Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
63422024-10-14T10:39:19.994Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
63432024-10-14T10:39:19.998Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
63442024-10-14T10:39:20.005Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
63452024-10-14T10:39:20.011Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
63462024-10-14T10:39:20.019Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
63472024-10-14T10:39:20.025Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
63482024-10-14T10:39:20.030Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
63492024-10-14T10:39:20.036Z PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades
63502024-10-14T10:39:20.041Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
63512024-10-14T10:39:20.046Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
63522024-10-14T10:39:20.052Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
63532024-10-14T10:39:20.057Z PASS [ 0.016s] oximeter-types quantile::tests::test_default_percentiles
63542024-10-14T10:39:20.063Z PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations
63552024-10-14T10:39:20.066Z PASS [ 0.015s] oximeter-types quantile::tests::test_find_cells
63562024-10-14T10:39:20.072Z PASS [ 0.015s] oximeter-types quantile::tests::test_float_observations
63572024-10-14T10:39:20.078Z PASS [ 0.015s] oximeter-types quantile::tests::test_integer_observations
63582024-10-14T10:39:20.082Z PASS [ 0.016s] oximeter-types quantile::tests::test_invalid_p_value
63592024-10-14T10:39:20.088Z PASS [ 0.016s] oximeter-types quantile::tests::test_max_p
63602024-10-14T10:39:20.093Z PASS [ 0.015s] oximeter-types quantile::tests::test_min_p
63612024-10-14T10:39:20.099Z PASS [ 0.016s] oximeter-types quantile::tests::test_non_filled_observations
63622024-10-14T10:39:20.108Z PASS [ 0.019s] oximeter-types quantile::tests::test_rounding
63632024-10-14T10:39:20.111Z PASS [ 0.018s] oximeter-types schema::tests::test_field_schema_ordering
63642024-10-14T10:39:20.131Z PASS [ 0.018s] oximeter-types traits::tests::test_metric_trait
63652024-10-14T10:39:20.136Z PASS [ 0.037s] oximeter-types schema::tests::test_timeseries_name
63662024-10-14T10:39:20.142Z PASS [ 0.035s] oximeter-types schema::tests::test_timeseries_name_from_str
63672024-10-14T10:39:20.159Z PASS [ 0.020s] oximeter-types traits::tests::test_target_trait
63682024-10-14T10:39:20.171Z PASS [ 0.035s] oximeter-types traits::tests::test_producer_trait
63692024-10-14T10:39:20.171Z PASS [ 0.022s] oximeter-types types::tests::test_cumulative_f64
63702024-10-14T10:39:20.179Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_i64
63712024-10-14T10:39:20.185Z PASS [ 0.020s] oximeter-types types::tests::test_datum
63722024-10-14T10:39:20.191Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
63732024-10-14T10:39:20.197Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
63742024-10-14T10:39:20.202Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
63752024-10-14T10:39:20.206Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
63762024-10-14T10:39:20.215Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
63772024-10-14T10:39:20.218Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
63782024-10-14T10:39:20.223Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
63792024-10-14T10:39:20.229Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
63802024-10-14T10:39:20.234Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
63812024-10-14T10:39:20.240Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
63822024-10-14T10:39:20.248Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
63832024-10-14T10:39:20.255Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
63842024-10-14T10:39:20.260Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
63852024-10-14T10:39:20.269Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
63862024-10-14T10:39:20.276Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
63872024-10-14T10:39:20.282Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
63882024-10-14T10:39:20.287Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
63892024-10-14T10:39:20.292Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
63902024-10-14T10:39:20.296Z PASS [ 0.015s] oximeter-types types::tests::test_verify_field_names
63912024-10-14T10:39:20.303Z PASS [ 0.016s] oxlog tests::test_is_oxide_smf_log_file
63922024-10-14T10:39:20.308Z PASS [ 0.015s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
63932024-10-14T10:39:20.312Z PASS [ 0.016s] oxlog tests::test_sort_logs
63942024-10-14T10:39:20.353Z PASS [ 0.044s] oxql-types point::tests::test_cast_points_from_bool
63952024-10-14T10:39:20.356Z PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_double_distribution
63962024-10-14T10:39:20.359Z PASS [ 0.050s] oxql-types point::tests::test_cast_points_from_double
63972024-10-14T10:39:20.371Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_int_distribution
63982024-10-14T10:39:20.382Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_integer
63992024-10-14T10:39:20.389Z PASS [ 0.028s] oxql-types point::tests::test_cast_points_from_string
64002024-10-14T10:39:20.396Z PASS [ 0.024s] oxql-types point::tests::test_join_point_arrays
64012024-10-14T10:39:20.404Z PASS [ 0.023s] oxql-types point::tests::test_point_delta_between
64022024-10-14T10:39:20.412Z PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
64032024-10-14T10:39:20.418Z PASS [ 0.023s] oxql-types point::tests::test_point_delta_between_with_new_epoch
64042024-10-14T10:39:20.424Z PASS [ 0.020s] oxql-types point::tests::test_push_concrete_values
64052024-10-14T10:39:20.435Z PASS [ 0.023s] oxql-types point::tests::test_sub_between_histogram_distributions
64062024-10-14T10:39:21.276Z PASS [ 0.850s] reconfigurator-cli::test_basic test_basic
64072024-10-14T10:39:21.276Z PASS [ 0.833s] reconfigurator-cli::test_basic test_example
64082024-10-14T10:39:21.383Z PASS [ 0.099s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
64092024-10-14T10:39:21.383Z PASS [ 0.108s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
64102024-10-14T10:39:21.426Z PASS [ 0.041s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
64112024-10-14T10:39:21.432Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
64122024-10-14T10:39:21.458Z PASS [ 0.024s] sled-agent-types rack_init::tests::test_subnets
64132024-10-14T10:39:21.471Z PASS [ 0.044s] sled-agent-types rack_init::tests::test_extra_certs
64142024-10-14T10:39:21.496Z PASS [ 0.028s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
64152024-10-14T10:39:21.502Z PASS [ 0.046s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
64162024-10-14T10:39:21.520Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_compare_bundles
64172024-10-14T10:39:21.525Z PASS [ 0.024s] sled-agent-types zone_bundle::tests::test_priority_dimension
64182024-10-14T10:39:21.540Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
64192024-10-14T10:39:21.547Z PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
64202024-10-14T10:39:21.580Z PASS [ 0.037s] sled-hardware disk::test::test_disk_paths
64212024-10-14T10:39:21.587Z PASS [ 0.039s] sled-hardware disk::test::test_partition_device_paths
64222024-10-14T10:39:21.658Z PASS [ 0.065s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
64232024-10-14T10:39:21.658Z PASS [ 0.074s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
64242024-10-14T10:39:21.679Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
64252024-10-14T10:39:21.688Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
64262024-10-14T10:39:21.721Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
64272024-10-14T10:39:21.740Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
64282024-10-14T10:39:21.744Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
64292024-10-14T10:39:21.765Z PASS [ 0.023s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
64302024-10-14T10:39:21.798Z PASS [ 0.050s] sled-storage dataset::test::serialize_dataset_name
64312024-10-14T10:39:21.847Z PASS [ 0.076s] sled-storage manager::test::test_datasets_schema
64322024-10-14T10:39:21.847Z PASS [ 0.044s] sled-storage manager::test::test_omicron_physical_disks_schema
64332024-10-14T10:39:22.444Z PASS [ 3.176s] oximeter-producer tests::test_producer_registration_task
64342024-10-14T10:39:22.491Z PASS [ 0.047s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
64352024-10-14T10:39:23.074Z PASS [ 1.223s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
64362024-10-14T10:39:23.863Z PASS [ 2.020s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
64372024-10-14T10:39:23.906Z PASS [ 0.045s] sled-storage manager::tests::ensure_using_exactly_these_disks
64382024-10-14T10:39:25.564Z PASS [ 2.490s] sled-storage manager::tests::ensure_datasets
64392024-10-14T10:39:25.667Z PASS [ 3.175s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
64402024-10-14T10:39:26.193Z PASS [ 2.286s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
64412024-10-14T10:39:27.301Z PASS [ 1.635s] sled-storage manager::tests::update_rawdisk_firmware
64422024-10-14T10:39:28.552Z PASS [ 32.152s] omicron-sled-agent nexus::test::nexus_self_notification_test
64432024-10-14T10:39:28.562Z PASS [ 1.259s] sled-storage manager::tests::wait_for_boot_disk
64442024-10-14T10:39:28.759Z PASS [ 3.197s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
64452024-10-14T10:39:28.863Z PASS [ 2.668s] sled-storage manager::tests::upsert_filesystem
64462024-10-14T10:39:28.915Z PASS [ 0.053s] tufaceous-lib archive::tests::test_validate_path
64472024-10-14T10:39:29.001Z PASS [ 0.084s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
64482024-10-14T10:39:29.040Z PASS [ 0.041s] tufaceous-lib key::tests::test_from_str
64492024-10-14T10:39:29.226Z PASS [ 0.185s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
64502024-10-14T10:39:29.493Z PASS [ 0.933s] tufaceous::integration-tests command_tests::test_init_and_add
64512024-10-14T10:39:29.500Z PASS [ 0.741s] tufaceous::manifest-tests check_manifest::fake.toml
64522024-10-14T10:39:29.604Z PASS [ 0.103s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
64532024-10-14T10:39:29.691Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_bad_rot_versions
64542024-10-14T10:39:29.775Z PASS [ 1.221s] tufaceous::integration-tests command_tests::test_assemble_fake
64552024-10-14T10:39:29.813Z PASS [ 0.120s] update-common artifacts::update_plan::tests::test_multi_rot_version
64562024-10-14T10:39:29.875Z PASS [ 0.102s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
64572024-10-14T10:39:30.050Z PASS [ 0.174s] update-engine display::group_display::tests::test_stats
64582024-10-14T10:39:30.074Z PASS [ 0.025s] update-engine display::line_display_shared::tests::test_format_progress_counter
64592024-10-14T10:39:30.104Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_start_line
64602024-10-14T10:39:30.147Z PASS [ 0.045s] update-engine engine::tests::error_exits_early
64612024-10-14T10:39:30.198Z PASS [ 0.050s] update-engine events::tests::progress_event_parse_unknown
64622024-10-14T10:39:30.227Z PASS [ 0.415s] update-engine buffer::tests::test_buffer
64632024-10-14T10:39:30.236Z PASS [ 0.038s] update-engine events::tests::step_event_parse_unknown
64642024-10-14T10:39:30.257Z PASS [ 0.030s] update-engine spec::tests::test_merge_anyhow_list
64652024-10-14T10:39:30.271Z PASS [ 1.044s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
64662024-10-14T10:39:30.301Z PASS [ 0.046s] wicket state::inventory::tests::component_id_display
64672024-10-14T10:39:30.398Z PASS [ 0.093s] wicket-common rack_setup::tests::roundtrip_import_export_policy
64682024-10-14T10:39:30.426Z PASS [ 0.191s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
64692024-10-14T10:39:30.536Z PASS [ 0.140s] wicketd installinator_progress::tests::test_states
64702024-10-14T10:39:30.537Z PASS [ 0.108s] wicketd rss_config::tests::test_bgp_auth_key_states
64712024-10-14T10:39:30.689Z PASS [ 0.420s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
64722024-10-14T10:39:31.799Z PASS [ 1.266s] wicketd::mod integration_tests::inventory::test_inventory
64732024-10-14T10:39:32.577Z PASS [ 1.895s] wicketd::mod integration_tests::updates::test_update_races
64742024-10-14T10:39:33.073Z PASS [ 3.588s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
64752024-10-14T10:39:34.329Z PASS [ 2.537s] wicketd::mod integration_tests::updates::test_updates
64762024-10-14T10:39:34.418Z PASS [ 3.885s] wicketd::mod integration_tests::updates::test_installinator_fetch
64772024-10-14T10:39:35.054Z PASS [ 16.339s] oximeter-db::integration_test test_schemas_disjoint
64782024-10-14T10:39:38.070Z PASS [ 17.650s] reconfigurator-cli::test_basic test_blueprint_edit
64792024-10-14T10:39:39.990Z PASS [ 21.282s] oximeter-db::integration_test test_cluster
64802024-10-14T10:40:03.718Z PASS [ 55.628s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64812024-10-14T10:40:06.461Z PASS [ 2.742s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
64822024-10-14T10:40:23.290Z PASS [ 16.827s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
64832024-10-14T10:40:43.269Z PASS [ 19.977s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
64842024-10-14T10:41:43.276Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
64852024-10-14T10:42:43.282Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64862024-10-14T10:43:43.290Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
64872024-10-14T10:44:43.297Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64882024-10-14T10:45:43.304Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64892024-10-14T10:46:39.777Z PASS [ 356.477s] oximeter-db client::tests::test_replicated
64902024-10-14T10:46:39.779Z------------
64912024-10-14T10:46:39.779Z Summary [2704.545s] 1630 tests run: 1630 passed (20 slow, 1 leaky), 4 skipped
64922024-10-14T10:46:39.810Z
64932024-10-14T10:46:39.813Zreal 45:25.950780122
64942024-10-14T10:46:39.813Zuser 3:43:55.334976651
64952024-10-14T10:46:39.813Zsys 45:01.508625637
64962024-10-14T10:46:39.813Ztrap 3:29.520511187
64972024-10-14T10:46:39.813Ztflt 29.306228271
64982024-10-14T10:46:39.813Zdflt 1:57.569677591
64992024-10-14T10:46:39.813Zkflt 0.449497028
65002024-10-14T10:46:39.813Zlock 1312:42:15.642829727
65012024-10-14T10:46:39.813Zslp 64:30:36.204375635
65022024-10-14T10:46:39.813Zlat 3:44:46.001899752
65032024-10-14T10:46:39.813Zstop 50:31.365797203
65042024-10-14T10:46:39.813Z+ banner doctest
65052024-10-14T10:46:39.813Z
65062024-10-14T10:46:39.813Z ##### #### #### ##### ###### #### #####
65072024-10-14T10:46:39.813Z # # # # # # # # # #
65082024-10-14T10:46:39.813Z # # # # # # ##### #### #
65092024-10-14T10:46:39.813Z # # # # # # # # #
65102024-10-14T10:46:39.813Z # # # # # # # # # # #
65112024-10-14T10:46:39.813Z ##### #### #### # ###### #### #
65122024-10-14T10:46:39.813Z
65132024-10-14T10:46:39.813Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
65142024-10-14T10:46:41.324Z Fresh unicode-ident v1.0.13
65152024-10-14T10:46:41.326Z Fresh cfg-if v1.0.0
65162024-10-14T10:46:41.326Z Fresh autocfg v1.3.0
65172024-10-14T10:46:41.326Z Fresh once_cell v1.20.2
65182024-10-14T10:46:41.326Z Fresh version_check v0.9.5
65192024-10-14T10:46:41.326Z Fresh memchr v2.7.2
65202024-10-14T10:46:41.326Z Fresh value-bag v1.9.0
65212024-10-14T10:46:41.326Z Fresh scopeguard v1.2.0
65222024-10-14T10:46:41.326Z Fresh itoa v1.0.11
65232024-10-14T10:46:41.326Z Fresh smallvec v1.13.2
65242024-10-14T10:46:41.326Z Fresh proc-macro2 v1.0.87
65252024-10-14T10:46:41.326Z Fresh libc v0.2.159
65262024-10-14T10:46:41.326Z Fresh log v0.4.22
65272024-10-14T10:46:41.326Z Fresh pin-project-lite v0.2.14
65282024-10-14T10:46:41.326Z Fresh subtle v2.5.0
65292024-10-14T10:46:41.326Z Fresh quote v1.0.37
65302024-10-14T10:46:41.326Z Fresh getrandom v0.2.14
65312024-10-14T10:46:41.327Z Fresh lock_api v0.4.12
65322024-10-14T10:46:41.327Z Fresh jobserver v0.1.32
65332024-10-14T10:46:41.327Z Fresh syn v2.0.79
65342024-10-14T10:46:41.327Z Fresh rand_core v0.6.4
65352024-10-14T10:46:41.327Z Fresh cc v1.0.97
65362024-10-14T10:46:41.327Z Fresh parking_lot_core v0.9.10
65372024-10-14T10:46:41.327Z Fresh futures-core v0.3.31
65382024-10-14T10:46:41.327Z Fresh byteorder v1.5.0
65392024-10-14T10:46:41.330Z Fresh serde_derive v1.0.210
65402024-10-14T10:46:41.330Z Fresh zeroize_derive v1.4.2
65412024-10-14T10:46:41.330Z Fresh thiserror-impl v1.0.64
65422024-10-14T10:46:41.330Z Fresh parking_lot v0.12.2
65432024-10-14T10:46:41.330Z Fresh typenum v1.17.0
65442024-10-14T10:46:41.330Z Fresh signal-hook-registry v1.4.2
65452024-10-14T10:46:41.330Z Fresh ryu v1.0.18
65462024-10-14T10:46:41.331Z Fresh serde v1.0.210
65472024-10-14T10:46:41.331Z Fresh zeroize v1.8.1
65482024-10-14T10:46:41.331Z Fresh thiserror v1.0.64
65492024-10-14T10:46:41.331Z Fresh mio v1.0.2
65502024-10-14T10:46:41.331Z Fresh spin v0.9.8
65512024-10-14T10:46:41.331Z Fresh bytes v1.7.2
65522024-10-14T10:46:41.331Z Fresh generic-array v0.14.7
65532024-10-14T10:46:41.331Z Fresh bitflags v2.6.0
65542024-10-14T10:46:41.331Z Fresh libm v0.2.8
65552024-10-14T10:46:41.331Z Fresh fnv v1.0.7
65562024-10-14T10:46:41.331Z Fresh hashbrown v0.15.0
65572024-10-14T10:46:41.331Z Fresh crypto-common v0.1.6
65582024-10-14T10:46:41.331Z Fresh num-traits v0.2.19
65592024-10-14T10:46:41.331Z Fresh serde_json v1.0.128
65602024-10-14T10:46:41.331Z Fresh equivalent v1.0.1
65612024-10-14T10:46:41.331Z Fresh tokio-macros v2.4.0
65622024-10-14T10:46:41.331Z Fresh socket2 v0.5.7
65632024-10-14T10:46:41.331Z Fresh futures-io v0.3.31
65642024-10-14T10:46:41.331Z Fresh indexmap v2.6.0
65652024-10-14T10:46:41.331Z Fresh tokio v1.40.0
65662024-10-14T10:46:41.331Z Fresh const-oid v0.9.6
65672024-10-14T10:46:41.331Z Fresh block-buffer v0.10.4
65682024-10-14T10:46:41.331Z Fresh futures-sink v0.3.31
65692024-10-14T10:46:41.331Z Fresh cpufeatures v0.2.12
65702024-10-14T10:46:41.331Z Fresh pin-utils v0.1.0
65712024-10-14T10:46:41.331Z Fresh slab v0.4.9
65722024-10-14T10:46:41.331Z Fresh digest v0.10.7
65732024-10-14T10:46:41.331Z Fresh pkg-config v0.3.30
65742024-10-14T10:46:41.331Z Fresh futures-channel v0.3.31
65752024-10-14T10:46:41.331Z Fresh futures-macro v0.3.31
65762024-10-14T10:46:41.331Z Fresh futures-task v0.3.31
65772024-10-14T10:46:41.331Z Fresh regex-syntax v0.8.5
65782024-10-14T10:46:41.331Z Fresh aho-corasick v1.1.3
65792024-10-14T10:46:41.331Z Fresh futures-util v0.3.31
65802024-10-14T10:46:41.331Z Fresh regex-automata v0.4.8
65812024-10-14T10:46:41.331Z Fresh errno v0.3.9
65822024-10-14T10:46:41.331Z Fresh tracing-attributes v0.1.27
65832024-10-14T10:46:41.331Z Fresh tracing-core v0.1.32
65842024-10-14T10:46:41.331Z Fresh tinyvec_macros v0.1.1
65852024-10-14T10:46:41.331Z Fresh tracing v0.1.40
65862024-10-14T10:46:41.332Z Fresh tinyvec v1.6.0
65872024-10-14T10:46:41.332Z Fresh iana-time-zone v0.1.60
65882024-10-14T10:46:41.332Z Fresh unicode-bidi v0.3.15
65892024-10-14T10:46:41.332Z Fresh uuid v1.10.0
65902024-10-14T10:46:41.332Z Fresh rustix v0.38.37
65912024-10-14T10:46:41.332Z Fresh semver v1.0.23
65922024-10-14T10:46:41.332Z Fresh chrono v0.4.38
65932024-10-14T10:46:41.332Z Fresh unicode-normalization v0.1.23
65942024-10-14T10:46:41.332Z Fresh zerocopy-derive v0.7.34
65952024-10-14T10:46:41.332Z Fresh heck v0.5.0
65962024-10-14T10:46:41.332Z Fresh regex v1.11.0
65972024-10-14T10:46:41.332Z Fresh syn v1.0.109
65982024-10-14T10:46:41.332Z Fresh zerocopy v0.7.34
65992024-10-14T10:46:41.332Z Fresh ppv-lite86 v0.2.17
66002024-10-14T10:46:41.332Z Fresh percent-encoding v2.3.1
66012024-10-14T10:46:41.335Z Fresh http v1.1.0
66022024-10-14T10:46:41.335Z Fresh vcpkg v0.2.15
66032024-10-14T10:46:41.335Z Fresh serde_derive_internals v0.29.1
66042024-10-14T10:46:41.335Z Fresh rand_chacha v0.3.1
66052024-10-14T10:46:41.335Z Fresh form_urlencoded v1.2.1
66062024-10-14T10:46:41.335Z Fresh dyn-clone v1.0.17
66072024-10-14T10:46:41.335Z Fresh schemars_derive v0.8.21
66082024-10-14T10:46:41.335Z Fresh block-padding v0.3.3
66092024-10-14T10:46:41.335Z Fresh rand v0.8.5
66102024-10-14T10:46:41.335Z Fresh schemars v0.8.21
66112024-10-14T10:46:41.335Z Fresh inout v0.1.3
66122024-10-14T10:46:41.335Z Fresh idna v0.5.0
66132024-10-14T10:46:41.335Z Fresh tokio-util v0.7.12
66142024-10-14T10:46:41.335Z Fresh crossbeam-utils v0.8.19
66152024-10-14T10:46:41.335Z Fresh httparse v1.8.0
66162024-10-14T10:46:41.335Z Fresh cipher v0.4.4
66172024-10-14T10:46:41.335Z Fresh url v2.5.2
66182024-10-14T10:46:41.335Z Fresh either v1.13.0
66192024-10-14T10:46:41.335Z Fresh lazy_static v1.5.0
66202024-10-14T10:46:41.335Z Fresh atomic-waker v1.1.2
66212024-10-14T10:46:41.335Z Fresh untrusted v0.9.0
66222024-10-14T10:46:41.335Z Fresh base64ct v1.6.0
66232024-10-14T10:46:41.335Z Fresh time-core v0.1.2
66242024-10-14T10:46:41.335Z Fresh num-conv v0.1.0
66252024-10-14T10:46:41.335Z Fresh powerfmt v0.2.0
66262024-10-14T10:46:41.335Z Fresh hmac v0.12.1
66272024-10-14T10:46:41.335Z Fresh time-macros v0.2.18
66282024-10-14T10:46:41.335Z Fresh ring v0.17.8
66292024-10-14T10:46:41.335Z Fresh deranged v0.3.11
66302024-10-14T10:46:41.336Z Fresh serde_spanned v0.6.7
66312024-10-14T10:46:41.336Z Fresh toml_datetime v0.6.8
66322024-10-14T10:46:41.336Z Fresh num_threads v0.1.7
66332024-10-14T10:46:41.336Z Fresh ahash v0.8.11
66342024-10-14T10:46:41.336Z Fresh sha2 v0.10.8
66352024-10-14T10:46:41.336Z Fresh time v0.3.36
66362024-10-14T10:46:41.336Z Fresh try-lock v0.2.5
66372024-10-14T10:46:41.336Z Fresh httpdate v1.0.3
66382024-10-14T10:46:41.336Z Fresh strsim v0.11.1
66392024-10-14T10:46:41.336Z Fresh rustls-pki-types v1.9.0
66402024-10-14T10:46:41.336Z Fresh pem-rfc7468 v0.7.0
66412024-10-14T10:46:41.336Z Fresh base64 v0.22.1
66422024-10-14T10:46:41.336Z Fresh http-body v1.0.0
66432024-10-14T10:46:41.336Z Fresh want v0.3.1
66442024-10-14T10:46:41.336Z Fresh tower-service v0.3.2
66452024-10-14T10:46:41.336Z Fresh h2 v0.4.6
66462024-10-14T10:46:41.336Z Fresh serde_tokenstream v0.2.2
66472024-10-14T10:46:41.336Z Fresh async-trait v0.1.83
66482024-10-14T10:46:41.336Z Fresh der_derive v0.7.2
66492024-10-14T10:46:41.336Z Fresh gimli v0.28.1
66502024-10-14T10:46:41.336Z Fresh flagset v0.4.5
66512024-10-14T10:46:41.336Z Fresh adler v1.0.2
66522024-10-14T10:46:41.336Z Fresh hyper v1.4.1
66532024-10-14T10:46:41.336Z Fresh miniz_oxide v0.7.2
66542024-10-14T10:46:41.336Z Fresh addr2line v0.21.0
66552024-10-14T10:46:41.336Z Fresh slog v2.7.0
66562024-10-14T10:46:41.336Z Fresh der v0.7.9
66572024-10-14T10:46:41.336Z Fresh rustversion v1.0.17
66582024-10-14T10:46:41.336Z Fresh rustls-webpki v0.102.4
66592024-10-14T10:46:41.336Z Fresh pbkdf2 v0.12.2
66602024-10-14T10:46:41.336Z Fresh aes v0.8.4
66612024-10-14T10:46:41.336Z Fresh rustc_version v0.4.1
66622024-10-14T10:46:41.336Z Fresh object v0.32.2
66632024-10-14T10:46:41.336Z Fresh rustc-demangle v0.1.24
66642024-10-14T10:46:41.336Z Fresh mime v0.3.17
66652024-10-14T10:46:41.336Z Fresh spki v0.7.3
66662024-10-14T10:46:41.336Z Fresh salsa20 v0.10.2
66672024-10-14T10:46:41.336Z Fresh backtrace v0.3.71
66682024-10-14T10:46:41.336Z Fresh cbc v0.1.2
66692024-10-14T10:46:41.337Z Fresh heck v0.4.1
66702024-10-14T10:46:41.337Z Fresh ipnet v2.10.1
66712024-10-14T10:46:41.337Z Fresh scrypt v0.11.0
66722024-10-14T10:46:41.337Z Fresh hyper-util v0.1.9
66732024-10-14T10:46:41.337Z Fresh anyhow v1.0.89
66742024-10-14T10:46:41.337Z Fresh pkcs5 v0.7.1
66752024-10-14T10:46:41.337Z Fresh futures-executor v0.3.31
66762024-10-14T10:46:41.337Z Fresh http-body-util v0.1.2
66772024-10-14T10:46:41.337Z Fresh serde_urlencoded v0.7.1
66782024-10-14T10:46:41.337Z Fresh encoding_rs v0.8.34
66792024-10-14T10:46:41.337Z Fresh foreign-types-shared v0.1.1
66802024-10-14T10:46:41.337Z Fresh pkcs8 v0.10.2
66812024-10-14T10:46:41.337Z Fresh futures v0.3.31
66822024-10-14T10:46:41.337Z Fresh openssl-probe v0.1.5
66832024-10-14T10:46:41.337Z Fresh data-encoding v2.6.0
66842024-10-14T10:46:41.337Z Fresh foreign-types v0.3.2
66852024-10-14T10:46:41.337Z Fresh openssl-sys v0.9.103
66862024-10-14T10:46:41.337Z Fresh rustls-pemfile v2.2.0
66872024-10-14T10:46:41.337Z Fresh openssl-macros v0.1.1
66882024-10-14T10:46:41.337Z Fresh winnow v0.5.40
66892024-10-14T10:46:41.337Z Fresh utf8parse v0.2.1
66902024-10-14T10:46:41.337Z Fresh is-terminal v0.4.12
66912024-10-14T10:46:41.337Z Fresh unicode-width v0.1.13
66922024-10-14T10:46:41.340Z Fresh openssl v0.10.66
66932024-10-14T10:46:41.341Z Fresh camino v1.1.9
66942024-10-14T10:46:41.341Z Fresh toml_edit v0.19.15
66952024-10-14T10:46:41.341Z Fresh sha1 v0.10.6
66962024-10-14T10:46:41.341Z Fresh openapiv3 v2.0.0
66972024-10-14T10:46:41.341Z Fresh rustls v0.23.10
66982024-10-14T10:46:41.341Z Fresh anstyle v1.0.8
66992024-10-14T10:46:41.341Z Fresh idna v0.3.0
67002024-10-14T10:46:41.341Z Fresh dirs-sys-next v0.1.2
67012024-10-14T10:46:41.341Z Fresh winnow v0.6.18
67022024-10-14T10:46:41.341Z Fresh psl-types v2.0.11
67032024-10-14T10:46:41.341Z Fresh tokio-rustls v0.26.0
67042024-10-14T10:46:41.341Z Fresh native-tls v0.2.11
67052024-10-14T10:46:41.341Z Fresh ucd-trie v0.1.6
67062024-10-14T10:46:41.341Z Fresh cookie v0.18.1
67072024-10-14T10:46:41.341Z Fresh publicsuffix v2.2.3
67082024-10-14T10:46:41.341Z Fresh dirs-next v2.0.0
67092024-10-14T10:46:41.341Z Fresh webpki-roots v0.26.3
67102024-10-14T10:46:41.341Z Fresh signature v2.2.0
67112024-10-14T10:46:41.341Z Fresh tokio-native-tls v0.3.1
67122024-10-14T10:46:41.341Z Fresh pest v2.7.10
67132024-10-14T10:46:41.341Z Fresh term v0.7.0
67142024-10-14T10:46:41.341Z Fresh hyper-rustls v0.27.3
67152024-10-14T10:46:41.341Z Fresh cookie_store v0.21.0
67162024-10-14T10:46:41.341Z Fresh anstyle-parse v0.2.4
67172024-10-14T10:46:41.341Z Fresh scroll_derive v0.12.0
67182024-10-14T10:46:41.341Z Fresh sync_wrapper v1.0.1
67192024-10-14T10:46:41.341Z Fresh pest_meta v2.7.10
67202024-10-14T10:46:41.341Z Fresh hyper-tls v0.6.0
67212024-10-14T10:46:41.341Z Fresh anstyle-query v1.0.3
67222024-10-14T10:46:41.341Z Fresh colorchoice v1.0.1
67232024-10-14T10:46:41.341Z Fresh is_terminal_polyfill v1.70.0
67242024-10-14T10:46:41.341Z Fresh scroll v0.12.0
67252024-10-14T10:46:41.341Z Fresh toml_edit v0.22.22
67262024-10-14T10:46:41.341Z Fresh terminal_size v0.4.0
67272024-10-14T10:46:41.341Z Fresh anstream v0.6.14
67282024-10-14T10:46:41.342Z Fresh pest_generator v2.7.10
67292024-10-14T10:46:41.342Z Fresh reqwest v0.12.8
67302024-10-14T10:46:41.342Z Fresh clap_lex v0.7.0
67312024-10-14T10:46:41.342Z Fresh unicode-segmentation v1.11.0
67322024-10-14T10:46:41.342Z Fresh base16ct v0.2.0
67332024-10-14T10:46:41.342Z Fresh plain v0.2.3
67342024-10-14T10:46:41.342Z Fresh pest_derive v2.7.10
67352024-10-14T10:46:41.342Z Fresh goblin v0.8.2
67362024-10-14T10:46:41.342Z Fresh clap_builder v4.5.20
67372024-10-14T10:46:41.342Z Fresh sec1 v0.7.3
67382024-10-14T10:46:41.342Z Fresh clap_derive v4.5.18
67392024-10-14T10:46:41.342Z Fresh num-integer v0.1.46
67402024-10-14T10:46:41.342Z Fresh ff v0.13.0
67412024-10-14T10:46:41.342Z Fresh pretty-hex v0.4.1
67422024-10-14T10:46:41.342Z Fresh clap v4.5.20
67432024-10-14T10:46:41.342Z Fresh dtrace-parser v0.2.0
67442024-10-14T10:46:41.342Z Fresh crc32fast v1.4.0
67452024-10-14T10:46:41.342Z Fresh group v0.13.0
67462024-10-14T10:46:41.342Z Fresh hkdf v0.12.4
67472024-10-14T10:46:41.342Z Fresh crossbeam-epoch v0.9.18
67482024-10-14T10:46:41.342Z Fresh dof v0.3.0
67492024-10-14T10:46:41.342Z Fresh crypto-bigint v0.5.5
67502024-10-14T10:46:41.342Z Fresh thread-id v4.2.1
67512024-10-14T10:46:41.342Z Fresh bitflags v1.3.2
67522024-10-14T10:46:41.342Z Fresh siphasher v0.3.11
67532024-10-14T10:46:41.342Z Fresh utf-8 v0.7.6
67542024-10-14T10:46:41.342Z Fresh static_assertions v1.1.0
67552024-10-14T10:46:41.342Z Fresh elliptic-curve v0.13.8
67562024-10-14T10:46:41.342Z Fresh usdt-impl v0.5.0
67572024-10-14T10:46:41.342Z Fresh itertools v0.10.5
67582024-10-14T10:46:41.342Z Fresh hex v0.4.3
67592024-10-14T10:46:41.342Z Fresh bit-vec v0.6.3
67602024-10-14T10:46:41.342Z Fresh stable_deref_trait v1.2.0
67612024-10-14T10:46:41.342Z Fresh adler2 v2.0.0
67622024-10-14T10:46:41.342Z Fresh paste v1.0.15
67632024-10-14T10:46:41.342Z Fresh bit-set v0.5.3
67642024-10-14T10:46:41.342Z Fresh crossbeam-deque v0.8.5
67652024-10-14T10:46:41.342Z Fresh num-iter v0.1.45
67662024-10-14T10:46:41.342Z Fresh toml v0.8.19
67672024-10-14T10:46:41.343Z Fresh miniz_oxide v0.8.0
67682024-10-14T10:46:41.343Z Fresh crossbeam-channel v0.5.12
67692024-10-14T10:46:41.343Z Fresh thread_local v1.1.8
67702024-10-14T10:46:41.343Z Fresh usdt-macro v0.5.0
67712024-10-14T10:46:41.343Z Fresh rayon-core v1.12.1
67722024-10-14T10:46:41.343Z Fresh flate2 v1.0.34
67732024-10-14T10:46:41.343Z Fresh usdt-attr-macro v0.5.0
67742024-10-14T10:46:41.343Z Fresh toml v0.7.8
67752024-10-14T10:46:41.343Z Fresh rfc6979 v0.4.0
67762024-10-14T10:46:41.343Z Fresh itertools v0.12.1
67772024-10-14T10:46:41.343Z Fresh bstr v1.9.1
67782024-10-14T10:46:41.343Z Fresh curve25519-dalek-derive v0.1.1
67792024-10-14T10:46:41.343Z Fresh zerocopy-derive v0.6.6
67802024-10-14T10:46:41.343Z Fresh memmap v0.7.0
67812024-10-14T10:46:41.343Z Fresh managed v0.8.0
67822024-10-14T10:46:41.343Z Fresh fixedbitset v0.4.2
67832024-10-14T10:46:41.343Z Fresh match_cfg v0.1.0
67842024-10-14T10:46:41.343Z Fresh take_mut v0.2.2
67852024-10-14T10:46:41.343Z Fresh petgraph v0.6.5
67862024-10-14T10:46:41.343Z Fresh zerocopy v0.6.6
67872024-10-14T10:46:41.343Z Fresh usdt v0.5.0
67882024-10-14T10:46:41.343Z Fresh curve25519-dalek v4.1.3
67892024-10-14T10:46:41.343Z Fresh slog-async v2.8.0
67902024-10-14T10:46:41.343Z Fresh hostname v0.3.1
67912024-10-14T10:46:41.343Z Fresh rayon v1.10.0
67922024-10-14T10:46:41.346Z Fresh ecdsa v0.16.9
67932024-10-14T10:46:41.346Z Fresh num-bigint-dig v0.8.4
67942024-10-14T10:46:41.346Z Fresh slog-term v2.9.1
67952024-10-14T10:46:41.346Z Fresh phf_shared v0.10.0
67962024-10-14T10:46:41.346Z Fresh pkcs1 v0.7.5
67972024-10-14T10:46:41.346Z Fresh new_debug_unreachable v1.0.6
67982024-10-14T10:46:41.346Z Fresh precomputed-hash v0.1.1
67992024-10-14T10:46:41.346Z Fresh minimal-lexical v0.2.1
68002024-10-14T10:46:41.346Z Fresh unicode-xid v0.2.4
68012024-10-14T10:46:41.346Z Fresh rsa v0.9.6
68022024-10-14T10:46:41.347Z Fresh rustls v0.22.4
68032024-10-14T10:46:41.347Z Fresh signal-hook v0.3.17
68042024-10-14T10:46:41.347Z Fresh ed25519 v2.2.3
68052024-10-14T10:46:41.347Z Fresh nom v7.1.3
68062024-10-14T10:46:41.347Z Fresh string_cache v0.8.7
68072024-10-14T10:46:41.347Z Fresh hubpack_derive v0.1.1
68082024-10-14T10:46:41.347Z Fresh quick-error v1.2.3
68092024-10-14T10:46:41.347Z Fresh ed25519-dalek v2.1.1
68102024-10-14T10:46:41.347Z Fresh tokio-rustls v0.25.0
68112024-10-14T10:46:41.347Z Fresh enum-as-inner v0.6.0
68122024-10-14T10:46:41.347Z Fresh hubpack v0.1.2
68132024-10-14T10:46:41.347Z Fresh x509-cert v0.2.5
68142024-10-14T10:46:41.347Z Fresh slog-json v2.6.1
68152024-10-14T10:46:41.347Z Fresh idna v0.4.0
68162024-10-14T10:46:41.347Z Fresh async-stream-impl v0.3.5
68172024-10-14T10:46:41.347Z Fresh debug-ignore v1.0.5
68182024-10-14T10:46:41.347Z Fresh lalrpop-util v0.19.12
68192024-10-14T10:46:41.347Z Fresh multer v3.1.0
68202024-10-14T10:46:41.347Z Fresh hickory-proto v0.24.1
68212024-10-14T10:46:41.347Z Fresh async-stream v0.3.5
68222024-10-14T10:46:41.347Z Fresh slog-bunyan v2.5.0
68232024-10-14T10:46:41.347Z Fresh signal-hook-mio v0.2.4
68242024-10-14T10:46:41.347Z Fresh console v0.15.8
68252024-10-14T10:46:41.347Z Fresh dropshot_endpoint v0.12.0
68262024-10-14T10:46:41.347Z Fresh waitgroup v0.1.2
68272024-10-14T10:46:41.347Z Fresh serde_path_to_error v0.1.16
68282024-10-14T10:46:41.347Z Fresh hash32 v0.2.1
68292024-10-14T10:46:41.347Z Fresh hostname v0.4.0
68302024-10-14T10:46:41.347Z Fresh linked-hash-map v0.5.6
68312024-10-14T10:46:41.347Z Fresh predicates-core v1.0.6
68322024-10-14T10:46:41.347Z Fresh finl_unicode v1.2.0
68332024-10-14T10:46:41.347Z Fresh crossterm v0.28.1
68342024-10-14T10:46:41.347Z Fresh lru-cache v0.1.2
68352024-10-14T10:46:41.347Z Fresh heapless v0.7.17
68362024-10-14T10:46:41.347Z Fresh dropshot v0.12.0
68372024-10-14T10:46:41.347Z Fresh stringprep v0.1.4
68382024-10-14T10:46:41.347Z Fresh similar v2.6.0
68392024-10-14T10:46:41.347Z Fresh tokio-stream v0.1.16
68402024-10-14T10:46:41.347Z Fresh md-5 v0.10.6
68412024-10-14T10:46:41.348Z Fresh float-cmp v0.9.0
68422024-10-14T10:46:41.348Z Fresh normalize-line-endings v0.3.0
68432024-10-14T10:46:41.348Z Fresh fallible-iterator v0.2.0
68442024-10-14T10:46:41.348Z Fresh difflib v0.4.0
68452024-10-14T10:46:41.348Z Fresh smoltcp v0.9.1
68462024-10-14T10:46:41.348Z Fresh portable-atomic v1.6.0
68472024-10-14T10:46:41.348Z Fresh resolv-conf v0.7.0
68482024-10-14T10:46:41.348Z Fresh tungstenite v0.23.0
68492024-10-14T10:46:41.348Z Fresh phf_shared v0.11.2
68502024-10-14T10:46:41.348Z Fresh strum_macros v0.25.3
68512024-10-14T10:46:41.348Z Fresh postgres-protocol v0.6.7
68522024-10-14T10:46:41.348Z Fresh predicates v3.1.2
68532024-10-14T10:46:41.348Z Fresh serde-big-array v0.5.1
68542024-10-14T10:46:41.348Z Fresh serde_repr v0.1.19
68552024-10-14T10:46:41.349Z Fresh peg-runtime v0.8.3
68562024-10-14T10:46:41.349Z Fresh number_prefix v0.4.0
68572024-10-14T10:46:41.349Z Fresh phf v0.11.2
68582024-10-14T10:46:41.349Z Fresh postgres-types v0.2.8
68592024-10-14T10:46:41.349Z Fresh indicatif v0.17.8
68602024-10-14T10:46:41.349Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
68612024-10-14T10:46:41.349Z Fresh tokio-tungstenite v0.23.1
68622024-10-14T10:46:41.349Z Fresh hickory-resolver v0.24.1
68632024-10-14T10:46:41.349Z Fresh derive-where v1.2.7
68642024-10-14T10:46:41.349Z Fresh whoami v1.5.2
68652024-10-14T10:46:41.349Z Fresh tokio-postgres v0.7.12
68662024-10-14T10:46:41.349Z Fresh fs-err v2.11.0
68672024-10-14T10:46:41.349Z Fresh qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
68682024-10-14T10:46:41.349Z Fresh allocator-api2 v0.2.18
68692024-10-14T10:46:41.349Z Fresh unsafe-libyaml v0.2.11
68702024-10-14T10:46:41.349Z Fresh ident_case v1.0.1
68712024-10-14T10:46:41.349Z Fresh fastrand v2.1.1
68722024-10-14T10:46:41.349Z Fresh progenitor-client v0.8.0
68732024-10-14T10:46:41.349Z Fresh hashbrown v0.14.5
68742024-10-14T10:46:41.349Z Fresh serde_yaml v0.9.34+deprecated
68752024-10-14T10:46:41.349Z Fresh darling_core v0.20.9
68762024-10-14T10:46:41.349Z Fresh ipnetwork v0.20.0
68772024-10-14T10:46:41.349Z Fresh tempfile v3.13.0
68782024-10-14T10:46:41.349Z Fresh strum_macros v0.26.4
68792024-10-14T10:46:41.349Z Fresh regress v0.10.1
68802024-10-14T10:46:41.349Z Fresh darling_macro v0.20.9
68812024-10-14T10:46:41.349Z Fresh strum v0.26.3
68822024-10-14T10:46:41.349Z Fresh instant v0.1.12
68832024-10-14T10:46:41.349Z Fresh regress v0.9.1
68842024-10-14T10:46:41.349Z Fresh structmeta-derive v0.3.0
68852024-10-14T10:46:41.349Z Fresh typify-impl v0.2.0
68862024-10-14T10:46:41.349Z Fresh darling v0.20.9
68872024-10-14T10:46:41.349Z Fresh newtype-uuid v1.1.2
68882024-10-14T10:46:41.349Z Fresh structmeta v0.3.0
68892024-10-14T10:46:41.349Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
68902024-10-14T10:46:41.349Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68912024-10-14T10:46:41.349Z Fresh backoff v0.4.0
68922024-10-14T10:46:41.352Z Fresh typify-macro v0.2.0
68932024-10-14T10:46:41.352Z Fresh serde_with_macros v3.11.0
68942024-10-14T10:46:41.352Z Fresh parse-display-derive v0.10.0
68952024-10-14T10:46:41.352Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68962024-10-14T10:46:41.352Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
68972024-10-14T10:46:41.352Z Fresh macaddr v1.0.1
68982024-10-14T10:46:41.352Z Fresh typify v0.2.0
68992024-10-14T10:46:41.352Z Fresh serde_with v3.11.0
69002024-10-14T10:46:41.352Z Fresh parse-display v0.10.0
69012024-10-14T10:46:41.352Z Fresh wait-timeout v0.2.0
69022024-10-14T10:46:41.352Z Fresh structmeta-derive v0.2.0
69032024-10-14T10:46:41.352Z Fresh rand_xorshift v0.3.0
69042024-10-14T10:46:41.353Z Fresh unarray v0.1.4
69052024-10-14T10:46:41.353Z Fresh camino-tempfile v1.1.1
69062024-10-14T10:46:41.353Z Fresh progenitor-impl v0.8.0
69072024-10-14T10:46:41.353Z Fresh rusty-fork v0.3.0
69082024-10-14T10:46:41.353Z Fresh structmeta v0.2.0
69092024-10-14T10:46:41.353Z Fresh proc-macro-crate v1.3.1
69102024-10-14T10:46:41.353Z Fresh progenitor-macro v0.8.0
69112024-10-14T10:46:41.353Z Fresh proptest v1.5.0
69122024-10-14T10:46:41.353Z Fresh test-strategy v0.3.1
69132024-10-14T10:46:41.353Z Fresh num_enum_derive v0.5.11
69142024-10-14T10:46:41.353Z Fresh progenitor v0.8.0
69152024-10-14T10:46:41.353Z Fresh proc-macro-error-attr v1.0.4
69162024-10-14T10:46:41.353Z Fresh num_enum v0.5.11
69172024-10-14T10:46:41.353Z Fresh foreign-types-macros v0.2.3
69182024-10-14T10:46:41.353Z Fresh foreign-types-shared v0.3.1
69192024-10-14T10:46:41.353Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
69202024-10-14T10:46:41.353Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
69212024-10-14T10:46:41.353Z Fresh tabwriter v1.4.0
69222024-10-14T10:46:41.353Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
69232024-10-14T10:46:41.353Z Fresh proc-macro-error v1.0.4
69242024-10-14T10:46:41.353Z Fresh foreign-types v0.5.0
69252024-10-14T10:46:41.353Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
69262024-10-14T10:46:41.353Z Fresh cstr-argument v0.1.2
69272024-10-14T10:46:41.353Z Fresh pretty-hex v0.2.1
69282024-10-14T10:46:41.353Z Fresh colored v2.1.0
69292024-10-14T10:46:41.353Z Fresh smf v0.2.3
69302024-10-14T10:46:41.353Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
69312024-10-14T10:46:41.353Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
69322024-10-14T10:46:41.353Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
69332024-10-14T10:46:41.353Z Fresh hash32 v0.3.1
69342024-10-14T10:46:41.353Z Fresh embedded-io v0.4.0
69352024-10-14T10:46:41.353Z Fresh cobs v0.2.3
69362024-10-14T10:46:41.353Z Fresh termtree v0.4.1
69372024-10-14T10:46:41.353Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69382024-10-14T10:46:41.353Z Fresh crucible-workspace-hack v0.1.0
69392024-10-14T10:46:41.353Z Fresh heapless v0.8.0
69402024-10-14T10:46:41.353Z Fresh postcard v1.0.8
69412024-10-14T10:46:41.353Z Fresh predicates-tree v1.0.9
69422024-10-14T10:46:41.353Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69432024-10-14T10:46:41.353Z Fresh smoltcp v0.11.0
69442024-10-14T10:46:41.354Z Fresh sigpipe v0.1.3
69452024-10-14T10:46:41.354Z Fresh socket2 v0.4.10
69462024-10-14T10:46:41.354Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
69472024-10-14T10:46:41.354Z Fresh zone_cfg_derive v0.3.0
69482024-10-14T10:46:41.354Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
69492024-10-14T10:46:41.354Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69502024-10-14T10:46:41.354Z Fresh mockall_derive v0.13.0
69512024-10-14T10:46:41.354Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
69522024-10-14T10:46:41.354Z Fresh num-derive v0.4.2
69532024-10-14T10:46:41.354Z Fresh fragile v2.0.0
69542024-10-14T10:46:41.354Z Fresh downcast v0.11.0
69552024-10-14T10:46:41.354Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69562024-10-14T10:46:41.354Z Fresh mockall v0.13.0
69572024-10-14T10:46:41.354Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
69582024-10-14T10:46:41.354Z Fresh zone v0.3.0
69592024-10-14T10:46:41.354Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
69602024-10-14T10:46:41.354Z Fresh base64 v0.21.7
69612024-10-14T10:46:41.354Z Fresh convert_case v0.4.0
69622024-10-14T10:46:41.354Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69632024-10-14T10:46:41.354Z Fresh derive_more v0.99.18
69642024-10-14T10:46:41.355Z Fresh same-file v1.0.6
69652024-10-14T10:46:41.355Z Fresh atomicwrites v0.4.4
69662024-10-14T10:46:41.355Z Fresh newline-converter v0.3.0
69672024-10-14T10:46:41.355Z Fresh itertools v0.13.0
69682024-10-14T10:46:41.355Z Fresh xattr v1.3.1
69692024-10-14T10:46:41.355Z Fresh filetime v0.2.25
69702024-10-14T10:46:41.355Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69712024-10-14T10:46:41.355Z Fresh walkdir v2.5.0
69722024-10-14T10:46:41.355Z Fresh expectorate v1.1.0
69732024-10-14T10:46:41.355Z Fresh tar v0.4.42
69742024-10-14T10:46:41.355Z Fresh password-hash v0.5.0
69752024-10-14T10:46:41.355Z Fresh blake2 v0.10.6
69762024-10-14T10:46:41.355Z Fresh argon2 v0.5.3
69772024-10-14T10:46:41.355Z Fresh libsw v3.3.1
69782024-10-14T10:46:41.355Z Fresh indent_write v2.2.0
69792024-10-14T10:46:41.355Z Fresh swrite v0.1.0
69802024-10-14T10:46:41.355Z Fresh linear-map v1.2.0
69812024-10-14T10:46:41.355Z Fresh owo-colors v4.1.0
69822024-10-14T10:46:41.355Z Fresh cancel-safe-futures v0.1.5
69832024-10-14T10:46:41.355Z Fresh num-rational v0.4.2
69842024-10-14T10:46:41.355Z Fresh num-complex v0.4.6
69852024-10-14T10:46:41.355Z Fresh float-ord v0.3.2
69862024-10-14T10:46:41.355Z Fresh tungstenite v0.21.0
69872024-10-14T10:46:41.355Z Fresh num v0.4.3
69882024-10-14T10:46:41.355Z Fresh tokio-tungstenite v0.21.0
69892024-10-14T10:46:41.355Z Fresh arc-swap v1.7.1
69902024-10-14T10:46:41.355Z Fresh humantime v2.1.0
69912024-10-14T10:46:41.355Z Fresh semver v0.1.20
69922024-10-14T10:46:41.358Z Fresh home v0.5.9
69932024-10-14T10:46:41.358Z Fresh slog-scope v4.4.0
69942024-10-14T10:46:41.358Z Fresh rustc_version v0.1.7
69952024-10-14T10:46:41.358Z Fresh highway v1.2.0
69962024-10-14T10:46:41.358Z Fresh pem v3.0.4
69972024-10-14T10:46:41.358Z Fresh half v2.4.1
69982024-10-14T10:46:41.358Z Fresh ciborium-io v0.2.2
69992024-10-14T10:46:41.358Z Fresh slog-stdlog v4.1.1
70002024-10-14T10:46:41.358Z Fresh ciborium-ll v0.2.2
70012024-10-14T10:46:41.358Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
70022024-10-14T10:46:41.358Z Fresh heck v0.3.3
70032024-10-14T10:46:41.358Z Fresh slog-envlogger v2.2.0
70042024-10-14T10:46:41.358Z Fresh prettyplease v0.2.22
70052024-10-14T10:46:41.358Z Fresh headers-core v0.3.0
70062024-10-14T10:46:41.359Z Fresh zone_cfg_derive v0.1.2
70072024-10-14T10:46:41.359Z Fresh lzma-sys v0.1.20
70082024-10-14T10:46:41.359Z Fresh ciborium v0.2.2
70092024-10-14T10:46:41.359Z Fresh newtype_derive v0.1.6
70102024-10-14T10:46:41.359Z Fresh headers v0.4.0
70112024-10-14T10:46:41.359Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
70122024-10-14T10:46:41.359Z Fresh base64 v0.13.1
70132024-10-14T10:46:41.359Z Fresh xz2 v0.1.7
70142024-10-14T10:46:41.359Z Fresh zone v0.1.8
70152024-10-14T10:46:41.359Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
70162024-10-14T10:46:41.359Z Fresh steno v0.4.1
70172024-10-14T10:46:41.359Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
70182024-10-14T10:46:41.359Z Fresh ron v0.7.1
70192024-10-14T10:46:41.359Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
70202024-10-14T10:46:41.359Z Fresh yasna v0.5.2
70212024-10-14T10:46:41.359Z Fresh subprocess v0.2.9
70222024-10-14T10:46:41.359Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
70232024-10-14T10:46:41.359Z Fresh rcgen v0.12.1
70242024-10-14T10:46:41.359Z Fresh glob v0.3.1
70252024-10-14T10:46:41.359Z Fresh keccak v0.1.5
70262024-10-14T10:46:41.359Z Fresh universal-hash v0.5.1
70272024-10-14T10:46:41.359Z Fresh display-error-chain v0.2.1
70282024-10-14T10:46:41.359Z Fresh sha3 v0.10.8
70292024-10-14T10:46:41.359Z Fresh opaque-debug v0.3.1
70302024-10-14T10:46:41.359Z Fresh arrayvec v0.7.4
70312024-10-14T10:46:41.359Z Fresh constant_time_eq v0.3.0
70322024-10-14T10:46:41.359Z Fresh arrayref v0.3.7
70332024-10-14T10:46:41.359Z Fresh secrecy v0.8.0
70342024-10-14T10:46:41.359Z Fresh aead v0.5.2
70352024-10-14T10:46:41.359Z Fresh poly1305 v0.8.0
70362024-10-14T10:46:41.359Z Fresh chacha20 v0.9.1
70372024-10-14T10:46:41.359Z Fresh memmap2 v0.9.4
70382024-10-14T10:46:41.360Z Fresh untrusted v0.7.1
70392024-10-14T10:46:41.360Z Fresh spin v0.5.2
70402024-10-14T10:46:41.360Z Fresh topological-sort v0.2.2
70412024-10-14T10:46:41.360Z Fresh ring v0.16.20
70422024-10-14T10:46:41.360Z Fresh blake3 v1.5.1
70432024-10-14T10:46:41.360Z Fresh toolchain_find v0.4.0
70442024-10-14T10:46:41.360Z Fresh thiserror-impl-no-std v2.0.2
70452024-10-14T10:46:41.360Z Fresh maplit v1.0.2
70462024-10-14T10:46:41.360Z Fresh omicron-zone-package v0.11.1
70472024-10-14T10:46:41.360Z Fresh rustfmt-wrapper v0.2.1
70482024-10-14T10:46:41.360Z Fresh slog-dtrace v0.3.0
70492024-10-14T10:46:41.360Z Fresh thiserror-no-std v2.0.2
70502024-10-14T10:46:41.360Z Fresh chacha20poly1305 v0.10.1
70512024-10-14T10:46:41.360Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
70522024-10-14T10:46:41.360Z Fresh vsss-rs v3.3.4
70532024-10-14T10:46:41.360Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
70542024-10-14T10:46:41.360Z Fresh termcolor v1.4.1
70552024-10-14T10:46:41.360Z Fresh tap v1.0.1
70562024-10-14T10:46:41.360Z Fresh gethostname v0.5.0
70572024-10-14T10:46:41.360Z Fresh crc-catalog v2.4.0
70582024-10-14T10:46:41.360Z Fresh wyz v0.5.1
70592024-10-14T10:46:41.360Z Fresh radium v0.7.0
70602024-10-14T10:46:41.360Z Fresh funty v2.0.0
70612024-10-14T10:46:41.360Z Fresh crc v3.2.1
70622024-10-14T10:46:41.360Z Fresh bitvec v1.0.1
70632024-10-14T10:46:41.361Z Fresh maybe-uninit v2.0.0
70642024-10-14T10:46:41.361Z Fresh packed_struct_codegen v0.10.1
70652024-10-14T10:46:41.361Z Fresh nodrop v0.1.14
70662024-10-14T10:46:41.361Z Fresh bzip2-sys v0.1.11+1.0.8
70672024-10-14T10:46:41.361Z Fresh packed_struct v0.10.1
70682024-10-14T10:46:41.361Z Fresh smallvec v0.6.14
70692024-10-14T10:46:41.361Z Fresh array-init v0.0.4
70702024-10-14T10:46:41.361Z Fresh hashbrown v0.12.3
70712024-10-14T10:46:41.361Z Fresh bitfield v0.14.0
70722024-10-14T10:46:41.361Z Fresh bzip2 v0.4.4
70732024-10-14T10:46:41.361Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
70742024-10-14T10:46:41.361Z Fresh indexmap v1.9.3
70752024-10-14T10:46:41.361Z Fresh serde-hex v0.1.0
70762024-10-14T10:46:41.361Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70772024-10-14T10:46:41.361Z Fresh env_logger v0.10.2
70782024-10-14T10:46:41.361Z Fresh ron v0.8.1
70792024-10-14T10:46:41.361Z Fresh dsl_auto_type v0.1.2
70802024-10-14T10:46:41.361Z Fresh hashbrown v0.13.2
70812024-10-14T10:46:41.361Z Fresh scheduled-thread-pool v0.2.7
70822024-10-14T10:46:41.361Z Fresh diesel_table_macro_syntax v0.2.0
70832024-10-14T10:46:41.361Z Fresh crc-any v2.5.0
70842024-10-14T10:46:41.361Z Fresh r2d2 v0.8.10
70852024-10-14T10:46:41.361Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
70862024-10-14T10:46:41.361Z Fresh object v0.30.4
70872024-10-14T10:46:41.361Z Fresh zip v0.6.6
70882024-10-14T10:46:41.361Z Fresh diesel_derives v2.2.2
70892024-10-14T10:46:41.361Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70902024-10-14T10:46:41.361Z Fresh bitfield-struct v0.6.1
70912024-10-14T10:46:41.361Z Fresh nibble_vec v0.1.0
70922024-10-14T10:46:41.365Z Fresh endian-type v0.1.2
70932024-10-14T10:46:41.365Z Fresh path-slash v0.1.5
70942024-10-14T10:46:41.365Z Fresh diff v0.1.13
70952024-10-14T10:46:41.365Z Fresh diesel v2.2.4
70962024-10-14T10:46:41.365Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70972024-10-14T10:46:41.365Z Fresh radix_trie v0.2.1
70982024-10-14T10:46:41.365Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
70992024-10-14T10:46:41.365Z Fresh libefi-sys v0.1.0
71002024-10-14T10:46:41.365Z Fresh crunchy v0.2.2
71012024-10-14T10:46:41.365Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
71022024-10-14T10:46:41.365Z Fresh fxhash v0.2.1
71032024-10-14T10:46:41.365Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
71042024-10-14T10:46:41.365Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
71052024-10-14T10:46:41.365Z Fresh tiny-keccak v2.0.2
71062024-10-14T10:46:41.365Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
71072024-10-14T10:46:41.365Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
71082024-10-14T10:46:41.365Z Fresh ascii-canvas v3.0.0
71092024-10-14T10:46:41.365Z Fresh ref-cast-impl v1.0.23
71102024-10-14T10:46:41.366Z Fresh async-recursion v1.1.1
71112024-10-14T10:46:41.366Z Fresh ena v0.14.3
71122024-10-14T10:46:41.366Z Fresh libloading v0.8.3
71132024-10-14T10:46:41.366Z Fresh regex-syntax v0.6.29
71142024-10-14T10:46:41.366Z Fresh ref-cast v1.0.23
71152024-10-14T10:46:41.366Z Fresh which v4.4.2
71162024-10-14T10:46:41.366Z Fresh cexpr v0.6.0
71172024-10-14T10:46:41.366Z Fresh clang-sys v1.7.0
71182024-10-14T10:46:41.366Z Fresh lalrpop v0.19.12
71192024-10-14T10:46:41.366Z Fresh kstat-rs v0.2.4
71202024-10-14T10:46:41.366Z Fresh lazycell v1.3.0
71212024-10-14T10:46:41.366Z Fresh rustc-hash v1.1.0
71222024-10-14T10:46:41.366Z Fresh shlex v1.3.0
71232024-10-14T10:46:41.366Z Fresh bindgen v0.69.4
71242024-10-14T10:46:41.366Z Fresh derive_builder_core v0.20.0
71252024-10-14T10:46:41.366Z Fresh primeorder v0.13.6
71262024-10-14T10:46:41.366Z Fresh derive_builder_macro v0.20.0
71272024-10-14T10:46:41.366Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
71282024-10-14T10:46:41.366Z Fresh strum_macros v0.24.3
71292024-10-14T10:46:41.366Z Fresh indoc v1.0.9
71302024-10-14T10:46:41.366Z Fresh polar-core v0.27.3
71312024-10-14T10:46:41.366Z Fresh parking_lot_core v0.8.6
71322024-10-14T10:46:41.366Z Fresh libxml v0.3.3
71332024-10-14T10:46:41.366Z Fresh derive_builder v0.20.0
71342024-10-14T10:46:41.366Z Fresh impl-trait-for-tuples v0.2.2
71352024-10-14T10:46:41.366Z Fresh oso-derive v0.27.3
71362024-10-14T10:46:41.366Z Fresh quick-xml v0.33.0
71372024-10-14T10:46:41.366Z Fresh parking_lot v0.11.2
71382024-10-14T10:46:41.366Z Fresh unicase v2.7.0
71392024-10-14T10:46:41.366Z Fresh samael v0.0.17
71402024-10-14T10:46:41.366Z Fresh oso v0.27.3
71412024-10-14T10:46:41.366Z Fresh p384 v0.13.0
71422024-10-14T10:46:41.366Z Fresh salty v0.3.0
71432024-10-14T10:46:41.366Z Fresh sled v0.34.7
71442024-10-14T10:46:41.366Z Fresh hickory-client v0.24.1
71452024-10-14T10:46:41.366Z Fresh hickory-server v0.24.1
71462024-10-14T10:46:41.366Z Fresh const_format_proc_macros v0.2.33
71472024-10-14T10:46:41.366Z Fresh bb8 v0.8.5
71482024-10-14T10:46:41.366Z Fresh vte_generate_state_changes v0.1.1
71492024-10-14T10:46:41.366Z Fresh nanorand v0.7.0
71502024-10-14T10:46:41.367Z Fresh env_filter v0.1.2
71512024-10-14T10:46:41.367Z Fresh atty v0.2.14
71522024-10-14T10:46:41.367Z Fresh async-bb8-diesel v0.2.1
71532024-10-14T10:46:41.367Z Fresh env_logger v0.11.5
71542024-10-14T10:46:41.367Z Fresh vte v0.11.1
71552024-10-14T10:46:41.367Z Fresh flume v0.11.0
71562024-10-14T10:46:41.367Z Fresh const_format v0.2.33
71572024-10-14T10:46:41.367Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71582024-10-14T10:46:41.367Z Fresh buf-list v1.0.3
71592024-10-14T10:46:41.367Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
71602024-10-14T10:46:41.367Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71612024-10-14T10:46:41.367Z Fresh fd-lock v4.0.2
71622024-10-14T10:46:41.367Z Fresh http v0.2.12
71632024-10-14T10:46:41.367Z Fresh cfg_aliases v0.1.1
71642024-10-14T10:46:41.367Z Fresh mime_guess v2.0.4
71652024-10-14T10:46:41.367Z Fresh memoffset v0.9.1
71662024-10-14T10:46:41.367Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71672024-10-14T10:46:41.367Z Fresh strip-ansi-escapes v0.2.0
71682024-10-14T10:46:41.367Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
71692024-10-14T10:46:41.367Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
71702024-10-14T10:46:41.367Z Fresh pin-project-internal v1.1.5
71712024-10-14T10:46:41.367Z Fresh http-range v0.1.5
71722024-10-14T10:46:41.367Z Fresh nu-ansi-term v0.50.0
71732024-10-14T10:46:41.367Z Fresh hyper-staticfile v0.10.1
71742024-10-14T10:46:41.367Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71752024-10-14T10:46:41.367Z Fresh pin-project v1.1.5
71762024-10-14T10:46:41.367Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
71772024-10-14T10:46:41.367Z Fresh nix v0.27.1
71782024-10-14T10:46:41.367Z Fresh reedline v0.35.0
71792024-10-14T10:46:41.367Z Fresh h2 v0.3.26
71802024-10-14T10:46:41.367Z Fresh http-body v0.4.6
71812024-10-14T10:46:41.367Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71822024-10-14T10:46:41.367Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
71832024-10-14T10:46:41.367Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
71842024-10-14T10:46:41.367Z Fresh tungstenite v0.24.0
71852024-10-14T10:46:41.367Z Fresh bytecount v0.6.8
71862024-10-14T10:46:41.367Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71872024-10-14T10:46:41.367Z Fresh papergrid v0.11.0
71882024-10-14T10:46:41.367Z Fresh tokio-tungstenite v0.24.0
71892024-10-14T10:46:41.367Z Fresh hyper v0.14.30
71902024-10-14T10:46:41.368Z Fresh nix v0.28.0
71912024-10-14T10:46:41.368Z Fresh tabled_derive v0.7.0
71922024-10-14T10:46:41.370Z Fresh peg-macros v0.8.4
71932024-10-14T10:46:41.371Z Fresh signal-hook-tokio v0.3.1
71942024-10-14T10:46:41.371Z Fresh snafu-derive v0.8.2
71952024-10-14T10:46:41.371Z Fresh concurrent-queue v2.5.0
71962024-10-14T10:46:41.371Z Fresh sqlparser_derive v0.2.2
71972024-10-14T10:46:41.371Z Fresh parking v2.2.1
71982024-10-14T10:46:41.371Z Fresh sync_wrapper v0.1.2
71992024-10-14T10:46:41.371Z Fresh unicode_categories v0.1.1
72002024-10-14T10:46:41.371Z Fresh snafu v0.8.2
72012024-10-14T10:46:41.371Z Fresh sqlformat v0.2.6
72022024-10-14T10:46:41.371Z Fresh sqlparser v0.45.0
72032024-10-14T10:46:41.371Z Fresh reqwest v0.11.27
72042024-10-14T10:46:41.371Z Fresh peg v0.8.4
72052024-10-14T10:46:41.371Z Fresh tabled v0.15.0
72062024-10-14T10:46:41.372Z Fresh rustyline v14.0.0
72072024-10-14T10:46:41.372Z Fresh globset v0.4.14
72082024-10-14T10:46:41.372Z Fresh olpc-cjson v0.1.3
72092024-10-14T10:46:41.372Z Fresh serde_plain v1.0.2
72102024-10-14T10:46:41.372Z Fresh bcs v0.1.6
72112024-10-14T10:46:41.372Z Fresh cargo-platform v0.1.8
72122024-10-14T10:46:41.372Z Fresh typed-path v0.7.1
72132024-10-14T10:46:41.372Z Fresh cargo_metadata v0.18.1
72142024-10-14T10:46:41.372Z Fresh tough v0.17.1
72152024-10-14T10:46:41.372Z Fresh parse-size v1.0.0
72162024-10-14T10:46:41.372Z Fresh event-listener v5.3.1
72172024-10-14T10:46:41.372Z Fresh event-listener-strategy v0.5.2
72182024-10-14T10:46:41.372Z Fresh futures-lite v2.3.0
72192024-10-14T10:46:41.372Z Fresh rand_seeder v0.3.0
72202024-10-14T10:46:41.372Z Fresh libz-sys v1.1.16
72212024-10-14T10:46:41.372Z Fresh csv-core v0.1.11
72222024-10-14T10:46:41.372Z Fresh is_ci v1.2.0
72232024-10-14T10:46:41.372Z Fresh async-lock v3.4.0
72242024-10-14T10:46:41.372Z Fresh polyval v0.6.2
72252024-10-14T10:46:41.372Z Fresh csv v1.3.0
72262024-10-14T10:46:41.372Z Fresh supports-color v3.0.1
72272024-10-14T10:46:41.372Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
72282024-10-14T10:46:41.372Z Fresh castaway v0.2.3
72292024-10-14T10:46:41.372Z Fresh libgit2-sys v0.17.0+1.8.1
72302024-10-14T10:46:41.372Z Fresh polling v3.7.3
72312024-10-14T10:46:41.372Z Fresh compact_str v0.8.0
72322024-10-14T10:46:41.372Z Fresh ghash v0.5.1
72332024-10-14T10:46:41.372Z Fresh async-io v2.3.4
72342024-10-14T10:46:41.372Z Fresh git2 v0.19.0
72352024-10-14T10:46:41.372Z Fresh lru v0.12.3
72362024-10-14T10:46:41.372Z Fresh unicode-truncate v1.0.0
72372024-10-14T10:46:41.372Z Fresh ctr v0.9.2
72382024-10-14T10:46:41.372Z Fresh instability v0.3.2
72392024-10-14T10:46:41.372Z Fresh cfg_aliases v0.2.1
72402024-10-14T10:46:41.372Z Fresh async-task v4.7.1
72412024-10-14T10:46:41.372Z Fresh cassowary v0.3.0
72422024-10-14T10:46:41.372Z Fresh plotters-backend v0.3.5
72432024-10-14T10:46:41.372Z Fresh assert_matches v1.5.0
72442024-10-14T10:46:41.372Z Fresh aes-gcm v0.10.3
72452024-10-14T10:46:41.373Z Fresh ratatui v0.28.1
72462024-10-14T10:46:41.373Z Fresh plotters-svg v0.3.5
72472024-10-14T10:46:41.373Z Fresh vergen v8.3.2
72482024-10-14T10:46:41.373Z Fresh async-channel v2.3.1
72492024-10-14T10:46:41.373Z Fresh piper v0.2.4
72502024-10-14T10:46:41.373Z Fresh ssh-encoding v0.2.0
72512024-10-14T10:46:41.373Z Fresh rustls-webpki v0.101.7
72522024-10-14T10:46:41.373Z Fresh sct v0.7.1
72532024-10-14T10:46:41.373Z Fresh blowfish v0.9.1
72542024-10-14T10:46:41.373Z Fresh rtoolbox v0.0.2
72552024-10-14T10:46:41.373Z Fresh smawk v0.3.2
72562024-10-14T10:46:41.373Z Fresh cast v0.3.0
72572024-10-14T10:46:41.373Z Fresh unicode-linebreak v0.1.5
72582024-10-14T10:46:41.373Z Fresh bcrypt-pbkdf v0.10.0
72592024-10-14T10:46:41.373Z Fresh blocking v1.6.1
72602024-10-14T10:46:41.373Z Fresh textwrap v0.16.1
72612024-10-14T10:46:41.373Z Fresh criterion-plot v0.5.0
72622024-10-14T10:46:41.373Z Fresh rpassword v7.3.1
72632024-10-14T10:46:41.373Z Fresh rustls v0.21.12
72642024-10-14T10:46:41.373Z Fresh ssh-cipher v0.2.0
72652024-10-14T10:46:41.373Z Fresh plotters v0.3.5
72662024-10-14T10:46:41.373Z Fresh tui-tree-widget v0.22.0
72672024-10-14T10:46:41.373Z Fresh async-executor v1.13.1
72682024-10-14T10:46:41.373Z Fresh libsqlite3-sys v0.30.1
72692024-10-14T10:46:41.373Z Fresh async-signal v0.2.10
72702024-10-14T10:46:41.373Z Fresh hashlink v0.9.1
72712024-10-14T10:46:41.373Z Fresh password-hash v0.4.2
72722024-10-14T10:46:41.373Z Fresh tinytemplate v1.2.1
72732024-10-14T10:46:41.373Z Fresh fallible-iterator v0.3.0
72742024-10-14T10:46:41.373Z Fresh oorandom v11.1.3
72752024-10-14T10:46:41.373Z Fresh yansi v1.0.1
72762024-10-14T10:46:41.373Z Fresh fallible-streaming-iterator v0.1.9
72772024-10-14T10:46:41.373Z Fresh matches v0.1.10
72782024-10-14T10:46:41.373Z Fresh shell-words v1.1.0
72792024-10-14T10:46:41.373Z Fresh anes v0.1.6
72802024-10-14T10:46:41.373Z Fresh event-listener v2.5.3
72812024-10-14T10:46:41.373Z Fresh pretty_assertions v1.4.1
72822024-10-14T10:46:41.373Z Fresh idna v0.2.3
72832024-10-14T10:46:41.373Z Fresh rusqlite v0.32.1
72842024-10-14T10:46:41.373Z Fresh async-channel v1.9.0
72852024-10-14T10:46:41.373Z Fresh criterion v0.5.1
72862024-10-14T10:46:41.374Z Fresh pbkdf2 v0.11.0
72872024-10-14T10:46:41.374Z Fresh async-global-executor v2.4.1
72882024-10-14T10:46:41.374Z Fresh nix v0.29.0
72892024-10-14T10:46:41.374Z Fresh async-process v2.2.4
72902024-10-14T10:46:41.374Z Fresh target-lexicon v0.12.16
72912024-10-14T10:46:41.374Z Fresh ssh-key v0.6.6
72922024-10-14T10:46:41.377Z Fresh tokio-rustls v0.24.1
72932024-10-14T10:46:41.377Z Fresh p256 v0.13.2
72942024-10-14T10:46:41.377Z Fresh p521 v0.13.3
72952024-10-14T10:46:41.377Z Fresh rustls-pemfile v1.0.4
72962024-10-14T10:46:41.377Z Fresh twox-hash v1.6.3
72972024-10-14T10:46:41.377Z Fresh enum-as-inner v0.5.1
72982024-10-14T10:46:41.377Z Fresh async-attributes v1.1.2
72992024-10-14T10:46:41.377Z Fresh num_cpus v1.16.0
73002024-10-14T10:46:41.377Z Fresh kv-log-macro v1.0.7
73012024-10-14T10:46:41.377Z Fresh russh-cryptovec v0.7.2
73022024-10-14T10:46:41.377Z Fresh futures-timer v3.0.3
73032024-10-14T10:46:41.377Z Fresh md5 v0.7.0
73042024-10-14T10:46:41.377Z Fresh hex-literal v0.4.1
73052024-10-14T10:46:41.377Z Fresh russh-keys v0.45.0
73062024-10-14T10:46:41.377Z Fresh async-std v1.13.0
73072024-10-14T10:46:41.378Z Fresh threadpool v1.8.1
73082024-10-14T10:46:41.378Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
73092024-10-14T10:46:41.378Z Fresh trust-dns-proto v0.22.0
73102024-10-14T10:46:41.378Z Fresh cfg-expr v0.17.0
73112024-10-14T10:46:41.378Z Fresh guppy-workspace-hack v0.1.0
73122024-10-14T10:46:41.378Z Fresh doc-comment v0.3.3
73132024-10-14T10:46:41.378Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
73142024-10-14T10:46:41.378Z Fresh httptest v0.16.1
73152024-10-14T10:46:41.378Z Fresh fatfs v0.3.6
73162024-10-14T10:46:41.378Z Fresh num-bigint v0.4.5
73172024-10-14T10:46:41.378Z Fresh proc-macro-crate v3.2.0
73182024-10-14T10:46:41.378Z Fresh rustls-native-certs v0.7.0
73192024-10-14T10:46:41.378Z Fresh escape8259 v0.5.2
73202024-10-14T10:46:41.378Z Fresh des v0.8.1
73212024-10-14T10:46:41.378Z Fresh dhcproto-macros v0.1.0
73222024-10-14T10:46:41.378Z Fresh relative-path v1.9.3
73232024-10-14T10:46:41.378Z Fresh hyper-rustls v0.26.0
73242024-10-14T10:46:41.378Z Fresh libtest-mimic v0.7.3
73252024-10-14T10:46:41.378Z Fresh rstest_macros v0.23.0
73262024-10-14T10:46:41.378Z Fresh russh v0.45.0
73272024-10-14T10:46:41.378Z Fresh dhcproto v0.12.0
73282024-10-14T10:46:41.378Z Fresh assert_cmd v2.0.16
73292024-10-14T10:46:41.378Z Fresh target-spec v3.2.2
73302024-10-14T10:46:41.379Z Fresh async-object-pool v0.1.5
73312024-10-14T10:46:41.379Z Fresh blake2b_simd v1.0.2
73322024-10-14T10:46:41.379Z Fresh fancy-regex v0.13.0
73332024-10-14T10:46:41.379Z Fresh pathdiff v0.2.1
73342024-10-14T10:46:41.379Z Fresh serde_regex v1.1.0
73352024-10-14T10:46:41.379Z Fresh assert-json-diff v2.0.2
73362024-10-14T10:46:41.379Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
73372024-10-14T10:46:41.379Z Fresh uzers v0.11.3
73382024-10-14T10:46:41.379Z Fresh path-tree v0.8.1
73392024-10-14T10:46:41.379Z Fresh nested v0.1.1
73402024-10-14T10:46:41.379Z Fresh stringmetrics v2.2.2
73412024-10-14T10:46:41.379Z Fresh internet-checksum v0.2.1
73422024-10-14T10:46:41.379Z Fresh rust-argon2 v2.1.0
73432024-10-14T10:46:41.379Z Fresh datatest-stable v0.2.9
73442024-10-14T10:46:41.379Z Fresh trybuild v1.0.99
73452024-10-14T10:46:41.379Z Fresh rstest v0.23.0
73462024-10-14T10:46:41.379Z Fresh httpmock v0.8.0-alpha.1
73472024-10-14T10:46:41.379Z Fresh guppy v0.17.8
73482024-10-14T10:46:41.379Z Fresh partial-io v0.5.4
73492024-10-14T10:46:41.379Z Fresh similar-asserts v1.6.0
73502024-10-14T10:46:41.379Z Fresh rand_distr v0.4.3
73512024-10-14T10:46:41.379Z Fresh approx v0.5.1
73522024-10-14T10:46:41.379Z Fresh indoc v2.0.5
73532024-10-14T10:46:41.379Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
73542024-10-14T10:46:41.379Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
73552024-10-14T10:46:41.379Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
73562024-10-14T10:46:41.379Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
73572024-10-14T10:46:41.379Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
73582024-10-14T10:46:41.379Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
73592024-10-14T10:46:41.379Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
73602024-10-14T10:46:41.379Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
73612024-10-14T10:46:41.379Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
73622024-10-14T10:46:41.379Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
73632024-10-14T10:46:41.379Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
73642024-10-14T10:46:41.379Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
73652024-10-14T10:46:41.379Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
73662024-10-14T10:46:41.379Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
73672024-10-14T10:46:41.379Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
73682024-10-14T10:46:41.379Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
73692024-10-14T10:46:41.379Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
73702024-10-14T10:46:41.379Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
73712024-10-14T10:46:41.380Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
73722024-10-14T10:46:41.380Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
73732024-10-14T10:46:41.380Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
73742024-10-14T10:46:41.380Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
73752024-10-14T10:46:41.380Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
73762024-10-14T10:46:41.380Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
73772024-10-14T10:46:41.380Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
73782024-10-14T10:46:41.380Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
73792024-10-14T10:46:41.380Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
73802024-10-14T10:46:41.380Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73812024-10-14T10:46:41.380Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
73822024-10-14T10:46:41.380Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
73832024-10-14T10:46:41.380Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
73842024-10-14T10:46:41.380Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
73852024-10-14T10:46:41.380Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
73862024-10-14T10:46:41.380Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
73872024-10-14T10:46:41.380Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
73882024-10-14T10:46:41.380Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
73892024-10-14T10:46:41.380Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
73902024-10-14T10:46:41.380Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
73912024-10-14T10:46:41.380Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
73922024-10-14T10:46:41.383Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
73932024-10-14T10:46:41.383Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
73942024-10-14T10:46:41.383Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
73952024-10-14T10:46:41.383Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
73962024-10-14T10:46:41.383Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
73972024-10-14T10:46:41.383Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
73982024-10-14T10:46:41.383Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
73992024-10-14T10:46:41.383Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
74002024-10-14T10:46:41.383Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
74012024-10-14T10:46:41.383Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
74022024-10-14T10:46:41.383Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
74032024-10-14T10:46:41.383Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
74042024-10-14T10:46:41.383Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
74052024-10-14T10:46:41.383Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
74062024-10-14T10:46:41.383Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
74072024-10-14T10:46:41.383Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
74082024-10-14T10:46:41.383Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
74092024-10-14T10:46:41.383Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
74102024-10-14T10:46:41.383Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
74112024-10-14T10:46:41.383Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
74122024-10-14T10:46:41.383Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
74132024-10-14T10:46:41.383Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
74142024-10-14T10:46:41.383Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
74152024-10-14T10:46:41.384Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
74162024-10-14T10:46:41.384Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
74172024-10-14T10:46:41.384Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
74182024-10-14T10:46:41.384Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
74192024-10-14T10:46:41.384Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
74202024-10-14T10:46:41.384Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
74212024-10-14T10:46:41.384Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
74222024-10-14T10:46:41.384Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
74232024-10-14T10:46:41.384Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
74242024-10-14T10:46:41.384Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
74252024-10-14T10:46:41.384Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
74262024-10-14T10:46:41.384Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
74272024-10-14T10:46:41.384Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
74282024-10-14T10:46:41.384Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
74292024-10-14T10:46:41.384Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
74302024-10-14T10:46:41.384Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
74312024-10-14T10:46:41.384Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
74322024-10-14T10:46:41.384Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
74332024-10-14T10:46:41.384Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
74342024-10-14T10:46:41.384Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
74352024-10-14T10:46:41.384Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
74362024-10-14T10:46:41.384Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
74372024-10-14T10:46:41.384Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
74382024-10-14T10:46:41.384Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
74392024-10-14T10:46:41.384Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
74402024-10-14T10:46:41.384Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
74412024-10-14T10:46:41.384Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
74422024-10-14T10:46:41.384Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
74432024-10-14T10:46:41.384Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
74442024-10-14T10:46:41.384Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
74452024-10-14T10:46:41.384Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
74462024-10-14T10:46:41.384Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
74472024-10-14T10:46:41.384Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
74482024-10-14T10:46:41.384Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
74492024-10-14T10:46:41.384Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
74502024-10-14T10:46:41.384Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
74512024-10-14T10:46:41.384Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
74522024-10-14T10:46:41.384Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
74532024-10-14T10:46:41.384Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
74542024-10-14T10:46:41.385Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
74552024-10-14T10:46:41.385Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
74562024-10-14T10:46:41.385Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
74572024-10-14T10:46:41.385Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
74582024-10-14T10:46:41.385Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
74592024-10-14T10:46:41.385Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
74602024-10-14T10:46:41.385Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.48s
74612024-10-14T10:46:41.448Z Doc-tests api_identity
74622024-10-14T10:46:41.451Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-0aa9e49cf04c76df.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
74632024-10-14T10:46:41.712Z
74642024-10-14T10:46:41.712Zrunning 0 tests
74652024-10-14T10:46:41.712Z
74662024-10-14T10:46:41.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74672024-10-14T10:46:41.712Z
74682024-10-14T10:46:41.721Z Doc-tests authz_macros
74692024-10-14T10:46:41.723Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-4d6d0c6b9189f8f4.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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
74702024-10-14T10:46:41.846Z
74712024-10-14T10:46:41.846Zrunning 7 tests
74722024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
74732024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
74742024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
74752024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
74762024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
74772024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
74782024-10-14T10:46:41.848Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
74792024-10-14T10:46:41.848Z
74802024-10-14T10:46:41.848Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
74812024-10-14T10:46:41.848Z
74822024-10-14T10:46:41.856Z Doc-tests bootstore
74832024-10-14T10:46:41.858Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-4eb5d5099ad171a8.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-603790e109690430.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-b635cd75ecbf1240.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`
74842024-10-14T10:46:42.636Z
74852024-10-14T10:46:42.636Zrunning 0 tests
74862024-10-14T10:46:42.636Z
74872024-10-14T10:46:42.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74882024-10-14T10:46:42.636Z
74892024-10-14T10:46:42.661Z Doc-tests bootstrap_agent_api
74902024-10-14T10:46:42.665Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-4a8ed88a36d60b05.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74912024-10-14T10:46:43.014Z
74922024-10-14T10:46:43.014Zrunning 2 tests
74932024-10-14T10:46:43.017Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
74942024-10-14T10:46:43.017Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
74952024-10-14T10:46:43.017Z
74962024-10-14T10:46:43.017Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74972024-10-14T10:46:43.017Z
74982024-10-14T10:46:43.035Z Doc-tests bootstrap_agent_client
74992024-10-14T10:46:43.035Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-bcea471f28fc97e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.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`
75002024-10-14T10:46:43.825Z
75012024-10-14T10:46:43.825Zrunning 0 tests
75022024-10-14T10:46:43.825Z
75032024-10-14T10:46:43.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75042024-10-14T10:46:43.825Z
75052024-10-14T10:46:43.852Z Doc-tests clickhouse_admin_api
75062024-10-14T10:46:43.855Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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`
75072024-10-14T10:46:44.085Z
75082024-10-14T10:46:44.085Zrunning 4 tests
75092024-10-14T10:46:44.088Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 34) ... ignored
75102024-10-14T10:46:44.088Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 40) ... ignored
75112024-10-14T10:46:44.088Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 103) ... ignored
75122024-10-14T10:46:44.088Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 109) ... ignored
75132024-10-14T10:46:44.088Z
75142024-10-14T10:46:44.088Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
75152024-10-14T10:46:44.088Z
75162024-10-14T10:46:44.103Z Doc-tests clickhouse_admin_keeper_client
75172024-10-14T10:46:44.103Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
75182024-10-14T10:46:44.563Z
75192024-10-14T10:46:44.563Zrunning 0 tests
75202024-10-14T10:46:44.563Z
75212024-10-14T10:46:44.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75222024-10-14T10:46:44.564Z
75232024-10-14T10:46:44.585Z Doc-tests clickhouse_admin_server_client
75242024-10-14T10:46:44.585Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-662632e8784a2eec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
75252024-10-14T10:46:44.952Z
75262024-10-14T10:46:44.952Zrunning 0 tests
75272024-10-14T10:46:44.952Z
75282024-10-14T10:46:44.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75292024-10-14T10:46:44.952Z
75302024-10-14T10:46:44.972Z Doc-tests clickhouse_admin_types
75312024-10-14T10:46:44.974Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75322024-10-14T10:46:45.427Z
75332024-10-14T10:46:45.427Zrunning 0 tests
75342024-10-14T10:46:45.427Z
75352024-10-14T10:46:45.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75362024-10-14T10:46:45.427Z
75372024-10-14T10:46:45.450Z Doc-tests cockroach_admin_api
75382024-10-14T10:46:45.452Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-0835fb8efa128190.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2db6fdaa339a4773.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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`
75392024-10-14T10:46:45.643Z
75402024-10-14T10:46:45.643Zrunning 2 tests
75412024-10-14T10:46:45.646Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
75422024-10-14T10:46:45.646Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
75432024-10-14T10:46:45.646Z
75442024-10-14T10:46:45.646Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75452024-10-14T10:46:45.646Z
75462024-10-14T10:46:45.657Z Doc-tests cockroach_admin_client
75472024-10-14T10:46:45.660Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-cb583d250cff79df.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
75482024-10-14T10:46:45.912Z
75492024-10-14T10:46:45.912Zrunning 0 tests
75502024-10-14T10:46:45.912Z
75512024-10-14T10:46:45.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75522024-10-14T10:46:45.913Z
75532024-10-14T10:46:45.927Z Doc-tests cockroach_admin_types
75542024-10-14T10:46:45.929Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-2db6fdaa339a4773.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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`
75552024-10-14T10:46:46.067Z
75562024-10-14T10:46:46.067Zrunning 0 tests
75572024-10-14T10:46:46.068Z
75582024-10-14T10:46:46.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75592024-10-14T10:46:46.068Z
75602024-10-14T10:46:46.078Z Doc-tests db_macros
75612024-10-14T10:46:46.078Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-99401ca12d8f88c7.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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
75622024-10-14T10:46:46.317Z
75632024-10-14T10:46:46.317Zrunning 3 tests
75642024-10-14T10:46:46.320Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
75652024-10-14T10:46:46.320Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
75662024-10-14T10:46:46.320Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
75672024-10-14T10:46:46.320Z
75682024-10-14T10:46:46.320Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
75692024-10-14T10:46:46.320Z
75702024-10-14T10:46:46.331Z Doc-tests dns_server
75712024-10-14T10:46:46.334Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-3229666c6747ebcb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-001a104a71188545.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8c16f4a4c6f89eea.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-71594f9a32772431.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2c833a3772356eb7.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-a4fa90958973a538.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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`
75722024-10-14T10:46:46.658Z
75732024-10-14T10:46:46.658Zrunning 0 tests
75742024-10-14T10:46:46.658Z
75752024-10-14T10:46:46.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75762024-10-14T10:46:46.658Z
75772024-10-14T10:46:46.677Z Doc-tests dns_server_api
75782024-10-14T10:46:46.677Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-a2f76ea826a45a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
75792024-10-14T10:46:46.891Z
75802024-10-14T10:46:46.892Zrunning 2 tests
75812024-10-14T10:46:46.894Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
75822024-10-14T10:46:46.894Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
75832024-10-14T10:46:46.894Z
75842024-10-14T10:46:46.894Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75852024-10-14T10:46:46.894Z
75862024-10-14T10:46:46.910Z Doc-tests dns_service_client
75872024-10-14T10:46:46.910Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-80e7f152dc0a3d0b.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-a4fa90958973a538.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
75882024-10-14T10:46:47.167Z
75892024-10-14T10:46:47.167Zrunning 0 tests
75902024-10-14T10:46:47.167Z
75912024-10-14T10:46:47.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75922024-10-14T10:46:47.167Z
75932024-10-14T10:46:47.185Z Doc-tests dpd_client
75942024-10-14T10:46:47.185Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-2beff55ce0373280.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-65e5443fb12f2594.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-45dc34a82debe47c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
75952024-10-14T10:46:48.302Z
75962024-10-14T10:46:48.302Zrunning 0 tests
75972024-10-14T10:46:48.302Z
75982024-10-14T10:46:48.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75992024-10-14T10:46:48.302Z
76002024-10-14T10:46:48.333Z Doc-tests end_to_end_tests
76012024-10-14T10:46:48.333Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-4a978752b58c1d9f.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9155a42a55e95ac8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6310b3380cbbdf83.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4be0ae709b886b50.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-117080d753c2b82a.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`
76022024-10-14T10:46:48.759Z
76032024-10-14T10:46:48.759Zrunning 0 tests
76042024-10-14T10:46:48.759Z
76052024-10-14T10:46:48.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76062024-10-14T10:46:48.759Z
76072024-10-14T10:46:48.781Z Doc-tests gateway_api
76082024-10-14T10:46:48.781Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-37294bd2338f89ce.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-9bbaaccfcb4040b3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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`
76092024-10-14T10:46:49.122Z
76102024-10-14T10:46:49.122Zrunning 2 tests
76112024-10-14T10:46:49.125Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
76122024-10-14T10:46:49.125Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
76132024-10-14T10:46:49.125Z
76142024-10-14T10:46:49.125Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
76152024-10-14T10:46:49.125Z
76162024-10-14T10:46:49.143Z Doc-tests gateway_client
76172024-10-14T10:46:49.143Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
76182024-10-14T10:46:50.087Z
76192024-10-14T10:46:50.087Zrunning 0 tests
76202024-10-14T10:46:50.087Z
76212024-10-14T10:46:50.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76222024-10-14T10:46:50.087Z
76232024-10-14T10:46:50.112Z Doc-tests gateway_test_utils
76242024-10-14T10:46:50.112Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-37294bd2338f89ce.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.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`
76252024-10-14T10:46:50.706Z
76262024-10-14T10:46:50.706Zrunning 0 tests
76272024-10-14T10:46:50.706Z
76282024-10-14T10:46:50.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76292024-10-14T10:46:50.706Z
76302024-10-14T10:46:50.731Z Doc-tests gateway_types
76312024-10-14T10:46:50.733Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-197c7a8a40573406.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
76322024-10-14T10:46:51.302Z
76332024-10-14T10:46:51.302Zrunning 0 tests
76342024-10-14T10:46:51.302Z
76352024-10-14T10:46:51.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76362024-10-14T10:46:51.302Z
76372024-10-14T10:46:51.328Z Doc-tests illumos_utils
76382024-10-14T10:46:51.328Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-d472b386ae238d80.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-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c14fecd7c7c31ae5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cffd9eb4ea053014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.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`
76392024-10-14T10:46:53.138Z
76402024-10-14T10:46:53.138Zrunning 0 tests
76412024-10-14T10:46:53.138Z
76422024-10-14T10:46:53.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76432024-10-14T10:46:53.138Z
76442024-10-14T10:46:53.188Z Doc-tests installinator
76452024-10-14T10:46:53.188Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7aae6171a59dba3f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.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-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a241dd51da49995b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3b228a51359bf96d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-7fb3b0420c85c0c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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`
76462024-10-14T10:46:53.894Z
76472024-10-14T10:46:53.894Zrunning 0 tests
76482024-10-14T10:46:53.894Z
76492024-10-14T10:46:53.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76502024-10-14T10:46:53.894Z
76512024-10-14T10:46:53.919Z Doc-tests installinator_api
76522024-10-14T10:46:53.919Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
76532024-10-14T10:46:54.184Z
76542024-10-14T10:46:54.184Zrunning 2 tests
76552024-10-14T10:46:54.187Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
76562024-10-14T10:46:54.187Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
76572024-10-14T10:46:54.187Z
76582024-10-14T10:46:54.187Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
76592024-10-14T10:46:54.187Z
76602024-10-14T10:46:54.204Z Doc-tests installinator_client
76612024-10-14T10:46:54.205Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-bd2b1e802a3cb692.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`
76622024-10-14T10:46:55.008Z
76632024-10-14T10:46:55.008Zrunning 0 tests
76642024-10-14T10:46:55.008Z
76652024-10-14T10:46:55.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76662024-10-14T10:46:55.008Z
76672024-10-14T10:46:55.036Z Doc-tests installinator_common
76682024-10-14T10:46:55.036Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-bd2b1e802a3cb692.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76692024-10-14T10:46:55.382Z
76702024-10-14T10:46:55.382Zrunning 0 tests
76712024-10-14T10:46:55.382Z
76722024-10-14T10:46:55.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76732024-10-14T10:46:55.382Z
76742024-10-14T10:46:55.404Z Doc-tests internal_dns_resolver
76752024-10-14T10:46:55.407Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-455271f8a166015d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e9e06acf0e6a9e7b.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`
76762024-10-14T10:46:55.648Z
76772024-10-14T10:46:55.648Zrunning 0 tests
76782024-10-14T10:46:55.648Z
76792024-10-14T10:46:55.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76802024-10-14T10:46:55.648Z
76812024-10-14T10:46:55.666Z Doc-tests internal_dns_types
76822024-10-14T10:46:55.668Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-a4fa90958973a538.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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`
76832024-10-14T10:46:55.953Z
76842024-10-14T10:46:55.953Zrunning 0 tests
76852024-10-14T10:46:55.953Z
76862024-10-14T10:46:55.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76872024-10-14T10:46:55.953Z
76882024-10-14T10:46:55.973Z Doc-tests ipcc
76892024-10-14T10:46:55.975Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-ae3f2a55e59f371e.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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`
76902024-10-14T10:46:56.203Z
76912024-10-14T10:46:56.203Zrunning 0 tests
76922024-10-14T10:46:56.203Z
76932024-10-14T10:46:56.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76942024-10-14T10:46:56.203Z
76952024-10-14T10:46:56.220Z Doc-tests key_manager
76962024-10-14T10:46:56.223Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-f3fafdb7b0f22ea9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
76972024-10-14T10:46:56.454Z
76982024-10-14T10:46:56.454Zrunning 0 tests
76992024-10-14T10:46:56.454Z
77002024-10-14T10:46:56.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77012024-10-14T10:46:56.454Z
77022024-10-14T10:46:56.471Z Doc-tests live_tests_macros
77032024-10-14T10:46:56.474Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-c47beb8a710e0785.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
77042024-10-14T10:46:56.543Z
77052024-10-14T10:46:56.543Zrunning 1 test
77062024-10-14T10:46:56.545Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
77072024-10-14T10:46:56.545Z
77082024-10-14T10:46:56.545Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
77092024-10-14T10:46:56.545Z
77102024-10-14T10:46:56.552Z Doc-tests nexus_auth
77112024-10-14T10:46:56.556Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-4d6d0c6b9189f8f4.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-37294bd2338f89ce.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-b548b0425373d73c.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-47d836e37b2e8c2a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-eeef8be8fdf66894.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4cc2679bf2ade263.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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`
77122024-10-14T10:46:57.676Z
77132024-10-14T10:46:57.676Zrunning 0 tests
77142024-10-14T10:46:57.676Z
77152024-10-14T10:46:57.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77162024-10-14T10:46:57.676Z
77172024-10-14T10:46:57.707Z Doc-tests nexus_client
77182024-10-14T10:46:57.710Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-e68035c640a4e4d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
77192024-10-14T10:46:59.654Z
77202024-10-14T10:46:59.654Zrunning 0 tests
77212024-10-14T10:46:59.654Z
77222024-10-14T10:46:59.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77232024-10-14T10:46:59.654Z
77242024-10-14T10:46:59.696Z Doc-tests nexus_config
77252024-10-14T10:46:59.698Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-7e75b21afe94ce5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-78e5be210587fb03.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`
77262024-10-14T10:47:00.228Z
77272024-10-14T10:47:00.228Zrunning 0 tests
77282024-10-14T10:47:00.228Z
77292024-10-14T10:47:00.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77302024-10-14T10:47:00.228Z
77312024-10-14T10:47:00.251Z Doc-tests nexus_db_fixed_data
77322024-10-14T10:47:00.253Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-eeef8be8fdf66894.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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`
77332024-10-14T10:47:00.659Z
77342024-10-14T10:47:00.659Zrunning 0 tests
77352024-10-14T10:47:00.659Z
77362024-10-14T10:47:00.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77372024-10-14T10:47:00.659Z
77382024-10-14T10:47:00.680Z Doc-tests nexus_db_model
77392024-10-14T10:47:00.683Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-260b677bda88b9f5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-99401ca12d8f88c7.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-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-8c9f2fc5ea1e9ef8.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-793e575092386c42.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`
77402024-10-14T10:47:12.676Z
77412024-10-14T10:47:12.676Zrunning 2 tests
77422024-10-14T10:47:15.141Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
77432024-10-14T10:47:51.347Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
77442024-10-14T10:47:51.347Z
77452024-10-14T10:47:51.347Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.67s
77462024-10-14T10:47:51.347Z
77472024-10-14T10:47:51.539Z Doc-tests nexus_db_queries
77482024-10-14T10:47:51.542Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-260b677bda88b9f5.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-99401ca12d8f88c7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-df085b306f7ffad0.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e7535bd1a248d79a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-47d836e37b2e8c2a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-eeef8be8fdf66894.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4cc2679bf2ade263.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.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-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-c80ccddda9ef8451.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-78e5be210587fb03.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-793e575092386c42.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-19213ba23505b917.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`
77492024-10-14T10:47:53.759Z
77502024-10-14T10:47:53.759Zrunning 1 test
77512024-10-14T10:47:59.229Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
77522024-10-14T10:47:59.229Z
77532024-10-14T10:47:59.229Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.47s
77542024-10-14T10:47:59.229Z
77552024-10-14T10:47:59.294Z Doc-tests nexus_defaults
77562024-10-14T10:47:59.297Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-e61cd6280ddb3121.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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`
77572024-10-14T10:47:59.501Z
77582024-10-14T10:47:59.501Zrunning 0 tests
77592024-10-14T10:47:59.501Z
77602024-10-14T10:47:59.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77612024-10-14T10:47:59.501Z
77622024-10-14T10:47:59.517Z Doc-tests nexus_external_api
77632024-10-14T10:47:59.519Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.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-6c18b6acd1b130ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1c1ef4886b20e2bf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-de7fabfcf1696e22.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77642024-10-14T10:48:00.036Z
77652024-10-14T10:48:00.036Zrunning 2 tests
77662024-10-14T10:48:00.039Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
77672024-10-14T10:48:00.039Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
77682024-10-14T10:48:00.039Z
77692024-10-14T10:48:00.039Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77702024-10-14T10:48:00.039Z
77712024-10-14T10:48:00.062Z Doc-tests nexus_internal_api
77722024-10-14T10:48:00.065Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-37294bd2338f89ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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`
77732024-10-14T10:48:00.472Z
77742024-10-14T10:48:00.472Zrunning 2 tests
77752024-10-14T10:48:00.475Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored
77762024-10-14T10:48:00.475Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored
77772024-10-14T10:48:00.475Z
77782024-10-14T10:48:00.475Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77792024-10-14T10:48:00.475Z
77802024-10-14T10:48:00.496Z Doc-tests nexus_inventory
77812024-10-14T10:48:00.498Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.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-65e5443fb12f2594.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8c9f2fc5ea1e9ef8.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-e1856cdcea4019ca.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`
77822024-10-14T10:48:00.843Z
77832024-10-14T10:48:00.843Zrunning 0 tests
77842024-10-14T10:48:00.843Z
77852024-10-14T10:48:00.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77862024-10-14T10:48:00.843Z
77872024-10-14T10:48:00.864Z Doc-tests nexus_macros_common
77882024-10-14T10:48:00.866Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-531a56b5b12d7b68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
77892024-10-14T10:48:00.935Z
77902024-10-14T10:48:00.935Zrunning 0 tests
77912024-10-14T10:48:00.935Z
77922024-10-14T10:48:00.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77932024-10-14T10:48:00.935Z
77942024-10-14T10:48:00.942Z Doc-tests nexus_metrics_producer_gc
77952024-10-14T10:48:00.945Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-27cce6a6ad60a474.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-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.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`
77962024-10-14T10:48:01.340Z
77972024-10-14T10:48:01.340Zrunning 0 tests
77982024-10-14T10:48:01.340Z
77992024-10-14T10:48:01.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78002024-10-14T10:48:01.340Z
78012024-10-14T10:48:01.366Z Doc-tests nexus_networking
78022024-10-14T10:48:01.369Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-dcb5aee1f4501b78.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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`
78032024-10-14T10:48:01.763Z
78042024-10-14T10:48:01.763Zrunning 0 tests
78052024-10-14T10:48:01.763Z
78062024-10-14T10:48:01.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78072024-10-14T10:48:01.763Z
78082024-10-14T10:48:01.790Z Doc-tests nexus_reconfigurator_execution
78092024-10-14T10:48:01.793Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.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-27cce6a6ad60a474.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-772a63fa33fb3cfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.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-bd2b1e802a3cb692.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-14T10:48:02.237Z
78112024-10-14T10:48:02.237Zrunning 0 tests
78122024-10-14T10:48:02.238Z
78132024-10-14T10:48:02.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78142024-10-14T10:48:02.238Z
78152024-10-14T10:48:02.265Z Doc-tests nexus_reconfigurator_planning
78162024-10-14T10:48:02.268Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-260b677bda88b9f5.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-e623c4ddaa0a6c75.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-2f1d5e7d593cb88f.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-7e75b21afe94ce5a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-8c9f2fc5ea1e9ef8.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-e1856cdcea4019ca.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-14T10:48:02.700Z
78182024-10-14T10:48:02.700Zrunning 0 tests
78192024-10-14T10:48:02.701Z
78202024-10-14T10:48:02.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78212024-10-14T10:48:02.701Z
78222024-10-14T10:48:02.724Z Doc-tests nexus_reconfigurator_preparation
78232024-10-14T10:48:02.724Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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`
78242024-10-14T10:48:03.108Z
78252024-10-14T10:48:03.108Zrunning 0 tests
78262024-10-14T10:48:03.109Z
78272024-10-14T10:48:03.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78282024-10-14T10:48:03.109Z
78292024-10-14T10:48:03.135Z Doc-tests nexus_saga_recovery
78302024-10-14T10:48:03.137Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-47d836e37b2e8c2a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-793e575092386c42.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`
78312024-10-14T10:48:03.489Z
78322024-10-14T10:48:03.489Zrunning 0 tests
78332024-10-14T10:48:03.489Z
78342024-10-14T10:48:03.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78352024-10-14T10:48:03.489Z
78362024-10-14T10:48:03.511Z Doc-tests nexus_sled_agent_shared
78372024-10-14T10:48:03.517Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-d472b386ae238d80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.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`
78382024-10-14T10:48:03.888Z
78392024-10-14T10:48:03.888Zrunning 0 tests
78402024-10-14T10:48:03.888Z
78412024-10-14T10:48:03.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78422024-10-14T10:48:03.888Z
78432024-10-14T10:48:03.910Z Doc-tests nexus_test_interface
78442024-10-14T10:48:03.912Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
78452024-10-14T10:48:04.196Z
78462024-10-14T10:48:04.196Zrunning 0 tests
78472024-10-14T10:48:04.196Z
78482024-10-14T10:48:04.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78492024-10-14T10:48:04.196Z
78502024-10-14T10:48:04.215Z Doc-tests nexus_test_utils
78512024-10-14T10:48:04.218Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-f522c54aa91410cc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-60b79f259594d4a2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-8c9f2fc5ea1e9ef8.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`
78522024-10-14T10:48:05.093Z
78532024-10-14T10:48:05.093Zrunning 0 tests
78542024-10-14T10:48:05.093Z
78552024-10-14T10:48:05.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78562024-10-14T10:48:05.093Z
78572024-10-14T10:48:05.125Z Doc-tests nexus_test_utils_macros
78582024-10-14T10:48:05.127Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-26f72c2f27e8390d.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
78592024-10-14T10:48:05.202Z
78602024-10-14T10:48:05.202Zrunning 1 test
78612024-10-14T10:48:05.204Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
78622024-10-14T10:48:05.204Z
78632024-10-14T10:48:05.204Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
78642024-10-14T10:48:05.205Z
78652024-10-14T10:48:05.211Z Doc-tests nexus_types
78662024-10-14T10:48:05.213Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-260b677bda88b9f5.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-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.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-a4fa90958973a538.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-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da90b98cbf88f3bf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.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-78e5be210587fb03.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-793e575092386c42.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-bd2b1e802a3cb692.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`
78672024-10-14T10:48:08.011Z
78682024-10-14T10:48:08.011Zrunning 0 tests
78692024-10-14T10:48:08.011Z
78702024-10-14T10:48:08.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78712024-10-14T10:48:08.011Z
78722024-10-14T10:48:08.075Z Doc-tests omicron_certificates
78732024-10-14T10:48:08.075Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4f8ecf1e9899ce1a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5b1355b40b92f207.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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`
78742024-10-14T10:48:08.327Z
78752024-10-14T10:48:08.327Zrunning 0 tests
78762024-10-14T10:48:08.327Z
78772024-10-14T10:48:08.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78782024-10-14T10:48:08.327Z
78792024-10-14T10:48:08.346Z Doc-tests omicron_clickhouse_admin
78802024-10-14T10:48:08.348Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-c5d3ca66f134285b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-260b677bda88b9f5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-18c665e95381e775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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`
78812024-10-14T10:48:08.638Z
78822024-10-14T10:48:08.638Zrunning 0 tests
78832024-10-14T10:48:08.638Z
78842024-10-14T10:48:08.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78852024-10-14T10:48:08.638Z
78862024-10-14T10:48:08.659Z Doc-tests omicron_cockroach_admin
78872024-10-14T10:48:08.661Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-0835fb8efa128190.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2db6fdaa339a4773.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-69b45f33751d47cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-d472b386ae238d80.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-98bb5e63e4540c04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-cfad3ec7e396f5b6.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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`
78882024-10-14T10:48:08.946Z
78892024-10-14T10:48:08.946Zrunning 0 tests
78902024-10-14T10:48:08.946Z
78912024-10-14T10:48:08.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78922024-10-14T10:48:08.946Z
78932024-10-14T10:48:08.965Z Doc-tests omicron_common
78942024-10-14T10:48:08.968Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0aa9e49cf04c76df.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-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e888153fb05e462d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-45dc34a82debe47c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-78e5be210587fb03.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`
78952024-10-14T10:48:10.922Z
78962024-10-14T10:48:10.922Zrunning 2 tests
78972024-10-14T10:48:10.924Ztest common/src/lib.rs - FileKv (line 40) ... ignored
78982024-10-14T10:48:15.309Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
78992024-10-14T10:48:15.309Z
79002024-10-14T10:48:15.309Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.39s
79012024-10-14T10:48:15.309Z
79022024-10-14T10:48:15.356Z Doc-tests omicron_ddm_admin_client
79032024-10-14T10:48:15.358Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-7de9b19e91154582.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-45dc34a82debe47c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.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`
79042024-10-14T10:48:15.613Z
79052024-10-14T10:48:15.615Zrunning 0 tests
79062024-10-14T10:48:15.615Z
79072024-10-14T10:48:15.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79082024-10-14T10:48:15.615Z
79092024-10-14T10:48:15.632Z Doc-tests omicron_dev_lib
79102024-10-14T10:48:15.635Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-93e27bf6594b0bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
79112024-10-14T10:48:15.846Z
79122024-10-14T10:48:15.847Zrunning 0 tests
79132024-10-14T10:48:15.847Z
79142024-10-14T10:48:15.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79152024-10-14T10:48:15.847Z
79162024-10-14T10:48:15.863Z Doc-tests omicron_gateway
79172024-10-14T10:48:15.865Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-37294bd2338f89ce.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-9bbaaccfcb4040b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b9288e1f97ccacb6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.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-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ae3f2a55e59f371e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-390e07f5adf6d5cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.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-75b47d1321bd6c54.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-3a8d0aa0a119486b.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`
79182024-10-14T10:48:16.522Z
79192024-10-14T10:48:16.522Zrunning 0 tests
79202024-10-14T10:48:16.522Z
79212024-10-14T10:48:16.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79222024-10-14T10:48:16.523Z
79232024-10-14T10:48:16.553Z Doc-tests omicron_ls_apis
79242024-10-14T10:48:16.556Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-4f4fcb7b2540dc8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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`
79252024-10-14T10:48:16.735Z
79262024-10-14T10:48:16.735Zrunning 1 test
79272024-10-14T10:48:16.737Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 229) ... ignored
79282024-10-14T10:48:16.738Z
79292024-10-14T10:48:16.738Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
79302024-10-14T10:48:16.738Z
79312024-10-14T10:48:16.748Z Doc-tests omicron_nexus
79322024-10-14T10:48:16.755Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-26b3ec8767e8c4e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-662632e8784a2eec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-cb583d250cff79df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f522c54aa91410cc.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ca3a76f08d86c427.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7bd30f7b83641c42.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.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-455271f8a166015d.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-27cce6a6ad60a474.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8ce0a9dfa7676e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-e888153fb05e462d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-47d836e37b2e8c2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-966490d627ec6d2c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dcb5aee1f4501b78.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e61cd6280ddb3121.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e5a3ef37b6548524.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5ba44cff0ce01e84.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a274d8509ffe89b1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-440417d8867113c4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-cc66501cd29cd34b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7daff1adbb7f32f2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-14f4f495f8644d31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-109447c07d7283ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-05bc84a4005259a1.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-26f72c2f27e8390d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.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-24392cd7f3219ad0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-35b1e8b8886b4170.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-4f8ecf1e9899ce1a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-45dc34a82debe47c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-cdc0f32443ea94e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-770497e850e55332.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-78e5be210587fb03.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-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-793e575092386c42.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-e9e06acf0e6a9e7b.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.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`
79332024-10-14T10:48:19.373Z
79342024-10-14T10:48:19.373Zrunning 5 tests
79352024-10-14T10:48:19.375Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
79362024-10-14T10:48:23.301Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 790) ... ok
79372024-10-14T10:48:23.303Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 768) ... ok
79382024-10-14T10:48:23.307Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 832) ... ok
79392024-10-14T10:48:23.311Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 862) ... ok
79402024-10-14T10:48:23.311Z
79412024-10-14T10:48:23.313Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.94s
79422024-10-14T10:48:23.313Z
79432024-10-14T10:48:23.381Z Doc-tests omicron_package
79442024-10-14T10:48:23.383Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-d472b386ae238d80.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ca2bbe1d5bd71110.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-451e4543648eb7dc.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-80ccc087c09b221e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.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-3e3f515021b9bdd0.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`
79452024-10-14T10:48:23.606Z
79462024-10-14T10:48:23.606Zrunning 0 tests
79472024-10-14T10:48:23.606Z
79482024-10-14T10:48:23.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79492024-10-14T10:48:23.607Z
79502024-10-14T10:48:23.619Z Doc-tests omicron_passwords
79512024-10-14T10:48:23.621Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-af90f393e4809c89.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-78e5be210587fb03.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`
79522024-10-14T10:48:23.731Z
79532024-10-14T10:48:23.731Zrunning 0 tests
79542024-10-14T10:48:23.731Z
79552024-10-14T10:48:23.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79562024-10-14T10:48:23.731Z
79572024-10-14T10:48:23.740Z Doc-tests omicron_rpaths
79582024-10-14T10:48:23.743Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-bd580cb58c1c9f93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79592024-10-14T10:48:23.808Z
79602024-10-14T10:48:23.808Zrunning 0 tests
79612024-10-14T10:48:23.808Z
79622024-10-14T10:48:23.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632024-10-14T10:48:23.808Z
79642024-10-14T10:48:23.815Z Doc-tests omicron_sled_agent
79652024-10-14T10:48:23.818Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-4eb5d5099ad171a8.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bcea471f28fc97e4.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-603790e109690430.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-f522c54aa91410cc.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-3229666c6747ebcb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-80e7f152dc0a3d0b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5f1dc0b8bb29b92b.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-b548b0425373d73c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4d84109d958d9353.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-f3fafdb7b0f22ea9.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-e888153fb05e462d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b74f61b29b8d6d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-393ab0450df0b77c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3fd07f652e7fe32b.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-a0dbad7b99e7b097.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8a5906fc622a334c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c9f2fc5ea1e9ef8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-3e3f515021b9bdd0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-e4d5d04c3591bb7a.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-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d7dcba9e796a878d.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-19213ba23505b917.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`
79662024-10-14T10:48:25.634Z
79672024-10-14T10:48:25.634Zrunning 0 tests
79682024-10-14T10:48:25.634Z
79692024-10-14T10:48:25.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79702024-10-14T10:48:25.634Z
79712024-10-14T10:48:25.683Z Doc-tests omicron_test_utils
79722024-10-14T10:48:25.685Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-ba54ffb935408085.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7e75b21afe94ce5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-e660d68715848f0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c80ccddda9ef8451.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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`
79732024-10-14T10:48:25.997Z
79742024-10-14T10:48:25.997Zrunning 0 tests
79752024-10-14T10:48:25.997Z
79762024-10-14T10:48:25.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79772024-10-14T10:48:25.997Z
79782024-10-14T10:48:26.018Z Doc-tests omicron_uuid_kinds
79792024-10-14T10:48:26.020Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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`
79802024-10-14T10:48:26.122Z
79812024-10-14T10:48:26.122Zrunning 0 tests
79822024-10-14T10:48:26.123Z
79832024-10-14T10:48:26.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79842024-10-14T10:48:26.123Z
79852024-10-14T10:48:26.131Z Doc-tests omicron_workspace_hack
79862024-10-14T10:48:26.134Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-51c4bc39e3636086.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b0629028038a7b35.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-c32e090e0308938e.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-37294bd2338f89ce.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-111bfdd447215427.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-3472ef5803172d85.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-197c7a8a40573406.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-71594f9a32772431.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d069fa20971f3049.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5116595c46e5f82a.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ffb87b8488293a49.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-cdc0f32443ea94e7.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-772a63fa33fb3cfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cab33be76e5c3666.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-2aa9a235c6265905.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-46ed613761b845e6.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-195c5ac45f3cc4d4.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-c5813f0370454179.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-19213ba23505b917.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90d6d5b3aabc2dc8.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`
79872024-10-14T10:48:26.196Z
79882024-10-14T10:48:26.196Zrunning 0 tests
79892024-10-14T10:48:26.196Z
79902024-10-14T10:48:26.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79912024-10-14T10:48:26.196Z
79922024-10-14T10:48:26.203Z Doc-tests openapi_manager
79932024-10-14T10:48:26.206Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a8ed88a36d60b05.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-c5d3ca66f134285b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0835fb8efa128190.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a2f76ea826a45a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-9bbaaccfcb4040b3.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-f4a3cca06f5e226a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6c18b6acd1b130ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3569dcaabe59d2f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-396d3f05ce5c62de.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1c1ef4886b20e2bf.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-5746fb0988e4e5f4.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-8a5906fc622a334c.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-ea3236959b6feef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79942024-10-14T10:48:26.592Z
79952024-10-14T10:48:26.592Zrunning 0 tests
79962024-10-14T10:48:26.592Z
79972024-10-14T10:48:26.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79982024-10-14T10:48:26.592Z
79992024-10-14T10:48:26.615Z Doc-tests openapi_manager_types
80002024-10-14T10:48:26.621Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-1c1ef4886b20e2bf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80012024-10-14T10:48:26.686Z
80022024-10-14T10:48:26.686Zrunning 0 tests
80032024-10-14T10:48:26.686Z
80042024-10-14T10:48:26.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80052024-10-14T10:48:26.686Z
80062024-10-14T10:48:26.694Z Doc-tests oxide_client
80072024-10-14T10:48:26.696Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-455271f8a166015d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-29211f0bc5198aac.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
80082024-10-14T10:48:31.737Z
80092024-10-14T10:48:31.737Zrunning 208 tests
80102024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
80112024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
80122024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
80132024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
80142024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
80152024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
80162024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
80172024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
80182024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
80192024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
80202024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
80212024-10-14T10:48:31.741Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
80222024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
80232024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
80242024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
80252024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
80262024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
80272024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
80282024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
80292024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
80302024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
80312024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
80322024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
80332024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
80342024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
80352024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
80362024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
80372024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
80382024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
80392024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
80402024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
80412024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
80422024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
80432024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
80442024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
80452024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
80462024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
80472024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
80482024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
80492024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
80502024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
80512024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
80522024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
80532024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
80542024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
80552024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
80562024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
80572024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
80582024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
80592024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
80602024-10-14T10:48:31.742Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
80612024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
80622024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
80632024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
80642024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
80652024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
80662024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
80672024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
80682024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
80692024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
80702024-10-14T10:48:31.743Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
80712024-10-14T10:48:31.746Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
80722024-10-14T10:48:31.746Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
80732024-10-14T10:48:31.746Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
80742024-10-14T10:48:31.746Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
80752024-10-14T10:48:31.746Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
80762024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
80772024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
80782024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
80792024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
80802024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
80812024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
80822024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
80832024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
80842024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
80852024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
80862024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
80872024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
80882024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
80892024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
80902024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
80912024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
80922024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
80932024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
80942024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
80952024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
80962024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
80972024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
80982024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
80992024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
81002024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
81012024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
81022024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
81032024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
81042024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
81052024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
81062024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
81072024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
81082024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
81092024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
81102024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
81112024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
81122024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
81132024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
81142024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
81152024-10-14T10:48:31.747Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
81162024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
81172024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
81182024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
81192024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
81202024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
81212024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
81222024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
81232024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
81242024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
81252024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
81262024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
81272024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
81282024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
81292024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
81302024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
81312024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
81322024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
81332024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
81342024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
81352024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
81362024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
81372024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
81382024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
81392024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
81402024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
81412024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
81422024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
81432024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
81442024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
81452024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
81462024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
81472024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
81482024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
81492024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
81502024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
81512024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
81522024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
81532024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
81542024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
81552024-10-14T10:48:31.748Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
81562024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
81572024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
81582024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
81592024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
81602024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
81612024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
81622024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
81632024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
81642024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
81652024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
81662024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
81672024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
81682024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
81692024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
81702024-10-14T10:48:31.749Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
81712024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
81722024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
81732024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
81742024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
81752024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
81762024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
81772024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
81782024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
81792024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
81802024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
81812024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
81822024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
81832024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
81842024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
81852024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
81862024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
81872024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
81882024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
81892024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
81902024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
81912024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
81922024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
81932024-10-14T10:48:31.752Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
81942024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
81952024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
81962024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
81972024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
81982024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
81992024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
82002024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
82012024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
82022024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
82032024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
82042024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
82052024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
82062024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
82072024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
82082024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
82092024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
82102024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
82112024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
82122024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
82132024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
82142024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
82152024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
82162024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
82172024-10-14T10:48:31.753Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
82182024-10-14T10:48:31.753Z
82192024-10-14T10:48:31.753Ztest result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s
82202024-10-14T10:48:31.753Z
82212024-10-14T10:48:31.829Z Doc-tests oximeter
82222024-10-14T10:48:31.832Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c103f69cebe5c60f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e860fc6d84ca7a1d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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`
82232024-10-14T10:48:32.067Z
82242024-10-14T10:48:32.067Zrunning 2 tests
82252024-10-14T10:48:32.070Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
82262024-10-14T10:48:33.181Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
82272024-10-14T10:48:33.181Z
82282024-10-14T10:48:33.181Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.11s
82292024-10-14T10:48:33.181Z
82302024-10-14T10:48:33.205Z Doc-tests oximeter_api
82312024-10-14T10:48:33.205Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-37294bd2338f89ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.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`
82322024-10-14T10:48:33.443Z
82332024-10-14T10:48:33.443Zrunning 2 tests
82342024-10-14T10:48:33.445Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
82352024-10-14T10:48:33.445Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
82362024-10-14T10:48:33.445Z
82372024-10-14T10:48:33.445Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82382024-10-14T10:48:33.445Z
82392024-10-14T10:48:33.461Z Doc-tests oximeter_client
82402024-10-14T10:48:33.461Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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`
82412024-10-14T10:48:33.763Z
82422024-10-14T10:48:33.763Zrunning 0 tests
82432024-10-14T10:48:33.763Z
82442024-10-14T10:48:33.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82452024-10-14T10:48:33.763Z
82462024-10-14T10:48:33.783Z Doc-tests oximeter_collector
82472024-10-14T10:48:33.785Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-37294bd2338f89ce.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-5293da5023af2fff.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ec0a97a34a12c2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-de2557f092679809.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5746fb0988e4e5f4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a0dbf8442240d576.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-95d72baba90d94c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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`
82482024-10-14T10:48:34.272Z
82492024-10-14T10:48:34.272Zrunning 0 tests
82502024-10-14T10:48:34.273Z
82512024-10-14T10:48:34.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82522024-10-14T10:48:34.273Z
82532024-10-14T10:48:34.301Z Doc-tests oximeter_db
82542024-10-14T10:48:34.304Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-2b17662221fb38c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-af90f393e4809c89.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-37294bd2338f89ce.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f84b97d4844b0e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-e9e06acf0e6a9e7b.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-19213ba23505b917.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`
82552024-10-14T10:48:35.623Z
82562024-10-14T10:48:35.623Zrunning 1 test
82572024-10-14T10:48:35.626Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
82582024-10-14T10:48:35.626Z
82592024-10-14T10:48:35.626Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82602024-10-14T10:48:35.626Z
82612024-10-14T10:48:35.666Z Doc-tests oximeter_instruments
82622024-10-14T10:48:35.666Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-37294bd2338f89ce.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-b548b0425373d73c.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-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-45ae3abcefd63409.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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`
82632024-10-14T10:48:36.055Z
82642024-10-14T10:48:36.055Zrunning 0 tests
82652024-10-14T10:48:36.055Z
82662024-10-14T10:48:36.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82672024-10-14T10:48:36.055Z
82682024-10-14T10:48:36.079Z Doc-tests oximeter_macro_impl
82692024-10-14T10:48:36.079Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.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`
82702024-10-14T10:48:36.167Z
82712024-10-14T10:48:36.167Zrunning 0 tests
82722024-10-14T10:48:36.167Z
82732024-10-14T10:48:36.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82742024-10-14T10:48:36.167Z
82752024-10-14T10:48:36.175Z Doc-tests oximeter_producer
82762024-10-14T10:48:36.177Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e68035c640a4e4d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-de2557f092679809.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d22bc735a2905422.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-4b80a51e6350904d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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`
82772024-10-14T10:48:36.538Z
82782024-10-14T10:48:36.538Zrunning 0 tests
82792024-10-14T10:48:36.538Z
82802024-10-14T10:48:36.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82812024-10-14T10:48:36.538Z
82822024-10-14T10:48:36.563Z Doc-tests oximeter_schema
82832024-10-14T10:48:36.563Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c103f69cebe5c60f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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`
82842024-10-14T10:48:36.855Z
82852024-10-14T10:48:36.855Zrunning 0 tests
82862024-10-14T10:48:36.855Z
82872024-10-14T10:48:36.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82882024-10-14T10:48:36.855Z
82892024-10-14T10:48:36.874Z Doc-tests oximeter_test_utils
82902024-10-14T10:48:36.874Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4768b4fe2974df91.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-2b17662221fb38c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1b905a86f4919685.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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`
82912024-10-14T10:48:37.118Z
82922024-10-14T10:48:37.118Zrunning 0 tests
82932024-10-14T10:48:37.118Z
82942024-10-14T10:48:37.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82952024-10-14T10:48:37.118Z
82962024-10-14T10:48:37.135Z Doc-tests oximeter_timeseries_macro
82972024-10-14T10:48:37.135Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-65e5443fb12f2594.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f201695f85598b88.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e860fc6d84ca7a1d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8c7ab1f3fef82453.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`
82982024-10-14T10:48:37.359Z
82992024-10-14T10:48:37.359Zrunning 0 tests
83002024-10-14T10:48:37.359Z
83012024-10-14T10:48:37.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83022024-10-14T10:48:37.359Z
83032024-10-14T10:48:37.376Z Doc-tests oximeter_types
83042024-10-14T10:48:37.380Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-af90f393e4809c89.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-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5f192cee9ca19b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.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-a314b4472cddf1da.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`
83052024-10-14T10:48:37.933Z
83062024-10-14T10:48:37.933Zrunning 11 tests
83072024-10-14T10:48:38.320Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
83082024-10-14T10:48:45.176Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
83092024-10-14T10:48:45.265Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
83102024-10-14T10:48:45.361Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
83112024-10-14T10:48:45.444Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
83122024-10-14T10:48:45.453Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
83132024-10-14T10:48:45.509Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
83142024-10-14T10:48:45.540Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
83152024-10-14T10:48:45.595Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
83162024-10-14T10:48:48.421Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
83172024-10-14T10:48:50.049Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
83182024-10-14T10:48:50.049Z
83192024-10-14T10:48:50.052Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.12s
83202024-10-14T10:48:50.052Z
83212024-10-14T10:48:50.079Z Doc-tests oxlog
83222024-10-14T10:48:50.079Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cffd9eb4ea053014.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`
83232024-10-14T10:48:50.163Z
83242024-10-14T10:48:50.163Zrunning 0 tests
83252024-10-14T10:48:50.163Z
83262024-10-14T10:48:50.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83272024-10-14T10:48:50.163Z
83282024-10-14T10:48:50.171Z Doc-tests oxql_types
83292024-10-14T10:48:50.171Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2781d4a14db52736.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fd7670dcf5107d40.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`
83302024-10-14T10:48:50.505Z
83312024-10-14T10:48:50.506Zrunning 0 tests
83322024-10-14T10:48:50.506Z
83332024-10-14T10:48:50.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83342024-10-14T10:48:50.506Z
83352024-10-14T10:48:50.526Z Doc-tests sled_agent_api
83362024-10-14T10:48:50.528Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-37294bd2338f89ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.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-8a5906fc622a334c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.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-14T10:48:50.890Z
83382024-10-14T10:48:50.890Zrunning 2 tests
83392024-10-14T10:48:50.893Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 63) ... ignored
83402024-10-14T10:48:50.893Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 69) ... ignored
83412024-10-14T10:48:50.893Z
83422024-10-14T10:48:50.893Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83432024-10-14T10:48:50.893Z
83442024-10-14T10:48:50.913Z Doc-tests sled_agent_client
83452024-10-14T10:48:50.915Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-8c9f2fc5ea1e9ef8.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`
83462024-10-14T10:48:52.678Z
83472024-10-14T10:48:52.678Zrunning 0 tests
83482024-10-14T10:48:52.678Z
83492024-10-14T10:48:52.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83502024-10-14T10:48:52.678Z
83512024-10-14T10:48:52.717Z Doc-tests sled_agent_types
83522024-10-14T10:48:52.720Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4eb5d5099ad171a8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.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-6343ee40610cfd76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1cd77f21bde4b3a0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-393ab0450df0b77c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a0dbad7b99e7b097.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-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.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`
83532024-10-14T10:48:53.446Z
83542024-10-14T10:48:53.447Zrunning 0 tests
83552024-10-14T10:48:53.447Z
83562024-10-14T10:48:53.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572024-10-14T10:48:53.447Z
83582024-10-14T10:48:53.476Z Doc-tests sled_hardware
83592024-10-14T10:48:53.478Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-79163376efec9162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-80ccc087c09b221e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.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-d7dcba9e796a878d.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`
83602024-10-14T10:48:53.837Z
83612024-10-14T10:48:53.837Zrunning 0 tests
83622024-10-14T10:48:53.837Z
83632024-10-14T10:48:53.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83642024-10-14T10:48:53.837Z
83652024-10-14T10:48:53.859Z Doc-tests sled_hardware_types
83662024-10-14T10:48:53.859Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-d472b386ae238d80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83672024-10-14T10:48:54.120Z
83682024-10-14T10:48:54.120Zrunning 0 tests
83692024-10-14T10:48:54.120Z
83702024-10-14T10:48:54.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83712024-10-14T10:48:54.120Z
83722024-10-14T10:48:54.139Z Doc-tests sled_storage
83732024-10-14T10:48:54.142Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-d472b386ae238d80.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f3fafdb7b0f22ea9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.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-80ccc087c09b221e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bd84da8c8e0c52a2.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`
83742024-10-14T10:48:54.529Z
83752024-10-14T10:48:54.529Zrunning 0 tests
83762024-10-14T10:48:54.529Z
83772024-10-14T10:48:54.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83782024-10-14T10:48:54.529Z
83792024-10-14T10:48:54.552Z Doc-tests sp_sim
83802024-10-14T10:48:54.555Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c8f973c40b7b55b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ef865dc4c36b62ac.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-4b80a51e6350904d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-75b47d1321bd6c54.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`
83812024-10-14T10:48:55.011Z
83822024-10-14T10:48:55.011Zrunning 0 tests
83832024-10-14T10:48:55.011Z
83842024-10-14T10:48:55.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83852024-10-14T10:48:55.011Z
83862024-10-14T10:48:55.034Z Doc-tests tufaceous
83872024-10-14T10:48:55.037Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83882024-10-14T10:48:55.328Z
83892024-10-14T10:48:55.328Zrunning 0 tests
83902024-10-14T10:48:55.328Z
83912024-10-14T10:48:55.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83922024-10-14T10:48:55.328Z
83932024-10-14T10:48:55.348Z Doc-tests tufaceous_lib
83942024-10-14T10:48:55.348Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-c4755ae624bbd871.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-cab33be76e5c3666.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-dc82e517e4bdccf2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a528086b37d9810e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83952024-10-14T10:48:55.766Z
83962024-10-14T10:48:55.766Zrunning 0 tests
83972024-10-14T10:48:55.766Z
83982024-10-14T10:48:55.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83992024-10-14T10:48:55.766Z
84002024-10-14T10:48:55.788Z Doc-tests typed_rng
84012024-10-14T10:48:55.792Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-65e5443fb12f2594.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-e1856cdcea4019ca.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`
84022024-10-14T10:48:55.869Z
84032024-10-14T10:48:55.869Zrunning 0 tests
84042024-10-14T10:48:55.869Z
84052024-10-14T10:48:55.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84062024-10-14T10:48:55.869Z
84072024-10-14T10:48:55.877Z Doc-tests update_common
84082024-10-14T10:48:55.880Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-37294bd2338f89ce.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-c4755ae624bbd871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84092024-10-14T10:48:56.183Z
84102024-10-14T10:48:56.183Zrunning 0 tests
84112024-10-14T10:48:56.183Z
84122024-10-14T10:48:56.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84132024-10-14T10:48:56.183Z
84142024-10-14T10:48:56.203Z Doc-tests update_engine
84152024-10-14T10:48:56.203Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-603790e109690430.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-99039860d5397a09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-78e5be210587fb03.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-bd2b1e802a3cb692.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-14T10:48:56.669Z
84172024-10-14T10:48:56.669Zrunning 4 tests
84182024-10-14T10:48:56.671Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
84192024-10-14T10:48:56.671Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
84202024-10-14T10:48:56.671Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
84212024-10-14T10:48:57.426Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
84222024-10-14T10:48:57.426Z
84232024-10-14T10:48:57.426Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.76s
84242024-10-14T10:48:57.426Z
84252024-10-14T10:48:57.443Z Doc-tests wicket
84262024-10-14T10:48:57.447Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-cfad3ec7e396f5b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4e28e287d0a7d3eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.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-eb7c3521ba96ad35.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-bd2b1e802a3cb692.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.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`
84272024-10-14T10:48:58.379Z
84282024-10-14T10:48:58.379Zrunning 0 tests
84292024-10-14T10:48:58.379Z
84302024-10-14T10:48:58.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84312024-10-14T10:48:58.379Z
84322024-10-14T10:48:58.411Z Doc-tests wicket_common
84332024-10-14T10:48:58.413Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-bd2b1e802a3cb692.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84342024-10-14T10:48:58.962Z
84352024-10-14T10:48:58.962Zrunning 0 tests
84362024-10-14T10:48:58.962Z
84372024-10-14T10:48:58.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84382024-10-14T10:48:58.962Z
84392024-10-14T10:48:58.987Z Doc-tests wicket_dbg
84402024-10-14T10:48:58.987Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.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-0d3a426d176abfcd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b764866a9817ae4f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-65a2e513ab82d381.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-421766562d976b8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84412024-10-14T10:48:59.363Z
84422024-10-14T10:48:59.363Zrunning 0 tests
84432024-10-14T10:48:59.363Z
84442024-10-14T10:48:59.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84452024-10-14T10:48:59.363Z
84462024-10-14T10:48:59.385Z Doc-tests wicketd
84472024-10-14T10:48:59.389Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-bcea471f28fc97e4.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-603790e109690430.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-2beff55ce0373280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.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-e623c4ddaa0a6c75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-197c7a8a40573406.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d7e7d194d403f30a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-455271f8a166015d.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-c4755ae624bbd871.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b548b0425373d73c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7aae6171a59dba3f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f4a3cca06f5e226a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-6ca284af4fbb4e2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-54c9371d20982e84.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2f1d5e7d593cb88f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-a4fa90958973a538.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-4201f053cf25b4b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2fdfa9e6bc8be499.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99039860d5397a09.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-65e5443fb12f2594.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-772a63fa33fb3cfc.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4b80a51e6350904d.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-dc82e517e4bdccf2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d9da23d0584e5784.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7fb3b0420c85c0c9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-11c8c7202ceb79cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-06ffc8d3c8026478.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0394461ecfcae5f9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84482024-10-14T10:49:00.036Z
84492024-10-14T10:49:00.036Zrunning 0 tests
84502024-10-14T10:49:00.036Z
84512024-10-14T10:49:00.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84522024-10-14T10:49:00.036Z
84532024-10-14T10:49:00.066Z Doc-tests wicketd_api
84542024-10-14T10:49:00.066Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-bcea471f28fc97e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-37294bd2338f89ce.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e623c4ddaa0a6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b968d17ac9cccb49.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-65e5443fb12f2594.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-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-ea3236959b6feef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84552024-10-14T10:49:00.474Z
84562024-10-14T10:49:00.474Zrunning 2 tests
84572024-10-14T10:49:00.476Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
84582024-10-14T10:49:00.477Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
84592024-10-14T10:49:00.477Z
84602024-10-14T10:49:00.477Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84612024-10-14T10:49:00.477Z
84622024-10-14T10:49:00.498Z Doc-tests wicketd_client
84632024-10-14T10:49:00.501Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-54c9371d20982e84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.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-65e5443fb12f2594.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-19b7e6e2b0ecfca7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2986fda7863889e6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-117080d753c2b82a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8f9ef2e24247bdf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bd2b1e802a3cb692.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-81be4555da73fc5f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-48ebfce05faa76cc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4b987f99e8e38871.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84642024-10-14T10:49:02.073Z
84652024-10-14T10:49:02.073Zrunning 0 tests
84662024-10-14T10:49:02.073Z
84672024-10-14T10:49:02.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84682024-10-14T10:49:02.073Z
84692024-10-14T10:49:02.111Z Doc-tests xtask_downloader
84702024-10-14T10:49:02.111Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-65e5443fb12f2594.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-772a63fa33fb3cfc.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-0d3a426d176abfcd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3e3f515021b9bdd0.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-05033b22b063baa2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84712024-10-14T10:49:02.277Z
84722024-10-14T10:49:02.277Zrunning 1 test
84732024-10-14T10:49:02.279Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
84742024-10-14T10:49:02.279Z
84752024-10-14T10:49:02.279Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84762024-10-14T10:49:02.279Z
84772024-10-14T10:49:02.289Z Doc-tests zone_setup
84782024-10-14T10:49:02.291Z 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-b3c774a218b8e624/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-752a3295359e530f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-71e564beb808c3c0/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-901fe8feb5f2a35b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9e23dd643cf33d94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-602613b5a4aab9dd/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-b0629028038a7b35.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-37294bd2338f89ce.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d472b386ae238d80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-24392cd7f3219ad0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e0662467ee8f8f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-65e5443fb12f2594.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-e8f9ef2e24247bdf.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-57a2c4022dde6944.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84792024-10-14T10:49:02.530Z
84802024-10-14T10:49:02.530Zrunning 0 tests
84812024-10-14T10:49:02.530Z
84822024-10-14T10:49:02.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84832024-10-14T10:49:02.530Z
84842024-10-14T10:49:02.623Z
84852024-10-14T10:49:02.623Zreal 2:22.793018641
84862024-10-14T10:49:02.623Zuser 2:23.958749187
84872024-10-14T10:49:02.623Zsys 49.630938915
84882024-10-14T10:49:02.623Ztrap 0.029666731
84892024-10-14T10:49:02.623Ztflt 1.114492856
84902024-10-14T10:49:02.623Zdflt 7.055256319
84912024-10-14T10:49:02.623Zkflt 0.017978654
84922024-10-14T10:49:02.623Zlock 3:11.444024650
84932024-10-14T10:49:02.623Zslp 16:03.420078662
84942024-10-14T10:49:02.623Zlat 3.235454424
84952024-10-14T10:49:02.623Zstop 7.575955685
84962024-10-14T10:49:02.626Z+ [[ illumos == \i\l\l\u\m\o\s ]]
84972024-10-14T10:49:02.626Z+ banner live-test
84982024-10-14T10:49:02.626Z
84992024-10-14T10:49:02.626Z # # # # ###### ##### ###### #### #####
85002024-10-14T10:49:02.626Z # # # # # # # # #
85012024-10-14T10:49:02.626Z # # # # ##### ##### # ##### #### #
85022024-10-14T10:49:02.626Z # # # # # # # # #
85032024-10-14T10:49:02.626Z # # # # # # # # # #
85042024-10-14T10:49:02.626Z ###### # ## ###### # ###### #### #
85052024-10-14T10:49:02.626Z
85062024-10-14T10:49:02.626Z+ ptime -m cargo xtask live-tests
85072024-10-14T10:49:03.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
85082024-10-14T10:49:03.270Z Running `target/debug/xtask live-tests`
85092024-10-14T10:49:03.300Zusing temporary directory: /var/tmp/omicron_tmp/.tmp7rwYKf
85102024-10-14T10:49:03.300Zwill create archive file: /var/tmp/omicron_tmp/.tmp7rwYKf/live-tests-archive/omicron-live-tests.tar.zst
85112024-10-14T10:49:03.300Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
85122024-10-14T10:49:03.300Z
85132024-10-14T10:49:03.303Zrunning: /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/.tmp7rwYKf/live-tests-archive/omicron-live-tests.tar.zst"
85142024-10-14T10:49:05.370Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
85152024-10-14T10:49:05.478Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
85162024-10-14T10:49:05.490Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
85172024-10-14T10:49:05.501Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
85182024-10-14T10:49:05.516Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
85192024-10-14T10:49:05.518Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
85202024-10-14T10:49:05.553Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
85212024-10-14T10:49:05.555Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
85222024-10-14T10:49:05.970Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
85232024-10-14T10:49:06.630Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
85242024-10-14T10:49:07.958Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
85252024-10-14T10:49:07.986Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
85262024-10-14T10:49:08.912Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
85272024-10-14T10:49:09.560Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
85282024-10-14T10:49:10.711Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
85292024-10-14T10:49:10.712Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
85302024-10-14T10:49:22.308Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
85312024-10-14T10:49:22.309Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
85322024-10-14T10:49:22.311Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
85332024-10-14T10:49:23.308Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
85342024-10-14T10:50:11.882Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
85352024-10-14T10:50:12.411Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
85362024-10-14T10:50:42.114Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
85372024-10-14T10:50:46.900Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
85382024-10-14T10:51:06.726Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
85392024-10-14T10:51:06.910Zinfo: experimental features enabled: setup-scripts
85402024-10-14T10:51:06.916Z Archiving 1 binary, 1 build script output directory, 1 linked path, and 1 standard library to /var/tmp/omicron_tmp/.tmp7rwYKf/live-tests-archive/omicron-live-tests.tar.zst
85412024-10-14T10:51:07.377Z Archived 36 files to /var/tmp/omicron_tmp/.tmp7rwYKf/live-tests-archive/omicron-live-tests.tar.zst in 0.46s
85422024-10-14T10:51:07.424Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp7rwYKf/live-tests-archive\""
85432024-10-14T10:51:07.435Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp7rwYKf" "live-tests-archive"
85442024-10-14T10:51:07.483Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
85452024-10-14T10:51:07.483Zcreated:
85462024-10-14T10:51:07.483ZTo use this:
85472024-10-14T10:51:07.483Z
85482024-10-14T10:51:07.483Z1. Copy the tarball to the switch zone in a deployed Omicron system.
85492024-10-14T10:51:07.483Z
85502024-10-14T10:51:07.487Z e.g., scp \
85512024-10-14T10:51:07.487Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
85522024-10-14T10:51:07.487Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
85532024-10-14T10:51:07.487Z
85542024-10-14T10:51:07.487Z2. Copy the `cargo-nextest` binary to the same place.
85552024-10-14T10:51:07.487Z
85562024-10-14T10:51:07.487Z e.g., scp \
85572024-10-14T10:51:07.487Z $(which cargo-nextest) \
85582024-10-14T10:51:07.487Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
85592024-10-14T10:51:07.487Z
85602024-10-14T10:51:07.487Z3. From the switch zone on that system, unpack the tarball with:
85612024-10-14T10:51:07.487Z
85622024-10-14T10:51:07.487Z tar xzf live-tests-archive.tgz
85632024-10-14T10:51:07.487Z
85642024-10-14T10:51:07.487Z4. From the switch zone on that system, run tests with:
85652024-10-14T10:51:07.487Z
85662024-10-14T10:51:07.487Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
85672024-10-14T10:51:07.487Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
85682024-10-14T10:51:07.487Z --workspace-remap live-tests-archive
85692024-10-14T10:51:07.487Z
85702024-10-14T10:51:07.487Z
85712024-10-14T10:51:07.487Zreal 2:04.843594775
85722024-10-14T10:51:07.487Zuser 3:35.390667011
85732024-10-14T10:51:07.487Zsys 47.391695830
85742024-10-14T10:51:07.487Ztrap 0.051542528
85752024-10-14T10:51:07.487Ztflt 0.271112417
85762024-10-14T10:51:07.487Zdflt 1.688196998
85772024-10-14T10:51:07.487Zkflt 0.000661492
85782024-10-14T10:51:07.487Zlock 12:23.014861817
85792024-10-14T10:51:07.487Zslp 16:13.782087813
85802024-10-14T10:51:07.487Zlat 2.389861463
85812024-10-14T10:51:07.488Zstop 4.460934207
85822024-10-14T10:51:07.488Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
85832024-10-14T10:51:07.490Z+ unset TMPDIR
85842024-10-14T10:51:07.491Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
85852024-10-14T10:51:07.491Zfiles in /var/tmp/omicron_tmp (none expected on success):
85862024-10-14T10:51:07.491Z+ find /var/tmp/omicron_tmp -ls
85872024-10-14T10:51:07.493Z164545 11 drwxr-xr-x 2 build build 2 Oct 14 10:51 /var/tmp/omicron_tmp
85882024-10-14T10:51:07.493Z+ rmdir /var/tmp/omicron_tmp
85892024-10-14T10:51:08.081Zprocess exited: duration 5938968 ms, exit code 0
 
85902024-10-14T10:51:08.102Zfound 1 output files
85912024-10-14T10:51:08.102Zuploading: /work/crate-build-timings.json (565286 bytes)
85922024-10-14T10:51:09.123Zuploaded: /work/crate-build-timings.json