01JFKPZBM5NPQJYMQZVWR9AKAH: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/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: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JFKPZYWCRKSBASSRXTXY88DX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:19:04.931Zjob assigned to worker 01JFKQ03VN0SR4BZCHDBKQ2S92 [factory aws, i-03a8ca9e79be009a3] (queued for 48 s)
 
22024-12-21T04:19:12.918Zstarting task 0: "setup"
32024-12-21T04:19:12.929Z++ uname -s
42024-12-21T04:19:12.933Z+ kern=SunOS
52024-12-21T04:19:12.934Z+ case "$kern" in
62024-12-21T04:19:12.934Z+ groupadd -g 12345 build
72024-12-21T04:19:12.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:19:14.942Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:19:15.072Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:19:15.075Z+ home_fs=zfs
112024-12-21T04:19:15.075Z+ [[ zfs == autofs ]]
122024-12-21T04:19:15.075Z+ mkdir -p /home/build
132024-12-21T04:19:15.078Z+ chown build:build /home/build /work
142024-12-21T04:19:17.078Z+ chmod 0700 /home/build /work
152024-12-21T04:19:17.081Zprocess exited: duration 4162 ms, exit code 0
 
162024-12-21T04:19:17.087Zstarting task 1: "rust-toolchain"
172024-12-21T04:19:17.093Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:19:17.093Z' 1.81.0
192024-12-21T04:19:17.093Z * toolchain channel = "1.81.0"
202024-12-21T04:19:17.093Z+ printf ' * toolchain profile = "%s"
212024-12-21T04:19:17.093Z' default
222024-12-21T04:19:17.093Z * toolchain profile = "default"
232024-12-21T04:19:17.096Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:19:17.096Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:19:17.212Zinfo: downloading installer
262024-12-21T04:19:18.417Zinfo: profile set to 'default'
272024-12-21T04:19:18.417Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:19:18.420Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:19:18.553Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:19:18.553Zinfo: downloading component 'cargo'
312024-12-21T04:19:19.242Zinfo: downloading component 'clippy'
322024-12-21T04:19:19.498Zinfo: downloading component 'rust-docs'
332024-12-21T04:19:20.455Zinfo: downloading component 'rust-std'
342024-12-21T04:19:21.953Zinfo: downloading component 'rustc'
352024-12-21T04:19:27.300Zinfo: downloading component 'rustfmt'
362024-12-21T04:19:27.507Zinfo: installing component 'cargo'
372024-12-21T04:19:28.315Zinfo: installing component 'clippy'
382024-12-21T04:19:28.677Zinfo: installing component 'rust-docs'
392024-12-21T04:19:30.301Zinfo: installing component 'rust-std'
402024-12-21T04:19:32.017Zinfo: installing component 'rustc'
412024-12-21T04:19:37.814Zinfo: installing component 'rustfmt'
422024-12-21T04:19:38.137Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:19:38.137Z
442024-12-21T04:19:38.504Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:19:38.504Z
462024-12-21T04:19:38.507Z
472024-12-21T04:19:38.507ZRust is installed now. Great!
482024-12-21T04:19:38.507Z
492024-12-21T04:19:38.507ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:19:38.507Zenvironment variable. This has not been done automatically.
512024-12-21T04:19:38.507Z
522024-12-21T04:19:38.507ZTo configure your current shell, you need to source
532024-12-21T04:19:38.507Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:19:38.509Z
552024-12-21T04:19:38.509ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:19:38.509Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:19:38.509Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:19:38.584Z+ rustc --version
592024-12-21T04:19:38.652Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:19:38.655Zprocess exited: duration 21566 ms, exit code 0
 
612024-12-21T04:19:38.661Zstarting task 2: "authentication"
622024-12-21T04:19:38.685Zprocess exited: duration 23 ms, exit code 0
 
632024-12-21T04:19:38.692Zstarting task 3: "clone repository"
642024-12-21T04:19:38.697Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:19:38.701Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:19:38.740ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:19:45.347Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:19:45.347Z+ git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16
692024-12-21T04:19:45.625ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:19:45.625Z * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD
712024-12-21T04:19:45.635Z+ [[ -n renovate/csv-1.x ]]
722024-12-21T04:19:45.638Z++ git branch --show-current
732024-12-21T04:19:45.641Z+ current=main
742024-12-21T04:19:45.641Z+ [[ main != renovate/csv-1.x ]]
752024-12-21T04:19:45.641Z+ git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16
762024-12-21T04:19:45.644Z+ git checkout -f renovate/csv-1.x
772024-12-21T04:19:45.822ZSwitched to branch 'renovate/csv-1.x'
782024-12-21T04:19:45.825Z+ git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16
792024-12-21T04:19:46.000ZHEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1
802024-12-21T04:19:46.003Zprocess exited: duration 7310 ms, exit code 0
 
812024-12-21T04:19:46.010Zstarting task 4: "build"
822024-12-21T04:19:46.019Z+ source ./env.sh
832024-12-21T04:19:46.019Z++ OLD_SHELL_OPTS=ehxB
842024-12-21T04:19:46.019Z++ set -o xtrace
852024-12-21T04:19:46.021Z++++ dirname ./env.sh
862024-12-21T04:19:46.024Z+++ readlink -f .
872024-12-21T04:19:46.027Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ 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-12-21T04:19:46.028Z++ case $OLD_SHELL_OPTS in
972024-12-21T04:19:46.028Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-12-21T04:19:46.028Z+ source .github/buildomat/ci-env.sh
992024-12-21T04:19:46.028Z++ export CARGO_TERM_COLOR=always
1002024-12-21T04:19:46.028Z++ CARGO_TERM_COLOR=always
1012024-12-21T04:19:46.028Z+ target_os=illumos
1022024-12-21T04:19:46.028Z+ NEXTEST_VERSION=0.9.86
1032024-12-21T04:19:46.028Z+ cargo --version
1042024-12-21T04:19:46.086Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1052024-12-21T04:19:46.089Z+ rustc --version
1062024-12-21T04:19:46.153Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1072024-12-21T04:19:46.158Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1082024-12-21T04:19:46.160Z+ gunzip
1092024-12-21T04:19:46.160Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-12-21T04:19:47.163Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1112024-12-21T04:19:47.166Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-12-21T04:19:47.166Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-12-21T04:19:47.166Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-12-21T04:19:47.166Z+ mkdir /var/tmp/omicron_tmp
1152024-12-21T04:19:47.166Z+ OUTPUT_DIR=/work
1162024-12-21T04:19:47.166Z+ echo 'tests will store non-ephemeral output in /work'
1172024-12-21T04:19:47.166Ztests will store non-ephemeral output in /work
1182024-12-21T04:19:47.166Z+ mkdir -p /work
1192024-12-21T04:19:47.169Z+ banner prerequisites
1202024-12-21T04:19:47.173Z
1212024-12-21T04:19:47.173Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-12-21T04:19:47.173Z # # # # # # # # # # # # # # #
1232024-12-21T04:19:47.173Z # # # # ##### # # ##### # # # # # #### #
1242024-12-21T04:19:47.173Z ##### ##### # ##### # # # # # # # # #
1252024-12-21T04:19:47.173Z # # # # # # # # # # # # # # #
1262024-12-21T04:19:47.173Z # # # ###### # # ###### ### # #### # #### #
1272024-12-21T04:19:47.173Z
1282024-12-21T04:19:47.173Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-12-21T04:19:55.446Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-12-21T04:19:59.384Z Startup: Caching catalogs ... Done
1312024-12-21T04:20:10.579ZPlanning: Solver setup ... Done (10.193s)
1322024-12-21T04:20:10.715ZPlanning: Running solver ... Done (0.136s)
1332024-12-21T04:20:10.828ZPlanning: Finding local manifests ... Done (0.004s)
1342024-12-21T04:20:10.853ZPlanning: Fetching manifests: 0/5 0% complete
1352024-12-21T04:20:11.535ZPlanning: Fetching manifests: 5/5 100% complete
1362024-12-21T04:20:11.643ZPlanning: Package planning ... Done (0.105s)
1372024-12-21T04:20:11.699ZPlanning: Merging actions ... Done (0.058s)
1382024-12-21T04:20:12.071ZPlanning: Checking for conflicting actions ... Done (0.372s)
1392024-12-21T04:20:14.126ZPlanning: Consolidating action changes ... Done (2.053s)
1402024-12-21T04:20:14.573ZPlanning: Evaluating mediators ... Done (0.445s)
1412024-12-21T04:20:14.654ZPlanning: Planning completed in 15.17 seconds
1422024-12-21T04:20:14.670Z Packages to install: 4
1432024-12-21T04:20:14.670Z Packages to update: 1
1442024-12-21T04:20:14.673Z Mediators to change: 2
1452024-12-21T04:20:14.673Z Services to change: 1
1462024-12-21T04:20:14.673Z Estimated space available: 155.62 GB
1472024-12-21T04:20:14.673ZEstimated space to be consumed: 1.62 GB
1482024-12-21T04:20:14.673Z Create boot environment: No
1492024-12-21T04:20:14.673ZCreate backup boot environment: Yes
1502024-12-21T04:20:14.673Z Rebuild boot archive: No
1512024-12-21T04:20:14.673Z
1522024-12-21T04:20:14.673ZChanged mediators:
1532024-12-21T04:20:14.674Z mediator clang:
1542024-12-21T04:20:14.674Z version: None -> 15 (system default)
1552024-12-21T04:20:14.674Z
1562024-12-21T04:20:14.674Z mediator llvm:
1572024-12-21T04:20:14.674Z version: 14 (system default) -> 15 (system default)
1582024-12-21T04:20:14.674Z
1592024-12-21T04:20:14.674ZChanged packages:
1602024-12-21T04:20:14.674Zhelios-dev
1612024-12-21T04:20:14.674Z developer/build-essential
1622024-12-21T04:20:14.674Z None -> 11-2.0
1632024-12-21T04:20:14.674Z library/libxmlsec1
1642024-12-21T04:20:14.674Z None -> 1.2.35-2.0
1652024-12-21T04:20:14.674Z ooce/developer/clang-15
1662024-12-21T04:20:14.674Z None -> 15.0.7-2.0
1672024-12-21T04:20:14.674Z ooce/developer/llvm-15
1682024-12-21T04:20:14.674Z None -> 15.0.7-2.0
1692024-12-21T04:20:14.674Z package/pkg
1702024-12-21T04:20:14.674Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-12-21T04:20:14.674Z
1722024-12-21T04:20:14.674ZServices:
1732024-12-21T04:20:14.674Z restart_fmri:
1742024-12-21T04:20:14.674Z svc:/system/update-man-index:default
1752024-12-21T04:20:14.674Z
1762024-12-21T04:20:14.675ZEditable files to change:
1772024-12-21T04:20:14.675Z Update:
1782024-12-21T04:20:14.675Z usr/share/lib/pkg/web/config.shtml
1792024-12-21T04:20:14.757Z
1802024-12-21T04:20:14.757ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-12-21T04:20:22.187ZDownload: 208/4281 items 1.3/220.6MB 0% complete (354k/s)
1822024-12-21T04:20:27.180ZDownload: 1120/4281 items 34.8/220.6MB 15% complete (3.3M/s)
1832024-12-21T04:20:50.495ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1842024-12-21T04:20:55.542ZDownload: 1466/4281 items 117.3/220.6MB 53% complete (7.2M/s)
1852024-12-21T04:21:00.473ZDownload: 1897/4281 items 118.6/220.6MB 53% complete (3.6M/s)
1862024-12-21T04:21:05.767ZDownload: 2215/4281 items 119.2/220.6MB 54% complete (224k/s)
1872024-12-21T04:21:10.990ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (200k/s)
1882024-12-21T04:21:15.991ZDownload: 2249/4281 items 119.4/220.6MB 54% complete (8.8k/s)
1892024-12-21T04:21:20.991ZDownload: 3104/4281 items 128.3/220.6MB 58% complete (878k/s)
1902024-12-21T04:21:26.500ZDownload: 3241/4281 items 198.9/220.6MB 90% complete (8.5M/s)
1912024-12-21T04:21:32.008ZDownload: 3281/4281 items 209.7/220.6MB 95% complete (8.7M/s)
1922024-12-21T04:21:54.471ZDownload: 3286/4281 items 211.1/220.6MB 95% complete
1932024-12-21T04:21:59.494ZDownload: 3456/4281 items 215.3/220.6MB 97% complete (859k/s)
1942024-12-21T04:22:04.612ZDownload: 3740/4281 items 216.8/220.6MB 98% complete (610k/s)
1952024-12-21T04:22:09.796ZDownload: 3909/4281 items 217.7/220.6MB 98% complete (269k/s)
1962024-12-21T04:22:14.772ZDownload: 4195/4281 items 220.4/220.6MB 99% complete (361k/s)
1972024-12-21T04:22:19.945ZDownload: 4205/4281 items 220.5/220.6MB 99% complete (360k/s)
1982024-12-21T04:22:25.526ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (344k/s)
1992024-12-21T04:22:25.636ZDownload: Completed 220.60 MB in 130.88 seconds (1.7M/s)
2002024-12-21T04:22:27.715Z Actions: 1/5063 actions (Removing old actions)
2012024-12-21T04:22:27.736Z Actions: 194/5063 actions (Installing new actions)
2022024-12-21T04:22:32.556Z Actions: 4226/5063 actions (Updating modified actions)
2032024-12-21T04:22:32.852Z Actions: Completed 5063 actions in 5.13 seconds.
2042024-12-21T04:22:33.278Z Done (0.423s)
2052024-12-21T04:22:33.283Z Done (0.000s)
2062024-12-21T04:22:33.860Z Done (0.582s)
2072024-12-21T04:22:38.399Z Done (4.306s)
2082024-12-21T04:22:38.498Z Done (0.017s)
2092024-12-21T04:22:38.511Z Done (0.000s)
2102024-12-21T04:22:38.676Z Done (0.000s)
2112024-12-21T04:22:39.405ZPlanning: Evaluating mediator changes ... Done
2122024-12-21T04:22:39.572ZPlanning: Checking for conflicting actions ... Done
2132024-12-21T04:22:39.575ZPlanning: Consolidating action changes ... Done
2142024-12-21T04:22:39.851ZPlanning: Evaluating mediators ... Done
2152024-12-21T04:22:39.854ZPlanning: Planning completed in 0.45 seconds
2162024-12-21T04:22:39.892Z Mediators to change: 2
2172024-12-21T04:22:39.892Z Create boot environment: No
2182024-12-21T04:22:39.892ZCreate backup boot environment: No
2192024-12-21T04:22:39.987Z Done
2202024-12-21T04:22:39.987Z Done
2212024-12-21T04:22:40.373Z Done
2222024-12-21T04:22:44.284Z Done
2232024-12-21T04:22:44.376Z Done
2242024-12-21T04:22:44.379Z Done
2252024-12-21T04:22:44.506Z Done
2262024-12-21T04:22:45.146ZPlanning: Evaluating mediator changes ... Done
2272024-12-21T04:22:45.149ZPlanning: Merging actions ... Done
2282024-12-21T04:22:45.339ZPlanning: Checking for conflicting actions ... Done
2292024-12-21T04:22:45.342ZPlanning: Consolidating action changes ... Done
2302024-12-21T04:22:45.619ZPlanning: Evaluating mediators ... Done
2312024-12-21T04:22:45.676ZPlanning: Planning completed in 0.78 seconds
2322024-12-21T04:22:45.717Z Packages to change: 1
2332024-12-21T04:22:45.717Z Mediators to change: 1
2342024-12-21T04:22:45.719Z Services to change: 1
2352024-12-21T04:22:45.719Z Create boot environment: No
2362024-12-21T04:22:45.719ZCreate backup boot environment: Yes
2372024-12-21T04:22:47.936Z Actions: 1/6 actions (Updating modified actions)
2382024-12-21T04:22:47.938Z Actions: Completed 6 actions in 0.00 seconds.
2392024-12-21T04:22:47.938Z Done
2402024-12-21T04:22:47.939Z Done
2412024-12-21T04:22:48.055Z Done
2422024-12-21T04:22:51.993Z Done
2432024-12-21T04:22:52.086Z Done
2442024-12-21T04:22:52.091Z Done
2452024-12-21T04:22:52.216Z Done
2462024-12-21T04:22:52.672ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2472024-12-21T04:22:52.672Zclang system 15 system
2482024-12-21T04:22:52.672Zcsh system system illumos
2492024-12-21T04:22:52.672Zctags system system illumos
2502024-12-21T04:22:52.672Zgcc vendor 12 vendor
2512024-12-21T04:22:52.673Zgcc system 10 system
2522024-12-21T04:22:52.673Zgcc system 7 system
2532024-12-21T04:22:52.673Zgo system 1.20 system
2542024-12-21T04:22:52.673Zgo system 1.19 system
2552024-12-21T04:22:52.673Zllvm system 15 system
2562024-12-21T04:22:52.673Zllvm system 14 system
2572024-12-21T04:22:52.673Zmariadb system 10.6 system
2582024-12-21T04:22:52.673Zmta vendor vendor dma
2592024-12-21T04:22:52.673Zopenjdk system 17 system
2602024-12-21T04:22:52.673Zopenjdk system 11 system
2612024-12-21T04:22:52.673Zopenjdk system 1.8 system
2622024-12-21T04:22:52.674Zopenssl vendor 3 vendor
2632024-12-21T04:22:52.674Zperl system 5.36 system
2642024-12-21T04:22:52.674Zpostgresql system 15 system
2652024-12-21T04:22:52.674Zpostgresql system 13 system
2662024-12-21T04:22:52.674Zpython vendor 3 vendor
2672024-12-21T04:22:52.674Zpython system 2 system
2682024-12-21T04:22:52.674Zpython3 system 3.11 system
2692024-12-21T04:22:52.674Zruby system 3.0 system
2702024-12-21T04:22:52.674Zwords vendor vendor american-english
2712024-12-21T04:22:52.674Zwords system system australian-english
2722024-12-21T04:22:52.674Zwords system system british-english
2732024-12-21T04:22:52.674Zwords system system canadian-english
2742024-12-21T04:22:52.674Zwords system system french
2752024-12-21T04:22:52.674Zwords system system italian
2762024-12-21T04:22:52.674Zwords system system ngerman
2772024-12-21T04:22:52.674Zwords system system ogerman
2782024-12-21T04:22:52.674Zwords system system spanish
2792024-12-21T04:22:53.026ZPUBLISHER TYPE STATUS P LOCATION
2802024-12-21T04:22:53.026Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2812024-12-21T04:22:55.827ZFMRI IFO
2822024-12-21T04:22:55.827Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2832024-12-21T04:22:55.827Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2842024-12-21T04:22:55.827Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2852024-12-21T04:22:55.827Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2862024-12-21T04:22:55.827Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2872024-12-21T04:22:55.827Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882024-12-21T04:22:55.827Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2892024-12-21T04:22:55.827Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902024-12-21T04:22:55.827Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912024-12-21T04:22:55.827Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2922024-12-21T04:22:55.827Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2932024-12-21T04:22:55.827Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942024-12-21T04:22:55.827Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2952024-12-21T04:22:55.827Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2962024-12-21T04:22:55.827Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972024-12-21T04:22:56.647Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982024-12-21T04:22:56.942Z Updating crates.io index
2992024-12-21T04:22:57.035Z Updating git repository `https://github.com/oxidecomputer/diffus`
3002024-12-21T04:22:57.314Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3012024-12-21T04:22:57.832Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3022024-12-21T04:22:58.090Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3032024-12-21T04:22:58.404Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3042024-12-21T04:22:58.713Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052024-12-21T04:22:59.710Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062024-12-21T04:23:01.263Z Updating git repository `https://github.com/oxidecomputer/opte`
3072024-12-21T04:23:01.888Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082024-12-21T04:23:02.686Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092024-12-21T04:23:02.935Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102024-12-21T04:23:03.301Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3112024-12-21T04:23:03.833Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3122024-12-21T04:23:04.222Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3132024-12-21T04:23:04.501Z Updating git repository `https://github.com/oxidecomputer/tofino`
3142024-12-21T04:23:04.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3152024-12-21T04:23:05.062Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3162024-12-21T04:23:05.308Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3172024-12-21T04:23:05.633Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3182024-12-21T04:23:05.933Z Updating git repository `https://github.com/oxidecomputer/ispf`
3192024-12-21T04:23:06.338Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3202024-12-21T04:23:06.659Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3212024-12-21T04:23:07.142Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3222024-12-21T04:23:07.468Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3232024-12-21T04:23:07.796Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3242024-12-21T04:23:08.429Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3252024-12-21T04:23:08.727Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3262024-12-21T04:23:08.952Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3272024-12-21T04:23:09.234Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3282024-12-21T04:23:10.591Z Downloading crates ...
3292024-12-21T04:23:10.670Z Downloaded anstyle-query v1.1.1
3302024-12-21T04:23:10.676Z Downloaded autocfg v1.4.0
3312024-12-21T04:23:10.680Z Downloaded anstyle v1.0.10
3322024-12-21T04:23:10.683Z Downloaded byteorder v1.5.0
3332024-12-21T04:23:10.686Z Downloaded bytecount v0.6.8
3342024-12-21T04:23:10.691Z Downloaded bitflags v2.6.0
3352024-12-21T04:23:10.694Z Downloaded anstream v0.6.15
3362024-12-21T04:23:10.697Z Downloaded anstyle-parse v0.2.5
3372024-12-21T04:23:10.697Z Downloaded anyhow v1.0.93
3382024-12-21T04:23:10.706Z Downloaded block-buffer v0.10.4
3392024-12-21T04:23:10.709Z Downloaded errno v0.3.9
3402024-12-21T04:23:10.712Z Downloaded digest v0.10.7
3412024-12-21T04:23:10.714Z Downloaded camino-tempfile v1.1.1
3422024-12-21T04:23:10.714Z Downloaded equivalent v1.0.1
3432024-12-21T04:23:10.717Z Downloaded clap_derive v4.5.18
3442024-12-21T04:23:10.722Z Downloaded hashbrown v0.15.1
3452024-12-21T04:23:10.727Z Downloaded memmap v0.7.0
3462024-12-21T04:23:10.730Z Downloaded fs-err v2.11.0
3472024-12-21T04:23:10.733Z Downloaded cargo_toml v0.20.5
3482024-12-21T04:23:10.733Z Downloaded camino v1.1.9
3492024-12-21T04:23:10.735Z Downloaded clap_lex v0.7.2
3502024-12-21T04:23:10.735Z Downloaded dtrace-parser v0.2.0
3512024-12-21T04:23:10.738Z Downloaded colorchoice v1.0.2
3522024-12-21T04:23:10.744Z Downloaded generic-array v0.14.7
3532024-12-21T04:23:10.746Z Downloaded clap_builder v4.5.21
3542024-12-21T04:23:10.752Z Downloaded crypto-common v0.1.6
3552024-12-21T04:23:10.755Z Downloaded memchr v2.7.4
3562024-12-21T04:23:10.758Z Downloaded pest_derive v2.7.14
3572024-12-21T04:23:10.761Z Downloaded cfg-if v1.0.0
3582024-12-21T04:23:10.765Z Downloaded cargo-platform v0.1.8
3592024-12-21T04:23:10.765Z Downloaded pretty-hex v0.4.1
3602024-12-21T04:23:10.765Z Downloaded itoa v1.0.11
3612024-12-21T04:23:10.767Z Downloaded cpufeatures v0.2.14
3622024-12-21T04:23:10.772Z Downloaded macaddr v1.0.1
3632024-12-21T04:23:10.775Z Downloaded fnv v1.0.7
3642024-12-21T04:23:10.775Z Downloaded dof v0.3.0
3652024-12-21T04:23:10.779Z Downloaded heck v0.4.1
3662024-12-21T04:23:10.784Z Downloaded swrite v0.1.0
3672024-12-21T04:23:10.787Z Downloaded scroll_derive v0.12.0
3682024-12-21T04:23:10.796Z Downloaded strsim v0.11.1
3692024-12-21T04:23:10.799Z Downloaded plain v0.2.3
3702024-12-21T04:23:10.799Z Downloaded heck v0.5.0
3712024-12-21T04:23:10.802Z Downloaded usdt-attr-macro v0.5.0
3722024-12-21T04:23:10.810Z Downloaded usdt-macro v0.5.0
3732024-12-21T04:23:10.813Z Downloaded toml_datetime v0.6.8
3742024-12-21T04:23:10.817Z Downloaded is_terminal_polyfill v1.70.1
3752024-12-21T04:23:10.817Z Downloaded thiserror-impl v1.0.69
3762024-12-21T04:23:10.820Z Downloaded terminal_size v0.4.0
3772024-12-21T04:23:10.820Z Downloaded thread-id v4.2.2
3782024-12-21T04:23:10.822Z Downloaded thiserror v1.0.69
3792024-12-21T04:23:10.825Z Downloaded proc-macro-error-attr v1.0.4
3802024-12-21T04:23:10.828Z Downloaded indexmap v2.6.0
3812024-12-21T04:23:10.830Z Downloaded pest_generator v2.7.14
3822024-12-21T04:23:10.833Z Downloaded cargo_metadata v0.18.1
3832024-12-21T04:23:10.833Z Downloaded fastrand v2.1.1
3842024-12-21T04:23:10.840Z Downloaded version_check v0.9.5
3852024-12-21T04:23:10.843Z Downloaded tabled_derive v0.7.0
3862024-12-21T04:23:10.843Z Downloaded utf8parse v0.2.2
3872024-12-21T04:23:10.843Z Downloaded serde_spanned v0.6.8
3882024-12-21T04:23:10.846Z Downloaded log v0.4.22
3892024-12-21T04:23:10.850Z Downloaded unicode-linebreak v0.1.5
3902024-12-21T04:23:10.853Z Downloaded serde_tokenstream v0.2.2
3912024-12-21T04:23:10.856Z Downloaded smawk v0.3.2
3922024-12-21T04:23:10.859Z Downloaded usdt-impl v0.5.0
3932024-12-21T04:23:10.863Z Downloaded quote v1.0.37
3942024-12-21T04:23:10.865Z Downloaded proc-macro-error v1.0.4
3952024-12-21T04:23:10.868Z Downloaded tempfile v3.13.0
3962024-12-21T04:23:10.880Z Downloaded zerocopy-derive v0.7.35
3972024-12-21T04:23:10.884Z Downloaded usdt v0.5.0
3982024-12-21T04:23:10.888Z Downloaded pest_meta v2.7.14
3992024-12-21T04:23:10.888Z Downloaded semver v1.0.23
4002024-12-21T04:23:10.890Z Downloaded sha2 v0.10.8
4012024-12-21T04:23:10.893Z Downloaded scroll v0.12.0
4022024-12-21T04:23:10.893Z Downloaded ryu v1.0.18
4032024-12-21T04:23:10.898Z Downloaded once_cell v1.20.2
4042024-12-21T04:23:10.902Z Downloaded unicode-ident v1.0.13
4052024-12-21T04:23:10.903Z Downloaded toml v0.8.19
4062024-12-21T04:23:10.905Z Downloaded textwrap v0.16.1
4072024-12-21T04:23:10.909Z Downloaded typenum v1.17.0
4082024-12-21T04:23:10.915Z Downloaded proc-macro2 v1.0.89
4092024-12-21T04:23:10.915Z Downloaded papergrid v0.11.0
4102024-12-21T04:23:10.930Z Downloaded serde_derive v1.0.215
4112024-12-21T04:23:10.934Z Downloaded clap v4.5.21
4122024-12-21T04:23:10.934Z Downloaded ucd-trie v0.1.7
4132024-12-21T04:23:10.934Z Downloaded serde v1.0.215
4142024-12-21T04:23:10.963Z Downloaded toml_edit v0.22.22
4152024-12-21T04:23:10.982Z Downloaded pest v2.7.14
4162024-12-21T04:23:10.990Z Downloaded serde_json v1.0.133
4172024-12-21T04:23:11.007Z Downloaded zerocopy v0.7.35
4182024-12-21T04:23:11.022Z Downloaded goblin v0.8.2
4192024-12-21T04:23:11.030Z Downloaded tabled v0.15.0
4202024-12-21T04:23:11.042Z Downloaded winnow v0.6.20
4212024-12-21T04:23:11.051Z Downloaded syn v1.0.109
4222024-12-21T04:23:11.060Z Downloaded syn v2.0.87
4232024-12-21T04:23:11.078Z Downloaded unicode-width v0.1.14
4242024-12-21T04:23:11.083Z Downloaded rustix v0.38.37
4252024-12-21T04:23:11.105Z Downloaded libc v0.2.162
4262024-12-21T04:23:11.416Z Compiling proc-macro2 v1.0.89
4272024-12-21T04:23:11.416Z Compiling unicode-ident v1.0.13
4282024-12-21T04:23:11.416Z Compiling version_check v0.9.5
4292024-12-21T04:23:11.420Z Compiling serde v1.0.215
4302024-12-21T04:23:11.420Z Compiling memchr v2.7.4
4312024-12-21T04:23:11.420Z Compiling thiserror v1.0.69
4322024-12-21T04:23:11.420Z Compiling libc v0.2.162
4332024-12-21T04:23:11.420Z Compiling itoa v1.0.11
4342024-12-21T04:23:11.748Z Compiling ucd-trie v0.1.7
4352024-12-21T04:23:11.774Z Compiling ryu v1.0.18
4362024-12-21T04:23:12.212Z Compiling once_cell v1.20.2
4372024-12-21T04:23:12.386Z Compiling byteorder v1.5.0
4382024-12-21T04:23:12.552Z Compiling serde_json v1.0.133
4392024-12-21T04:23:12.628Z Compiling rustix v0.38.37
4402024-12-21T04:23:12.890Z Compiling bitflags v2.6.0
4412024-12-21T04:23:12.972Z Compiling usdt-impl v0.5.0
4422024-12-21T04:23:13.287Z Compiling proc-macro-error-attr v1.0.4
4432024-12-21T04:23:13.313Z Compiling syn v1.0.109
4442024-12-21T04:23:13.362Z Compiling proc-macro-error v1.0.4
4452024-12-21T04:23:13.414Z Compiling quote v1.0.37
4462024-12-21T04:23:13.640Z Compiling errno v0.3.9
4472024-12-21T04:23:13.669Z Compiling utf8parse v0.2.2
4482024-12-21T04:23:13.693Z Compiling hashbrown v0.15.1
4492024-12-21T04:23:13.830Z Compiling syn v2.0.87
4502024-12-21T04:23:13.942Z Compiling equivalent v1.0.1
4512024-12-21T04:23:14.043Z Compiling camino v1.1.9
4522024-12-21T04:23:14.070Z Compiling thread-id v4.2.2
4532024-12-21T04:23:14.148Z Compiling log v0.4.22
4542024-12-21T04:23:14.176Z Compiling plain v0.2.3
4552024-12-21T04:23:14.348Z Compiling anstyle-parse v0.2.5
4562024-12-21T04:23:14.720Z Compiling winnow v0.6.20
4572024-12-21T04:23:14.770Z Compiling semver v1.0.23
4582024-12-21T04:23:15.010Z Compiling indexmap v2.6.0
4592024-12-21T04:23:15.047Z Compiling colorchoice v1.0.2
4602024-12-21T04:23:15.203Z Compiling unicode-width v0.1.14
4612024-12-21T04:23:15.268Z Compiling is_terminal_polyfill v1.70.1
4622024-12-21T04:23:15.307Z Compiling anstyle v1.0.10
4632024-12-21T04:23:15.400Z Compiling pretty-hex v0.4.1
4642024-12-21T04:23:15.631Z Compiling autocfg v1.4.0
4652024-12-21T04:23:15.766Z Compiling anstyle-query v1.1.1
4662024-12-21T04:23:15.933Z Compiling anstream v0.6.15
4672024-12-21T04:23:16.167Z Compiling terminal_size v0.4.0
4682024-12-21T04:23:16.392Z Compiling anyhow v1.0.93
4692024-12-21T04:23:16.458Z Compiling heck v0.5.0
4702024-12-21T04:23:16.865Z Compiling fs-err v2.11.0
4712024-12-21T04:23:16.922Z Compiling clap_lex v0.7.2
4722024-12-21T04:23:17.015Z Compiling strsim v0.11.1
4732024-12-21T04:23:17.057Z Compiling fnv v1.0.7
4742024-12-21T04:23:17.226Z Compiling heck v0.4.1
4752024-12-21T04:23:17.251Z Compiling bytecount v0.6.8
4762024-12-21T04:23:17.491Z Compiling cfg-if v1.0.0
4772024-12-21T04:23:17.518Z Compiling fastrand v2.1.1
4782024-12-21T04:23:17.607Z Compiling papergrid v0.11.0
4792024-12-21T04:23:17.748Z Compiling clap_builder v4.5.21
4802024-12-21T04:23:17.955Z Compiling tempfile v3.13.0
4812024-12-21T04:23:18.186Z Compiling memmap v0.7.0
4822024-12-21T04:23:18.499Z Compiling smawk v0.3.2
4832024-12-21T04:23:18.578Z Compiling unicode-linebreak v0.1.5
4842024-12-21T04:23:18.832Z Compiling swrite v0.1.0
4852024-12-21T04:23:18.989Z Compiling textwrap v0.16.1
4862024-12-21T04:23:20.145Z Compiling tabled_derive v0.7.0
4872024-12-21T04:23:21.691Z Compiling tabled v0.15.0
4882024-12-21T04:23:23.092Z Compiling serde_derive v1.0.215
4892024-12-21T04:23:23.092Z Compiling thiserror-impl v1.0.69
4902024-12-21T04:23:23.096Z Compiling zerocopy-derive v0.7.35
4912024-12-21T04:23:23.096Z Compiling scroll_derive v0.12.0
4922024-12-21T04:23:23.420Z Compiling clap_derive v4.5.18
4932024-12-21T04:23:24.674Z Compiling scroll v0.12.0
4942024-12-21T04:23:25.141Z Compiling goblin v0.8.2
4952024-12-21T04:23:25.200Z Compiling zerocopy v0.7.35
4962024-12-21T04:23:25.942Z Compiling pest v2.7.14
4972024-12-21T04:23:27.216Z Compiling clap v4.5.21
4982024-12-21T04:23:28.290Z Compiling pest_meta v2.7.14
4992024-12-21T04:23:29.156Z Compiling pest_generator v2.7.14
5002024-12-21T04:23:31.008Z Compiling pest_derive v2.7.14
5012024-12-21T04:23:31.709Z Compiling dtrace-parser v0.2.0
5022024-12-21T04:23:33.743Z Compiling serde_tokenstream v0.2.2
5032024-12-21T04:23:33.931Z Compiling toml_datetime v0.6.8
5042024-12-21T04:23:33.931Z Compiling serde_spanned v0.6.8
5052024-12-21T04:23:34.038Z Compiling cargo-platform v0.1.8
5062024-12-21T04:23:34.323Z Compiling toml_edit v0.22.22
5072024-12-21T04:23:34.370Z Compiling macaddr v1.0.1
5082024-12-21T04:23:34.624Z Compiling camino-tempfile v1.1.1
5092024-12-21T04:23:35.284Z Compiling dof v0.3.0
5102024-12-21T04:23:35.464Z Compiling cargo_metadata v0.18.1
5112024-12-21T04:23:36.975Z Compiling usdt-macro v0.5.0
5122024-12-21T04:23:36.975Z Compiling usdt-attr-macro v0.5.0
5132024-12-21T04:23:37.240Z Compiling toml v0.8.19
5142024-12-21T04:23:38.161Z Compiling cargo_toml v0.20.5
5152024-12-21T04:23:38.265Z Compiling usdt v0.5.0
5162024-12-21T04:23:41.827Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5172024-12-21T04:23:46.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.82s
5182024-12-21T04:23:46.497Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5192024-12-21T04:23:47.071Z Downloading crates ...
5202024-12-21T04:23:47.195Z Downloaded async-stream-impl v0.3.6
5212024-12-21T04:23:47.202Z Downloaded ascii-canvas v3.0.0
5222024-12-21T04:23:47.205Z Downloaded addr2line v0.24.2
5232024-12-21T04:23:47.220Z Downloaded aead v0.5.2
5242024-12-21T04:23:47.222Z Downloaded adler2 v2.0.0
5252024-12-21T04:23:47.225Z Downloaded bit-set v0.5.3
5262024-12-21T04:23:47.228Z Downloaded hickory-client v0.24.1
5272024-12-21T04:23:47.231Z Downloaded async-recursion v1.1.1
5282024-12-21T04:23:47.237Z Downloaded ident_case v1.0.1
5292024-12-21T04:23:47.240Z Downloaded icu_provider_macros v1.5.0
5302024-12-21T04:23:47.240Z Downloaded hubpack_derive v0.1.1
5312024-12-21T04:23:47.243Z Downloaded http-body v1.0.1
5322024-12-21T04:23:47.243Z Downloaded http-range v0.1.5
5332024-12-21T04:23:47.245Z Downloaded async-bb8-diesel v0.2.1
5342024-12-21T04:23:47.246Z Downloaded match_cfg v0.1.0
5352024-12-21T04:23:47.248Z Downloaded assert_matches v1.5.0
5362024-12-21T04:23:47.250Z Downloaded arrayvec v0.7.6
5372024-12-21T04:23:47.254Z Downloaded crc-any v2.5.0
5382024-12-21T04:23:47.257Z Downloaded instant v0.1.13
5392024-12-21T04:23:47.257Z Downloaded ahash v0.8.11
5402024-12-21T04:23:47.259Z Downloaded const_format v0.2.33
5412024-12-21T04:23:47.264Z Downloaded matches v0.1.10
5422024-12-21T04:23:47.267Z Downloaded is_ci v1.2.0
5432024-12-21T04:23:47.269Z Downloaded lockfree-object-pool v0.1.6
5442024-12-21T04:23:47.272Z Downloaded crossbeam-channel v0.5.13
5452024-12-21T04:23:47.275Z Downloaded humantime v2.1.0
5462024-12-21T04:23:47.278Z Downloaded hostname v0.4.0
5472024-12-21T04:23:47.280Z Downloaded http-body-util v0.1.2
5482024-12-21T04:23:47.283Z Downloaded crucible-workspace-hack v0.1.0
5492024-12-21T04:23:47.283Z Downloaded aes v0.8.4
5502024-12-21T04:23:47.286Z Downloaded is-terminal v0.4.13
5512024-12-21T04:23:47.289Z Downloaded impl-trait-for-tuples v0.2.2
5522024-12-21T04:23:47.291Z Downloaded cfg_aliases v0.1.1
5532024-12-21T04:23:47.293Z Downloaded mockall v0.13.0
5542024-12-21T04:23:47.293Z Downloaded lazycell v1.3.0
5552024-12-21T04:23:47.296Z Downloaded maplit v1.0.2
5562024-12-21T04:23:47.296Z Downloaded linear-map v1.2.0
5572024-12-21T04:23:47.298Z Downloaded cfg_aliases v0.2.1
5582024-12-21T04:23:47.301Z Downloaded indent_write v2.2.0
5592024-12-21T04:23:47.301Z Downloaded idna_adapter v1.2.0
5602024-12-21T04:23:47.301Z Downloaded hex-literal v0.4.1
5612024-12-21T04:23:47.304Z Downloaded mirai-annotations v1.12.0
5622024-12-21T04:23:47.304Z Downloaded cexpr v0.6.0
5632024-12-21T04:23:47.307Z Downloaded md5 v0.7.0
5642024-12-21T04:23:47.309Z Downloaded crunchy v0.2.2
5652024-12-21T04:23:47.309Z Downloaded ciborium-io v0.2.2
5662024-12-21T04:23:47.312Z Downloaded lru-cache v0.1.2
5672024-12-21T04:23:47.312Z Downloaded bitfield v0.14.0
5682024-12-21T04:23:47.314Z Downloaded bb8 v0.8.5
5692024-12-21T04:23:47.317Z Downloaded managed v0.8.0
5702024-12-21T04:23:47.317Z Downloaded headers-core v0.3.0
5712024-12-21T04:23:47.320Z Downloaded linked-hash-map v0.5.6
5722024-12-21T04:23:47.320Z Downloaded libsw v3.3.1
5732024-12-21T04:23:47.322Z Downloaded maybe-uninit v2.0.0
5742024-12-21T04:23:47.322Z Downloaded libefi-sys v0.1.0
5752024-12-21T04:23:47.325Z Downloaded internet-checksum v0.2.1
5762024-12-21T04:23:47.325Z Downloaded memoffset v0.9.1
5772024-12-21T04:23:47.327Z Downloaded cstr-argument v0.1.2
5782024-12-21T04:23:47.330Z Downloaded inout v0.1.3
5792024-12-21T04:23:47.330Z Downloaded home v0.5.9
5802024-12-21T04:23:47.332Z Downloaded base16ct v0.2.0
5812024-12-21T04:23:47.335Z Downloaded atomic-waker v1.1.2
5822024-12-21T04:23:47.335Z Downloaded bitfield-struct v0.6.2
5832024-12-21T04:23:47.338Z Downloaded ctr v0.9.2
5842024-12-21T04:23:47.341Z Downloaded iana-time-zone v0.1.61
5852024-12-21T04:23:47.346Z Downloaded ipnetwork v0.20.0
5862024-12-21T04:23:47.346Z Downloaded crc-catalog v2.4.0
5872024-12-21T04:23:47.348Z Downloaded lock_api v0.4.12
5882024-12-21T04:23:47.348Z Downloaded jobserver v0.1.32
5892024-12-21T04:23:47.351Z Downloaded lazy_static v1.5.0
5902024-12-21T04:23:47.353Z Downloaded colored v2.1.0
5912024-12-21T04:23:47.355Z Downloaded mime_guess v2.0.5
5922024-12-21T04:23:47.358Z Downloaded litemap v0.7.3
5932024-12-21T04:23:47.363Z Downloaded icu_locid_transform v1.5.0
5942024-12-21T04:23:47.367Z Downloaded hyper-tls v0.6.0
5952024-12-21T04:23:47.367Z Downloaded keccak v0.1.5
5962024-12-21T04:23:47.372Z Downloaded buf-list v1.0.3
5972024-12-21T04:23:47.372Z Downloaded memmap2 v0.9.5
5982024-12-21T04:23:47.375Z Downloaded tinyvec_macros v0.1.1
5992024-12-21T04:23:47.375Z Downloaded curve25519-dalek-derive v0.1.1
6002024-12-21T04:23:47.375Z Downloaded blowfish v0.9.1
6012024-12-21T04:23:47.378Z Downloaded zone_cfg_derive v0.1.2
6022024-12-21T04:23:47.378Z Downloaded hyper-rustls v0.27.3
6032024-12-21T04:23:47.382Z Downloaded quinn-udp v0.5.5
6042024-12-21T04:23:47.384Z Downloaded rustc-hash v1.1.0
6052024-12-21T04:23:47.384Z Downloaded shell-words v1.1.0
6062024-12-21T04:23:47.384Z Downloaded serde_repr v0.1.19
6072024-12-21T04:23:47.386Z Downloaded utf16_iter v1.0.5
6082024-12-21T04:23:47.389Z Downloaded icu_normalizer v1.5.0
6092024-12-21T04:23:47.392Z Downloaded rustc-hash v2.0.0
6102024-12-21T04:23:47.395Z Downloaded rtoolbox v0.0.2
6112024-12-21T04:23:47.398Z Downloaded console v0.15.8
6122024-12-21T04:23:47.400Z Downloaded icu_locid_transform_data v1.5.0
6132024-12-21T04:23:47.402Z Downloaded miniz_oxide v0.8.0
6142024-12-21T04:23:47.405Z Downloaded slab v0.4.9
6152024-12-21T04:23:47.408Z Downloaded zone_cfg_derive v0.3.0
6162024-12-21T04:23:47.408Z Downloaded slog-stdlog v4.1.1
6172024-12-21T04:23:47.410Z Downloaded foreign-types-shared v0.3.1
6182024-12-21T04:23:47.412Z Downloaded cancel-safe-futures v0.1.5
6192024-12-21T04:23:47.415Z Downloaded bcs v0.1.6
6202024-12-21T04:23:47.418Z Downloaded tap v1.0.1
6212024-12-21T04:23:47.420Z Downloaded bzip2 v0.4.4
6222024-12-21T04:23:47.423Z Downloaded kstat-rs v0.2.4
6232024-12-21T04:23:47.423Z Downloaded backoff v0.4.0
6242024-12-21T04:23:47.426Z Downloaded opaque-debug v0.3.1
6252024-12-21T04:23:47.429Z Downloaded new_debug_unreachable v1.0.6
6262024-12-21T04:23:47.429Z Downloaded stringprep v0.1.5
6272024-12-21T04:23:47.432Z Downloaded structmeta v0.3.0
6282024-12-21T04:23:47.432Z Downloaded structmeta v0.2.0
6292024-12-21T04:23:47.435Z Downloaded wyz v0.5.1
6302024-12-21T04:23:47.437Z Downloaded unicase v2.7.0
6312024-12-21T04:23:47.437Z Downloaded zeroize_derive v1.4.2
6322024-12-21T04:23:47.440Z Downloaded unarray v0.1.4
6332024-12-21T04:23:47.442Z Downloaded phf_shared v0.10.0
6342024-12-21T04:23:47.442Z Downloaded indexmap v1.9.3
6352024-12-21T04:23:47.446Z Downloaded hyper-util v0.1.10
6362024-12-21T04:23:47.452Z Downloaded defmt-parser v0.3.4
6372024-12-21T04:23:47.454Z Downloaded clang-sys v1.8.1
6382024-12-21T04:23:47.456Z Downloaded spin v0.9.8
6392024-12-21T04:23:47.459Z Downloaded hickory-resolver v0.24.1
6402024-12-21T04:23:47.465Z Downloaded either v1.13.0
6412024-12-21T04:23:47.468Z Downloaded russh-cryptovec v0.7.3
6422024-12-21T04:23:47.471Z Downloaded filetime v0.2.25
6432024-12-21T04:23:47.471Z Downloaded ff v0.13.0
6442024-12-21T04:23:47.474Z Downloaded time-core v0.1.2
6452024-12-21T04:23:47.474Z Downloaded futures-sink v0.3.31
6462024-12-21T04:23:47.476Z Downloaded group v0.13.0
6472024-12-21T04:23:47.476Z Downloaded mockall_derive v0.13.0
6482024-12-21T04:23:47.479Z Downloaded thiserror v2.0.3
6492024-12-21T04:23:47.485Z Downloaded want v0.3.1
6502024-12-21T04:23:47.490Z Downloaded writeable v0.5.5
6512024-12-21T04:23:47.494Z Downloaded olpc-cjson v0.1.4
6522024-12-21T04:23:47.495Z Downloaded phf_shared v0.11.2
6532024-12-21T04:23:47.495Z Downloaded phf_generator v0.11.2
6542024-12-21T04:23:47.497Z Downloaded peg v0.8.4
6552024-12-21T04:23:47.497Z Downloaded zerofrom v0.1.4
6562024-12-21T04:23:47.500Z Downloaded vsss-rs v3.3.4
6572024-12-21T04:23:47.502Z Downloaded indicatif v0.17.9
6582024-12-21T04:23:47.506Z Downloaded icu_provider v1.5.0
6592024-12-21T04:23:47.512Z Downloaded diesel_table_macro_syntax v0.2.0
6602024-12-21T04:23:47.515Z Downloaded const-oid v0.9.6
6612024-12-21T04:23:47.515Z Downloaded compact_str v0.8.0
6622024-12-21T04:23:47.521Z Downloaded env_logger v0.11.5
6632024-12-21T04:23:47.524Z Downloaded ed25519 v2.2.3
6642024-12-21T04:23:47.524Z Downloaded des v0.8.1
6652024-12-21T04:23:47.527Z Downloaded newline-converter v0.3.0
6662024-12-21T04:23:47.527Z Downloaded radium v0.7.0
6672024-12-21T04:23:47.530Z Downloaded progenitor-macro v0.8.0
6682024-12-21T04:23:47.530Z Downloaded glob v0.3.1
6692024-12-21T04:23:47.533Z Downloaded serde_path_to_error v0.1.16
6702024-12-21T04:23:47.533Z Downloaded number_prefix v0.4.0
6712024-12-21T04:23:47.536Z Downloaded num_threads v0.1.7
6722024-12-21T04:23:47.536Z Downloaded signal-hook-tokio v0.3.1
6732024-12-21T04:23:47.546Z Downloaded static_assertions v1.1.0
6742024-12-21T04:23:47.546Z Downloaded slog-scope v4.4.0
6752024-12-21T04:23:47.546Z Downloaded smallvec v0.6.14
6762024-12-21T04:23:47.546Z Downloaded slog-json v2.6.1
6772024-12-21T04:23:47.546Z Downloaded rpassword v7.3.1
6782024-12-21T04:23:47.546Z Downloaded pretty-hex v0.2.1
6792024-12-21T04:23:47.552Z Downloaded strum_macros v0.24.3
6802024-12-21T04:23:47.552Z Downloaded topological-sort v0.2.2
6812024-12-21T04:23:47.552Z Downloaded xattr v1.3.1
6822024-12-21T04:23:47.556Z Downloaded zerofrom-derive v0.1.4
6832024-12-21T04:23:47.556Z Downloaded time-macros v0.2.18
6842024-12-21T04:23:47.559Z Downloaded dirs-next v2.0.0
6852024-12-21T04:23:47.559Z Downloaded difflib v0.4.0
6862024-12-21T04:23:47.562Z Downloaded postgres-types v0.2.8
6872024-12-21T04:23:47.565Z Downloaded chacha20poly1305 v0.10.1
6882024-12-21T04:23:47.572Z Downloaded serde_urlencoded v0.7.1
6892024-12-21T04:23:47.577Z Downloaded take_mut v0.2.2
6902024-12-21T04:23:47.581Z Downloaded flagset v0.4.6
6912024-12-21T04:23:47.581Z Downloaded fixedbitset v0.4.2
6922024-12-21T04:23:47.584Z Downloaded serde_derive_internals v0.29.1
6932024-12-21T04:23:47.586Z Downloaded float-ord v0.3.2
6942024-12-21T04:23:47.586Z Downloaded float-cmp v0.9.0
6952024-12-21T04:23:47.589Z Downloaded derive_builder_macro v0.20.2
6962024-12-21T04:23:47.589Z Downloaded stable_deref_trait v1.2.0
6972024-12-21T04:23:47.591Z Downloaded darling_macro v0.20.10
6982024-12-21T04:23:47.591Z Downloaded pin-utils v0.1.0
6992024-12-21T04:23:47.591Z Downloaded num_enum_derive v0.5.11
7002024-12-21T04:23:47.594Z Downloaded yoke-derive v0.7.4
7012024-12-21T04:23:47.597Z Downloaded parking_lot v0.11.2
7022024-12-21T04:23:47.597Z Downloaded try-lock v0.2.5
7032024-12-21T04:23:47.600Z Downloaded num_enum v0.5.11
7042024-12-21T04:23:47.604Z Downloaded endian-type v0.1.2
7052024-12-21T04:23:47.606Z Downloaded zeroize v1.8.1
7062024-12-21T04:23:47.606Z Downloaded vte v0.11.1
7072024-12-21T04:23:47.609Z Downloaded predicates-tree v1.0.11
7082024-12-21T04:23:47.613Z Downloaded dhcproto-macros v0.1.0
7092024-12-21T04:23:47.613Z Downloaded resolv-conf v0.7.0
7102024-12-21T04:23:47.615Z Downloaded strum_macros v0.26.4
7112024-12-21T04:23:47.618Z Downloaded tokio-rustls v0.24.1
7122024-12-21T04:23:47.621Z Downloaded serde_plain v1.0.2
7132024-12-21T04:23:47.621Z Downloaded rusty-fork v0.3.0
7142024-12-21T04:23:47.623Z Downloaded der_derive v0.7.3
7152024-12-21T04:23:47.623Z Downloaded unicode-bidi v0.3.17
7162024-12-21T04:23:47.627Z Downloaded path-slash v0.1.5
7172024-12-21T04:23:47.629Z Downloaded smf v0.2.3
7182024-12-21T04:23:47.629Z Downloaded vergen v8.3.2
7192024-12-21T04:23:47.633Z Downloaded peg-runtime v0.8.3
7202024-12-21T04:23:47.636Z Downloaded tls_codec_derive v0.4.1
7212024-12-21T04:23:47.636Z Downloaded native-tls v0.2.12
7222024-12-21T04:23:47.642Z Downloaded tracing-core v0.1.32
7232024-12-21T04:23:47.646Z Downloaded utf8_iter v1.0.4
7242024-12-21T04:23:47.646Z Downloaded utf-8 v0.7.6
7252024-12-21T04:23:47.646Z Downloaded untrusted v0.9.0
7262024-12-21T04:23:47.650Z Downloaded siphasher v0.3.11
7272024-12-21T04:23:47.650Z Downloaded termtree v0.4.1
7282024-12-21T04:23:47.650Z Downloaded quick-error v1.2.3
7292024-12-21T04:23:47.653Z Downloaded ssh-encoding v0.2.0
7302024-12-21T04:23:47.654Z Downloaded test-strategy v0.3.1
7312024-12-21T04:23:47.658Z Downloaded unicode-xid v0.2.6
7322024-12-21T04:23:47.661Z Downloaded sync_wrapper v1.0.1
7332024-12-21T04:23:47.661Z Downloaded sync-ptr v0.1.1
7342024-12-21T04:23:47.662Z Downloaded strum_macros v0.25.3
7352024-12-21T04:23:47.667Z Downloaded ena v0.14.3
7362024-12-21T04:23:47.673Z Downloaded powerfmt v0.2.0
7372024-12-21T04:23:47.673Z Downloaded pkcs1 v0.7.5
7382024-12-21T04:23:47.673Z Downloaded subprocess v0.2.9
7392024-12-21T04:23:47.690Z Downloaded funty v2.0.0
7402024-12-21T04:23:47.691Z Downloaded hex v0.4.3
7412024-12-21T04:23:47.691Z Downloaded heck v0.3.3
7422024-12-21T04:23:47.691Z Downloaded newtype-uuid v1.1.3
7432024-12-21T04:23:47.698Z Downloaded waitgroup v0.1.2
7442024-12-21T04:23:47.698Z Downloaded tracing v0.1.40
7452024-12-21T04:23:47.699Z Downloaded newtype_derive v0.1.6
7462024-12-21T04:23:47.699Z Downloaded itertools v0.10.5
7472024-12-21T04:23:47.699Z Downloaded psl-types v2.0.11
7482024-12-21T04:23:47.699Z Downloaded pbkdf2 v0.11.0
7492024-12-21T04:23:47.707Z Downloaded schemars_derive v0.8.21
7502024-12-21T04:23:47.707Z Downloaded rand_chacha v0.3.1
7512024-12-21T04:23:47.707Z Downloaded progenitor-client v0.8.0
7522024-12-21T04:23:47.707Z Downloaded sqlparser_derive v0.2.2
7532024-12-21T04:23:47.708Z Downloaded serde-big-array v0.5.1
7542024-12-21T04:23:47.716Z Downloaded simd-adler32 v0.3.7
7552024-12-21T04:23:47.717Z Downloaded scrypt v0.11.0
7562024-12-21T04:23:47.717Z Downloaded yoke v0.7.4
7572024-12-21T04:23:47.717Z Downloaded termios v0.3.3
7582024-12-21T04:23:47.718Z Downloaded slog-envlogger v2.2.0
7592024-12-21T04:23:47.742Z Downloaded tokio-tungstenite v0.24.0
7602024-12-21T04:23:47.742Z Downloaded tabwriter v1.4.0
7612024-12-21T04:23:47.742Z Downloaded synstructure v0.13.1
7622024-12-21T04:23:47.742Z Downloaded tokio-stream v0.1.16
7632024-12-21T04:23:47.749Z Downloaded thread_local v1.1.8
7642024-12-21T04:23:47.749Z Downloaded rsa v0.9.6
7652024-12-21T04:23:47.749Z Downloaded futures-io v0.3.31
7662024-12-21T04:23:47.749Z Downloaded multer v3.1.0
7672024-12-21T04:23:47.750Z Downloaded futures-executor v0.3.31
7682024-12-21T04:23:47.750Z Downloaded x509-cert v0.2.5
7692024-12-21T04:23:47.750Z Downloaded foreign-types v0.5.0
7702024-12-21T04:23:47.750Z Downloaded dirs-sys-next v0.1.2
7712024-12-21T04:23:47.757Z Downloaded hash32 v0.3.1
7722024-12-21T04:23:47.758Z Downloaded half v2.4.1
7732024-12-21T04:23:47.758Z Downloaded display-error-chain v0.2.2
7742024-12-21T04:23:47.758Z Downloaded flume v0.11.1
7752024-12-21T04:23:47.764Z Downloaded percent-encoding v2.3.1
7762024-12-21T04:23:47.765Z Downloaded peg-macros v0.8.4
7772024-12-21T04:23:47.765Z Downloaded parse-display-derive v0.10.0
7782024-12-21T04:23:47.765Z Downloaded sec1 v0.7.3
7792024-12-21T04:23:47.771Z Downloaded semver v0.1.20
7802024-12-21T04:23:47.771Z Downloaded secrecy v0.8.0
7812024-12-21T04:23:47.771Z Downloaded rand_core v0.6.4
7822024-12-21T04:23:47.779Z Downloaded precomputed-hash v0.1.1
7832024-12-21T04:23:47.779Z Downloaded progenitor v0.8.0
7842024-12-21T04:23:47.779Z Downloaded http v1.1.0
7852024-12-21T04:23:47.789Z Downloaded smallvec v1.13.2
7862024-12-21T04:23:47.791Z Downloaded termcolor v1.4.1
7872024-12-21T04:23:47.791Z Downloaded rustversion v1.0.17
7882024-12-21T04:23:47.792Z Downloaded libm v0.2.8
7892024-12-21T04:23:47.798Z Downloaded dyn-clone v1.0.17
7902024-12-21T04:23:47.798Z Downloaded diesel_derives v2.2.3
7912024-12-21T04:23:47.807Z Downloaded zerocopy-derive v0.8.10
7922024-12-21T04:23:47.824Z Downloaded form_urlencoded v1.2.1
7932024-12-21T04:23:47.824Z Downloaded dsl_auto_type v0.1.2
7942024-12-21T04:23:47.825Z Downloaded hashlink v0.9.1
7952024-12-21T04:23:47.826Z Downloaded itertools v0.12.1
7962024-12-21T04:23:47.841Z Downloaded idna v1.0.3
7972024-12-21T04:23:47.842Z Downloaded ppv-lite86 v0.2.20
7982024-12-21T04:23:47.842Z Downloaded toml_edit v0.19.15
7992024-12-21T04:23:47.859Z Downloaded tokio-native-tls v0.3.1
8002024-12-21T04:23:47.860Z Downloaded tokio-macros v2.4.0
8012024-12-21T04:23:47.860Z Downloaded string_cache v0.8.7
8022024-12-21T04:23:47.860Z Downloaded shlex v1.3.0
8032024-12-21T04:23:47.860Z Downloaded sha1 v0.10.6
8042024-12-21T04:23:47.882Z Downloaded structmeta-derive v0.2.0
8052024-12-21T04:23:47.882Z Downloaded dunce v1.0.5
8062024-12-21T04:23:47.882Z Downloaded itertools v0.13.0
8072024-12-21T04:23:47.883Z Downloaded openssl-probe v0.1.5
8082024-12-21T04:23:47.883Z Downloaded openssl-macros v0.1.1
8092024-12-21T04:23:47.885Z Downloaded deranged v0.3.11
8102024-12-21T04:23:47.901Z Downloaded paste v1.0.15
8112024-12-21T04:23:47.901Z Downloaded packed_struct v0.10.1
8122024-12-21T04:23:47.901Z Downloaded embedded-io v0.6.1
8132024-12-21T04:23:47.902Z Downloaded embedded-io v0.4.0
8142024-12-21T04:23:47.902Z Downloaded tar v0.4.42
8152024-12-21T04:23:47.902Z Downloaded hyper v1.5.0
8162024-12-21T04:23:47.902Z Downloaded sigpipe v0.1.3
8172024-12-21T04:23:47.902Z Downloaded pem v3.0.4
8182024-12-21T04:23:47.902Z Downloaded password-hash v0.5.0
8192024-12-21T04:23:47.902Z Downloaded zone v0.1.8
8202024-12-21T04:23:47.914Z Downloaded supports-color v3.0.1
8212024-12-21T04:23:47.915Z Downloaded owo-colors v4.1.0
8222024-12-21T04:23:47.915Z Downloaded rand_seeder v0.3.0
8232024-12-21T04:23:47.917Z Downloaded predicates v3.1.2
8242024-12-21T04:23:47.917Z Downloaded tokio-util v0.7.12
8252024-12-21T04:23:47.943Z Downloaded ghash v0.5.1
8262024-12-21T04:23:47.943Z Downloaded fallible-iterator v0.2.0
8272024-12-21T04:23:47.943Z Downloaded value-bag v1.9.0
8282024-12-21T04:23:47.943Z Downloaded unicode-truncate v1.1.0
8292024-12-21T04:23:47.943Z Downloaded russh v0.45.0
8302024-12-21T04:23:47.960Z Downloaded slog-async v2.8.0
8312024-12-21T04:23:47.960Z Downloaded pkg-config v0.3.31
8322024-12-21T04:23:47.960Z Downloaded tls_codec v0.4.1
8332024-12-21T04:23:47.982Z Downloaded num-complex v0.4.6
8342024-12-21T04:23:47.982Z Downloaded blake3 v1.5.4
8352024-12-21T04:23:47.983Z Downloaded publicsuffix v2.2.3
8362024-12-21T04:23:47.983Z Downloaded normalize-line-endings v0.3.0
8372024-12-21T04:23:47.983Z Downloaded pem-rfc7468 v0.7.0
8382024-12-21T04:23:47.983Z Downloaded schemars v0.8.21
8392024-12-21T04:23:47.983Z Downloaded oso-derive v0.27.3
8402024-12-21T04:23:47.983Z Downloaded num-conv v0.1.0
8412024-12-21T04:23:47.983Z Downloaded same-file v1.0.6
8422024-12-21T04:23:47.983Z Downloaded ref-cast v1.0.23
8432024-12-21T04:23:47.984Z Downloaded parse-display v0.10.0
8442024-12-21T04:23:47.984Z Downloaded parking_lot_core v0.9.10
8452024-12-21T04:23:47.984Z Downloaded slog-bunyan v2.5.0
8462024-12-21T04:23:47.984Z Downloaded tungstenite v0.23.0
8472024-12-21T04:23:47.984Z Downloaded num-derive v0.4.2
8482024-12-21T04:23:48.023Z Downloaded slog-dtrace v0.3.0
8492024-12-21T04:23:48.023Z Downloaded nu-ansi-term v0.50.1
8502024-12-21T04:23:48.024Z Downloaded nibble_vec v0.1.0
8512024-12-21T04:23:48.024Z Downloaded gethostname v0.5.0
8522024-12-21T04:23:48.024Z Downloaded parse-size v1.1.0
8532024-12-21T04:23:48.024Z Downloaded env_logger v0.10.2
8542024-12-21T04:23:48.024Z Downloaded zip v0.6.6
8552024-12-21T04:23:48.054Z Downloaded twox-hash v1.6.3
8562024-12-21T04:23:48.054Z Downloaded fxhash v0.2.1
8572024-12-21T04:23:48.054Z Downloaded poly1305 v0.8.0
8582024-12-21T04:23:48.054Z Downloaded heapless v0.8.0
8592024-12-21T04:23:48.054Z Downloaded hashbrown v0.12.3
8602024-12-21T04:23:48.054Z Downloaded vte_generate_state_changes v0.1.2
8612024-12-21T04:23:48.055Z Downloaded tui-tree-widget v0.22.0
8622024-12-21T04:23:48.055Z Downloaded aws-lc-rs v1.10.0
8632024-12-21T04:23:48.055Z Downloaded nodrop v0.1.14
8642024-12-21T04:23:48.055Z Downloaded xz2 v0.1.7
8652024-12-21T04:23:48.055Z Downloaded serde_yaml v0.9.34+deprecated
8662024-12-21T04:23:48.055Z Downloaded num v0.4.3
8672024-12-21T04:23:48.056Z Downloaded tungstenite v0.21.0
8682024-12-21T04:23:48.071Z Downloaded structmeta-derive v0.3.0
8692024-12-21T04:23:48.072Z Downloaded sqlformat v0.2.6
8702024-12-21T04:23:48.073Z Downloaded rfc6979 v0.4.0
8712024-12-21T04:23:48.073Z Downloaded ssh-cipher v0.2.0
8722024-12-21T04:23:48.074Z Downloaded signal-hook-registry v1.4.2
8732024-12-21T04:23:48.074Z Downloaded signal-hook-mio v0.2.4
8742024-12-21T04:23:48.074Z Downloaded rustls-pemfile v1.0.4
8752024-12-21T04:23:48.074Z Downloaded getrandom v0.2.15
8762024-12-21T04:23:48.074Z Downloaded fallible-streaming-iterator v0.1.9
8772024-12-21T04:23:48.074Z Downloaded fd-lock v4.0.2
8782024-12-21T04:23:48.075Z Downloaded universal-hash v0.5.1
8792024-12-21T04:23:48.075Z Downloaded subtle v2.6.1
8802024-12-21T04:23:48.076Z Downloaded derive_builder v0.20.2
8812024-12-21T04:23:48.076Z Downloaded ref-cast-impl v1.0.23
8822024-12-21T04:23:48.077Z Downloaded polyval v0.6.2
8832024-12-21T04:23:48.077Z Downloaded yasna v0.5.2
8842024-12-21T04:23:48.077Z Downloaded rustls-pemfile v2.2.0
8852024-12-21T04:23:48.089Z Downloaded pin-project v1.1.6
8862024-12-21T04:23:48.090Z Downloaded debug-ignore v1.0.5
8872024-12-21T04:23:48.090Z Downloaded unicode-properties v0.1.3
8882024-12-21T04:23:48.090Z Downloaded socket2 v0.5.7
8892024-12-21T04:23:48.090Z Downloaded similar v2.6.0
8902024-12-21T04:23:48.102Z Downloaded hash32 v0.2.1
8912024-12-21T04:23:48.102Z Downloaded tokio-postgres v0.7.12
8922024-12-21T04:23:48.102Z Downloaded rayon v1.10.0
8932024-12-21T04:23:48.110Z Downloaded pin-project-lite v0.2.14
8942024-12-21T04:23:48.124Z Downloaded postcard v1.0.10
8952024-12-21T04:23:48.124Z Downloaded hashbrown v0.13.2
8962024-12-21T04:23:48.159Z Downloaded pin-project-internal v1.1.6
8972024-12-21T04:23:48.160Z Downloaded oso v0.27.3
8982024-12-21T04:23:48.160Z Downloaded pkcs8 v0.10.2
8992024-12-21T04:23:48.160Z Downloaded defmt v0.3.8
9002024-12-21T04:23:48.160Z Downloaded wait-timeout v0.2.0
9012024-12-21T04:23:48.160Z Downloaded h2 v0.4.6
9022024-12-21T04:23:48.177Z Downloaded ssh-key v0.6.6
9032024-12-21T04:23:48.178Z Downloaded pkcs5 v0.7.1
9042024-12-21T04:23:48.178Z Downloaded bitvec v1.0.1
9052024-12-21T04:23:48.226Z Downloaded parse-zoneinfo v0.3.1
9062024-12-21T04:23:48.226Z Downloaded lalrpop v0.19.12
9072024-12-21T04:23:48.251Z Downloaded unsafe-libyaml v0.2.11
9082024-12-21T04:23:48.252Z Downloaded russh-keys v0.45.0
9092024-12-21T04:23:48.252Z Downloaded fatfs v0.3.6
9102024-12-21T04:23:48.252Z Downloaded openssl-sys v0.9.103
9112024-12-21T04:23:48.252Z Downloaded hashbrown v0.14.5
9122024-12-21T04:23:48.252Z Downloaded expectorate v1.1.0
9132024-12-21T04:23:48.252Z Downloaded icu_properties_data v1.5.0
9142024-12-21T04:23:48.253Z Downloaded unicode_categories v0.1.1
9152024-12-21T04:23:48.253Z Downloaded idna v0.3.0
9162024-12-21T04:23:48.253Z Downloaded darling_core v0.20.10
9172024-12-21T04:23:48.267Z Downloaded time v0.3.36
9182024-12-21T04:23:48.267Z Downloaded unicode-segmentation v1.12.0
9192024-12-21T04:23:48.268Z Downloaded idna v0.4.0
9202024-12-21T04:23:48.268Z Downloaded zerovec v0.10.4
9212024-12-21T04:23:48.278Z Downloaded num-bigint v0.4.6
9222024-12-21T04:23:48.278Z Downloaded idna v0.2.3
9232024-12-21T04:23:48.293Z Downloaded num-bigint-dig v0.8.4
9242024-12-21T04:23:48.294Z Downloaded typed-path v0.9.3
9252024-12-21T04:23:48.303Z Downloaded idna v0.5.0
9262024-12-21T04:23:48.304Z Downloaded winnow v0.5.40
9272024-12-21T04:23:48.312Z Downloaded unicode-normalization v0.1.24
9282024-12-21T04:23:48.326Z Downloaded salty v0.3.0
9292024-12-21T04:23:48.331Z Downloaded sqlparser v0.45.0
9302024-12-21T04:23:48.332Z Downloaded rustls-webpki v0.101.7
9312024-12-21T04:23:48.355Z Downloaded reedline v0.35.0
9322024-12-21T04:23:48.371Z Downloaded rustls-webpki v0.102.8
9332024-12-21T04:23:48.388Z Downloaded proptest v1.5.0
9342024-12-21T04:23:48.399Z Downloaded petname v2.0.2
9352024-12-21T04:23:48.399Z Downloaded object v0.30.4
9362024-12-21T04:23:48.414Z Downloaded trust-dns-proto v0.22.0
9372024-12-21T04:23:48.424Z Downloaded futures-util v0.3.31
9382024-12-21T04:23:48.432Z Downloaded smoltcp v0.11.0
9392024-12-21T04:23:48.445Z Downloaded webpki-roots v0.26.6
9402024-12-21T04:23:48.450Z Downloaded chrono-tz v0.10.0
9412024-12-21T04:23:48.458Z Downloaded rustls v0.22.4
9422024-12-21T04:23:48.473Z Downloaded object v0.36.5
9432024-12-21T04:23:48.488Z Downloaded diesel v2.2.6
9442024-12-21T04:23:48.510Z Downloaded bstr v1.10.0
9452024-12-21T04:23:48.518Z Downloaded unicode-width v0.2.0
9462024-12-21T04:23:48.526Z Downloaded polar-core v0.27.3
9472024-12-21T04:23:48.533Z Downloaded dropshot v0.12.0
9482024-12-21T04:23:48.559Z Downloaded regex v1.11.1
9492024-12-21T04:23:48.571Z Downloaded dropshot v0.13.0
9502024-12-21T04:23:48.590Z Downloaded gimli v0.31.1
9512024-12-21T04:23:48.600Z Downloaded openapiv3 v2.0.0
9522024-12-21T04:23:48.614Z Downloaded nix v0.29.0
9532024-12-21T04:23:48.670Z Downloaded sled v0.34.7
9542024-12-21T04:23:48.670Z Downloaded regress v0.10.1
9552024-12-21T04:23:48.671Z Downloaded rustls v0.23.19
9562024-12-21T04:23:48.671Z Downloaded zerocopy v0.8.10
9572024-12-21T04:23:48.682Z Downloaded nix v0.28.0
9582024-12-21T04:23:48.699Z Downloaded ratatui v0.28.1
9592024-12-21T04:23:48.723Z Downloaded regress v0.9.1
9602024-12-21T04:23:48.738Z Downloaded regex-syntax v0.8.5
9612024-12-21T04:23:48.745Z Downloaded hickory-proto v0.24.1
9622024-12-21T04:23:48.750Z Downloaded typify-impl v0.2.0
9632024-12-21T04:23:48.767Z Downloaded openssl v0.10.66
9642024-12-21T04:23:48.777Z Downloaded bzip2-sys v0.1.11+1.0.8
9652024-12-21T04:23:48.790Z Downloaded petgraph v0.6.5
9662024-12-21T04:23:48.808Z Downloaded lzma-sys v0.1.20
9672024-12-21T04:23:48.838Z Downloaded zerocopy-derive v0.6.6
9682024-12-21T04:23:48.847Z Downloaded libz-sys v1.1.20
9692024-12-21T04:23:48.868Z Downloaded nix v0.27.1
9702024-12-21T04:23:48.879Z Downloaded curve25519-dalek v4.1.3
9712024-12-21T04:23:48.890Z Downloaded p384 v0.13.0
9722024-12-21T04:23:48.894Z Downloaded regex-syntax v0.6.29
9732024-12-21T04:23:48.901Z Downloaded smoltcp v0.9.1
9742024-12-21T04:23:48.913Z Downloaded tokio v1.40.0
9752024-12-21T04:23:48.954Z Downloaded regex-automata v0.4.8
9762024-12-21T04:23:48.968Z Downloaded reqwest v0.12.9
9772024-12-21T04:23:48.977Z Downloaded sha3 v0.10.8
9782024-12-21T04:23:48.983Z Downloaded git2 v0.19.0
9792024-12-21T04:23:48.993Z Downloaded radix_trie v0.2.1
9802024-12-21T04:23:48.999Z Downloaded rustls v0.21.12
9812024-12-21T04:23:49.011Z Downloaded nom v7.1.3
9822024-12-21T04:23:49.017Z Downloaded portable-atomic v1.9.0
9832024-12-21T04:23:49.037Z Downloaded csv v1.3.1
9842024-12-21T04:23:49.042Z Downloaded quinn-proto v0.11.8
9852024-12-21T04:23:49.047Z Downloaded vcpkg v0.2.15
9862024-12-21T04:23:49.086Z Downloaded snafu v0.8.5
9872024-12-21T04:23:49.093Z Downloaded zip v2.1.3
9882024-12-21T04:23:49.097Z Downloaded chrono v0.4.38
9892024-12-21T04:23:49.104Z Downloaded p521 v0.13.3
9902024-12-21T04:23:49.108Z Downloaded serde_with v3.11.0
9912024-12-21T04:23:49.117Z Downloaded quick-xml v0.33.0
9922024-12-21T04:23:49.124Z Downloaded bindgen v0.69.5
9932024-12-21T04:23:49.132Z Downloaded typify v0.2.0
9942024-12-21T04:23:49.135Z Downloaded signal-hook v0.3.17
9952024-12-21T04:23:49.138Z Downloaded snafu-derive v0.8.5
9962024-12-21T04:23:49.140Z Downloaded samael v0.0.17
9972024-12-21T04:23:49.145Z Downloaded rustyline v14.0.0
9982024-12-21T04:23:49.150Z Downloaded packed_struct_codegen v0.10.1
9992024-12-21T04:23:49.153Z Downloaded fallible-iterator v0.3.0
10002024-12-21T04:23:49.153Z Downloaded defmt-macros v0.3.9
10012024-12-21T04:23:49.156Z Downloaded tiny-keccak v2.0.2
10022024-12-21T04:23:49.159Z Downloaded thiserror-no-std v2.0.2
10032024-12-21T04:23:49.163Z Downloaded derive_builder_core v0.20.2
10042024-12-21T04:23:49.165Z Downloaded derive-where v1.2.7
10052024-12-21T04:23:49.169Z Downloaded elliptic-curve v0.13.8
10062024-12-21T04:23:49.173Z Downloaded zopfli v0.8.1
10072024-12-21T04:23:49.175Z Downloaded rusqlite v0.32.1
10082024-12-21T04:23:49.182Z Downloaded rustls-pki-types v1.10.0
10092024-12-21T04:23:49.186Z Downloaded steno v0.4.1
10102024-12-21T04:23:49.190Z Downloaded headers v0.4.0
10112024-12-21T04:23:49.195Z Downloaded futures-macro v0.3.31
10122024-12-21T04:23:49.198Z Downloaded foldhash v0.1.3
10132024-12-21T04:23:49.198Z Downloaded zone v0.3.0
10142024-12-21T04:23:49.200Z Downloaded ecdsa v0.16.9
10152024-12-21T04:23:49.200Z Downloaded thiserror-impl-no-std v2.0.2
10162024-12-21T04:23:49.203Z Downloaded tungstenite v0.24.0
10172024-12-21T04:23:49.206Z Downloaded flate2 v1.0.34
10182024-12-21T04:23:49.217Z Downloaded encoding_rs v0.8.34
10192024-12-21T04:23:49.235Z Downloaded tough v0.19.0
10202024-12-21T04:23:49.242Z Downloaded url v2.5.3
10212024-12-21T04:23:49.244Z Downloaded num-rational v0.4.2
10222024-12-21T04:23:49.247Z Downloaded password-hash v0.4.2
10232024-12-21T04:23:49.250Z Downloaded crossterm v0.28.1
10242024-12-21T04:23:49.254Z Downloaded env_filter v0.1.2
10252024-12-21T04:23:49.257Z Downloaded thiserror-impl v2.0.3
10262024-12-21T04:23:49.261Z Downloaded salsa20 v0.10.2
10272024-12-21T04:23:49.261Z Downloaded phf v0.11.2
10282024-12-21T04:23:49.261Z Downloaded hkdf v0.12.4
10292024-12-21T04:23:49.264Z Downloaded futures-channel v0.3.31
10302024-12-21T04:23:49.264Z Downloaded dropshot_endpoint v0.13.0
10312024-12-21T04:23:49.267Z Downloaded libgit2-sys v0.17.0+1.8.1
10322024-12-21T04:23:49.325Z Downloaded dropshot_endpoint v0.12.0
10332024-12-21T04:23:49.328Z Downloaded futures v0.3.31
10342024-12-21T04:23:49.334Z Downloaded futures-core v0.3.31
10352024-12-21T04:23:49.337Z Downloaded uzers v0.12.1
10362024-12-21T04:23:49.337Z Downloaded p256 v0.13.2
10372024-12-21T04:23:49.343Z Downloaded rand_xorshift v0.3.0
10382024-12-21T04:23:49.345Z Downloaded serde_with_macros v3.11.0
10392024-12-21T04:23:49.345Z Downloaded uuid v1.11.0
10402024-12-21T04:23:49.345Z Downloaded ron v0.7.1
10412024-12-21T04:23:49.350Z Downloaded heapless v0.7.17
10422024-12-21T04:23:49.354Z Downloaded rand v0.8.5
10432024-12-21T04:23:49.358Z Downloaded quinn v0.11.5
10442024-12-21T04:23:49.361Z Downloaded whoami v1.5.2
10452024-12-21T04:23:49.364Z Downloaded which v4.4.2
10462024-12-21T04:23:49.366Z Downloaded walkdir v2.5.0
10472024-12-21T04:23:49.368Z Downloaded der v0.7.9
10482024-12-21T04:23:49.372Z Downloaded zerovec-derive v0.10.3
10492024-12-21T04:23:49.375Z Downloaded untrusted v0.7.1
10502024-12-21T04:23:49.375Z Downloaded ron v0.8.1
10512024-12-21T04:23:49.380Z Downloaded rcgen v0.12.1
10522024-12-21T04:23:49.383Z Downloaded zerocopy v0.6.6
10532024-12-21T04:23:49.385Z Downloaded proc-macro-crate v1.3.1
10542024-12-21T04:23:49.388Z Downloaded predicates-core v1.0.8
10552024-12-21T04:23:49.388Z Downloaded term v0.7.0
10562024-12-21T04:23:49.391Z Downloaded foreign-types v0.3.2
10572024-12-21T04:23:49.395Z Downloaded fs_extra v1.3.0
10582024-12-21T04:23:49.397Z Downloaded tokio-rustls v0.26.0
10592024-12-21T04:23:49.397Z Downloaded scopeguard v1.2.0
10602024-12-21T04:23:49.397Z Downloaded toml v0.7.8
10612024-12-21T04:23:49.402Z Downloaded libxml v0.3.3
10622024-12-21T04:23:49.408Z Downloaded primeorder v0.13.6
10632024-12-21T04:23:49.412Z Downloaded tokio-rustls v0.25.0
10642024-12-21T04:23:49.415Z Downloaded num-traits v0.2.19
10652024-12-21T04:23:49.418Z Downloaded ed25519-dalek v2.1.1
10662024-12-21T04:23:49.418Z Downloaded multimap v0.10.0
10672024-12-21T04:23:49.421Z Downloaded diff v0.1.13
10682024-12-21T04:23:49.425Z Downloaded prettyplease v0.2.25
10692024-12-21T04:23:49.428Z Downloaded fragile v2.0.0
10702024-12-21T04:23:49.428Z Downloaded diesel-dtrace v0.4.2
10712024-12-21T04:23:49.433Z Downloaded data-encoding v2.6.0
10722024-12-21T04:23:49.433Z Downloaded slog v2.7.0
10732024-12-21T04:23:49.436Z Downloaded slog-term v2.9.1
10742024-12-21T04:23:49.436Z Downloaded sct v0.7.1
10752024-12-21T04:23:49.439Z Downloaded parking_lot v0.12.3
10762024-12-21T04:23:49.444Z Downloaded omicron-zone-package v0.11.1
10772024-12-21T04:23:49.446Z Downloaded minimal-lexical v0.2.1
10782024-12-21T04:23:49.450Z Downloaded nanorand v0.7.0
10792024-12-21T04:23:49.452Z Downloaded qorb v0.2.1
10802024-12-21T04:23:49.457Z Downloaded dhcproto v0.12.0
10812024-12-21T04:23:49.460Z Downloaded hickory-server v0.24.1
10822024-12-21T04:23:49.465Z Downloaded backtrace v0.3.74
10832024-12-21T04:23:49.470Z Downloaded enum-as-inner v0.6.1
10842024-12-21T04:23:49.473Z Downloaded enum-as-inner v0.5.1
10852024-12-21T04:23:49.476Z Downloaded mio v1.0.2
10862024-12-21T04:23:49.478Z Downloaded cc v1.1.30
10872024-12-21T04:23:49.482Z Downloaded bumpalo v3.16.0
10882024-12-21T04:23:49.484Z Downloaded postgres-protocol v0.6.7
10892024-12-21T04:23:49.487Z Downloaded derive_more v0.99.18
10902024-12-21T04:23:49.491Z Downloaded crypto-bigint v0.5.5
10912024-12-21T04:23:49.498Z Downloaded base64 v0.21.7
10922024-12-21T04:23:49.502Z Downloaded phf_codegen v0.11.2
10932024-12-21T04:23:49.505Z Downloaded parking_lot_core v0.8.6
10942024-12-21T04:23:49.507Z Downloaded num-integer v0.1.46
10952024-12-21T04:23:49.507Z Downloaded tinyvec v1.8.0
10962024-12-21T04:23:49.510Z Downloaded globset v0.4.15
10972024-12-21T04:23:49.512Z Downloaded scheduled-thread-pool v0.2.7
10982024-12-21T04:23:49.512Z Downloaded serde-hex v0.1.0
10992024-12-21T04:23:49.515Z Downloaded futures-task v0.3.31
11002024-12-21T04:23:49.518Z Downloaded base64 v0.22.1
11012024-12-21T04:23:49.521Z Downloaded bytes v1.8.0
11022024-12-21T04:23:49.524Z Downloaded blake2 v0.10.6
11032024-12-21T04:23:49.527Z Downloaded icu_properties v1.5.1
11042024-12-21T04:23:49.530Z Downloaded icu_collections v1.5.0
11052024-12-21T04:23:49.535Z Downloaded crossbeam-utils v0.8.20
11062024-12-21T04:23:49.538Z Downloaded cookie v0.18.1
11072024-12-21T04:23:49.540Z Downloaded tracing-attributes v0.1.27
11082024-12-21T04:23:49.543Z Downloaded base64 v0.13.1
11092024-12-21T04:23:49.546Z Downloaded write16 v1.0.0
11102024-12-21T04:23:49.548Z Downloaded toolchain_find v0.4.0
11112024-12-21T04:23:49.548Z Downloaded rayon-core v1.12.1
11122024-12-21T04:23:49.552Z Downloaded pbkdf2 v0.12.2
11132024-12-21T04:23:49.554Z Downloaded num-iter v0.1.45
11142024-12-21T04:23:49.557Z Downloaded tokio-tungstenite v0.23.1
11152024-12-21T04:23:49.557Z Downloaded tokio-tungstenite v0.21.0
11162024-12-21T04:23:49.560Z Downloaded tower-service v0.3.3
11172024-12-21T04:23:49.560Z Downloaded strum v0.26.3
11182024-12-21T04:23:49.562Z Downloaded progenitor-impl v0.8.0
11192024-12-21T04:23:49.565Z Downloaded displaydoc v0.2.5
11202024-12-21T04:23:49.567Z Downloaded crossbeam-epoch v0.9.18
11212024-12-21T04:23:49.570Z Downloaded icu_locid v1.5.0
11222024-12-21T04:23:49.573Z Downloaded typify-macro v0.2.0
11232024-12-21T04:23:49.576Z Downloaded tinystr v0.7.6
11242024-12-21T04:23:49.578Z Downloaded rustc_version v0.1.7
11252024-12-21T04:23:49.578Z Downloaded rustc-demangle v0.1.24
11262024-12-21T04:23:49.581Z Downloaded r2d2 v0.8.10
11272024-12-21T04:23:49.581Z Downloaded strip-ansi-escapes v0.2.0
11282024-12-21T04:23:49.583Z Downloaded spin v0.5.2
11292024-12-21T04:23:49.583Z Downloaded ipnet v2.10.1
11302024-12-21T04:23:49.586Z Downloaded foreign-types-shared v0.1.1
11312024-12-21T04:23:49.586Z Downloaded foreign-types-macros v0.2.3
11322024-12-21T04:23:49.589Z Downloaded downcast v0.11.0
11332024-12-21T04:23:49.589Z Downloaded spki v0.7.3
11342024-12-21T04:23:49.589Z Downloaded signature v2.2.0
11352024-12-21T04:23:49.593Z Downloaded ciborium v0.2.2
11362024-12-21T04:23:49.596Z Downloaded cbc v0.1.2
11372024-12-21T04:23:49.596Z Downloaded cookie_store v0.21.0
11382024-12-21T04:23:49.599Z Downloaded icu_normalizer_data v1.5.0
11392024-12-21T04:23:49.599Z Downloaded hmac v0.12.1
11402024-12-21T04:23:49.602Z Downloaded csv-core v0.1.11
11412024-12-21T04:23:49.602Z Downloaded crc32fast v1.4.2
11422024-12-21T04:23:49.604Z Downloaded const_format_proc_macros v0.2.33
11432024-12-21T04:23:49.606Z Downloaded async-trait v0.1.83
11442024-12-21T04:23:49.610Z Downloaded httparse v1.9.5
11452024-12-21T04:23:49.612Z Downloaded rustfmt-wrapper v0.2.1
11462024-12-21T04:23:49.615Z Downloaded rustc_version v0.4.1
11472024-12-21T04:23:49.615Z Downloaded hyper-staticfile v0.10.1
11482024-12-21T04:23:49.618Z Downloaded mime v0.3.17
11492024-12-21T04:23:49.621Z Downloaded libloading v0.8.5
11502024-12-21T04:23:49.623Z Downloaded lalrpop-util v0.19.12
11512024-12-21T04:23:49.623Z Downloaded aes-gcm v0.10.3
11522024-12-21T04:23:49.626Z Downloaded block-padding v0.3.3
11532024-12-21T04:23:49.629Z Downloaded base64ct v1.6.0
11542024-12-21T04:23:49.632Z Downloaded hubpack v0.1.2
11552024-12-21T04:23:49.632Z Downloaded httpdate v1.0.3
11562024-12-21T04:23:49.636Z Downloaded hostname v0.3.1
11572024-12-21T04:23:49.636Z Downloaded bitflags v1.3.2
11582024-12-21T04:23:49.639Z Downloaded cassowary v0.3.0
11592024-12-21T04:23:49.639Z Downloaded convert_case v0.4.0
11602024-12-21T04:23:49.642Z Downloaded constant_time_eq v0.3.1
11612024-12-21T04:23:49.642Z Downloaded cmake v0.1.51
11622024-12-21T04:23:49.644Z Downloaded cobs v0.2.3
11632024-12-21T04:23:49.644Z Downloaded ciborium-ll v0.2.2
11642024-12-21T04:23:49.646Z Downloaded crc v3.2.1
11652024-12-21T04:23:49.649Z Downloaded chrono-tz-build v0.4.0
11662024-12-21T04:23:49.649Z Downloaded chacha20 v0.9.1
11672024-12-21T04:23:49.651Z Downloaded highway v1.2.0
11682024-12-21T04:23:49.656Z Downloaded crossbeam-deque v0.8.5
11692024-12-21T04:23:49.659Z Downloaded castaway v0.2.3
11702024-12-21T04:23:49.659Z Downloaded bit-vec v0.6.3
11712024-12-21T04:23:49.659Z Downloaded md-5 v0.10.6
11722024-12-21T04:23:49.659Z Downloaded lru v0.12.5
11732024-12-21T04:23:49.662Z Downloaded bcrypt-pbkdf v0.10.0
11742024-12-21T04:23:49.662Z Downloaded instability v0.3.2
11752024-12-21T04:23:49.664Z Downloaded indoc v1.0.9
11762024-12-21T04:23:49.667Z Downloaded atty v0.2.14
11772024-12-21T04:23:49.667Z Downloaded atomicwrites v0.4.4
11782024-12-21T04:23:49.669Z Downloaded aho-corasick v1.1.3
11792024-12-21T04:23:49.673Z Downloaded arc-swap v1.7.1
11802024-12-21T04:23:49.677Z Downloaded allocator-api2 v0.2.18
11812024-12-21T04:23:49.681Z Downloaded argon2 v0.5.3
11822024-12-21T04:23:49.684Z Downloaded arrayref v0.3.9
11832024-12-21T04:23:49.689Z Downloaded ring v0.17.8
11842024-12-21T04:23:49.756Z Downloaded array-init v0.0.4
11852024-12-21T04:23:49.759Z Downloaded darling v0.20.10
11862024-12-21T04:23:49.761Z Downloaded cipher v0.4.4
11872024-12-21T04:23:49.763Z Downloaded async-stream v0.3.6
11882024-12-21T04:23:49.810Z Downloaded libsqlite3-sys v0.30.1
11892024-12-21T04:23:49.958Z Downloaded ring v0.16.20
11902024-12-21T04:23:50.194Z Downloaded aws-lc-sys v0.22.0
11912024-12-21T04:23:50.514Z Compiling serde v1.0.215
11922024-12-21T04:23:50.521Z Compiling lock_api v0.4.12
11932024-12-21T04:23:50.521Z Compiling scopeguard v1.2.0
11942024-12-21T04:23:50.521Z Compiling value-bag v1.9.0
11952024-12-21T04:23:50.521Z Compiling typenum v1.17.0
11962024-12-21T04:23:50.522Z Compiling generic-array v0.14.7
11972024-12-21T04:23:50.684Z Compiling syn v2.0.87
11982024-12-21T04:23:50.694Z Compiling getrandom v0.2.15
11992024-12-21T04:23:50.875Z Compiling shlex v1.3.0
12002024-12-21T04:23:51.019Z Compiling rand_core v0.6.4
12012024-12-21T04:23:51.200Z Compiling log v0.4.22
12022024-12-21T04:23:51.221Z Compiling subtle v2.6.1
12032024-12-21T04:23:51.301Z Compiling jobserver v0.1.32
12042024-12-21T04:23:51.322Z Compiling smallvec v1.13.2
12052024-12-21T04:23:51.561Z Compiling const-oid v0.9.6
12062024-12-21T04:23:51.580Z Compiling spin v0.9.8
12072024-12-21T04:23:51.580Z Compiling pin-project-lite v0.2.14
12082024-12-21T04:23:51.718Z Compiling cc v1.1.30
12092024-12-21T04:23:51.737Z Compiling rustix v0.38.37
12102024-12-21T04:23:51.966Z Compiling parking_lot_core v0.9.10
12112024-12-21T04:23:52.079Z Compiling futures-core v0.3.31
12122024-12-21T04:23:52.403Z Compiling signal-hook-registry v1.4.2
12132024-12-21T04:23:52.476Z Compiling mio v1.0.2
12142024-12-21T04:23:52.800Z Compiling aho-corasick v1.1.3
12152024-12-21T04:23:53.329Z Compiling parking_lot v0.12.3
12162024-12-21T04:23:53.349Z Compiling either v1.13.0
12172024-12-21T04:23:53.553Z Compiling cpufeatures v0.2.14
12182024-12-21T04:23:53.632Z Compiling regex-syntax v0.8.5
12192024-12-21T04:23:53.667Z Compiling lazy_static v1.5.0
12202024-12-21T04:23:53.799Z Compiling stable_deref_trait v1.2.0
12212024-12-21T04:23:53.804Z Compiling futures-sink v0.3.31
12222024-12-21T04:23:53.837Z Compiling glob v0.3.1
12232024-12-21T04:23:53.919Z Compiling socket2 v0.5.7
12242024-12-21T04:23:53.975Z Compiling slab v0.4.9
12252024-12-21T04:23:54.305Z Compiling prettyplease v0.2.25
12262024-12-21T04:23:54.504Z Compiling minimal-lexical v0.2.1
12272024-12-21T04:23:54.682Z Compiling serde_json v1.0.133
12282024-12-21T04:23:54.945Z Compiling clang-sys v1.8.1
12292024-12-21T04:23:55.003Z Compiling nom v7.1.3
12302024-12-21T04:23:55.073Z Compiling libloading v0.8.5
12312024-12-21T04:23:55.354Z Compiling home v0.5.9
12322024-12-21T04:23:55.515Z Compiling bindgen v0.69.5
12332024-12-21T04:23:55.617Z Compiling futures-channel v0.3.31
12342024-12-21T04:23:56.075Z Compiling itertools v0.12.1
12352024-12-21T04:23:56.366Z Compiling libm v0.2.8
12362024-12-21T04:23:56.387Z Compiling allocator-api2 v0.2.18
12372024-12-21T04:23:56.703Z Compiling lazycell v1.3.0
12382024-12-21T04:23:56.885Z Compiling pin-utils v0.1.0
12392024-12-21T04:23:56.987Z Compiling rustc-hash v1.1.0
12402024-12-21T04:23:57.136Z Compiling futures-task v0.3.31
12412024-12-21T04:23:57.228Z Compiling futures-io v0.3.31
12422024-12-21T04:23:57.473Z Compiling regex-automata v0.4.8
12432024-12-21T04:23:57.582Z Compiling foldhash v0.1.3
12442024-12-21T04:23:57.905Z Compiling hashbrown v0.15.1
12452024-12-21T04:23:58.788Z Compiling synstructure v0.13.1
12462024-12-21T04:23:59.425Z Compiling cexpr v0.6.0
12472024-12-21T04:23:59.431Z Compiling cmake v0.1.51
12482024-12-21T04:24:00.438Z Compiling num-traits v0.2.19
12492024-12-21T04:24:00.590Z Compiling tinyvec_macros v0.1.1
12502024-12-21T04:24:00.691Z Compiling pkg-config v0.3.31
12512024-12-21T04:24:00.714Z Compiling fs_extra v1.3.0
12522024-12-21T04:24:00.779Z Compiling dunce v1.0.5
12532024-12-21T04:24:01.126Z Compiling tinyvec v1.8.0
12542024-12-21T04:24:01.342Z Compiling ring v0.17.8
12552024-12-21T04:24:02.138Z Compiling unicode-bidi v0.3.17
12562024-12-21T04:24:02.551Z Compiling base64ct v1.6.0
12572024-12-21T04:24:02.636Z Compiling paste v1.0.15
12582024-12-21T04:24:02.731Z Compiling unicode-normalization v0.1.24
12592024-12-21T04:24:03.128Z Compiling litemap v0.7.3
12602024-12-21T04:24:03.181Z Compiling writeable v0.5.5
12612024-12-21T04:24:03.542Z Compiling regex v1.11.1
12622024-12-21T04:24:03.726Z Compiling pem-rfc7468 v0.7.0
12632024-12-21T04:24:03.865Z Compiling flagset v0.4.6
12642024-12-21T04:24:04.071Z Compiling aws-lc-rs v1.10.0
12652024-12-21T04:24:04.339Z Compiling httparse v1.9.5
12662024-12-21T04:24:04.513Z Compiling tracing-core v0.1.32
12672024-12-21T04:24:04.641Z Compiling rustls-pki-types v1.10.0
12682024-12-21T04:24:05.190Z Compiling crossbeam-utils v0.8.20
12692024-12-21T04:24:05.635Z Compiling percent-encoding v2.3.1
12702024-12-21T04:24:05.755Z Compiling icu_locid_transform_data v1.5.0
12712024-12-21T04:24:05.831Z Compiling icu_properties_data v1.5.0
12722024-12-21T04:24:05.861Z Compiling powerfmt v0.2.0
12732024-12-21T04:24:05.988Z Compiling mirai-annotations v1.12.0
12742024-12-21T04:24:06.033Z Compiling serde_derive v1.0.215
12752024-12-21T04:24:06.093Z Compiling zeroize_derive v1.4.2
12762024-12-21T04:24:06.157Z Compiling zerocopy-derive v0.7.35
12772024-12-21T04:24:06.225Z Compiling tokio-macros v2.4.0
12782024-12-21T04:24:06.531Z Compiling zerofrom-derive v0.1.4
12792024-12-21T04:24:07.769Z Compiling zeroize v1.8.1
12802024-12-21T04:24:07.895Z Compiling thiserror-impl v1.0.69
12812024-12-21T04:24:08.341Z Compiling yoke-derive v0.7.4
12822024-12-21T04:24:08.570Z Compiling zerocopy v0.7.35
12832024-12-21T04:24:09.638Z Compiling crypto-common v0.1.6
12842024-12-21T04:24:09.733Z Compiling block-buffer v0.10.4
12852024-12-21T04:24:09.882Z Compiling futures-macro v0.3.31
12862024-12-21T04:24:10.004Z Compiling digest v0.10.7
12872024-12-21T04:24:10.207Z Compiling zerovec-derive v0.10.3
12882024-12-21T04:24:10.526Z Compiling hmac v0.12.1
12892024-12-21T04:24:10.791Z Compiling block-padding v0.3.3
12902024-12-21T04:24:10.813Z Compiling zerofrom v0.1.4
12912024-12-21T04:24:11.011Z Compiling displaydoc v0.2.5
12922024-12-21T04:24:11.033Z Compiling inout v0.1.3
12932024-12-21T04:24:11.053Z Compiling sha2 v0.10.8
12942024-12-21T04:24:11.193Z Compiling thiserror v1.0.69
12952024-12-21T04:24:11.316Z Compiling cipher v0.4.4
12962024-12-21T04:24:11.340Z Compiling ppv-lite86 v0.2.20
12972024-12-21T04:24:11.577Z Compiling yoke v0.7.4
12982024-12-21T04:24:11.878Z Compiling der_derive v0.7.3
12992024-12-21T04:24:11.898Z Compiling futures-util v0.3.31
13002024-12-21T04:24:11.960Z Compiling icu_provider_macros v1.5.0
13012024-12-21T04:24:12.285Z Compiling rand_chacha v0.3.1
13022024-12-21T04:24:12.793Z Compiling tracing-attributes v0.1.27
13032024-12-21T04:24:13.158Z Compiling zerovec v0.10.4
13042024-12-21T04:24:13.219Z Compiling rand v0.8.5
13052024-12-21T04:24:14.560Z Compiling der v0.7.9
13062024-12-21T04:24:14.730Z Compiling salsa20 v0.10.2
13072024-12-21T04:24:14.806Z Compiling pest v2.7.14
13082024-12-21T04:24:15.019Z Compiling pbkdf2 v0.12.2
13092024-12-21T04:24:15.167Z Compiling tinystr v0.7.6
13102024-12-21T04:24:15.495Z Compiling icu_collections v1.5.0
13112024-12-21T04:24:15.532Z Compiling icu_locid v1.5.0
13122024-12-21T04:24:15.583Z Compiling untrusted v0.9.0
13132024-12-21T04:24:15.761Z Compiling num-conv v0.1.0
13142024-12-21T04:24:16.056Z Compiling vcpkg v0.2.15
13152024-12-21T04:24:16.757Z Compiling icu_provider v1.5.0
13162024-12-21T04:24:16.978Z Compiling tracing v0.1.40
13172024-12-21T04:24:17.540Z Compiling spki v0.7.3
13182024-12-21T04:24:17.943Z Compiling icu_locid_transform v1.5.0
13192024-12-21T04:24:17.961Z Compiling untrusted v0.7.1
13202024-12-21T04:24:17.977Z Compiling time-core v0.1.2
13212024-12-21T04:24:18.059Z Compiling pest_meta v2.7.14
13222024-12-21T04:24:18.143Z Compiling scrypt v0.11.0
13232024-12-21T04:24:18.164Z Compiling time-macros v0.2.18
13242024-12-21T04:24:18.280Z Compiling cbc v0.1.2
13252024-12-21T04:24:18.390Z Compiling openssl-sys v0.9.103
13262024-12-21T04:24:18.534Z Compiling aes v0.8.4
13272024-12-21T04:24:18.743Z Compiling deranged v0.3.11
13282024-12-21T04:24:19.577Z Compiling icu_properties v1.5.1
13292024-12-21T04:24:20.733Z Compiling scroll_derive v0.12.0
13302024-12-21T04:24:21.292Z Compiling bitflags v2.6.0
13312024-12-21T04:24:21.477Z Compiling bytes v1.8.0
13322024-12-21T04:24:21.984Z Compiling indexmap v2.6.0
13332024-12-21T04:24:22.076Z Compiling semver v1.0.23
13342024-12-21T04:24:22.295Z Compiling atomic-waker v1.1.2
13352024-12-21T04:24:22.509Z Compiling tokio v1.40.0
13362024-12-21T04:24:22.865Z Compiling http v1.1.0
13372024-12-21T04:24:22.913Z Compiling rustc_version v0.4.1
13382024-12-21T04:24:23.467Z Compiling utf16_iter v1.0.5
13392024-12-21T04:24:23.487Z Compiling icu_normalizer_data v1.5.0
13402024-12-21T04:24:23.600Z Compiling write16 v1.0.0
13412024-12-21T04:24:23.684Z Compiling utf8_iter v1.0.4
13422024-12-21T04:24:23.731Z Compiling num_threads v0.1.7
13432024-12-21T04:24:23.734Z Compiling scroll v0.12.0
13442024-12-21T04:24:23.888Z Compiling icu_normalizer v1.5.0
13452024-12-21T04:24:23.943Z Compiling time v0.3.36
13462024-12-21T04:24:24.408Z Compiling pkcs5 v0.7.1
13472024-12-21T04:24:24.687Z Compiling http-body v1.0.1
13482024-12-21T04:24:24.947Z Compiling pest_generator v2.7.14
13492024-12-21T04:24:24.968Z Compiling form_urlencoded v1.2.1
13502024-12-21T04:24:25.299Z Compiling try-lock v0.2.5
13512024-12-21T04:24:25.457Z Compiling slog v2.7.0
13522024-12-21T04:24:25.500Z Compiling goblin v0.8.2
13532024-12-21T04:24:25.657Z Compiling want v0.3.1
13542024-12-21T04:24:25.968Z Compiling which v4.4.2
13552024-12-21T04:24:25.987Z Compiling pkcs8 v0.10.2
13562024-12-21T04:24:26.077Z Compiling idna_adapter v1.2.0
13572024-12-21T04:24:26.599Z Compiling uuid v1.11.0
13582024-12-21T04:24:26.780Z Compiling iana-time-zone v0.1.61
13592024-12-21T04:24:26.999Z Compiling pest_derive v2.7.14
13602024-12-21T04:24:27.282Z Compiling httpdate v1.0.3
13612024-12-21T04:24:27.404Z Compiling chrono v0.4.38
13622024-12-21T04:24:27.782Z Compiling idna v1.0.3
13632024-12-21T04:24:27.836Z Compiling dtrace-parser v0.2.0
13642024-12-21T04:24:28.967Z Compiling serde_tokenstream v0.2.2
13652024-12-21T04:24:29.476Z Compiling serde_spanned v0.6.8
13662024-12-21T04:24:29.595Z Compiling toml_datetime v0.6.8
13672024-12-21T04:24:29.717Z Compiling rustversion v1.0.17
13682024-12-21T04:24:29.737Z Compiling tower-service v0.3.3
13692024-12-21T04:24:29.870Z Compiling base64 v0.22.1
13702024-12-21T04:24:30.116Z Compiling openssl v0.10.66
13712024-12-21T04:24:30.149Z Compiling adler2 v2.0.0
13722024-12-21T04:24:30.369Z Compiling match_cfg v0.1.0
13732024-12-21T04:24:30.470Z Compiling foreign-types-shared v0.1.1
13742024-12-21T04:24:30.562Z Compiling foreign-types v0.3.2
13752024-12-21T04:24:30.585Z Compiling hostname v0.3.1
13762024-12-21T04:24:30.603Z Compiling miniz_oxide v0.8.0
13772024-12-21T04:24:30.636Z Compiling url v2.5.3
13782024-12-21T04:24:30.843Z Compiling openssl-macros v0.1.1
13792024-12-21T04:24:31.311Z Compiling tokio-util v0.7.12
13802024-12-21T04:24:31.646Z Compiling dof v0.3.0
13812024-12-21T04:24:32.128Z Compiling async-trait v0.1.83
13822024-12-21T04:24:32.216Z Compiling serde_derive_internals v0.29.1
13832024-12-21T04:24:32.738Z Compiling h2 v0.4.6
13842024-12-21T04:24:32.865Z Compiling usdt-impl v0.5.0
13852024-12-21T04:24:33.969Z Compiling dirs-sys-next v0.1.2
13862024-12-21T04:24:34.500Z Compiling siphasher v0.3.11
13872024-12-21T04:24:34.654Z Compiling data-encoding v2.6.0
13882024-12-21T04:24:34.907Z Compiling schemars v0.8.21
13892024-12-21T04:24:35.060Z Compiling rustls v0.23.19
13902024-12-21T04:24:35.080Z Compiling native-tls v0.2.12
13912024-12-21T04:24:35.234Z Compiling syn v1.0.109
13922024-12-21T04:24:35.310Z Compiling rustls v0.22.4
13932024-12-21T04:24:35.478Z Compiling schemars_derive v0.8.21
13942024-12-21T04:24:35.607Z Compiling dirs-next v2.0.0
13952024-12-21T04:24:36.331Z Compiling http-body-util v0.1.2
13962024-12-21T04:24:36.891Z Compiling heapless v0.7.17
13972024-12-21T04:24:37.116Z Compiling crossbeam-epoch v0.9.18
13982024-12-21T04:24:37.364Z Compiling sha1 v0.10.6
13992024-12-21T04:24:37.402Z Compiling signature v2.2.0
14002024-12-21T04:24:37.714Z Compiling bzip2-sys v0.1.11+1.0.8
14012024-12-21T04:24:37.822Z Compiling thread_local v1.1.8
14022024-12-21T04:24:37.922Z Compiling multer v3.1.0
14032024-12-21T04:24:38.214Z Compiling cookie v0.18.1
14042024-12-21T04:24:38.233Z Compiling encoding_rs v0.8.34
14052024-12-21T04:24:38.399Z Compiling signal-hook v0.3.17
14062024-12-21T04:24:38.497Z Compiling mime v0.3.17
14072024-12-21T04:24:38.680Z Compiling unicode-properties v0.1.3
14082024-12-21T04:24:38.943Z Compiling slog-async v2.8.0
14092024-12-21T04:24:38.983Z Compiling dyn-clone v1.0.17
14102024-12-21T04:24:39.092Z Compiling ipnet v2.10.1
14112024-12-21T04:24:39.095Z Compiling gimli v0.31.1
14122024-12-21T04:24:39.209Z Compiling rayon-core v1.12.1
14132024-12-21T04:24:39.488Z Compiling openssl-probe v0.1.5
14142024-12-21T04:24:39.874Z Compiling stringprep v0.1.5
14152024-12-21T04:24:40.428Z Compiling hyper v1.5.0
14162024-12-21T04:24:41.279Z Compiling toml_edit v0.22.22
14172024-12-21T04:24:43.595Z Compiling hyper-util v0.1.10
14182024-12-21T04:24:43.881Z Compiling addr2line v0.24.2
14192024-12-21T04:24:44.593Z Compiling crossbeam-deque v0.8.5
14202024-12-21T04:24:44.703Z Compiling usdt-attr-macro v0.5.0
14212024-12-21T04:24:44.795Z Compiling usdt-macro v0.5.0
14222024-12-21T04:24:44.952Z Compiling term v0.7.0
14232024-12-21T04:24:45.537Z Compiling slog-json v2.6.1
14242024-12-21T04:24:45.934Z Compiling serde_urlencoded v0.7.1
14252024-12-21T04:24:46.312Z Compiling curve25519-dalek v4.1.3
14262024-12-21T04:24:46.367Z Compiling crossbeam-channel v0.5.13
14272024-12-21T04:24:46.632Z Compiling enum-as-inner v0.6.1
14282024-12-21T04:24:46.652Z Compiling futures-executor v0.3.31
14292024-12-21T04:24:46.915Z Compiling md-5 v0.10.6
14302024-12-21T04:24:46.954Z Compiling async-stream-impl v0.3.6
14312024-12-21T04:24:47.088Z Compiling rustls-pemfile v2.2.0
14322024-12-21T04:24:47.238Z Compiling num-integer v0.1.46
14332024-12-21T04:24:47.489Z Compiling idna v0.3.0
14342024-12-21T04:24:47.511Z Compiling idna v0.4.0
14352024-12-21T04:24:47.718Z Compiling hash32 v0.2.1
14362024-12-21T04:24:48.048Z Compiling ff v0.13.0
14372024-12-21T04:24:48.117Z Compiling is-terminal v0.4.13
14382024-12-21T04:24:48.259Z Compiling dropshot v0.12.0
14392024-12-21T04:24:48.281Z Compiling object v0.36.5
14402024-12-21T04:24:48.387Z Compiling psl-types v2.0.11
14412024-12-21T04:24:48.543Z Compiling portable-atomic v1.9.0
14422024-12-21T04:24:48.590Z Compiling quick-error v1.2.3
14432024-12-21T04:24:48.745Z Compiling linked-hash-map v0.5.6
14442024-12-21T04:24:49.143Z Compiling take_mut v0.2.2
14452024-12-21T04:24:49.225Z Compiling fallible-iterator v0.2.0
14462024-12-21T04:24:49.307Z Compiling utf-8 v0.7.6
14472024-12-21T04:24:49.310Z Compiling smoltcp v0.9.1
14482024-12-21T04:24:49.642Z Compiling num-bigint-dig v0.8.4
14492024-12-21T04:24:49.669Z Compiling anyhow v1.0.93
14502024-12-21T04:24:49.927Z Compiling base16ct v0.2.0
14512024-12-21T04:24:49.982Z Compiling rustc-demangle v0.1.24
14522024-12-21T04:24:50.107Z Compiling postgres-protocol v0.6.7
14532024-12-21T04:24:50.130Z Compiling sec1 v0.7.3
14542024-12-21T04:24:50.400Z Compiling tungstenite v0.24.0
14552024-12-21T04:24:50.691Z Compiling lru-cache v0.1.2
14562024-12-21T04:24:50.899Z Compiling resolv-conf v0.7.0
14572024-12-21T04:24:51.000Z Compiling publicsuffix v2.2.3
14582024-12-21T04:24:51.337Z Compiling hickory-proto v0.24.1
14592024-12-21T04:24:51.590Z Compiling async-stream v0.3.6
14602024-12-21T04:24:51.713Z Compiling usdt v0.5.0
14612024-12-21T04:24:51.902Z Compiling group v0.13.0
14622024-12-21T04:24:51.905Z Compiling slog-term v2.9.1
14632024-12-21T04:24:52.297Z Compiling num-iter v0.1.45
14642024-12-21T04:24:52.621Z Compiling futures v0.3.31
14652024-12-21T04:24:52.750Z Compiling slog-bunyan v2.5.0
14662024-12-21T04:24:53.036Z Compiling toml v0.8.19
14672024-12-21T04:24:54.368Z Compiling tokio-native-tls v0.3.1
14682024-12-21T04:24:54.740Z Compiling camino v1.1.9
14692024-12-21T04:24:54.852Z Compiling phf_shared v0.11.2
14702024-12-21T04:24:54.875Z Compiling dropshot_endpoint v0.12.0
14712024-12-21T04:24:55.259Z Compiling terminal_size v0.4.0
14722024-12-21T04:24:55.491Z Compiling openapiv3 v2.0.0
14732024-12-21T04:24:55.712Z Compiling waitgroup v0.1.2
14742024-12-21T04:24:55.764Z Compiling serde_path_to_error v0.1.16
14752024-12-21T04:24:55.945Z Compiling backtrace v0.3.74
14762024-12-21T04:24:56.667Z Compiling hkdf v0.12.4
14772024-12-21T04:24:56.734Z Compiling crypto-bigint v0.5.5
14782024-12-21T04:24:56.956Z Compiling zerocopy-derive v0.6.6
14792024-12-21T04:24:59.327Z Compiling curve25519-dalek-derive v0.1.1
14802024-12-21T04:24:59.765Z Compiling hubpack_derive v0.1.1
14812024-12-21T04:24:59.787Z Compiling webpki-roots v0.26.6
14822024-12-21T04:24:59.826Z Compiling idna v0.5.0
14832024-12-21T04:25:00.003Z Compiling hostname v0.4.0
14842024-12-21T04:25:00.167Z Compiling ahash v0.8.11
14852024-12-21T04:25:00.282Z Compiling crc32fast v1.4.2
14862024-12-21T04:25:00.509Z Compiling fs-err v2.11.0
14872024-12-21T04:25:00.631Z Compiling bitflags v1.3.2
14882024-12-21T04:25:00.665Z Compiling managed v0.8.0
14892024-12-21T04:25:00.741Z Compiling newtype-uuid v1.1.3
14902024-12-21T04:25:00.793Z Compiling winnow v0.5.40
14912024-12-21T04:25:00.905Z Compiling debug-ignore v1.0.5
14922024-12-21T04:25:01.008Z Compiling console v0.15.8
14932024-12-21T04:25:01.144Z Compiling strum_macros v0.25.3
14942024-12-21T04:25:02.501Z Compiling clap_builder v4.5.21
14952024-12-21T04:25:02.738Z Compiling cookie_store v0.21.0
14962024-12-21T04:25:03.233Z Compiling hubpack v0.1.2
14972024-12-21T04:25:03.438Z Compiling flate2 v1.0.34
14982024-12-21T04:25:03.702Z Compiling elliptic-curve v0.13.8
14992024-12-21T04:25:04.398Z Compiling zerocopy v0.6.6
15002024-12-21T04:25:04.481Z Compiling toml_edit v0.19.15
15012024-12-21T04:25:04.592Z Compiling hickory-resolver v0.24.1
15022024-12-21T04:25:05.326Z Compiling phf v0.11.2
15032024-12-21T04:25:05.646Z Compiling signal-hook-mio v0.2.4
15042024-12-21T04:25:05.666Z Compiling hyper-tls v0.6.0
15052024-12-21T04:25:05.820Z Compiling rayon v1.10.0
15062024-12-21T04:25:05.841Z Compiling bzip2 v0.4.4
15072024-12-21T04:25:06.248Z Compiling tokio-tungstenite v0.24.0
15082024-12-21T04:25:06.814Z Compiling postgres-types v0.2.8
15092024-12-21T04:25:09.932Z Compiling ed25519 v2.2.3
15102024-12-21T04:25:10.138Z Compiling phf_shared v0.10.0
15112024-12-21T04:25:10.575Z Compiling tokio-stream v0.1.16
15122024-12-21T04:25:10.884Z Compiling pkcs1 v0.7.5
15132024-12-21T04:25:11.726Z Compiling serde-big-array v0.5.1
15142024-12-21T04:25:11.765Z Compiling clap_derive v4.5.18
15152024-12-21T04:25:11.910Z Compiling rfc6979 v0.4.0
15162024-12-21T04:25:11.946Z Compiling serde_repr v0.1.19
15172024-12-21T04:25:11.967Z Compiling derive-where v1.2.7
15182024-12-21T04:25:12.106Z Compiling float-cmp v0.9.0
15192024-12-21T04:25:12.346Z Compiling bstr v1.10.0
15202024-12-21T04:25:12.366Z Compiling sync_wrapper v1.0.1
15212024-12-21T04:25:12.535Z Compiling predicates-core v1.0.8
15222024-12-21T04:25:12.923Z Compiling bit-vec v0.6.3
15232024-12-21T04:25:12.958Z Compiling difflib v0.4.0
15242024-12-21T04:25:13.186Z Compiling precomputed-hash v0.1.1
15252024-12-21T04:25:13.311Z Compiling number_prefix v0.4.0
15262024-12-21T04:25:13.414Z Compiling fixedbitset v0.4.2
15272024-12-21T04:25:13.547Z Compiling normalize-line-endings v0.3.0
15282024-12-21T04:25:13.686Z Compiling unicode-segmentation v1.12.0
15292024-12-21T04:25:13.903Z Compiling whoami v1.5.2
15302024-12-21T04:25:14.230Z Compiling new_debug_unreachable v1.0.6
15312024-12-21T04:25:14.334Z Compiling static_assertions v1.1.0
15322024-12-21T04:25:14.446Z Compiling unicode-width v0.2.0
15332024-12-21T04:25:14.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15342024-12-21T04:25:14.613Z Compiling similar v2.6.0
15352024-12-21T04:25:14.681Z Compiling string_cache v0.8.7
15362024-12-21T04:25:14.992Z Compiling indicatif v0.17.9
15372024-12-21T04:25:15.197Z Compiling tokio-postgres v0.7.12
15382024-12-21T04:25:15.750Z Compiling petgraph v0.6.5
15392024-12-21T04:25:17.019Z Compiling clap v4.5.21
15402024-12-21T04:25:17.161Z Compiling predicates v3.1.2
15412024-12-21T04:25:17.246Z Compiling bit-set v0.5.3
15422024-12-21T04:25:17.382Z Compiling ecdsa v0.16.9
15432024-12-21T04:25:17.578Z Compiling rsa v0.9.6
15442024-12-21T04:25:18.326Z Compiling ed25519-dalek v2.1.1
15452024-12-21T04:25:19.021Z Compiling toml v0.7.8
15462024-12-21T04:25:19.677Z Compiling zip v0.6.6
15472024-12-21T04:25:20.162Z Compiling crossterm v0.28.1
15482024-12-21T04:25:21.412Z Compiling hex v0.4.3
15492024-12-21T04:25:21.537Z Compiling x509-cert v0.2.5
15502024-12-21T04:25:21.641Z Compiling itertools v0.10.5
15512024-12-21T04:25:21.938Z Compiling lalrpop-util v0.19.12
15522024-12-21T04:25:22.039Z Compiling unicode-xid v0.2.6
15532024-12-21T04:25:22.131Z Compiling peg-runtime v0.8.3
15542024-12-21T04:25:22.258Z Compiling strum_macros v0.26.4
15552024-12-21T04:25:22.321Z Compiling xattr v1.3.1
15562024-12-21T04:25:22.608Z Compiling filetime v0.2.25
15572024-12-21T04:25:22.837Z Compiling tar v0.4.42
15582024-12-21T04:25:27.104Z Compiling strum v0.26.3
15592024-12-21T04:25:30.626Z Compiling aws-lc-sys v0.22.0
15602024-12-21T04:25:59.984Z Compiling rustls-webpki v0.102.8
15612024-12-21T04:26:03.659Z Compiling tokio-rustls v0.25.0
15622024-12-21T04:26:05.323Z Compiling tokio-rustls v0.26.0
15632024-12-21T04:26:05.702Z Compiling hyper-rustls v0.27.3
15642024-12-21T04:26:06.080Z Compiling reqwest v0.12.9
15652024-12-21T04:26:07.435Z Compiling qorb v0.2.1
15662024-12-21T04:26:12.346Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15672024-12-21T04:26:12.604Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15682024-12-21T04:26:18.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
15692024-12-21T04:26:18.890Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15702024-12-21T04:26:18.942ZDec 21 04:26:17.821 INFO Starting download, target: Clickhouse
15712024-12-21T04:26:18.942ZDec 21 04:26:17.822 INFO Starting download, target: DendriteOpenapi
15722024-12-21T04:26:18.942ZDec 21 04:26:17.822 INFO Starting download, target: Cockroach
15732024-12-21T04:26:18.942ZDec 21 04:26:17.822 INFO Starting download, target: Console
15742024-12-21T04:26:18.942ZDec 21 04:26:17.822 INFO Starting download, target: DendriteStub
15752024-12-21T04:26:18.942ZDec 21 04:26:17.822 INFO Starting download, target: MaghemiteMgd
15762024-12-21T04:26:18.945ZDec 21 04:26:17.822 INFO Starting download, target: TransceiverControl
15772024-12-21T04:26:18.945ZDec 21 04:26:17.822 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15782024-12-21T04:26:18.945ZDec 21 04:26:17.822 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15792024-12-21T04:26:18.945ZDec 21 04:26:17.823 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15802024-12-21T04:26:18.945ZDec 21 04:26:17.823 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15812024-12-21T04:26:18.945ZDec 21 04:26:17.823 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15822024-12-21T04:26:18.945ZDec 21 04:26:17.823 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15832024-12-21T04:26:18.945ZDec 21 04:26:17.823 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15842024-12-21T04:26:19.200ZDec 21 04:26:18.056 INFO Download complete, target: DendriteOpenapi
15852024-12-21T04:26:19.361ZDec 21 04:26:18.194 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15862024-12-21T04:26:19.458ZDec 21 04:26:18.306 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15872024-12-21T04:26:19.780ZDec 21 04:26:18.631 INFO Download complete, target: Console
15882024-12-21T04:26:20.057ZDec 21 04:26:18.860 INFO Download complete, target: TransceiverControl
15892024-12-21T04:26:20.169ZDec 21 04:26:18.973 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15902024-12-21T04:26:20.326ZDec 21 04:26:19.189 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15912024-12-21T04:26:20.858ZDec 21 04:26:19.717 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15922024-12-21T04:26:21.576ZDec 21 04:26:20.450 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15932024-12-21T04:26:21.576ZDec 21 04:26:20.450 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15942024-12-21T04:26:22.945ZDec 21 04:26:21.824 INFO Download complete, target: MaghemiteMgd
15952024-12-21T04:26:23.066ZDec 21 04:26:21.945 INFO Download complete, target: DendriteStub
15962024-12-21T04:26:28.887ZDec 21 04:26:27.765 INFO Checking that binary works, target: Cockroach
15972024-12-21T04:26:29.055ZDec 21 04:26:27.934 INFO Download complete, target: Cockroach
15982024-12-21T04:26:33.249ZDec 21 04:26:32.128 INFO Checking that binary works, target: Clickhouse
15992024-12-21T04:26:33.375ZDec 21 04:26:32.254 INFO Download complete, target: Clickhouse
16002024-12-21T04:26:33.397ZAll builder prerequisites installed successfully, and PATH looks valid
16012024-12-21T04:26:33.400Z
16022024-12-21T04:26:33.400Zreal 6:46.209811128
16032024-12-21T04:26:33.400Zuser 17:12.573920547
16042024-12-21T04:26:33.400Zsys 3:20.416871707
16052024-12-21T04:26:33.400Ztrap 0.618698840
16062024-12-21T04:26:33.400Ztflt 1.583208864
16072024-12-21T04:26:33.400Zdflt 2.050493198
16082024-12-21T04:26:33.400Zkflt 0.025257998
16092024-12-21T04:26:33.400Zlock 31:11.958008598
16102024-12-21T04:26:33.400Zslp 1:07:23.484882093
16112024-12-21T04:26:33.400Zlat 59.438861820
16122024-12-21T04:26:33.400Zstop 2:21.161184187
16132024-12-21T04:26:33.400Z++ bmat factory name
16142024-12-21T04:26:33.407Z++ bmat factory private
16152024-12-21T04:26:33.411Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-03a8ca9e79be009a3 '{
16162024-12-21T04:26:33.411Z buildomat: {
16172024-12-21T04:26:33.411Z factory: {
16182024-12-21T04:26:33.411Z name: $bmat_factory_name,
16192024-12-21T04:26:33.411Z private: $bmat_factory_private,
16202024-12-21T04:26:33.411Z },
16212024-12-21T04:26:33.411Z },
16222024-12-21T04:26:33.411Z }'
16232024-12-21T04:26:33.448Z+ banner ls-apis
16242024-12-21T04:26:33.451Z
16252024-12-21T04:26:33.451Z # #### ## ##### # ####
16262024-12-21T04:26:33.451Z # # # # # # # #
16272024-12-21T04:26:33.451Z # #### ##### # # # # # ####
16282024-12-21T04:26:33.451Z # # ###### ##### # #
16292024-12-21T04:26:33.451Z # # # # # # # # #
16302024-12-21T04:26:33.451Z ###### #### # # # # ####
16312024-12-21T04:26:33.451Z
16322024-12-21T04:26:33.454Z+ source ./tools/include/force-git-over-https.sh
16332024-12-21T04:26:33.454Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16342024-12-21T04:26:33.454Z++ (( i = 0 ))
16352024-12-21T04:26:33.454Z++ (( i < 5 ))
16362024-12-21T04:26:33.454Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16372024-12-21T04:26:33.456Z++ (( i++ ))
16382024-12-21T04:26:33.456Z++ (( i < 5 ))
16392024-12-21T04:26:33.456Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16402024-12-21T04:26:33.459Z++ (( i++ ))
16412024-12-21T04:26:33.459Z++ (( i < 5 ))
16422024-12-21T04:26:33.459Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16432024-12-21T04:26:33.463Z++ (( i++ ))
16442024-12-21T04:26:33.463Z++ (( i < 5 ))
16452024-12-21T04:26:33.463Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16462024-12-21T04:26:33.466Z++ (( i++ ))
16472024-12-21T04:26:33.466Z++ (( i < 5 ))
16482024-12-21T04:26:33.466Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16492024-12-21T04:26:33.468Z++ (( i++ ))
16502024-12-21T04:26:33.468Z++ (( i < 5 ))
16512024-12-21T04:26:33.468Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16522024-12-21T04:26:33.468Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16532024-12-21T04:26:33.468Z+ ptime -m cargo xtask ls-apis apis
16542024-12-21T04:26:34.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16552024-12-21T04:26:34.063Z Running `target/debug/xtask ls-apis apis`
16562024-12-21T04:26:34.987Z Compiling semver v0.1.20
16572024-12-21T04:26:35.115Z Compiling structmeta-derive v0.3.0
16582024-12-21T04:26:35.171Z Compiling cargo-platform v0.1.8
16592024-12-21T04:26:35.336Z Compiling rustc_version v0.1.7
16602024-12-21T04:26:35.362Z Compiling cargo_metadata v0.18.1
16612024-12-21T04:26:35.742Z Compiling newtype_derive v0.1.6
16622024-12-21T04:26:36.752Z Compiling structmeta v0.3.0
16632024-12-21T04:26:37.044Z Compiling parse-display-derive v0.10.0
16642024-12-21T04:26:39.417Z Compiling parse-display v0.10.0
16652024-12-21T04:26:39.574Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16662024-12-21T04:26:45.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s
16672024-12-21T04:26:45.340Z Running `target/debug/ls-apis apis`
16682024-12-21T04:26:45.381Zloading metadata for workspace omicron from current workspace
16692024-12-21T04:26:50.473Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16702024-12-21T04:26:50.482Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
16712024-12-21T04:26:50.486Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
16722024-12-21T04:27:09.160Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16732024-12-21T04:27:13.068Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16742024-12-21T04:27:13.087Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16752024-12-21T04:27:13.266ZBootstrap Agent (client: bootstrap-agent-client)
16762024-12-21T04:27:13.268Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16772024-12-21T04:27:13.268Z consumed by: wicketd (omicron/wicketd) via 2 paths
16782024-12-21T04:27:13.268Z
16792024-12-21T04:27:13.268ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16802024-12-21T04:27:13.268Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16812024-12-21T04:27:13.268Z
16822024-12-21T04:27:13.268ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16832024-12-21T04:27:13.268Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16842024-12-21T04:27:13.268Z
16852024-12-21T04:27:13.268ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16862024-12-21T04:27:13.268Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16872024-12-21T04:27:13.268Z
16882024-12-21T04:27:13.268ZCockroachDB Cluster Admin (client: cockroach-admin-client)
16892024-12-21T04:27:13.268Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16902024-12-21T04:27:13.268Z
16912024-12-21T04:27:13.268ZCrucible Agent (client: crucible-agent-client)
16922024-12-21T04:27:13.269Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16932024-12-21T04:27:13.269Z
16942024-12-21T04:27:13.269ZCrucible Control (for testing only) (client: crucible-control-client)
16952024-12-21T04:27:13.269Z
16962024-12-21T04:27:13.269ZCrucible Pantry (client: crucible-pantry-client)
16972024-12-21T04:27:13.269Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16982024-12-21T04:27:13.269Z
16992024-12-21T04:27:13.269ZMaghemite DDM Admin (client: ddm-admin-client)
17002024-12-21T04:27:13.269Z consumed by: installinator (omicron/installinator) via 1 path
17012024-12-21T04:27:13.269Z consumed by: mgd (maghemite/mgd) via 1 path
17022024-12-21T04:27:13.269Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17032024-12-21T04:27:13.269Z consumed by: wicketd (omicron/wicketd) via 1 path
17042024-12-21T04:27:13.269Z
17052024-12-21T04:27:13.269ZDNS Server (client: dns-service-client)
17062024-12-21T04:27:13.280Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17072024-12-21T04:27:13.280Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17082024-12-21T04:27:13.280Z
17092024-12-21T04:27:13.280ZDendrite DPD (client: dpd-client)
17102024-12-21T04:27:13.280Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17112024-12-21T04:27:13.280Z consumed by: mgd (maghemite/mgd) via 1 path
17122024-12-21T04:27:13.280Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17132024-12-21T04:27:13.280Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17142024-12-21T04:27:13.280Z consumed by: tfportd (dendrite/tfportd) via 1 path
17152024-12-21T04:27:13.284Z consumed by: wicketd (omicron/wicketd) via 2 paths
17162024-12-21T04:27:13.285Z
17172024-12-21T04:27:13.285ZDownstairs Controller (debugging only) (client: dsc-client)
17182024-12-21T04:27:13.285Z
17192024-12-21T04:27:13.285ZManagement Gateway Service (client: gateway-client)
17202024-12-21T04:27:13.288Z consumed by: dpd (dendrite/dpd) via 1 path
17212024-12-21T04:27:13.288Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17222024-12-21T04:27:13.288Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17232024-12-21T04:27:13.288Z consumed by: wicketd (omicron/wicketd) via 3 paths
17242024-12-21T04:27:13.288Z
17252024-12-21T04:27:13.288ZWicketd Installinator (client: installinator-client)
17262024-12-21T04:27:13.288Z consumed by: installinator (omicron/installinator) via 1 path
17272024-12-21T04:27:13.288Z
17282024-12-21T04:27:13.288ZMaghemite MG Admin (client: mg-admin-client)
17292024-12-21T04:27:13.292Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17302024-12-21T04:27:13.292Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17312024-12-21T04:27:13.292Z
17322024-12-21T04:27:13.292ZNexus Internal API (client: nexus-client)
17332024-12-21T04:27:13.296Z consumed by: dpd (dendrite/dpd) via 1 path
17342024-12-21T04:27:13.296Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17352024-12-21T04:27:13.296Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17362024-12-21T04:27:13.296Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17372024-12-21T04:27:13.296Z
17382024-12-21T04:27:13.296ZExternal API (client: oxide-client)
17392024-12-21T04:27:13.296Z
17402024-12-21T04:27:13.296ZOximeter (client: oximeter-client)
17412024-12-21T04:27:13.299Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17422024-12-21T04:27:13.299Z
17432024-12-21T04:27:13.299ZPropolis (client: propolis-client)
17442024-12-21T04:27:13.302Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17452024-12-21T04:27:13.302Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17462024-12-21T04:27:13.302Z
17472024-12-21T04:27:13.302ZCrucible Repair (client: repair-client)
17482024-12-21T04:27:13.302Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17492024-12-21T04:27:13.302Z
17502024-12-21T04:27:13.302ZRepo Depot API (client: repo-depot-client)
17512024-12-21T04:27:13.302Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17522024-12-21T04:27:13.302Z
17532024-12-21T04:27:13.302ZSled Agent (client: sled-agent-client)
17542024-12-21T04:27:13.306Z consumed by: dpd (dendrite/dpd) via 1 path
17552024-12-21T04:27:13.306Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17562024-12-21T04:27:13.306Z
17572024-12-21T04:27:13.306ZWicketd (client: wicketd-client)
17582024-12-21T04:27:13.306Z
17592024-12-21T04:27:13.435Z
17602024-12-21T04:27:13.435Zreal 39.947783047
17612024-12-21T04:27:13.435Zuser 33.638602284
17622024-12-21T04:27:13.435Zsys 11.883613980
17632024-12-21T04:27:13.435Ztrap 0.016605926
17642024-12-21T04:27:13.435Ztflt 0.070729339
17652024-12-21T04:27:13.438Zdflt 0.312587445
17662024-12-21T04:27:13.438Zkflt 0.000000000
17672024-12-21T04:27:13.438Zlock 57.227856038
17682024-12-21T04:27:13.438Zslp 3:24.208719067
17692024-12-21T04:27:13.438Zlat 0.827689279
17702024-12-21T04:27:13.438Zstop 1.499437739
17712024-12-21T04:27:13.438Z+ ptime -m cargo xtask ls-apis deployment-units
17722024-12-21T04:27:14.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17732024-12-21T04:27:14.053Z Running `target/debug/xtask ls-apis deployment-units`
17742024-12-21T04:27:14.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
17752024-12-21T04:27:15.051Z Running `target/debug/ls-apis deployment-units`
17762024-12-21T04:27:15.097Zloading metadata for workspace omicron from current workspace
17772024-12-21T04:27:16.408Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17782024-12-21T04:27:16.413Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
17792024-12-21T04:27:16.415Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
17802024-12-21T04:27:18.371Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17812024-12-21T04:27:19.220Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17822024-12-21T04:27:19.238Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17832024-12-21T04:27:19.403ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17842024-12-21T04:27:19.403Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17852024-12-21T04:27:19.403Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17862024-12-21T04:27:19.403Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17872024-12-21T04:27:19.403Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
17882024-12-21T04:27:19.406Z
17892024-12-21T04:27:19.406Z
17902024-12-21T04:27:19.406ZCockroach
17912024-12-21T04:27:19.406Z omicron-cockroach-admin (omicron/cockroach-admin)
17922024-12-21T04:27:19.406Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
17932024-12-21T04:27:19.406Z
17942024-12-21T04:27:19.406Z
17952024-12-21T04:27:19.407ZCrucible
17962024-12-21T04:27:19.407Z crucible-agent (crucible/agent)
17972024-12-21T04:27:19.407Z exposes: Crucible Agent (client = crucible-agent-client)
17982024-12-21T04:27:19.407Z
17992024-12-21T04:27:19.407Z crucible-downstairs (crucible/downstairs)
18002024-12-21T04:27:19.407Z exposes: Crucible Repair (client = repair-client)
18012024-12-21T04:27:19.407Z consumes: repair-client
18022024-12-21T04:27:19.407Z
18032024-12-21T04:27:19.407Z
18042024-12-21T04:27:19.407ZCrucible Pantry
18052024-12-21T04:27:19.407Z crucible-pantry (crucible/pantry)
18062024-12-21T04:27:19.407Z exposes: Crucible Pantry (client = crucible-pantry-client)
18072024-12-21T04:27:19.411Z
18082024-12-21T04:27:19.411Z
18092024-12-21T04:27:19.411ZDNS Server
18102024-12-21T04:27:19.411Z dns-server (omicron/dns-server)
18112024-12-21T04:27:19.411Z exposes: DNS Server (client = dns-service-client)
18122024-12-21T04:27:19.411Z
18132024-12-21T04:27:19.411Z
18142024-12-21T04:27:19.411ZHost OS
18152024-12-21T04:27:19.411Z ddmd (maghemite/ddmd)
18162024-12-21T04:27:19.411Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18172024-12-21T04:27:19.414Z consumes: dpd-client
18182024-12-21T04:27:19.414Z
18192024-12-21T04:27:19.414Z dpd (dendrite/dpd)
18202024-12-21T04:27:19.414Z exposes: Dendrite DPD (client = dpd-client)
18212024-12-21T04:27:19.417Z consumes: gateway-client
18222024-12-21T04:27:19.417Z consumes: nexus-client
18232024-12-21T04:27:19.417Z consumes: sled-agent-client
18242024-12-21T04:27:19.417Z
18252024-12-21T04:27:19.417Z mgd (maghemite/mgd)
18262024-12-21T04:27:19.417Z exposes: Maghemite MG Admin (client = mg-admin-client)
18272024-12-21T04:27:19.424Z consumes: ddm-admin-client
18282024-12-21T04:27:19.424Z consumes: dpd-client
18292024-12-21T04:27:19.424Z
18302024-12-21T04:27:19.424Z omicron-gateway (omicron/gateway)
18312024-12-21T04:27:19.424Z exposes: Management Gateway Service (client = gateway-client)
18322024-12-21T04:27:19.424Z
18332024-12-21T04:27:19.424Z omicron-sled-agent (omicron/sled-agent)
18342024-12-21T04:27:19.424Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18352024-12-21T04:27:19.424Z exposes: Repo Depot API (client = repo-depot-client)
18362024-12-21T04:27:19.424Z exposes: Sled Agent (client = sled-agent-client)
18372024-12-21T04:27:19.424Z consumes: bootstrap-agent-client
18382024-12-21T04:27:19.424Z consumes: ddm-admin-client
18392024-12-21T04:27:19.424Z consumes: dns-service-client
18402024-12-21T04:27:19.424Z consumes: dpd-client
18412024-12-21T04:27:19.424Z consumes: gateway-client
18422024-12-21T04:27:19.424Z consumes: mg-admin-client
18432024-12-21T04:27:19.424Z consumes: nexus-client
18442024-12-21T04:27:19.424Z consumes: propolis-client
18452024-12-21T04:27:19.424Z consumes: repo-depot-client
18462024-12-21T04:27:19.424Z
18472024-12-21T04:27:19.424Z propolis-server (propolis/bin/propolis-server)
18482024-12-21T04:27:19.424Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18492024-12-21T04:27:19.425Z exposes: Propolis (client = propolis-client)
18502024-12-21T04:27:19.428Z consumes: nexus-client
18512024-12-21T04:27:19.428Z
18522024-12-21T04:27:19.428Z tfportd (dendrite/tfportd)
18532024-12-21T04:27:19.428Z consumes: dpd-client
18542024-12-21T04:27:19.428Z
18552024-12-21T04:27:19.428Z wicketd (omicron/wicketd)
18562024-12-21T04:27:19.428Z exposes: Wicketd Installinator (client = installinator-client)
18572024-12-21T04:27:19.429Z exposes: Wicketd (client = wicketd-client)
18582024-12-21T04:27:19.429Z consumes: bootstrap-agent-client
18592024-12-21T04:27:19.429Z consumes: ddm-admin-client
18602024-12-21T04:27:19.429Z consumes: dpd-client
18612024-12-21T04:27:19.429Z consumes: gateway-client
18622024-12-21T04:27:19.429Z
18632024-12-21T04:27:19.429Z
18642024-12-21T04:27:19.429ZInstallinator
18652024-12-21T04:27:19.429Z installinator (omicron/installinator)
18662024-12-21T04:27:19.429Z consumes: ddm-admin-client
18672024-12-21T04:27:19.429Z consumes: installinator-client
18682024-12-21T04:27:19.429Z
18692024-12-21T04:27:19.429Z
18702024-12-21T04:27:19.429ZNexus
18712024-12-21T04:27:19.429Z omicron-nexus (omicron/nexus)
18722024-12-21T04:27:19.429Z exposes: Nexus Internal API (client = nexus-client)
18732024-12-21T04:27:19.429Z exposes: External API (client = oxide-client)
18742024-12-21T04:27:19.432Z consumes: clickhouse-admin-keeper-client
18752024-12-21T04:27:19.432Z consumes: clickhouse-admin-server-client
18762024-12-21T04:27:19.432Z consumes: clickhouse-admin-single-client
18772024-12-21T04:27:19.432Z consumes: cockroach-admin-client
18782024-12-21T04:27:19.432Z consumes: crucible-agent-client
18792024-12-21T04:27:19.432Z consumes: crucible-pantry-client
18802024-12-21T04:27:19.432Z consumes: dns-service-client
18812024-12-21T04:27:19.432Z consumes: dpd-client
18822024-12-21T04:27:19.432Z consumes: gateway-client
18832024-12-21T04:27:19.433Z consumes: mg-admin-client
18842024-12-21T04:27:19.433Z consumes: oximeter-client
18852024-12-21T04:27:19.433Z consumes: propolis-client
18862024-12-21T04:27:19.433Z consumes: sled-agent-client
18872024-12-21T04:27:19.433Z
18882024-12-21T04:27:19.433Z
18892024-12-21T04:27:19.433ZOximeter
18902024-12-21T04:27:19.433Z oximeter-collector (omicron/oximeter/collector)
18912024-12-21T04:27:19.433Z exposes: Oximeter (client = oximeter-client)
18922024-12-21T04:27:19.433Z consumes: nexus-client
18932024-12-21T04:27:19.433Z
18942024-12-21T04:27:19.433Z
18952024-12-21T04:27:19.558Z
18962024-12-21T04:27:19.558Zreal 6.102879152
18972024-12-21T04:27:19.558Zuser 4.785831770
18982024-12-21T04:27:19.558Zsys 1.932142923
18992024-12-21T04:27:19.558Ztrap 0.002095754
19002024-12-21T04:27:19.558Ztflt 0.000006778
19012024-12-21T04:27:19.558Zdflt 0.000173676
19022024-12-21T04:27:19.563Zkflt 0.000001559
19032024-12-21T04:27:19.563Zlock 0.002246164
19042024-12-21T04:27:19.563Zslp 11.322668259
19052024-12-21T04:27:19.564Zlat 0.025060359
19062024-12-21T04:27:19.564Zstop 0.075940119
19072024-12-21T04:27:19.564Z+ ptime -m cargo xtask ls-apis servers
19082024-12-21T04:27:20.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19092024-12-21T04:27:20.121Z Running `target/debug/xtask ls-apis servers`
19102024-12-21T04:27:21.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
19112024-12-21T04:27:21.075Z Running `target/debug/ls-apis servers`
19122024-12-21T04:27:21.119Zloading metadata for workspace omicron from current workspace
19132024-12-21T04:27:22.419Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19142024-12-21T04:27:22.424Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
19152024-12-21T04:27:22.427Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
19162024-12-21T04:27:24.341Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19172024-12-21T04:27:25.189Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19182024-12-21T04:27:25.207Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19192024-12-21T04:27:25.371Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19202024-12-21T04:27:25.371Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19212024-12-21T04:27:25.371Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19222024-12-21T04:27:25.371Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19232024-12-21T04:27:25.374Z
19242024-12-21T04:27:25.374Zomicron-cockroach-admin (omicron/cockroach-admin)
19252024-12-21T04:27:25.374Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19262024-12-21T04:27:25.374Z
19272024-12-21T04:27:25.374Zcrucible-agent (crucible/agent)
19282024-12-21T04:27:25.374Z exposes: Crucible Agent (client = crucible-agent-client)
19292024-12-21T04:27:25.374Z
19302024-12-21T04:27:25.374Zcrucible-downstairs (crucible/downstairs)
19312024-12-21T04:27:25.374Z exposes: Crucible Repair (client = repair-client)
19322024-12-21T04:27:25.377Z consumes: repair-client
19332024-12-21T04:27:25.377Z
19342024-12-21T04:27:25.377Zcrucible-pantry (crucible/pantry)
19352024-12-21T04:27:25.377Z exposes: Crucible Pantry (client = crucible-pantry-client)
19362024-12-21T04:27:25.379Z
19372024-12-21T04:27:25.379Zdns-server (omicron/dns-server)
19382024-12-21T04:27:25.379Z exposes: DNS Server (client = dns-service-client)
19392024-12-21T04:27:25.380Z
19402024-12-21T04:27:25.380Zomicron-sled-agent (omicron/sled-agent)
19412024-12-21T04:27:25.380Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19422024-12-21T04:27:25.380Z exposes: Repo Depot API (client = repo-depot-client)
19432024-12-21T04:27:25.380Z exposes: Sled Agent (client = sled-agent-client)
19442024-12-21T04:27:25.382Z consumes: bootstrap-agent-client
19452024-12-21T04:27:25.382Z consumes: ddm-admin-client
19462024-12-21T04:27:25.382Z consumes: dns-service-client
19472024-12-21T04:27:25.382Z consumes: dpd-client
19482024-12-21T04:27:25.382Z consumes: gateway-client
19492024-12-21T04:27:25.382Z consumes: mg-admin-client
19502024-12-21T04:27:25.382Z consumes: nexus-client
19512024-12-21T04:27:25.383Z consumes: propolis-client
19522024-12-21T04:27:25.383Z consumes: repo-depot-client
19532024-12-21T04:27:25.383Z
19542024-12-21T04:27:25.383Zpropolis-server (propolis/bin/propolis-server)
19552024-12-21T04:27:25.383Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19562024-12-21T04:27:25.383Z exposes: Propolis (client = propolis-client)
19572024-12-21T04:27:25.385Z consumes: nexus-client
19582024-12-21T04:27:25.385Z
19592024-12-21T04:27:25.385Zddmd (maghemite/ddmd)
19602024-12-21T04:27:25.385Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19612024-12-21T04:27:25.388Z consumes: dpd-client
19622024-12-21T04:27:25.388Z
19632024-12-21T04:27:25.388Zdpd (dendrite/dpd)
19642024-12-21T04:27:25.388Z exposes: Dendrite DPD (client = dpd-client)
19652024-12-21T04:27:25.391Z consumes: gateway-client
19662024-12-21T04:27:25.391Z consumes: nexus-client
19672024-12-21T04:27:25.391Z consumes: sled-agent-client
19682024-12-21T04:27:25.391Z
19692024-12-21T04:27:25.391Zmgd (maghemite/mgd)
19702024-12-21T04:27:25.391Z exposes: Maghemite MG Admin (client = mg-admin-client)
19712024-12-21T04:27:25.394Z consumes: ddm-admin-client
19722024-12-21T04:27:25.394Z consumes: dpd-client
19732024-12-21T04:27:25.394Z
19742024-12-21T04:27:25.394Zomicron-gateway (omicron/gateway)
19752024-12-21T04:27:25.394Z exposes: Management Gateway Service (client = gateway-client)
19762024-12-21T04:27:25.394Z
19772024-12-21T04:27:25.394Ztfportd (dendrite/tfportd)
19782024-12-21T04:27:25.394Z consumes: dpd-client
19792024-12-21T04:27:25.394Z
19802024-12-21T04:27:25.394Zwicketd (omicron/wicketd)
19812024-12-21T04:27:25.394Z exposes: Wicketd Installinator (client = installinator-client)
19822024-12-21T04:27:25.394Z exposes: Wicketd (client = wicketd-client)
19832024-12-21T04:27:25.397Z consumes: bootstrap-agent-client
19842024-12-21T04:27:25.397Z consumes: ddm-admin-client
19852024-12-21T04:27:25.397Z consumes: dpd-client
19862024-12-21T04:27:25.397Z consumes: gateway-client
19872024-12-21T04:27:25.397Z
19882024-12-21T04:27:25.397Zinstallinator (omicron/installinator)
19892024-12-21T04:27:25.397Z consumes: ddm-admin-client
19902024-12-21T04:27:25.397Z consumes: installinator-client
19912024-12-21T04:27:25.398Z
19922024-12-21T04:27:25.398Zomicron-nexus (omicron/nexus)
19932024-12-21T04:27:25.398Z exposes: Nexus Internal API (client = nexus-client)
19942024-12-21T04:27:25.398Z exposes: External API (client = oxide-client)
19952024-12-21T04:27:25.400Z consumes: clickhouse-admin-keeper-client
19962024-12-21T04:27:25.400Z consumes: clickhouse-admin-server-client
19972024-12-21T04:27:25.400Z consumes: clickhouse-admin-single-client
19982024-12-21T04:27:25.400Z consumes: cockroach-admin-client
19992024-12-21T04:27:25.400Z consumes: crucible-agent-client
20002024-12-21T04:27:25.400Z consumes: crucible-pantry-client
20012024-12-21T04:27:25.400Z consumes: dns-service-client
20022024-12-21T04:27:25.400Z consumes: dpd-client
20032024-12-21T04:27:25.400Z consumes: gateway-client
20042024-12-21T04:27:25.400Z consumes: mg-admin-client
20052024-12-21T04:27:25.400Z consumes: oximeter-client
20062024-12-21T04:27:25.401Z consumes: propolis-client
20072024-12-21T04:27:25.401Z consumes: sled-agent-client
20082024-12-21T04:27:25.401Z
20092024-12-21T04:27:25.401Zoximeter-collector (omicron/oximeter/collector)
20102024-12-21T04:27:25.401Z exposes: Oximeter (client = oximeter-client)
20112024-12-21T04:27:25.401Z consumes: nexus-client
20122024-12-21T04:27:25.401Z
20132024-12-21T04:27:25.525Z
20142024-12-21T04:27:25.528Zreal 5.951508783
20152024-12-21T04:27:25.528Zuser 4.724082991
20162024-12-21T04:27:25.528Zsys 1.841970233
20172024-12-21T04:27:25.528Ztrap 0.000625746
20182024-12-21T04:27:25.528Ztflt 0.000004768
20192024-12-21T04:27:25.528Zdflt 0.000098917
20202024-12-21T04:27:25.528Zkflt 0.000000000
20212024-12-21T04:27:25.528Zlock 0.002162221
20222024-12-21T04:27:25.528Zslp 11.121582863
20232024-12-21T04:27:25.528Zlat 0.010091024
20242024-12-21T04:27:25.528Zstop 0.076305831
20252024-12-21T04:27:25.528Z+ ptime -m cargo xtask ls-apis check
20262024-12-21T04:27:26.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20272024-12-21T04:27:26.087Z Running `target/debug/xtask ls-apis check`
20282024-12-21T04:27:26.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20292024-12-21T04:27:27.055Z Running `target/debug/ls-apis check`
20302024-12-21T04:27:27.102Zloading metadata for workspace omicron from current workspace
20312024-12-21T04:27:28.387Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20322024-12-21T04:27:28.391Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
20332024-12-21T04:27:28.394Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
20342024-12-21T04:27:30.286Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20352024-12-21T04:27:31.144Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20362024-12-21T04:27:31.162Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20372024-12-21T04:27:31.432Z
20382024-12-21T04:27:31.432Z
20392024-12-21T04:27:31.432ZServer-managed APIs:
20402024-12-21T04:27:31.432Z
20412024-12-21T04:27:31.432Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20422024-12-21T04:27:31.432Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20432024-12-21T04:27:31.432Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20442024-12-21T04:27:31.432Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20452024-12-21T04:27:31.432Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20462024-12-21T04:27:31.433Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20472024-12-21T04:27:31.433Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20482024-12-21T04:27:31.433Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20492024-12-21T04:27:31.433Z DNS Server (dns-service-client, exposed by dns-server)
20502024-12-21T04:27:31.433Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20512024-12-21T04:27:31.433Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20522024-12-21T04:27:31.433Z External API (oxide-client, exposed by omicron-nexus)
20532024-12-21T04:27:31.433Z Oximeter (oximeter-client, exposed by oximeter-collector)
20542024-12-21T04:27:31.433Z Propolis (propolis-client, exposed by propolis-server)
20552024-12-21T04:27:31.433Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20562024-12-21T04:27:31.433Z Wicketd (wicketd-client, exposed by wicketd)
20572024-12-21T04:27:31.433Z
20582024-12-21T04:27:31.433Z
20592024-12-21T04:27:31.433ZClient-managed API:
20602024-12-21T04:27:31.433Z
20612024-12-21T04:27:31.433Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20622024-12-21T04:27:31.433Z reason: depends on itself (i.e., instances call each other)
20632024-12-21T04:27:31.433Z Dendrite DPD (dpd-client, exposed by dpd)
20642024-12-21T04:27:31.433Z reason: Sled Agent calling DPD creates a circular dependency
20652024-12-21T04:27:31.433Z Wicketd Installinator (installinator-client, exposed by wicketd)
20662024-12-21T04:27:31.433Z reason: client is provided implicitly by the operator
20672024-12-21T04:27:31.433Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20682024-12-21T04:27:31.433Z reason: Circular dependencies between Nexus and other services
20692024-12-21T04:27:31.433Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20702024-12-21T04:27:31.433Z reason: depends on itself (i.e., instances call each other)
20712024-12-21T04:27:31.433Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20722024-12-21T04:27:31.433Z reason: depends on itself (i.e., instances call each other)
20732024-12-21T04:27:31.433Z
20742024-12-21T04:27:31.433Z
20752024-12-21T04:27:31.433ZAPIs with unknown version management: none
20762024-12-21T04:27:31.556Z
20772024-12-21T04:27:31.556Zreal 6.013012118
20782024-12-21T04:27:31.556Zuser 4.800858536
20792024-12-21T04:27:31.556Zsys 1.842515523
20802024-12-21T04:27:31.556Ztrap 0.000505740
20812024-12-21T04:27:31.559Ztflt 0.000002718
20822024-12-21T04:27:31.559Zdflt 0.000096674
20832024-12-21T04:27:31.559Zkflt 0.000000000
20842024-12-21T04:27:31.559Zlock 0.002217349
20852024-12-21T04:27:31.559Zslp 10.984265375
20862024-12-21T04:27:31.559Zlat 0.009629669
20872024-12-21T04:27:31.559Zstop 0.076223761
20882024-12-21T04:27:31.559Z+ banner build
20892024-12-21T04:27:31.562Z
20902024-12-21T04:27:31.562Z ##### # # # # #####
20912024-12-21T04:27:31.562Z # # # # # # # #
20922024-12-21T04:27:31.562Z ##### # # # # # #
20932024-12-21T04:27:31.562Z # # # # # # # #
20942024-12-21T04:27:31.562Z # # # # # # # #
20952024-12-21T04:27:31.562Z ##### #### # ###### #####
20962024-12-21T04:27:31.562Z
20972024-12-21T04:27:31.562Z+ export 'RUSTFLAGS=-D warnings'
20982024-12-21T04:27:31.562Z+ RUSTFLAGS='-D warnings'
20992024-12-21T04:27:31.562Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21002024-12-21T04:27:31.562Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21012024-12-21T04:27:31.562Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21022024-12-21T04:27:31.562Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21032024-12-21T04:27:31.562Z+ export TMPDIR=/var/tmp/omicron_tmp
21042024-12-21T04:27:31.562Z+ TMPDIR=/var/tmp/omicron_tmp
21052024-12-21T04:27:31.562Z+ export RUST_BACKTRACE=1
21062024-12-21T04:27:31.562Z+ RUST_BACKTRACE=1
21072024-12-21T04:27:31.562Z+ export CARGO_INCREMENTAL=0
21082024-12-21T04:27:31.562Z+ CARGO_INCREMENTAL=0
21092024-12-21T04:27:31.562Z+ export RUSTC_BOOTSTRAP=1
21102024-12-21T04:27:31.562Z+ RUSTC_BOOTSTRAP=1
21112024-12-21T04:27:31.562Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21122024-12-21T04:27:33.399Z Dirty proc-macro2 v1.0.89: the rustflags changed
21132024-12-21T04:27:33.399Z Compiling proc-macro2 v1.0.89
21142024-12-21T04:27:33.399Z Dirty unicode-ident v1.0.13: the rustflags changed
21152024-12-21T04:27:33.399Z Compiling unicode-ident v1.0.13
21162024-12-21T04:27:33.403Z Dirty libc v0.2.162: the rustflags changed
21172024-12-21T04:27:33.403Z Compiling libc v0.2.162
21182024-12-21T04:27:33.403Z Dirty cfg-if v1.0.0: the rustflags changed
21192024-12-21T04:27:33.403Z Compiling cfg-if v1.0.0
21202024-12-21T04:27:33.403Z Dirty serde v1.0.215: the rustflags changed
21212024-12-21T04:27:33.403Z Compiling serde v1.0.215
21222024-12-21T04:27:33.403Z Dirty autocfg v1.4.0: the rustflags changed
21232024-12-21T04:27:33.403Z Compiling autocfg v1.4.0
21242024-12-21T04:27:33.403Z Dirty memchr v2.7.4: the rustflags changed
21252024-12-21T04:27:33.403Z Compiling memchr v2.7.4
21262024-12-21T04:27:33.403Z Dirty version_check v0.9.5: the rustflags changed
21272024-12-21T04:27:33.403Z Compiling version_check v0.9.5
21282024-12-21T04:27:33.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c02481439796dfa7 -C extra-filename=-c02481439796dfa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21292024-12-21T04:27:33.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=a0c90b16fe1aa548 -C extra-filename=-a0c90b16fe1aa548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-12-21T04:27:33.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=83c04ded702a2c6e -C extra-filename=-83c04ded702a2c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-12-21T04:27:33.403Z Running `/home/build/.rustup/toolchains/1.81.0-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.162/build.rs --error-format=json --json=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=9ed6789ca90d87d7 -C extra-filename=-9ed6789ca90d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-12-21T04:27:33.404Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/build.rs --error-format=json --json=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=e1f493915488a752 -C extra-filename=-e1f493915488a752 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-12-21T04:27:33.554Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eab694a454abf753 -C extra-filename=-eab694a454abf753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-12-21T04:27:33.554Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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 --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=628c83ce3f8440f3 -C extra-filename=-628c83ce3f8440f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21352024-12-21T04:27:33.575Z Running `/home/build/.rustup/toolchains/1.81.0-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=3085d201f1b07e89 -C extra-filename=-3085d201f1b07e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-12-21T04:27:33.720Z Dirty value-bag v1.9.0: the rustflags changed
21372024-12-21T04:27:33.721Z Compiling value-bag v1.9.0
21382024-12-21T04:27:33.755Z Running `/home/build/.rustup/toolchains/1.81.0-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=294d8632e0500484 -C extra-filename=-294d8632e0500484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-12-21T04:27:33.759Z Dirty scopeguard v1.2.0: the rustflags changed
21402024-12-21T04:27:33.759Z Compiling scopeguard v1.2.0
21412024-12-21T04:27:33.798Z Running `/home/build/.rustup/toolchains/1.81.0-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=e10ff91bdb1d6034 -C extra-filename=-e10ff91bdb1d6034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-12-21T04:27:33.941Z Dirty smallvec v1.13.2: the rustflags changed
21432024-12-21T04:27:33.941Z Compiling smallvec v1.13.2
21442024-12-21T04:27:33.984Z Running `/home/build/.rustup/toolchains/1.81.0-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=4dafc5e65351502b -C extra-filename=-4dafc5e65351502b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-12-21T04:27:34.243Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752/build-script-build`
21462024-12-21T04:27:34.290Z Dirty log v0.4.22: the rustflags changed
21472024-12-21T04:27:34.290Z Compiling log v0.4.22
21482024-12-21T04:27:34.330Z Running `/home/build/.rustup/toolchains/1.81.0-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=a2c99244b373d360 -C extra-filename=-a2c99244b373d360 --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-294d8632e0500484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21492024-12-21T04:27:34.365Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7/build-script-build`
21502024-12-21T04:27:34.393Z Dirty once_cell v1.20.2: the rustflags changed
21512024-12-21T04:27:34.393Z Compiling once_cell v1.20.2
21522024-12-21T04:27:34.416Z Dirty itoa v1.0.11: the rustflags changed
21532024-12-21T04:27:34.416Z Compiling itoa v1.0.11
21542024-12-21T04:27:34.419Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=4fac8a596e09fa80 -C extra-filename=-4fac8a596e09fa80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21552024-12-21T04:27:34.419Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7/build-script-build`
21562024-12-21T04:27:34.419Z Running `/home/build/.rustup/toolchains/1.81.0-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=ce59ac6fb623678a -C extra-filename=-ce59ac6fb623678a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-12-21T04:27:34.464Z Dirty byteorder v1.5.0: the rustflags changed
21582024-12-21T04:27:34.464Z Compiling byteorder v1.5.0
21592024-12-21T04:27:34.467Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=42c8c764cb4293aa -C extra-filename=-42c8c764cb4293aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-12-21T04:27:34.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=29117e4ff36dab03 -C extra-filename=-29117e4ff36dab03 --out-dir /work/oxidecomputer/omicron/target/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_time32)' --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","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
21612024-12-21T04:27:34.660Z Dirty pin-project-lite v0.2.14: the rustflags changed
21622024-12-21T04:27:34.660Z Compiling pin-project-lite v0.2.14
21632024-12-21T04:27:34.666Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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=46453f98c25563b1 -C extra-filename=-46453f98c25563b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-12-21T04:27:34.735Z Dirty lock_api v0.4.12: the rustflags changed
21652024-12-21T04:27:34.736Z Compiling lock_api v0.4.12
21662024-12-21T04:27:34.739Z Running `/home/build/.rustup/toolchains/1.81.0-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=a9a179362601b232 -C extra-filename=-a9a179362601b232 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-12-21T04:27:34.812Z Dirty subtle v2.6.1: the rustflags changed
21682024-12-21T04:27:34.812Z Compiling subtle v2.6.1
21692024-12-21T04:27:34.813Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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=31cb50c570ccb59e -C extra-filename=-31cb50c570ccb59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-12-21T04:27:34.842Z Dirty shlex v1.3.0: the rustflags changed
21712024-12-21T04:27:34.842Z Compiling shlex v1.3.0
21722024-12-21T04:27:34.869Z Running `/home/build/.rustup/toolchains/1.81.0-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=b2501e8bb1c4b8f3 -C extra-filename=-b2501e8bb1c4b8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-12-21T04:27:34.872Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bb86a0f4b2092559 -C extra-filename=-bb86a0f4b2092559 --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-a0c90b16fe1aa548.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)'`
21742024-12-21T04:27:34.928Z Dirty thiserror v1.0.69: the rustflags changed
21752024-12-21T04:27:34.928Z Compiling thiserror v1.0.69
21762024-12-21T04:27:34.931Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a10ee8adefdd5f1c -C extra-filename=-a10ee8adefdd5f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-12-21T04:27:35.103Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build`
21782024-12-21T04:27:35.191Z Dirty regex-syntax v0.8.5: the rustflags changed
21792024-12-21T04:27:35.191Z Compiling regex-syntax v0.8.5
21802024-12-21T04:27:35.191Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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=798e3a4bdf9327b3 -C extra-filename=-798e3a4bdf9327b3 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:27:35.220Z Dirty aho-corasick v1.1.3: the rustflags changed
21822024-12-21T04:27:35.220Z Compiling aho-corasick v1.1.3
21832024-12-21T04:27:35.223Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.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=0da0f4417492a9a4 -C extra-filename=-0da0f4417492a9a4 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-12-21T04:27:35.274Z Running `/home/build/.rustup/toolchains/1.81.0-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=3f6f9678b9924c1b -C extra-filename=-3f6f9678b9924c1b --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-e10ff91bdb1d6034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
21852024-12-21T04:27:35.313Z Dirty typenum v1.17.0: the rustflags changed
21862024-12-21T04:27:35.313Z Compiling typenum v1.17.0
21872024-12-21T04:27:35.316Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=3083ee05a03332f4 -C extra-filename=-3083ee05a03332f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-12-21T04:27:35.389Z Dirty generic-array v0.14.7: the rustflags changed
21892024-12-21T04:27:35.390Z Compiling generic-array v0.14.7
21902024-12-21T04:27:35.393Z Running `/home/build/.rustup/toolchains/1.81.0-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=48977a83d3568803 -C extra-filename=-48977a83d3568803 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-12-21T04:27:35.615Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build`
21922024-12-21T04:27:35.779Z Dirty quote v1.0.37: the rustflags changed
21932024-12-21T04:27:35.779Z Compiling quote v1.0.37
21942024-12-21T04:27:35.782Z Running `/home/build/.rustup/toolchains/1.81.0-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=061032add1e59e1c -C extra-filename=-061032add1e59e1c --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-bb86a0f4b2092559.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952024-12-21T04:27:35.808Z Dirty getrandom v0.2.15: the rustflags changed
21962024-12-21T04:27:35.808Z Compiling getrandom v0.2.15
21972024-12-21T04:27:35.811Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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=4686656331214bbd -C extra-filename=-4686656331214bbd --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-12-21T04:27:36.061Z Dirty jobserver v0.1.32: the rustflags changed
21992024-12-21T04:27:36.061Z Compiling jobserver v0.1.32
22002024-12-21T04:27:36.064Z Running `/home/build/.rustup/toolchains/1.81.0-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=72b1c0ae15d2154c -C extra-filename=-72b1c0ae15d2154c --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-12-21T04:27:36.100Z Dirty rand_core v0.6.4: the rustflags changed
22022024-12-21T04:27:36.100Z Compiling rand_core v0.6.4
22032024-12-21T04:27:36.103Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=873553d298e635a4 -C extra-filename=-873553d298e635a4 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-12-21T04:27:36.233Z Dirty syn v2.0.87: the rustflags changed
22052024-12-21T04:27:36.233Z Compiling syn v2.0.87
22062024-12-21T04:27:36.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.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="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=0e3802aa2be39be2 -C extra-filename=-0e3802aa2be39be2 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-12-21T04:27:36.421Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main`
22082024-12-21T04:27:36.548Z Dirty cc v1.1.30: the rustflags changed
22092024-12-21T04:27:36.548Z Compiling cc v1.1.30
22102024-12-21T04:27:36.558Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.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="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2297e04f177a75f2 -C extra-filename=-2297e04f177a75f2 --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-72b1c0ae15d2154c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-12-21T04:27:36.629Z Dirty parking_lot_core v0.9.10: the rustflags changed
22122024-12-21T04:27:36.629Z Compiling parking_lot_core v0.9.10
22132024-12-21T04:27:36.664Z Running `/home/build/.rustup/toolchains/1.81.0-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=b958ce598dab1297 -C extra-filename=-b958ce598dab1297 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-12-21T04:27:36.668Z Running `/home/build/.rustup/toolchains/1.81.0-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=4b6951e7dbfd8f8f -C extra-filename=-4b6951e7dbfd8f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-12-21T04:27:36.699Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build`
22162024-12-21T04:27:36.784Z Dirty allocator-api2 v0.2.18: the rustflags changed
22172024-12-21T04:27:36.784Z Compiling allocator-api2 v0.2.18
22182024-12-21T04:27:36.787Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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=2e7f20aac91d4cde -C extra-filename=-2e7f20aac91d4cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-12-21T04:27:37.040Z Dirty libm v0.2.8: the rustflags changed
22202024-12-21T04:27:37.040Z Compiling libm v0.2.8
22212024-12-21T04:27:37.045Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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=bb7d76c431516a46 -C extra-filename=-bb7d76c431516a46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-12-21T04:27:37.178Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build`
22232024-12-21T04:27:37.222Z Running `/home/build/.rustup/toolchains/1.81.0-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=85f7ecb3f7363b31 -C extra-filename=-85f7ecb3f7363b31 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242024-12-21T04:27:37.481Z Dirty ryu v1.0.18: the rustflags changed
22252024-12-21T04:27:37.481Z Compiling ryu v1.0.18
22262024-12-21T04:27:37.484Z Running `/home/build/.rustup/toolchains/1.81.0-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=28783a10abc36982 -C extra-filename=-28783a10abc36982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-12-21T04:27:37.620Z Dirty parking_lot v0.12.3: the rustflags changed
22282024-12-21T04:27:37.621Z Compiling parking_lot v0.12.3
22292024-12-21T04:27:37.623Z Running `/home/build/.rustup/toolchains/1.81.0-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.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("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f79c6fd34a7abec0 -C extra-filename=-f79c6fd34a7abec0 --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-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-85f7ecb3f7363b31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-12-21T04:27:37.900Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46/build-script-build`
22312024-12-21T04:27:37.928Z Dirty num-traits v0.2.19: the rustflags changed
22322024-12-21T04:27:37.928Z Compiling num-traits v0.2.19
22332024-12-21T04:27:37.931Z Running `/home/build/.rustup/toolchains/1.81.0-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=18a8e91f1018e70a -C extra-filename=-18a8e91f1018e70a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342024-12-21T04:27:37.966Z Running `/home/build/.rustup/toolchains/1.81.0-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=b91e4d75cc7c3b0b -C extra-filename=-b91e4d75cc7c3b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-12-21T04:27:38.155Z Dirty futures-core v0.3.31: the rustflags changed
22362024-12-21T04:27:38.155Z Compiling futures-core v0.3.31
22372024-12-21T04:27:38.158Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=15b4a62ef3693967 -C extra-filename=-15b4a62ef3693967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-12-21T04:27:38.340Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build`
22392024-12-21T04:27:38.440Z Dirty spin v0.9.8: the rustflags changed
22402024-12-21T04:27:38.440Z Compiling spin v0.9.8
22412024-12-21T04:27:38.444Z Running `/home/build/.rustup/toolchains/1.81.0-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=0d6a5191eef2dd9a -C extra-filename=-0d6a5191eef2dd9a --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-3f6f9678b9924c1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-12-21T04:27:38.608Z Dirty rustix v0.38.37: the rustflags changed
22432024-12-21T04:27:38.608Z Compiling rustix v0.38.37
22442024-12-21T04:27:38.611Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=d3e6b90374196050 -C extra-filename=-d3e6b90374196050 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-12-21T04:27:38.642Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22462024-12-21T04:27:38.642Z Compiling signal-hook-registry v1.4.2
22472024-12-21T04:27:38.646Z Running `/home/build/.rustup/toolchains/1.81.0-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=1e8f38f4beebb57d -C extra-filename=-1e8f38f4beebb57d --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-12-21T04:27:38.904Z Dirty regex-automata v0.4.8: the rustflags changed
22492024-12-21T04:27:38.905Z Compiling regex-automata v0.4.8
22502024-12-21T04:27:38.951Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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=1cec3bd77f56db17 -C extra-filename=-1cec3bd77f56db17 --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-12-21T04:27:39.439Z Running `/home/build/.rustup/toolchains/1.81.0-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=b347099865a56f50 -C extra-filename=-b347099865a56f50 --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-b91e4d75cc7c3b0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22522024-12-21T04:27:39.538Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050/build-script-build`
22532024-12-21T04:27:39.559Z Dirty errno v0.3.9: the rustflags changed
22542024-12-21T04:27:39.559Z Compiling errno v0.3.9
22552024-12-21T04:27:39.560Z Running `/home/build/.rustup/toolchains/1.81.0-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=b78bd9fe5b9e371b -C extra-filename=-b78bd9fe5b9e371b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562024-12-21T04:27:39.864Z Dirty serde_json v1.0.133: the rustflags changed
22572024-12-21T04:27:39.864Z Compiling serde_json v1.0.133
22582024-12-21T04:27:39.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/build.rs --error-format=json --json=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=1fa4daaa3976fb13 -C extra-filename=-1fa4daaa3976fb13 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-1fa4daaa3976fb13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-12-21T04:27:39.969Z Dirty either v1.13.0: the rustflags changed
22602024-12-21T04:27:39.969Z Compiling either v1.13.0
22612024-12-21T04:27:39.969Z Running `/home/build/.rustup/toolchains/1.81.0-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=682f0202de4cb9c8 -C extra-filename=-682f0202de4cb9c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-12-21T04:27:40.263Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1fa4daaa3976fb13/build-script-build`
22632024-12-21T04:27:40.292Z Dirty fnv v1.0.7: the rustflags changed
22642024-12-21T04:27:40.292Z Compiling fnv v1.0.7
22652024-12-21T04:27:40.316Z Running `/home/build/.rustup/toolchains/1.81.0-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=086f5ffe4a25dc54 -C extra-filename=-086f5ffe4a25dc54 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:27:40.339Z Dirty equivalent v1.0.1: the rustflags changed
22672024-12-21T04:27:40.340Z Compiling equivalent v1.0.1
22682024-12-21T04:27:40.340Z Running `/home/build/.rustup/toolchains/1.81.0-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=2f76ef270c32b0d6 -C extra-filename=-2f76ef270c32b0d6 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:27:40.481Z Dirty foldhash v0.1.3: the rustflags changed
22702024-12-21T04:27:40.482Z Compiling foldhash v0.1.3
22712024-12-21T04:27:40.513Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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("default", "std"))' -C metadata=4317155eba697168 -C extra-filename=-4317155eba697168 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:27:40.513Z Dirty mio v1.0.2: the rustflags changed
22732024-12-21T04:27:40.513Z Compiling mio v1.0.2
22742024-12-21T04:27:40.513Z Running `/home/build/.rustup/toolchains/1.81.0-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=df13f09366e40281 -C extra-filename=-df13f09366e40281 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-12-21T04:27:40.796Z Dirty hashbrown v0.15.1: the rustflags changed
22762024-12-21T04:27:40.796Z Compiling hashbrown v0.15.1
22772024-12-21T04:27:40.801Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0880a475818c8bc6 -C extra-filename=-0880a475818c8bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2f76ef270c32b0d6.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-4317155eba697168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-12-21T04:27:40.960Z Dirty socket2 v0.5.7: the rustflags changed
22792024-12-21T04:27:40.960Z Compiling socket2 v0.5.7
22802024-12-21T04:27:40.965Z Running `/home/build/.rustup/toolchains/1.81.0-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=024a7c8877c9d5fd -C extra-filename=-024a7c8877c9d5fd --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-12-21T04:27:41.069Z Dirty lazy_static v1.5.0: the rustflags changed
22822024-12-21T04:27:41.069Z Compiling lazy_static v1.5.0
22832024-12-21T04:27:41.077Z Running `/home/build/.rustup/toolchains/1.81.0-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=cc0c30b4f89d8188 -C extra-filename=-cc0c30b4f89d8188 --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-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-12-21T04:27:41.199Z Dirty const-oid v0.9.6: the rustflags changed
22852024-12-21T04:27:41.199Z Compiling const-oid v0.9.6
22862024-12-21T04:27:41.205Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=7c6d8f6ce55bf7b5 -C extra-filename=-7c6d8f6ce55bf7b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-12-21T04:27:41.429Z Dirty slab v0.4.9: the rustflags changed
22882024-12-21T04:27:41.429Z Compiling slab v0.4.9
22892024-12-21T04:27:41.455Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7d8b679e55f5d38f -C extra-filename=-7d8b679e55f5d38f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-12-21T04:27:41.710Z Dirty futures-io v0.3.31: the rustflags changed
22912024-12-21T04:27:41.710Z Compiling futures-io v0.3.31
22922024-12-21T04:27:41.712Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=0d0c1d18420ed0e7 -C extra-filename=-0d0c1d18420ed0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-12-21T04:27:41.828Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build`
22942024-12-21T04:27:41.996Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=593ca64c5dc22e65 -C extra-filename=-593ca64c5dc22e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-12-21T04:27:42.023Z Dirty pkg-config v0.3.31: the rustflags changed
22962024-12-21T04:27:42.023Z Compiling pkg-config v0.3.31
22972024-12-21T04:27:42.026Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e90c200a67fff3 -C extra-filename=-d7e90c200a67fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-12-21T04:27:42.067Z Dirty futures-sink v0.3.31: the rustflags changed
22992024-12-21T04:27:42.067Z Compiling futures-sink v0.3.31
23002024-12-21T04:27:42.070Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=21f681dec55ed1d5 -C extra-filename=-21f681dec55ed1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-12-21T04:27:42.146Z Dirty cpufeatures v0.2.14: the rustflags changed
23022024-12-21T04:27:42.147Z Compiling cpufeatures v0.2.14
23032024-12-21T04:27:42.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b13b59192a6c1bc -C extra-filename=-1b13b59192a6c1bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-12-21T04:27:42.181Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23052024-12-21T04:27:42.181Z Compiling stable_deref_trait v1.2.0
23062024-12-21T04:27:42.184Z Running `/home/build/.rustup/toolchains/1.81.0-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f7e95531580c1da -C extra-filename=-6f7e95531580c1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-12-21T04:27:42.246Z Dirty heck v0.5.0: the rustflags changed
23082024-12-21T04:27:42.246Z Compiling heck v0.5.0
23092024-12-21T04:27:42.249Z Running `/home/build/.rustup/toolchains/1.81.0-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=702249e0617a2365 -C extra-filename=-702249e0617a2365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-12-21T04:27:42.277Z Dirty pin-utils v0.1.0: the rustflags changed
23112024-12-21T04:27:42.277Z Compiling pin-utils v0.1.0
23122024-12-21T04:27:42.277Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4b18aa76c089b05 -C extra-filename=-c4b18aa76c089b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-12-21T04:27:42.308Z Dirty futures-channel v0.3.31: the rustflags changed
23142024-12-21T04:27:42.308Z Compiling futures-channel v0.3.31
23152024-12-21T04:27:42.311Z Dirty futures-task v0.3.31: the rustflags changed
23162024-12-21T04:27:42.311Z Compiling futures-task v0.3.31
23172024-12-21T04:27:42.334Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=ec40fd422059f537 -C extra-filename=-ec40fd422059f537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-12-21T04:27:42.337Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=f4bf537936a3f942 -C extra-filename=-f4bf537936a3f942 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-12-21T04:27:42.398Z Dirty syn v1.0.109: the rustflags changed
23202024-12-21T04:27:42.398Z Compiling syn v1.0.109
23212024-12-21T04:27:42.401Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --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=edba8be794cbb348 -C extra-filename=-edba8be794cbb348 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-12-21T04:27:42.631Z Dirty semver v1.0.23: the rustflags changed
23232024-12-21T04:27:42.631Z Compiling semver v1.0.23
23242024-12-21T04:27:42.634Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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=dd56d50781dc5e1c -C extra-filename=-dd56d50781dc5e1c --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-12-21T04:27:42.803Z Dirty iana-time-zone v0.1.61: the rustflags changed
23262024-12-21T04:27:42.803Z Compiling iana-time-zone v0.1.61
23272024-12-21T04:27:42.837Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-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=d5293dfbc80d23ab -C extra-filename=-d5293dfbc80d23ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-12-21T04:27:42.843Z Dirty tracing-core v0.1.32: the rustflags changed
23292024-12-21T04:27:42.843Z Compiling tracing-core v0.1.32
23302024-12-21T04:27:42.845Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=32ae53d24b2aaea1 -C extra-filename=-32ae53d24b2aaea1 --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-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-12-21T04:27:43.182Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348/build-script-build`
23322024-12-21T04:27:43.212Z Dirty glob v0.3.1: the rustflags changed
23332024-12-21T04:27:43.212Z Compiling glob v0.3.1
23342024-12-21T04:27:43.216Z Running `/home/build/.rustup/toolchains/1.81.0-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=dec4d7736b1aadcb -C extra-filename=-dec4d7736b1aadcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-12-21T04:27:43.257Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c/build-script-build`
23362024-12-21T04:27:43.318Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --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=e2368bfcbc9d8904 -C extra-filename=-e2368bfcbc9d8904 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23372024-12-21T04:27:43.319Z Dirty home v0.5.9: the rustflags changed
23382024-12-21T04:27:43.319Z Compiling home v0.5.9
23392024-12-21T04:27:43.319Z Running `/home/build/.rustup/toolchains/1.81.0-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=f4181d55d297293f -C extra-filename=-f4181d55d297293f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-12-21T04:27:43.348Z Dirty minimal-lexical v0.2.1: the rustflags changed
23412024-12-21T04:27:43.348Z Compiling minimal-lexical v0.2.1
23422024-12-21T04:27:43.352Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=514822049975a5bd -C extra-filename=-514822049975a5bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-12-21T04:27:43.620Z Dirty dyn-clone v1.0.17: the rustflags changed
23442024-12-21T04:27:43.620Z Compiling dyn-clone v1.0.17
23452024-12-21T04:27:43.622Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=320946a34e5e6631 -C extra-filename=-320946a34e5e6631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-12-21T04:27:43.649Z Dirty schemars v0.8.21: the rustflags changed
23472024-12-21T04:27:43.650Z Compiling schemars v0.8.21
23482024-12-21T04:27:43.653Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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=93a2f88f9acde361 -C extra-filename=-93a2f88f9acde361 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-12-21T04:27:43.862Z Dirty nom v7.1.3: the rustflags changed
23502024-12-21T04:27:43.862Z Compiling nom v7.1.3
23512024-12-21T04:27:43.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=1096e8633209e52a -C extra-filename=-1096e8633209e52a --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-628c83ce3f8440f3.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-514822049975a5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-12-21T04:27:43.916Z Dirty litemap v0.7.3: the rustflags changed
23532024-12-21T04:27:43.916Z Compiling litemap v0.7.3
23542024-12-21T04:27:43.919Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=12d61032a7232bb3 -C extra-filename=-12d61032a7232bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-12-21T04:27:44.084Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build`
23562024-12-21T04:27:44.129Z Dirty synstructure v0.13.1: the rustflags changed
23572024-12-21T04:27:44.129Z Compiling synstructure v0.13.1
23582024-12-21T04:27:44.132Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-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="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=cd3425be11553615 -C extra-filename=-cd3425be11553615 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592024-12-21T04:27:44.253Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23602024-12-21T04:27:44.253Z Compiling serde_derive_internals v0.29.1
23612024-12-21T04:27:44.256Z Running `/home/build/.rustup/toolchains/1.81.0-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=ec8d7351929ead43 -C extra-filename=-ec8d7351929ead43 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-12-21T04:27:44.324Z Dirty percent-encoding v2.3.1: the rustflags changed
23632024-12-21T04:27:44.324Z Compiling percent-encoding v2.3.1
23642024-12-21T04:27:44.327Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0874bce15360e10d -C extra-filename=-0874bce15360e10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-12-21T04:27:44.353Z Dirty writeable v0.5.5: the rustflags changed
23662024-12-21T04:27:44.353Z Compiling writeable v0.5.5
23672024-12-21T04:27:44.356Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=2b2c0bc2625b13ad -C extra-filename=-2b2c0bc2625b13ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-12-21T04:27:44.736Z Dirty regex v1.11.1: the rustflags changed
23692024-12-21T04:27:44.736Z Compiling regex v1.11.1
23702024-12-21T04:27:44.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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 --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=a2e05c7d531f1f8e -C extra-filename=-a2e05c7d531f1f8e --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-12-21T04:27:44.993Z Dirty clang-sys v1.8.1: the rustflags changed
23722024-12-21T04:27:44.994Z Compiling clang-sys v1.8.1
23732024-12-21T04:27:44.997Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 --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_18_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", "libcpp", "libloading", "runtime", "static"))' -C metadata=9468e29ea888e2c2 -C extra-filename=-9468e29ea888e2c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-12-21T04:27:45.836Z Dirty prettyplease v0.2.25: the rustflags changed
23752024-12-21T04:27:45.836Z Compiling prettyplease v0.2.25
23762024-12-21T04:27:45.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/build.rs --error-format=json --json=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=57ee97ff453a716c -C extra-filename=-57ee97ff453a716c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-12-21T04:27:45.902Z Dirty vcpkg v0.2.15: the rustflags changed
23782024-12-21T04:27:45.902Z Compiling vcpkg v0.2.15
23792024-12-21T04:27:45.907Z Running `/home/build/.rustup/toolchains/1.81.0-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=ee8254f094605247 -C extra-filename=-ee8254f094605247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-12-21T04:27:45.944Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2/build-script-build`
23812024-12-21T04:27:46.005Z Dirty strsim v0.11.1: the rustflags changed
23822024-12-21T04:27:46.005Z Compiling strsim v0.11.1
23832024-12-21T04:27:46.029Z Running `/home/build/.rustup/toolchains/1.81.0-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=f51eb3e58dfb259b -C extra-filename=-f51eb3e58dfb259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-12-21T04:27:46.235Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c/build-script-build`
23852024-12-21T04:27:46.274Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23862024-12-21T04:27:46.274Z Compiling icu_locid_transform_data v1.5.0
23872024-12-21T04:27:46.278Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-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=7957942082d8dad2 -C extra-filename=-7957942082d8dad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-12-21T04:27:46.404Z Dirty crossbeam-utils v0.8.20: the rustflags changed
23892024-12-21T04:27:46.405Z Compiling crossbeam-utils v0.8.20
23902024-12-21T04:27:46.412Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=ad244ce700ff3deb -C extra-filename=-ad244ce700ff3deb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-12-21T04:27:46.971Z Dirty form_urlencoded v1.2.1: the rustflags changed
23922024-12-21T04:27:46.971Z Compiling form_urlencoded v1.2.1
23932024-12-21T04:27:46.974Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38be6dc4a21eb4ab -C extra-filename=-38be6dc4a21eb4ab --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-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-12-21T04:27:47.122Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb/build-script-build`
23952024-12-21T04:27:47.154Z Dirty itertools v0.12.1: the rustflags changed
23962024-12-21T04:27:47.154Z Compiling itertools v0.12.1
23972024-12-21T04:27:47.157Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ae1ce0c123c35ba1 -C extra-filename=-ae1ce0c123c35ba1 --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-12-21T04:27:47.191Z Dirty libloading v0.8.5: the rustflags changed
23992024-12-21T04:27:47.191Z Compiling libloading v0.8.5
24002024-12-21T04:27:47.194Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e9c285acf763a93 -C extra-filename=-5e9c285acf763a93 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-12-21T04:27:47.309Z Dirty icu_properties_data v1.5.0: the rustflags changed
24022024-12-21T04:27:47.309Z Compiling icu_properties_data v1.5.0
24032024-12-21T04:27:47.312Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-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=a9bd5f6fdd433a45 -C extra-filename=-a9bd5f6fdd433a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-12-21T04:27:47.613Z Dirty bindgen v0.69.5: the rustflags changed
24052024-12-21T04:27:47.613Z Compiling bindgen v0.69.5
24062024-12-21T04:27:47.640Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/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=54f5fc571672e0b5 -C extra-filename=-54f5fc571672e0b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-12-21T04:27:47.688Z Dirty adler2 v2.0.0: the rustflags changed
24082024-12-21T04:27:47.688Z Compiling adler2 v2.0.0
24092024-12-21T04:27:47.698Z Running `/home/build/.rustup/toolchains/1.81.0-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=36f35f9c7d0f7be0 -C extra-filename=-36f35f9c7d0f7be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-12-21T04:27:47.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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="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_18_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", "libcpp", "libloading", "runtime", "static"))' -C metadata=d7102ae7ac96b3ce -C extra-filename=-d7102ae7ac96b3ce --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-dec4d7736b1aadcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-5e9c285acf763a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-12-21T04:27:47.923Z Dirty miniz_oxide v0.8.0: the rustflags changed
24122024-12-21T04:27:47.923Z Compiling miniz_oxide v0.8.0
24132024-12-21T04:27:47.957Z Running `/home/build/.rustup/toolchains/1.81.0-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=567203bf7b54cb21 -C extra-filename=-567203bf7b54cb21 --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-36f35f9c7d0f7be0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-12-21T04:27:48.307Z Dirty cexpr v0.6.0: the rustflags changed
24152024-12-21T04:27:48.307Z Compiling cexpr v0.6.0
24162024-12-21T04:27:48.312Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c2fe60045c9bcf -C extra-filename=-47c2fe60045c9bcf --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-1096e8633209e52a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-12-21T04:27:48.542Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build`
24182024-12-21T04:27:48.585Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a82849320d8cb1d1 -C extra-filename=-a82849320d8cb1d1 --out-dir /work/oxidecomputer/omicron/target/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(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
24192024-12-21T04:27:49.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0c1895992fb94fa8 -C extra-filename=-0c1895992fb94fa8 --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-bb86a0f4b2092559.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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)'`
24202024-12-21T04:27:49.878Z Dirty ring v0.17.8: the rustflags changed
24212024-12-21T04:27:49.878Z Compiling ring v0.17.8
24222024-12-21T04:27:49.881Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --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=efa00a62cdca1d2e -C extra-filename=-efa00a62cdca1d2e --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-12-21T04:27:50.190Z Dirty utf8_iter v1.0.4: the rustflags changed
24242024-12-21T04:27:50.190Z Compiling utf8_iter v1.0.4
24252024-12-21T04:27:50.194Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-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=5641cf8715ef0d52 -C extra-filename=-5641cf8715ef0d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-12-21T04:27:50.461Z Dirty write16 v1.0.0: the rustflags changed
24272024-12-21T04:27:50.461Z Compiling write16 v1.0.0
24282024-12-21T04:27:50.464Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=bcc1c0a7a48c36bb -C extra-filename=-bcc1c0a7a48c36bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-12-21T04:27:50.609Z Dirty lazycell v1.3.0: the rustflags changed
24302024-12-21T04:27:50.610Z Compiling lazycell v1.3.0
24312024-12-21T04:27:50.613Z Running `/home/build/.rustup/toolchains/1.81.0-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=a2d4d16d95f9d7dc -C extra-filename=-a2d4d16d95f9d7dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-12-21T04:27:50.639Z Dirty utf16_iter v1.0.5: the rustflags changed
24332024-12-21T04:27:50.640Z Compiling utf16_iter v1.0.5
24342024-12-21T04:27:50.640Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-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())' -C metadata=da3eb426fea5ab87 -C extra-filename=-da3eb426fea5ab87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-12-21T04:27:50.795Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24362024-12-21T04:27:50.795Z Compiling icu_normalizer_data v1.5.0
24372024-12-21T04:27:50.824Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-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=e11a27b340862ad0 -C extra-filename=-e11a27b340862ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-12-21T04:27:50.866Z Dirty rustc-hash v1.1.0: the rustflags changed
24392024-12-21T04:27:50.866Z Compiling rustc-hash v1.1.0
24402024-12-21T04:27:50.869Z Running `/home/build/.rustup/toolchains/1.81.0-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=5050d291e6f94822 -C extra-filename=-5050d291e6f94822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-12-21T04:27:50.919Z Dirty httparse v1.9.5: the rustflags changed
24422024-12-21T04:27:50.919Z Compiling httparse v1.9.5
24432024-12-21T04:27:50.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=8295f7160196729b -C extra-filename=-8295f7160196729b --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-12-21T04:27:51.038Z Dirty paste v1.0.15: the rustflags changed
24452024-12-21T04:27:51.038Z Compiling paste v1.0.15
24462024-12-21T04:27:51.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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=16717b46f66bb5af -C extra-filename=-16717b46f66bb5af --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-12-21T04:27:51.169Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e/build-script-build`
24482024-12-21T04:27:51.652Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build`
24492024-12-21T04:27:51.737Z Dirty tinyvec_macros v0.1.1: the rustflags changed
24502024-12-21T04:27:51.737Z Compiling tinyvec_macros v0.1.1
24512024-12-21T04:27:51.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4982b0c839feebb2 -C extra-filename=-4982b0c839feebb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-12-21T04:27:51.805Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build`
24532024-12-21T04:27:51.837Z Dirty serde_derive v1.0.215: the rustflags changed
24542024-12-21T04:27:51.837Z Compiling serde_derive v1.0.215
24552024-12-21T04:27:51.840Z Running `/home/build/.rustup/toolchains/1.81.0-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.215/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5993f2d28b3a8551 -C extra-filename=-5993f2d28b3a8551 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-12-21T04:27:51.858Z Dirty zeroize_derive v1.4.2: the rustflags changed
24572024-12-21T04:27:51.858Z Compiling zeroize_derive v1.4.2
24582024-12-21T04:27:51.861Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9ffa8e7f186eb69 -C extra-filename=-f9ffa8e7f186eb69 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-12-21T04:27:51.887Z Dirty thiserror-impl v1.0.69: the rustflags changed
24602024-12-21T04:27:51.887Z Compiling thiserror-impl v1.0.69
24612024-12-21T04:27:51.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-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=843d65027f8dc2f7 -C extra-filename=-843d65027f8dc2f7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-12-21T04:27:52.372Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24632024-12-21T04:27:52.372Z Compiling zerocopy-derive v0.7.35
24642024-12-21T04:27:52.375Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-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=097a6433dcce2fc7 -C extra-filename=-097a6433dcce2fc7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-12-21T04:27:52.919Z Dirty tokio-macros v2.4.0: the rustflags changed
24662024-12-21T04:27:52.919Z Compiling tokio-macros v2.4.0
24672024-12-21T04:27:52.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=a038ba3b6ad1ea8a -C extra-filename=-a038ba3b6ad1ea8a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-12-21T04:27:53.695Z Dirty zeroize v1.8.1: the rustflags changed
24692024-12-21T04:27:53.695Z Compiling zeroize v1.8.1
24702024-12-21T04:27:53.698Z Running `/home/build/.rustup/toolchains/1.81.0-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=e36277d4aa1c4608 -C extra-filename=-e36277d4aa1c4608 --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-f9ffa8e7f186eb69.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-12-21T04:27:54.127Z Running `/home/build/.rustup/toolchains/1.81.0-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=2b500a8874ca0b37 -C extra-filename=-2b500a8874ca0b37 --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-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24722024-12-21T04:27:54.763Z Dirty futures-macro v0.3.31: the rustflags changed
24732024-12-21T04:27:54.763Z Compiling futures-macro v0.3.31
24742024-12-21T04:27:54.766Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=d8a332b909f49938 -C extra-filename=-d8a332b909f49938 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-12-21T04:27:54.995Z Dirty zerocopy v0.7.35: the rustflags changed
24762024-12-21T04:27:54.995Z Compiling zerocopy v0.7.35
24772024-12-21T04:27:54.998Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=6ad875dd4010cc5b -C extra-filename=-6ad875dd4010cc5b --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-097a6433dcce2fc7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-12-21T04:27:55.500Z Dirty crypto-common v0.1.6: the rustflags changed
24792024-12-21T04:27:55.500Z Compiling crypto-common v0.1.6
24802024-12-21T04:27:55.503Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7fdfedb38dd16271 -C extra-filename=-7fdfedb38dd16271 --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-2b500a8874ca0b37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-12-21T04:27:55.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a5e48bea2035fe5 -C extra-filename=-7a5e48bea2035fe5 --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-843d65027f8dc2f7.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)'`
24822024-12-21T04:27:55.876Z Dirty block-buffer v0.10.4: the rustflags changed
24832024-12-21T04:27:55.876Z Compiling block-buffer v0.10.4
24842024-12-21T04:27:55.876Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=985c14dbbceadb88 -C extra-filename=-985c14dbbceadb88 --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-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-12-21T04:27:55.876Z Dirty tracing-attributes v0.1.27: the rustflags changed
24862024-12-21T04:27:55.876Z Compiling tracing-attributes v0.1.27
24872024-12-21T04:27:55.876Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=67b6838575b7fb9a -C extra-filename=-67b6838575b7fb9a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-12-21T04:27:56.039Z Dirty digest v0.10.7: the rustflags changed
24892024-12-21T04:27:56.039Z Compiling digest v0.10.7
24902024-12-21T04:27:56.042Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --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=427828cb45815475 -C extra-filename=-427828cb45815475 --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-985c14dbbceadb88.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-12-21T04:27:56.556Z Dirty ppv-lite86 v0.2.20: the rustflags changed
24922024-12-21T04:27:56.556Z Compiling ppv-lite86 v0.2.20
24932024-12-21T04:27:56.559Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8ea62941bf87be65 -C extra-filename=-8ea62941bf87be65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-12-21T04:27:56.664Z Dirty zerofrom-derive v0.1.4: the rustflags changed
24952024-12-21T04:27:56.664Z Compiling zerofrom-derive v0.1.4
24962024-12-21T04:27:56.667Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.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=1c8dacccadf111a0 -C extra-filename=-1c8dacccadf111a0 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-cd3425be11553615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-12-21T04:27:56.931Z Dirty futures-util v0.3.31: the rustflags changed
24982024-12-21T04:27:56.931Z Compiling futures-util v0.3.31
24992024-12-21T04:27:56.934Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=0e75d2014d70b1ca -C extra-filename=-0e75d2014d70b1ca --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-d8a332b909f49938.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-12-21T04:27:56.963Z Dirty yoke-derive v0.7.4: the rustflags changed
25012024-12-21T04:27:56.963Z Compiling yoke-derive v0.7.4
25022024-12-21T04:27:56.965Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.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=63339358f079e623 -C extra-filename=-63339358f079e623 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-cd3425be11553615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-12-21T04:27:57.522Z Dirty rand_chacha v0.3.1: the rustflags changed
25042024-12-21T04:27:57.522Z Compiling rand_chacha v0.3.1
25052024-12-21T04:27:57.525Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c35faf152b40ed9d -C extra-filename=-c35faf152b40ed9d --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-8ea62941bf87be65.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-12-21T04:27:58.115Z Dirty rand v0.8.5: the rustflags changed
25072024-12-21T04:27:58.115Z Compiling rand v0.8.5
25082024-12-21T04:27:58.117Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --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=41bf9abf24590c70 -C extra-filename=-41bf9abf24590c70 --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-29117e4ff36dab03.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-12-21T04:28:00.024Z Dirty tracing v0.1.40: the rustflags changed
25102024-12-21T04:28:00.024Z Compiling tracing v0.1.40
25112024-12-21T04:28:00.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --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=259315155e448d30 -C extra-filename=-259315155e448d30 --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-a2c99244b373d360.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-67b6838575b7fb9a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-32ae53d24b2aaea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-12-21T04:28:00.142Z Dirty displaydoc v0.2.5: the rustflags changed
25132024-12-21T04:28:00.142Z Compiling displaydoc v0.2.5
25142024-12-21T04:28:00.145Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.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("default", "std"))' -C metadata=e4f2679682b94175 -C extra-filename=-e4f2679682b94175 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-12-21T04:28:00.220Z Dirty zerovec-derive v0.10.3: the rustflags changed
25162024-12-21T04:28:00.220Z Compiling zerovec-derive v0.10.3
25172024-12-21T04:28:00.224Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.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=70d0cc6dcf22faa4 -C extra-filename=-70d0cc6dcf22faa4 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-12-21T04:28:00.365Z Dirty schemars_derive v0.8.21: the rustflags changed
25192024-12-21T04:28:00.365Z Compiling schemars_derive v0.8.21
25202024-12-21T04:28:00.369Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=544d8c96a73400c3 -C extra-filename=-544d8c96a73400c3 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ec8d7351929ead43.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-12-21T04:28:00.515Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25222024-12-21T04:28:00.515Z Compiling icu_provider_macros v1.5.0
25232024-12-21T04:28:00.518Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92aae60481d038bb -C extra-filename=-92aae60481d038bb --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-12-21T04:28:00.567Z Dirty block-padding v0.3.3: the rustflags changed
25252024-12-21T04:28:00.567Z Compiling block-padding v0.3.3
25262024-12-21T04:28:00.570Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7ae99d2f75a76b1d -C extra-filename=-7ae99d2f75a76b1d --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-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-12-21T04:28:00.826Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1ac9fc4a930966d4 -C extra-filename=-1ac9fc4a930966d4 --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-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'`
25282024-12-21T04:28:00.859Z Dirty inout v0.1.3: the rustflags changed
25292024-12-21T04:28:00.859Z Compiling inout v0.1.3
25302024-12-21T04:28:00.862Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=eb68e2ab9c24eeea -C extra-filename=-eb68e2ab9c24eeea --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-7ae99d2f75a76b1d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-12-21T04:28:01.179Z Dirty cipher v0.4.4: the rustflags changed
25322024-12-21T04:28:01.180Z Compiling cipher v0.4.4
25332024-12-21T04:28:01.183Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=359f414b48a0b383 -C extra-filename=-359f414b48a0b383 --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-7fdfedb38dd16271.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-12-21T04:28:01.210Z Dirty zerofrom v0.1.4: the rustflags changed
25352024-12-21T04:28:01.210Z Compiling zerofrom v0.1.4
25362024-12-21T04:28:01.213Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=5df5fb59ed73e996 -C extra-filename=-5df5fb59ed73e996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-1c8dacccadf111a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-12-21T04:28:01.485Z Dirty yoke v0.7.4: the rustflags changed
25382024-12-21T04:28:01.485Z Compiling yoke v0.7.4
25392024-12-21T04:28:01.488Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b831cd7dcc0c16fe -C extra-filename=-b831cd7dcc0c16fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-63339358f079e623.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-12-21T04:28:01.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=7559930a4f3fd1fe -C extra-filename=-7559930a4f3fd1fe --out-dir /work/oxidecomputer/omicron/target/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_neon_intrinsics --cfg httparse_simd`
25412024-12-21T04:28:01.868Z Dirty tinyvec v1.8.0: the rustflags changed
25422024-12-21T04:28:01.868Z Compiling tinyvec v1.8.0
25432024-12-21T04:28:01.871Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=e7413fa0c8eb6f0b -C extra-filename=-e7413fa0c8eb6f0b --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-4982b0c839feebb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-12-21T04:28:01.898Z Running `/home/build/.rustup/toolchains/1.81.0-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=65509bc7a12a7936 -C extra-filename=-65509bc7a12a7936 --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"))'`
25452024-12-21T04:28:02.150Z Dirty powerfmt v0.2.0: the rustflags changed
25462024-12-21T04:28:02.151Z Compiling powerfmt v0.2.0
25472024-12-21T04:28:02.164Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=94e40ca91964149b -C extra-filename=-94e40ca91964149b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-12-21T04:28:02.474Z Dirty num-conv v0.1.0: the rustflags changed
25492024-12-21T04:28:02.474Z Compiling num-conv v0.1.0
25502024-12-21T04:28:02.477Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c109b9a9c8f233d7 -C extra-filename=-c109b9a9c8f233d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-12-21T04:28:02.607Z Dirty atomic-waker v1.1.2: the rustflags changed
25522024-12-21T04:28:02.607Z Compiling atomic-waker v1.1.2
25532024-12-21T04:28:02.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=10b6fa6e98e5e04e -C extra-filename=-10b6fa6e98e5e04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-12-21T04:28:02.791Z Dirty time-core v0.1.2: the rustflags changed
25552024-12-21T04:28:02.791Z Compiling time-core v0.1.2
25562024-12-21T04:28:02.877Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa003117469a7882 -C extra-filename=-fa003117469a7882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-12-21T04:28:02.881Z Dirty deranged v0.3.11: the rustflags changed
25582024-12-21T04:28:02.881Z Compiling deranged v0.3.11
25592024-12-21T04:28:02.906Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=dbdb4213ab242975 -C extra-filename=-dbdb4213ab242975 --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-94e40ca91964149b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-12-21T04:28:03.050Z Dirty time-macros v0.2.18: the rustflags changed
25612024-12-21T04:28:03.050Z Compiling time-macros v0.2.18
25622024-12-21T04:28:03.054Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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=362a2e7b94bbb09f -C extra-filename=-362a2e7b94bbb09f --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-c109b9a9c8f233d7.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-12-21T04:28:03.332Z Dirty cmake v0.1.51: the rustflags changed
25642024-12-21T04:28:03.332Z Compiling cmake v0.1.51
25652024-12-21T04:28:03.335Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4abb57eea5816ada -C extra-filename=-4abb57eea5816ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-12-21T04:28:03.363Z Dirty zerovec v0.10.4: the rustflags changed
25672024-12-21T04:28:03.363Z Compiling zerovec v0.10.4
25682024-12-21T04:28:03.365Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9001411a1c150067 -C extra-filename=-9001411a1c150067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-70d0cc6dcf22faa4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-12-21T04:28:03.479Z Dirty unicode-normalization v0.1.24: the rustflags changed
25702024-12-21T04:28:03.479Z Compiling unicode-normalization v0.1.24
25712024-12-21T04:28:03.482Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca1e9b17af3e7cbc -C extra-filename=-ca1e9b17af3e7cbc --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-e7413fa0c8eb6f0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-12-21T04:28:03.554Z Dirty dunce v1.0.5: the rustflags changed
25732024-12-21T04:28:03.554Z Compiling dunce v1.0.5
25742024-12-21T04:28:03.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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())' -C metadata=3e5c62976113e5f4 -C extra-filename=-3e5c62976113e5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-12-21T04:28:03.729Z Dirty untrusted v0.9.0: the rustflags changed
25762024-12-21T04:28:03.729Z Compiling untrusted v0.9.0
25772024-12-21T04:28:03.732Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e0d280491b15715 -C extra-filename=-1e0d280491b15715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-12-21T04:28:03.949Z Dirty num_threads v0.1.7: the rustflags changed
25792024-12-21T04:28:03.949Z Compiling num_threads v0.1.7
25802024-12-21T04:28:03.952Z Running `/home/build/.rustup/toolchains/1.81.0-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=bb868be3d96725b1 -C extra-filename=-bb868be3d96725b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-12-21T04:28:04.096Z Dirty fs_extra v1.3.0: the rustflags changed
25822024-12-21T04:28:04.096Z Compiling fs_extra v1.3.0
25832024-12-21T04:28:04.101Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-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=242258cbf285726b -C extra-filename=-242258cbf285726b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-12-21T04:28:04.124Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --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=2d831c09c951a940 -C extra-filename=-2d831c09c951a940 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
25852024-12-21T04:28:04.464Z Dirty base64ct v1.6.0: the rustflags changed
25862024-12-21T04:28:04.464Z Compiling base64ct v1.6.0
25872024-12-21T04:28:04.467Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d4bf7869d4ee9385 -C extra-filename=-d4bf7869d4ee9385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-12-21T04:28:04.607Z Dirty unicode-bidi v0.3.17: the rustflags changed
25892024-12-21T04:28:04.607Z Compiling unicode-bidi v0.3.17
25902024-12-21T04:28:04.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=89934fbd737039c3 -C extra-filename=-89934fbd737039c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-12-21T04:28:04.758Z Dirty hmac v0.12.1: the rustflags changed
25922024-12-21T04:28:04.759Z Compiling hmac v0.12.1
25932024-12-21T04:28:04.761Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=39c1f5afe63003ce -C extra-filename=-39c1f5afe63003ce --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-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-12-21T04:28:05.023Z Dirty gimli v0.31.1: the rustflags changed
25952024-12-21T04:28:05.023Z Compiling gimli v0.31.1
25962024-12-21T04:28:05.025Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-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=a3faa3c0c7fa0821 -C extra-filename=-a3faa3c0c7fa0821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-12-21T04:28:05.056Z Dirty sha2 v0.10.8: the rustflags changed
25982024-12-21T04:28:05.056Z Compiling sha2 v0.10.8
25992024-12-21T04:28:05.058Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=74d5ef4f7c47e951 -C extra-filename=-74d5ef4f7c47e951 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-12-21T04:28:05.104Z Dirty object v0.36.5: the rustflags changed
26012024-12-21T04:28:05.104Z Compiling object v0.36.5
26022024-12-21T04:28:05.107Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.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="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", "build", "build_core", "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=3423eab4a3ee376f -C extra-filename=-3423eab4a3ee376f --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-12-21T04:28:05.806Z Dirty tinystr v0.7.6: the rustflags changed
26042024-12-21T04:28:05.806Z Compiling tinystr v0.7.6
26052024-12-21T04:28:05.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ac8cf0bebe308e78 -C extra-filename=-ac8cf0bebe308e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-12-21T04:28:06.132Z Dirty icu_collections v1.5.0: the rustflags changed
26072024-12-21T04:28:06.132Z Compiling icu_collections v1.5.0
26082024-12-21T04:28:06.135Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-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("bench", "databake", "serde", "std"))' -C metadata=bf43da5e90f84448 -C extra-filename=-bf43da5e90f84448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-12-21T04:28:06.272Z Dirty icu_locid v1.5.0: the rustflags changed
26102024-12-21T04:28:06.272Z Compiling icu_locid v1.5.0
26112024-12-21T04:28:06.310Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=47d5509865a070ca -C extra-filename=-47d5509865a070ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-12d61032a7232bb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-12-21T04:28:06.616Z Dirty time v0.3.36: the rustflags changed
26132024-12-21T04:28:06.616Z Compiling time v0.3.36
26142024-12-21T04:28:06.623Z Running `/home/build/.rustup/toolchains/1.81.0-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=e66601789c1c58db -C extra-filename=-e66601789c1c58db --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-dbdb4213ab242975.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c109b9a9c8f233d7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-bb868be3d96725b1.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-94e40ca91964149b.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-12-21T04:28:07.471Z Dirty bitflags v2.6.0: the rustflags changed
26162024-12-21T04:28:07.471Z Compiling bitflags v2.6.0
26172024-12-21T04:28:07.474Z Running `/home/build/.rustup/toolchains/1.81.0-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=0f2df29a0f34846c -C extra-filename=-0f2df29a0f34846c --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-12-21T04:28:07.716Z Dirty bytes v1.8.0: the rustflags changed
26192024-12-21T04:28:07.716Z Compiling bytes v1.8.0
26202024-12-21T04:28:07.719Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0b025ae11b25f088 -C extra-filename=-0b025ae11b25f088 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-12-21T04:28:07.998Z Running `/home/build/.rustup/toolchains/1.81.0-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=a9fa2cc94e1a2df0 -C extra-filename=-a9fa2cc94e1a2df0 --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-0f2df29a0f34846c.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b78bd9fe5b9e371b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26222024-12-21T04:28:08.212Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2aeb6868a50d8a1a -C extra-filename=-2aeb6868a50d8a1a --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-ce59ac6fb623678a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.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"))'`
26232024-12-21T04:28:08.883Z Dirty indexmap v2.6.0: the rustflags changed
26242024-12-21T04:28:08.883Z Compiling indexmap v2.6.0
26252024-12-21T04:28:08.886Z Running `/home/build/.rustup/toolchains/1.81.0-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=4f9f613dfa74e5f5 -C extra-filename=-4f9f613dfa74e5f5 --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-2f76ef270c32b0d6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-12-21T04:28:08.931Z Dirty tokio v1.40.0: the rustflags changed
26272024-12-21T04:28:08.931Z Compiling tokio v1.40.0
26282024-12-21T04:28:08.934Z Running `/home/build/.rustup/toolchains/1.81.0-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=56eb796b87231de0 -C extra-filename=-56eb796b87231de0 --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-0b025ae11b25f088.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a038ba3b6ad1ea8a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-12-21T04:28:09.062Z Dirty chrono v0.4.38: the rustflags changed
26302024-12-21T04:28:09.062Z Compiling chrono v0.4.38
26312024-12-21T04:28:09.065Z Running `/home/build/.rustup/toolchains/1.81.0-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=07ebaf0eb0f1113e -C extra-filename=-07ebaf0eb0f1113e --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-d5293dfbc80d23ab.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-12-21T04:28:10.466Z Running `/home/build/.rustup/toolchains/1.81.0-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=080cabe85a0bfc93 -C extra-filename=-080cabe85a0bfc93 --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-1ac9fc4a930966d4.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)'`
26332024-12-21T04:28:10.518Z Dirty uuid v1.11.0: the rustflags changed
26342024-12-21T04:28:10.518Z Compiling uuid v1.11.0
26352024-12-21T04:28:10.520Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=dbe622088552c55b -C extra-filename=-dbe622088552c55b --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-4686656331214bbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-12-21T04:28:11.310Z Dirty http v1.1.0: the rustflags changed
26372024-12-21T04:28:11.310Z Compiling http v1.1.0
26382024-12-21T04:28:11.313Z Running `/home/build/.rustup/toolchains/1.81.0-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=c81b8ef6ec5b321d -C extra-filename=-c81b8ef6ec5b321d --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-0b025ae11b25f088.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-12-21T04:28:11.573Z Dirty icu_provider v1.5.0: the rustflags changed
26402024-12-21T04:28:11.573Z Compiling icu_provider v1.5.0
26412024-12-21T04:28:11.576Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=4e309ef13f3437fd -C extra-filename=-4e309ef13f3437fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-47d5509865a070ca.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-92aae60481d038bb.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-12-21T04:28:12.025Z Running `/home/build/.rustup/toolchains/1.81.0-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=867c54deefdaced7 -C extra-filename=-867c54deefdaced7 --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-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-544d8c96a73400c3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26432024-12-21T04:28:12.084Z Dirty which v4.4.2: the rustflags changed
26442024-12-21T04:28:12.084Z Compiling which v4.4.2
26452024-12-21T04:28:12.088Z Running `/home/build/.rustup/toolchains/1.81.0-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=0a130d1e6ce1c928 -C extra-filename=-0a130d1e6ce1c928 --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-682f0202de4cb9c8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462024-12-21T04:28:12.763Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26472024-12-21T04:28:12.763Z Compiling icu_locid_transform v1.5.0
26482024-12-21T04:28:12.766Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=db11512e1a3ee737 -C extra-filename=-db11512e1a3ee737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-47d5509865a070ca.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-7957942082d8dad2.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-12-21T04:28:12.793Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=c415dfacc37d7b0e -C extra-filename=-c415dfacc37d7b0e --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-0f2df29a0f34846c.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-47c2fe60045c9bcf.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-d7102ae7ac96b3ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a2d4d16d95f9d7dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-5050d291e6f94822.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0a130d1e6ce1c928.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502024-12-21T04:28:13.093Z Dirty serde_spanned v0.6.8: the rustflags changed
26512024-12-21T04:28:13.093Z Compiling serde_spanned v0.6.8
26522024-12-21T04:28:13.095Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=d7770edb9996d87b -C extra-filename=-d7770edb9996d87b --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-12-21T04:28:13.327Z Dirty toml_datetime v0.6.8: the rustflags changed
26542024-12-21T04:28:13.327Z Compiling toml_datetime v0.6.8
26552024-12-21T04:28:13.330Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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=0aa4feb74b385baa -C extra-filename=-0aa4feb74b385baa --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-12-21T04:28:13.376Z Dirty addr2line v0.24.2: the rustflags changed
26572024-12-21T04:28:13.376Z Compiling addr2line v0.24.2
26582024-12-21T04:28:13.379Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=709a971c98b8890b -C extra-filename=-709a971c98b8890b --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-a3faa3c0c7fa0821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-12-21T04:28:13.490Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26602024-12-21T04:28:13.490Z Compiling rustls-pki-types v1.10.0
26612024-12-21T04:28:13.493Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=105280310913a105 -C extra-filename=-105280310913a105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-12-21T04:28:13.900Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26632024-12-21T04:28:13.901Z Compiling aws-lc-rs v1.10.0
26642024-12-21T04:28:13.929Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=19dac61b5d485f18 -C extra-filename=-19dac61b5d485f18 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652024-12-21T04:28:14.090Z Dirty icu_properties v1.5.1: the rustflags changed
26662024-12-21T04:28:14.090Z Compiling icu_properties v1.5.1
26672024-12-21T04:28:14.145Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7bfa441acc74bf19 -C extra-filename=-7bfa441acc74bf19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-bf43da5e90f84448.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-db11512e1a3ee737.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a9bd5f6fdd433a45.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682024-12-21T04:28:14.178Z Dirty anyhow v1.0.93: the rustflags changed
26692024-12-21T04:28:14.178Z Compiling anyhow v1.0.93
26702024-12-21T04:28:14.178Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/build.rs --error-format=json --json=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=36b59f506f157716 -C extra-filename=-36b59f506f157716 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-12-21T04:28:14.489Z Dirty rustc-demangle v0.1.24: the rustflags changed
26722024-12-21T04:28:14.489Z Compiling rustc-demangle v0.1.24
26732024-12-21T04:28:14.494Z Running `/home/build/.rustup/toolchains/1.81.0-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=8106a9e9660fa6bc -C extra-filename=-8106a9e9660fa6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-12-21T04:28:14.699Z Dirty ahash v0.8.11: the rustflags changed
26752024-12-21T04:28:14.699Z Compiling ahash v0.8.11
26762024-12-21T04:28:14.711Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=ca4dd35bd6d55561 -C extra-filename=-ca4dd35bd6d55561 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-12-21T04:28:14.914Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716/build-script-build`
26782024-12-21T04:28:15.147Z Dirty backtrace v0.3.74: the rustflags changed
26792024-12-21T04:28:15.148Z Compiling backtrace v0.3.74
26802024-12-21T04:28:15.155Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=2ca694c8f8f1277b -C extra-filename=-2ca694c8f8f1277b --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-709a971c98b8890b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-3423eab4a3ee376f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-8106a9e9660fa6bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-12-21T04:28:15.435Z Dirty untrusted v0.7.1: the rustflags changed
26822024-12-21T04:28:15.435Z Compiling untrusted v0.7.1
26832024-12-21T04:28:15.438Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85f9154abafa93cc -C extra-filename=-85f9154abafa93cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-12-21T04:28:15.475Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build`
26852024-12-21T04:28:15.565Z Dirty http-body v1.0.1: the rustflags changed
26862024-12-21T04:28:15.565Z Compiling http-body v1.0.1
26872024-12-21T04:28:15.568Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9779fa063ceb813e -C extra-filename=-9779fa063ceb813e --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-0b025ae11b25f088.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-12-21T04:28:15.630Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26892024-12-21T04:28:15.630Z Compiling serde_tokenstream v0.2.2
26902024-12-21T04:28:15.633Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c14b4def3b7b710 -C extra-filename=-2c14b4def3b7b710 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912024-12-21T04:28:15.656Z Dirty httpdate v1.0.3: the rustflags changed
26922024-12-21T04:28:15.656Z Compiling httpdate v1.0.3
26932024-12-21T04:28:15.658Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b628303ab060738e -C extra-filename=-b628303ab060738e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-12-21T04:28:15.862Z Dirty mirai-annotations v1.12.0: the rustflags changed
26952024-12-21T04:28:15.862Z Compiling mirai-annotations v1.12.0
26962024-12-21T04:28:15.901Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aee8da451d01836 -C extra-filename=-8aee8da451d01836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-12-21T04:28:16.059Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-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=b3a11a022b1c6aa4 -C extra-filename=-b3a11a022b1c6aa4 --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-2ca694c8f8f1277b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --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)'`
26982024-12-21T04:28:16.097Z Dirty try-lock v0.2.5: the rustflags changed
26992024-12-21T04:28:16.098Z Compiling try-lock v0.2.5
27002024-12-21T04:28:16.126Z Running `/home/build/.rustup/toolchains/1.81.0-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=747153f929bb83ec -C extra-filename=-747153f929bb83ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-12-21T04:28:16.199Z Dirty base64 v0.22.1: the rustflags changed
27022024-12-21T04:28:16.200Z Compiling base64 v0.22.1
27032024-12-21T04:28:16.200Z Running `/home/build/.rustup/toolchains/1.81.0-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=e342ec737c4cbcc0 -C extra-filename=-e342ec737c4cbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-12-21T04:28:16.277Z Dirty want v0.3.1: the rustflags changed
27052024-12-21T04:28:16.278Z Compiling want v0.3.1
27062024-12-21T04:28:16.298Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ead3ca97a60afa1 -C extra-filename=-3ead3ca97a60afa1 --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-747153f929bb83ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-12-21T04:28:16.390Z Running `/home/build/.rustup/toolchains/1.81.0-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=8be98ef023620e24 -C extra-filename=-8be98ef023620e24 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
27082024-12-21T04:28:16.615Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27092024-12-21T04:28:16.615Z Compiling pem-rfc7468 v0.7.0
27102024-12-21T04:28:16.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b898a37d897096ef -C extra-filename=-b898a37d897096ef --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-d4bf7869d4ee9385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-12-21T04:28:17.019Z Dirty slog v2.7.0: the rustflags changed
27122024-12-21T04:28:17.020Z Compiling slog v2.7.0
27132024-12-21T04:28:17.077Z Dirty async-trait v0.1.83: the rustflags changed
27142024-12-21T04:28:17.077Z Compiling async-trait v0.1.83
27152024-12-21T04:28:17.077Z Running `/home/build/.rustup/toolchains/1.81.0-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=1b561724bc2e6888 -C extra-filename=-1b561724bc2e6888 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-12-21T04:28:17.078Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=49589da9b84e9811 -C extra-filename=-49589da9b84e9811 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-12-21T04:28:17.078Z Dirty der_derive v0.7.3: the rustflags changed
27182024-12-21T04:28:17.079Z Compiling der_derive v0.7.3
27192024-12-21T04:28:17.079Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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=31577b0b060ff4ae -C extra-filename=-31577b0b060ff4ae --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202024-12-21T04:28:17.385Z Dirty openssl-sys v0.9.103: the rustflags changed
27212024-12-21T04:28:17.385Z Compiling openssl-sys v0.9.103
27222024-12-21T04:28:17.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=43107d9350456788 -C extra-filename=-43107d9350456788 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-12-21T04:28:17.681Z Dirty tokio-util v0.7.12: the rustflags changed
27242024-12-21T04:28:17.682Z Compiling tokio-util v0.7.12
27252024-12-21T04:28:17.691Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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=98f3643c389b5e9a -C extra-filename=-98f3643c389b5e9a --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-0b025ae11b25f088.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262024-12-21T04:28:18.724Z Dirty icu_normalizer v1.5.0: the rustflags changed
27272024-12-21T04:28:18.724Z Compiling icu_normalizer v1.5.0
27282024-12-21T04:28:18.728Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=e5162d4ae6a979cd -C extra-filename=-e5162d4ae6a979cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-bf43da5e90f84448.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-e11a27b340862ad0.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7bfa441acc74bf19.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-da3eb426fea5ab87.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-bcc1c0a7a48c36bb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-12-21T04:28:18.969Z Dirty h2 v0.4.6: the rustflags changed
27302024-12-21T04:28:18.969Z Compiling h2 v0.4.6
27312024-12-21T04:28:19.041Z Running `/home/build/.rustup/toolchains/1.81.0-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=47e45e7493c59280 -C extra-filename=-47e45e7493c59280 --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-10b6fa6e98e5e04e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-12-21T04:28:19.178Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build`
27332024-12-21T04:28:19.267Z Dirty tower-service v0.3.3: the rustflags changed
27342024-12-21T04:28:19.267Z Compiling tower-service v0.3.3
27352024-12-21T04:28:19.267Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.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=7e201aa8f8e39e31 -C extra-filename=-7e201aa8f8e39e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-12-21T04:28:19.328Z Running `/home/build/.rustup/toolchains/1.81.0-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=25d89424d82fb873 -C extra-filename=-25d89424d82fb873 --out-dir /work/oxidecomputer/omicron/target/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`
27372024-12-21T04:28:19.385Z Dirty flagset v0.4.6: the rustflags changed
27382024-12-21T04:28:19.385Z Compiling flagset v0.4.6
27392024-12-21T04:28:19.385Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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("serde", "std"))' -C metadata=491b37971a78a06c -C extra-filename=-491b37971a78a06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-12-21T04:28:19.610Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788/build-script-main`
27412024-12-21T04:28:19.713Z Dirty idna_adapter v1.2.0: the rustflags changed
27422024-12-21T04:28:19.714Z Compiling idna_adapter v1.2.0
27432024-12-21T04:28:19.772Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=41bf7d86d48d8d78 -C extra-filename=-41bf7d86d48d8d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-e5162d4ae6a979cd.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7bfa441acc74bf19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-12-21T04:28:19.897Z Dirty der v0.7.9: the rustflags changed
27452024-12-21T04:28:19.897Z Compiling der v0.7.9
27462024-12-21T04:28:19.906Z Running `/home/build/.rustup/toolchains/1.81.0-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=f183f0e5c5907bba -C extra-filename=-f183f0e5c5907bba --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-7c6d8f6ce55bf7b5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-31577b0b060ff4ae.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-491b37971a78a06c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-12-21T04:28:19.966Z Dirty idna v1.0.3: the rustflags changed
27482024-12-21T04:28:19.966Z Compiling idna v1.0.3
27492024-12-21T04:28:19.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=8bb4c30a15313fbb -C extra-filename=-8bb4c30a15313fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-41bf7d86d48d8d78.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-12-21T04:28:20.066Z Dirty rustc_version v0.4.1: the rustflags changed
27512024-12-21T04:28:20.066Z Compiling rustc_version v0.4.1
27522024-12-21T04:28:20.071Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c782d8caf7484299 -C extra-filename=-c782d8caf7484299 --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-080cabe85a0bfc93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-12-21T04:28:20.124Z Dirty pbkdf2 v0.12.2: the rustflags changed
27542024-12-21T04:28:20.124Z Compiling pbkdf2 v0.12.2
27552024-12-21T04:28:20.129Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=28c3c8cd8ae2b7c0 -C extra-filename=-28c3c8cd8ae2b7c0 --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-427828cb45815475.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562024-12-21T04:28:20.329Z Dirty aes v0.8.4: the rustflags changed
27572024-12-21T04:28:20.330Z Compiling aes v0.8.4
27582024-12-21T04:28:20.332Z Running `/home/build/.rustup/toolchains/1.81.0-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=49508c3e1240323b -C extra-filename=-49508c3e1240323b --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-12-21T04:28:20.781Z Dirty url v2.5.3: the rustflags changed
27602024-12-21T04:28:20.781Z Compiling url v2.5.3
27612024-12-21T04:28:20.784Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=4ee61df05021305d -C extra-filename=-4ee61df05021305d --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-38be6dc4a21eb4ab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8bb4c30a15313fbb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622024-12-21T04:28:20.917Z Dirty mime v0.3.17: the rustflags changed
27632024-12-21T04:28:20.917Z Compiling mime v0.3.17
27642024-12-21T04:28:20.941Z Running `/home/build/.rustup/toolchains/1.81.0-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=71803c34803b0cd3 -C extra-filename=-71803c34803b0cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-12-21T04:28:21.607Z Dirty salsa20 v0.10.2: the rustflags changed
27662024-12-21T04:28:21.607Z Compiling salsa20 v0.10.2
27672024-12-21T04:28:21.631Z Running `/home/build/.rustup/toolchains/1.81.0-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=1422ece10b257101 -C extra-filename=-1422ece10b257101 --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-12-21T04:28:21.873Z Dirty cbc v0.1.2: the rustflags changed
27692024-12-21T04:28:21.873Z Compiling cbc v0.1.2
27702024-12-21T04:28:21.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=76d987e85f125aed -C extra-filename=-76d987e85f125aed --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-12-21T04:28:21.978Z Dirty rustversion v1.0.17: the rustflags changed
27722024-12-21T04:28:21.978Z Compiling rustversion v1.0.17
27732024-12-21T04:28:21.987Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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=0d7e3802da7f45fc -C extra-filename=-0d7e3802da7f45fc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-12-21T04:28:22.160Z Dirty spki v0.7.3: the rustflags changed
27752024-12-21T04:28:22.161Z Compiling spki v0.7.3
27762024-12-21T04:28:22.174Z Running `/home/build/.rustup/toolchains/1.81.0-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=50538df004389ff1 -C extra-filename=-50538df004389ff1 --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-f183f0e5c5907bba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772024-12-21T04:28:22.575Z Dirty scrypt v0.11.0: the rustflags changed
27782024-12-21T04:28:22.576Z Compiling scrypt v0.11.0
27792024-12-21T04:28:22.581Z Running `/home/build/.rustup/toolchains/1.81.0-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=a6e691b40eb966d6 -C extra-filename=-a6e691b40eb966d6 --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-28c3c8cd8ae2b7c0.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-1422ece10b257101.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-12-21T04:28:22.885Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc/build-script-build`
27812024-12-21T04:28:23.057Z Dirty http-body-util v0.1.2: the rustflags changed
27822024-12-21T04:28:23.058Z Compiling http-body-util v0.1.2
27832024-12-21T04:28:23.058Z Running `/home/build/.rustup/toolchains/1.81.0-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=a3332d195b67e647 -C extra-filename=-a3332d195b67e647 --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-0b025ae11b25f088.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-12-21T04:28:23.058Z Dirty futures-executor v0.3.31: the rustflags changed
27852024-12-21T04:28:23.058Z Compiling futures-executor v0.3.31
27862024-12-21T04:28:23.058Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=fc30b88e9e6e4df3 -C extra-filename=-fc30b88e9e6e4df3 --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-15b4a62ef3693967.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-12-21T04:28:23.198Z Dirty ipnet v2.10.1: the rustflags changed
27882024-12-21T04:28:23.199Z Compiling ipnet v2.10.1
27892024-12-21T04:28:23.203Z Running `/home/build/.rustup/toolchains/1.81.0-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=8a897554a5f2cfdc -C extra-filename=-8a897554a5f2cfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-12-21T04:28:23.333Z Dirty camino v1.1.9: the rustflags changed
27912024-12-21T04:28:23.333Z Compiling camino v1.1.9
27922024-12-21T04:28:23.363Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=21823301989abe72 -C extra-filename=-21823301989abe72 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-12-21T04:28:23.425Z Dirty futures v0.3.31: the rustflags changed
27942024-12-21T04:28:23.425Z Compiling futures v0.3.31
27952024-12-21T04:28:23.432Z Running `/home/build/.rustup/toolchains/1.81.0-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=6961bb14eaa0b2c9 -C extra-filename=-6961bb14eaa0b2c9 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fc30b88e9e6e4df3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962024-12-21T04:28:23.485Z Running `/home/build/.rustup/toolchains/1.81.0-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=544be2dde67464e7 -C extra-filename=-544be2dde67464e7 --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"))'`
27972024-12-21T04:28:23.570Z Dirty pkcs5 v0.7.1: the rustflags changed
27982024-12-21T04:28:23.570Z Compiling pkcs5 v0.7.1
27992024-12-21T04:28:23.574Z Running `/home/build/.rustup/toolchains/1.81.0-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=f892454cf30be5aa -C extra-filename=-f892454cf30be5aa --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-49508c3e1240323b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a6e691b40eb966d6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-12-21T04:28:23.631Z Dirty rustls-pemfile v2.2.0: the rustflags changed
28012024-12-21T04:28:23.631Z Compiling rustls-pemfile v2.2.0
28022024-12-21T04:28:23.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.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=efe098e55b540637 -C extra-filename=-efe098e55b540637 --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-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-12-21T04:28:24.006Z Dirty openssl-probe v0.1.5: the rustflags changed
28042024-12-21T04:28:24.006Z Compiling openssl-probe v0.1.5
28052024-12-21T04:28:24.009Z Running `/home/build/.rustup/toolchains/1.81.0-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=dd81080d435c4bbe -C extra-filename=-dd81080d435c4bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-12-21T04:28:24.102Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build`
28072024-12-21T04:28:24.194Z Dirty openssl v0.10.66: the rustflags changed
28082024-12-21T04:28:24.194Z Compiling openssl v0.10.66
28092024-12-21T04:28:24.199Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=740dc9174ece2744 -C extra-filename=-740dc9174ece2744 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-12-21T04:28:24.411Z Dirty winnow v0.6.20: the rustflags changed
28112024-12-21T04:28:24.411Z Compiling winnow v0.6.20
28122024-12-21T04:28:24.414Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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' '--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=6e9433d0d0d5932c -C extra-filename=-6e9433d0d0d5932c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-12-21T04:28:24.563Z Dirty foreign-types-shared v0.1.1: the rustflags changed
28142024-12-21T04:28:24.563Z Compiling foreign-types-shared v0.1.1
28152024-12-21T04:28:24.566Z Running `/home/build/.rustup/toolchains/1.81.0-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=4ae9624d4928c1ce -C extra-filename=-4ae9624d4928c1ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-12-21T04:28:24.699Z Dirty foreign-types v0.3.2: the rustflags changed
28172024-12-21T04:28:24.699Z Compiling foreign-types v0.3.2
28182024-12-21T04:28:24.699Z Running `/home/build/.rustup/toolchains/1.81.0-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=65aad7686e050c4b -C extra-filename=-65aad7686e050c4b --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-4ae9624d4928c1ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-12-21T04:28:24.759Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744/build-script-build`
28202024-12-21T04:28:24.769Z Running `/home/build/.rustup/toolchains/1.81.0-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=9798e8e7609cdab8 -C extra-filename=-9798e8e7609cdab8 --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-1ac9fc4a930966d4.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)'`
28212024-12-21T04:28:24.799Z Dirty pkcs8 v0.10.2: the rustflags changed
28222024-12-21T04:28:24.799Z Compiling pkcs8 v0.10.2
28232024-12-21T04:28:24.825Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=519023090d6b1cbc -C extra-filename=-519023090d6b1cbc --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-f183f0e5c5907bba.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f892454cf30be5aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-12-21T04:28:24.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=1d5e087182987c9f -C extra-filename=-1d5e087182987c9f --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-29117e4ff36dab03.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)'`
28252024-12-21T04:28:24.966Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28262024-12-21T04:28:24.966Z Compiling serde_urlencoded v0.7.1
28272024-12-21T04:28:24.969Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a7e2ac205968f40 -C extra-filename=-7a7e2ac205968f40 --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-38be6dc4a21eb4ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-12-21T04:28:25.036Z Dirty openssl-macros v0.1.1: the rustflags changed
28292024-12-21T04:28:25.036Z Compiling openssl-macros v0.1.1
28302024-12-21T04:28:25.039Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e45ea6fe60a8af5 -C extra-filename=-2e45ea6fe60a8af5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-12-21T04:28:25.546Z Dirty encoding_rs v0.8.34: the rustflags changed
28322024-12-21T04:28:25.546Z Compiling encoding_rs v0.8.34
28332024-12-21T04:28:25.548Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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=70175fab1ccacbea -C extra-filename=-70175fab1ccacbea --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-12-21T04:28:25.599Z Dirty utf8parse v0.2.2: the rustflags changed
28352024-12-21T04:28:25.599Z Compiling utf8parse v0.2.2
28362024-12-21T04:28:25.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=6f3e25e7cc201eae -C extra-filename=-6f3e25e7cc201eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-12-21T04:28:25.789Z Dirty rustls v0.23.19: the rustflags changed
28382024-12-21T04:28:25.789Z Compiling rustls v0.23.19
28392024-12-21T04:28:25.792Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --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", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ecf2e39c447d1e80 -C extra-filename=-ecf2e39c447d1e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-12-21T04:28:25.815Z Dirty data-encoding v2.6.0: the rustflags changed
28412024-12-21T04:28:25.815Z Compiling data-encoding v2.6.0
28422024-12-21T04:28:25.815Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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=b3a3d8d3edcc003a -C extra-filename=-b3a3d8d3edcc003a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-12-21T04:28:26.013Z Dirty is-terminal v0.4.13: the rustflags changed
28442024-12-21T04:28:26.013Z Compiling is-terminal v0.4.13
28452024-12-21T04:28:26.016Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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=df36d71ac9df22f7 -C extra-filename=-df36d71ac9df22f7 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-12-21T04:28:26.127Z Running `/home/build/.rustup/toolchains/1.81.0-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=22a2c323f8cffcb0 -C extra-filename=-22a2c323f8cffcb0 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-2e45ea6fe60a8af5.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.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)'`
28472024-12-21T04:28:26.180Z Dirty hyper v1.5.0: the rustflags changed
28482024-12-21T04:28:26.180Z Compiling hyper v1.5.0
28492024-12-21T04:28:26.183Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --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=129a6fa9759f73a4 -C extra-filename=-129a6fa9759f73a4 --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-0b025ae11b25f088.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-47e45e7493c59280.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3ead3ca97a60afa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-12-21T04:28:26.265Z Dirty unicode-width v0.1.14: the rustflags changed
28512024-12-21T04:28:26.265Z Compiling unicode-width v0.1.14
28522024-12-21T04:28:26.268Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=6f7bee780039a0b9 -C extra-filename=-6f7bee780039a0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-12-21T04:28:26.818Z Dirty winnow v0.5.40: the rustflags changed
28542024-12-21T04:28:26.818Z Compiling winnow v0.5.40
28552024-12-21T04:28:26.823Z Running `/home/build/.rustup/toolchains/1.81.0-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=c00e47ede8d84e42 -C extra-filename=-c00e47ede8d84e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-12-21T04:28:28.438Z Dirty native-tls v0.2.12: the rustflags changed
28572024-12-21T04:28:28.438Z Compiling native-tls v0.2.12
28582024-12-21T04:28:28.476Z Running `/home/build/.rustup/toolchains/1.81.0-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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=527a3d84177c8990 -C extra-filename=-527a3d84177c8990 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-12-21T04:28:28.623Z Dirty openapiv3 v2.0.0: the rustflags changed
28602024-12-21T04:28:28.624Z Compiling openapiv3 v2.0.0
28612024-12-21T04:28:28.655Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=e353fc7eedd59b27 -C extra-filename=-e353fc7eedd59b27 --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-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-12-21T04:28:28.877Z Dirty hyper-util v0.1.10: the rustflags changed
28632024-12-21T04:28:28.877Z Compiling hyper-util v0.1.10
28642024-12-21T04:28:28.904Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="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=d4690a35e789d9eb -C extra-filename=-d4690a35e789d9eb --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-0b025ae11b25f088.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-12-21T04:28:30.010Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build`
28662024-12-21T04:28:30.052Z Dirty sha1 v0.10.6: the rustflags changed
28672024-12-21T04:28:30.052Z Compiling sha1 v0.10.6
28682024-12-21T04:28:30.055Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=dc368f25c9d668a2 -C extra-filename=-dc368f25c9d668a2 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-12-21T04:28:30.112Z Dirty cookie v0.18.1: the rustflags changed
28702024-12-21T04:28:30.112Z Compiling cookie v0.18.1
28712024-12-21T04:28:30.115Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=09f8dc1bc7b07af5 -C extra-filename=-09f8dc1bc7b07af5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-12-21T04:28:30.502Z Dirty anstyle v1.0.10: the rustflags changed
28732024-12-21T04:28:30.502Z Compiling anstyle v1.0.10
28742024-12-21T04:28:30.505Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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 --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::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::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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2570a634c4322755 -C extra-filename=-2570a634c4322755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752024-12-21T04:28:30.536Z Dirty ucd-trie v0.1.7: the rustflags changed
28762024-12-21T04:28:30.536Z Compiling ucd-trie v0.1.7
28772024-12-21T04:28:30.539Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4c18e325ffeaca11 -C extra-filename=-4c18e325ffeaca11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-12-21T04:28:30.739Z Dirty toml_edit v0.19.15: the rustflags changed
28792024-12-21T04:28:30.739Z Compiling toml_edit v0.19.15
28802024-12-21T04:28:30.742Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=7512151902202e57 -C extra-filename=-7512151902202e57 --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-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-c00e47ede8d84e42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-12-21T04:28:31.022Z Dirty pest v2.7.14: the rustflags changed
28822024-12-21T04:28:31.022Z Compiling pest v2.7.14
28832024-12-21T04:28:31.073Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=5af8e4fd799fe7f7 -C extra-filename=-5af8e4fd799fe7f7 --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-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4c18e325ffeaca11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-12-21T04:28:31.143Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build`
28852024-12-21T04:28:31.226Z Dirty idna v0.3.0: the rustflags changed
28862024-12-21T04:28:31.226Z Compiling idna v0.3.0
28872024-12-21T04:28:31.228Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fdebc8d3d00eecf -C extra-filename=-1fdebc8d3d00eecf --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-12-21T04:28:31.256Z Dirty dirs-sys-next v0.1.2: the rustflags changed
28892024-12-21T04:28:31.256Z Compiling dirs-sys-next v0.1.2
28902024-12-21T04:28:31.256Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f04d49ba7c0903e -C extra-filename=-9f04d49ba7c0903e --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-12-21T04:28:31.988Z Dirty psl-types v2.0.11: the rustflags changed
28922024-12-21T04:28:31.988Z Compiling psl-types v2.0.11
28932024-12-21T04:28:31.991Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ba679d9131670da -C extra-filename=-9ba679d9131670da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-12-21T04:28:32.129Z Dirty siphasher v0.3.11: the rustflags changed
28952024-12-21T04:28:32.129Z Compiling siphasher v0.3.11
28962024-12-21T04:28:32.132Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=752bae3711125b75 -C extra-filename=-752bae3711125b75 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:28:32.205Z Dirty publicsuffix v2.2.3: the rustflags changed
28982024-12-21T04:28:32.206Z Compiling publicsuffix v2.2.3
28992024-12-21T04:28:32.209Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=db356629c40dd0cd -C extra-filename=-db356629c40dd0cd --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-1fdebc8d3d00eecf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9ba679d9131670da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-12-21T04:28:32.481Z Dirty dirs-next v2.0.0: the rustflags changed
29012024-12-21T04:28:32.481Z Compiling dirs-next v2.0.0
29022024-12-21T04:28:32.524Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f538736e7c271869 -C extra-filename=-f538736e7c271869 --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-83c04ded702a2c6e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-9f04d49ba7c0903e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032024-12-21T04:28:32.549Z Running `/home/build/.rustup/toolchains/1.81.0-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=10113f7b36e29269 -C extra-filename=-10113f7b36e29269 --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-0874bce15360e10d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-12-21T04:28:32.712Z Running `/home/build/.rustup/toolchains/1.81.0-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.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("alpn", "vendored"))' -C metadata=23257b893c7d21d5 -C extra-filename=-23257b893c7d21d5 --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-a2c99244b373d360.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.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`
29052024-12-21T04:28:33.014Z Dirty toml_edit v0.22.22: the rustflags changed
29062024-12-21T04:28:33.014Z Compiling toml_edit v0.22.22
29072024-12-21T04:28:33.018Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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=c247e93f31a67a45 -C extra-filename=-c247e93f31a67a45 --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-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-12-21T04:28:33.217Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29092024-12-21T04:28:33.219Z Compiling tokio-native-tls v0.3.1
29102024-12-21T04:28:33.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6b0db8faf1ff4710 -C extra-filename=-6b0db8faf1ff4710 --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-23257b893c7d21d5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29112024-12-21T04:28:33.428Z Dirty webpki-roots v0.26.6: the rustflags changed
29122024-12-21T04:28:33.428Z Compiling webpki-roots v0.26.6
29132024-12-21T04:28:33.441Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.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=a678b63728af3191 -C extra-filename=-a678b63728af3191 --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-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-12-21T04:28:33.520Z Dirty idna v0.5.0: the rustflags changed
29152024-12-21T04:28:33.520Z Compiling idna v0.5.0
29162024-12-21T04:28:33.529Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=251e599054c51ec1 -C extra-filename=-251e599054c51ec1 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-12-21T04:28:33.688Z Dirty pest_meta v2.7.14: the rustflags changed
29182024-12-21T04:28:33.688Z Compiling pest_meta v2.7.14
29192024-12-21T04:28:33.708Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5b12a97a310d97a1 -C extra-filename=-5b12a97a310d97a1 --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-4fac8a596e09fa80.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5af8e4fd799fe7f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-12-21T04:28:33.748Z Dirty scroll_derive v0.12.0: the rustflags changed
29212024-12-21T04:28:33.748Z Compiling scroll_derive v0.12.0
29222024-12-21T04:28:33.760Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02e859541e6d17aa -C extra-filename=-02e859541e6d17aa --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-12-21T04:28:34.157Z Dirty hyper-tls v0.6.0: the rustflags changed
29242024-12-21T04:28:34.157Z Compiling hyper-tls v0.6.0
29252024-12-21T04:28:34.164Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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=f66c08fe45c70e11 -C extra-filename=-f66c08fe45c70e11 --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-0b025ae11b25f088.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-23257b893c7d21d5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6b0db8faf1ff4710.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29262024-12-21T04:28:34.626Z Dirty cookie_store v0.21.0: the rustflags changed
29272024-12-21T04:28:34.626Z Compiling cookie_store v0.21.0
29282024-12-21T04:28:34.629Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.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=8a20f21255879c1a -C extra-filename=-8a20f21255879c1a --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-10113f7b36e29269.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-251e599054c51ec1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-db356629c40dd0cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-12-21T04:28:35.303Z Dirty pest_generator v2.7.14: the rustflags changed
29302024-12-21T04:28:35.304Z Compiling pest_generator v2.7.14
29312024-12-21T04:28:35.309Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ce80bec492694da6 -C extra-filename=-ce80bec492694da6 --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-5af8e4fd799fe7f7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-5b12a97a310d97a1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-12-21T04:28:35.505Z Dirty scroll v0.12.0: the rustflags changed
29332024-12-21T04:28:35.505Z Compiling scroll v0.12.0
29342024-12-21T04:28:35.513Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=239613716a71628a -C extra-filename=-239613716a71628a --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-02e859541e6d17aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-12-21T04:28:35.530Z Dirty term v0.7.0: the rustflags changed
29362024-12-21T04:28:35.531Z Compiling term v0.7.0
29372024-12-21T04:28:35.544Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce7f22be8feb1ed4 -C extra-filename=-ce7f22be8feb1ed4 --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-f538736e7c271869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-12-21T04:28:36.165Z Dirty anstyle-parse v0.2.5: the rustflags changed
29392024-12-21T04:28:36.166Z Compiling anstyle-parse v0.2.5
29402024-12-21T04:28:36.178Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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::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=80718bdc04606c4c -C extra-filename=-80718bdc04606c4c --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-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-12-21T04:28:36.371Z Dirty signature v2.2.0: the rustflags changed
29422024-12-21T04:28:36.371Z Compiling signature v2.2.0
29432024-12-21T04:28:36.382Z Running `/home/build/.rustup/toolchains/1.81.0-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=300bdda8e5029b0a -C extra-filename=-300bdda8e5029b0a --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-427828cb45815475.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442024-12-21T04:28:36.512Z Dirty sync_wrapper v1.0.1: the rustflags changed
29452024-12-21T04:28:36.512Z Compiling sync_wrapper v1.0.1
29462024-12-21T04:28:36.517Z Running `/home/build/.rustup/toolchains/1.81.0-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=a463a25eb929f3db -C extra-filename=-a463a25eb929f3db --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-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-12-21T04:28:36.697Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29482024-12-21T04:28:36.697Z Compiling is_terminal_polyfill v1.70.1
29492024-12-21T04:28:36.720Z Running `/home/build/.rustup/toolchains/1.81.0-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.1/src/lib.rs --error-format=json --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=1e0b3e5a5cad323d -C extra-filename=-1e0b3e5a5cad323d --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:28:36.726Z Dirty plain v0.2.3: the rustflags changed
29512024-12-21T04:28:36.727Z Compiling plain v0.2.3
29522024-12-21T04:28:36.733Z Running `/home/build/.rustup/toolchains/1.81.0-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=b3026b0ae92178ee -C extra-filename=-b3026b0ae92178ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-12-21T04:28:36.854Z Dirty anstyle-query v1.1.1: the rustflags changed
29542024-12-21T04:28:36.854Z Compiling anstyle-query v1.1.1
29552024-12-21T04:28:36.857Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.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 '--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=a319d2d9e2760af3 -C extra-filename=-a319d2d9e2760af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-12-21T04:28:36.911Z Dirty colorchoice v1.0.2: the rustflags changed
29572024-12-21T04:28:36.911Z Compiling colorchoice v1.0.2
29582024-12-21T04:28:36.918Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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=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=1cd35efaf6fa98f3 -C extra-filename=-1cd35efaf6fa98f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-12-21T04:28:37.032Z Dirty heck v0.4.1: the rustflags changed
29602024-12-21T04:28:37.032Z Compiling heck v0.4.1
29612024-12-21T04:28:37.036Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=dd99b89daf0c34d1 -C extra-filename=-dd99b89daf0c34d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-12-21T04:28:37.104Z Dirty anstream v0.6.15: the rustflags changed
29632024-12-21T04:28:37.104Z Compiling anstream v0.6.15
29642024-12-21T04:28:37.110Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--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=eb985488c64e24bc -C extra-filename=-eb985488c64e24bc --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-2570a634c4322755.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-80718bdc04606c4c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-a319d2d9e2760af3.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1cd35efaf6fa98f3.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-1e0b3e5a5cad323d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-12-21T04:28:37.155Z Dirty goblin v0.8.2: the rustflags changed
29662024-12-21T04:28:37.155Z Compiling goblin v0.8.2
29672024-12-21T04:28:37.161Z Running `/home/build/.rustup/toolchains/1.81.0-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=0479a9db106531e0 -C extra-filename=-0479a9db106531e0 --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-a2c99244b373d360.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-b3026b0ae92178ee.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-239613716a71628a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-12-21T04:28:37.388Z Dirty terminal_size v0.4.0: the rustflags changed
29692024-12-21T04:28:37.388Z Compiling terminal_size v0.4.0
29702024-12-21T04:28:37.391Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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=0c6da436461faaa8 -C extra-filename=-0c6da436461faaa8 --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-12-21T04:28:37.572Z Dirty usdt-impl v0.5.0: the rustflags changed
29722024-12-21T04:28:37.572Z Compiling usdt-impl v0.5.0
29732024-12-21T04:28:37.598Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9d1175e175a05cf8 -C extra-filename=-9d1175e175a05cf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-12-21T04:28:37.639Z Dirty pretty-hex v0.4.1: the rustflags changed
29752024-12-21T04:28:37.639Z Compiling pretty-hex v0.4.1
29762024-12-21T04:28:37.642Z Running `/home/build/.rustup/toolchains/1.81.0-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=b110af5685252111 -C extra-filename=-b110af5685252111 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:28:37.918Z Dirty clap_lex v0.7.2: the rustflags changed
29782024-12-21T04:28:37.918Z Compiling clap_lex v0.7.2
29792024-12-21T04:28:37.921Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/src/lib.rs --error-format=json --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::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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8773480578da46bb -C extra-filename=-8773480578da46bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-12-21T04:28:37.949Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29812024-12-21T04:28:37.949Z Compiling unicode-segmentation v1.12.0
29822024-12-21T04:28:37.952Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fa2869c7751ea7ea -C extra-filename=-fa2869c7751ea7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832024-12-21T04:28:38.022Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build`
29842024-12-21T04:28:38.203Z Dirty clap_derive v4.5.18: the rustflags changed
29852024-12-21T04:28:38.204Z Compiling clap_derive v4.5.18
29862024-12-21T04:28:38.206Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=a594b8fca0115853 -C extra-filename=-a594b8fca0115853 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872024-12-21T04:28:38.495Z Dirty clap_builder v4.5.21: the rustflags changed
29882024-12-21T04:28:38.495Z Compiling clap_builder v4.5.21
29892024-12-21T04:28:38.498Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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 --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=70644c50de227b03 -C extra-filename=-70644c50de227b03 --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-eb985488c64e24bc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8773480578da46bb.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-0c6da436461faaa8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-12-21T04:28:38.935Z Dirty itertools v0.10.5: the rustflags changed
29912024-12-21T04:28:38.935Z Compiling itertools v0.10.5
29922024-12-21T04:28:38.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db92a402d6d3376a -C extra-filename=-db92a402d6d3376a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-12-21T04:28:39.004Z Dirty pest_derive v2.7.14: the rustflags changed
29942024-12-21T04:28:39.004Z Compiling pest_derive v2.7.14
29952024-12-21T04:28:39.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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=1b33a0eb07545efe -C extra-filename=-1b33a0eb07545efe --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-5af8e4fd799fe7f7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ce80bec492694da6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-12-21T04:28:39.106Z Dirty thread-id v4.2.2: the rustflags changed
29972024-12-21T04:28:39.107Z Compiling thread-id v4.2.2
29982024-12-21T04:28:39.110Z Running `/home/build/.rustup/toolchains/1.81.0-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8ef8cd3b9c399ec -C extra-filename=-d8ef8cd3b9c399ec --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992024-12-21T04:28:39.256Z Dirty crc32fast v1.4.2: the rustflags changed
30002024-12-21T04:28:39.257Z Compiling crc32fast v1.4.2
30012024-12-21T04:28:39.259Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=149352a4a9602637 -C extra-filename=-149352a4a9602637 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-12-21T04:28:39.639Z Dirty base16ct v0.2.0: the rustflags changed
30032024-12-21T04:28:39.639Z Compiling base16ct v0.2.0
30042024-12-21T04:28:39.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2a65e2ab151e09a4 -C extra-filename=-2a65e2ab151e09a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-12-21T04:28:40.021Z Dirty sec1 v0.7.3: the rustflags changed
30062024-12-21T04:28:40.021Z Compiling sec1 v0.7.3
30072024-12-21T04:28:40.023Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ca62d5decaa8ac96 -C extra-filename=-ca62d5decaa8ac96 --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-2a65e2ab151e09a4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-12-21T04:28:40.080Z Dirty dtrace-parser v0.2.0: the rustflags changed
30092024-12-21T04:28:40.081Z Compiling dtrace-parser v0.2.0
30102024-12-21T04:28:40.094Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd7e36ed13999387 -C extra-filename=-bd7e36ed13999387 --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-5af8e4fd799fe7f7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-1b33a0eb07545efe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-12-21T04:28:40.699Z Dirty toml v0.8.19: the rustflags changed
30122024-12-21T04:28:40.699Z Compiling toml v0.8.19
30132024-12-21T04:28:40.705Z Running `/home/build/.rustup/toolchains/1.81.0-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=0891151f131ebad6 -C extra-filename=-0891151f131ebad6 --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-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142024-12-21T04:28:41.856Z Dirty num-integer v0.1.46: the rustflags changed
30152024-12-21T04:28:41.856Z Compiling num-integer v0.1.46
30162024-12-21T04:28:41.858Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=57ea22489f9eb50c -C extra-filename=-57ea22489f9eb50c --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-12-21T04:28:41.932Z Dirty ff v0.13.0: the rustflags changed
30182024-12-21T04:28:41.932Z Compiling ff v0.13.0
30192024-12-21T04:28:41.936Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=f4b6060c124612c9 -C extra-filename=-f4b6060c124612c9 --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-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-12-21T04:28:42.193Z Dirty group v0.13.0: the rustflags changed
30212024-12-21T04:28:42.193Z Compiling group v0.13.0
30222024-12-21T04:28:42.196Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=4fbad1c3541d47a4 -C extra-filename=-4fbad1c3541d47a4 --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-f4b6060c124612c9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-12-21T04:28:42.318Z Dirty hkdf v0.12.4: the rustflags changed
30242024-12-21T04:28:42.318Z Compiling hkdf v0.12.4
30252024-12-21T04:28:42.321Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7e28e9f181ae0250 -C extra-filename=-7e28e9f181ae0250 --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-39c1f5afe63003ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-12-21T04:28:42.538Z Dirty crypto-bigint v0.5.5: the rustflags changed
30272024-12-21T04:28:42.538Z Compiling crypto-bigint v0.5.5
30282024-12-21T04:28:42.540Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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=ad36346676d1f82c -C extra-filename=-ad36346676d1f82c --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-2b500a8874ca0b37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-12-21T04:28:42.564Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30302024-12-21T04:28:42.564Z Compiling crossbeam-epoch v0.9.18
30312024-12-21T04:28:42.567Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=4004ba72e88035e1 -C extra-filename=-4004ba72e88035e1 --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322024-12-21T04:28:42.609Z Dirty utf-8 v0.7.6: the rustflags changed
30332024-12-21T04:28:42.610Z Compiling utf-8 v0.7.6
30342024-12-21T04:28:42.612Z Running `/home/build/.rustup/toolchains/1.81.0-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=04c785dde2a4d077 -C extra-filename=-04c785dde2a4d077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-12-21T04:28:42.674Z Dirty bitflags v1.3.2: the rustflags changed
30362024-12-21T04:28:42.674Z Compiling bitflags v1.3.2
30372024-12-21T04:28:42.679Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=6ed2929a91f42350 -C extra-filename=-6ed2929a91f42350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382024-12-21T04:28:42.798Z Dirty static_assertions v1.1.0: the rustflags changed
30392024-12-21T04:28:42.798Z Compiling static_assertions v1.1.0
30402024-12-21T04:28:42.854Z Running `/home/build/.rustup/toolchains/1.81.0-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=4838cc47d8ef8586 -C extra-filename=-4838cc47d8ef8586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-12-21T04:28:43.211Z Dirty rayon-core v1.12.1: the rustflags changed
30422024-12-21T04:28:43.211Z Compiling rayon-core v1.12.1
30432024-12-21T04:28:43.211Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=735992bd41e2f418 -C extra-filename=-735992bd41e2f418 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442024-12-21T04:28:43.211Z Dirty hex v0.4.3: the rustflags changed
30452024-12-21T04:28:43.212Z Compiling hex v0.4.3
30462024-12-21T04:28:43.212Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3f5934bdadfdef5e -C extra-filename=-3f5934bdadfdef5e --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-12-21T04:28:43.290Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build`
30482024-12-21T04:28:43.334Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30492024-12-21T04:28:43.334Z Compiling crossbeam-channel v0.5.13
30502024-12-21T04:28:43.337Z Running `/home/build/.rustup/toolchains/1.81.0-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.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a55828e5a47f28b -C extra-filename=-9a55828e5a47f28b --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512024-12-21T04:28:43.395Z Dirty dof v0.3.0: the rustflags changed
30522024-12-21T04:28:43.395Z Compiling dof v0.3.0
30532024-12-21T04:28:43.398Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=43f1bdbaeea6afe9 -C extra-filename=-43f1bdbaeea6afe9 --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-0479a9db106531e0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-12-21T04:28:43.683Z Dirty memmap v0.7.0: the rustflags changed
30552024-12-21T04:28:43.683Z Compiling memmap v0.7.0
30562024-12-21T04:28:43.687Z Running `/home/build/.rustup/toolchains/1.81.0-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=11383b656df02ff6 -C extra-filename=-11383b656df02ff6 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-12-21T04:28:43.719Z Dirty clap v4.5.21: the rustflags changed
30582024-12-21T04:28:43.719Z Compiling clap v4.5.21
30592024-12-21T04:28:43.750Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --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=0fe382f5b66ca1e5 -C extra-filename=-0fe382f5b66ca1e5 --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-70644c50de227b03.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a594b8fca0115853.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-12-21T04:28:43.868Z Dirty thread_local v1.1.8: the rustflags changed
30612024-12-21T04:28:43.868Z Compiling thread_local v1.1.8
30622024-12-21T04:28:43.871Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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=feb16cbec536af1b -C extra-filename=-feb16cbec536af1b --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-83c04ded702a2c6e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-12-21T04:28:44.101Z Dirty bit-vec v0.6.3: the rustflags changed
30642024-12-21T04:28:44.101Z Compiling bit-vec v0.6.3
30652024-12-21T04:28:44.104Z Running `/home/build/.rustup/toolchains/1.81.0-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=cb08cab83165003f -C extra-filename=-cb08cab83165003f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-12-21T04:28:44.484Z Dirty slog-async v2.8.0: the rustflags changed
30672024-12-21T04:28:44.484Z Compiling slog-async v2.8.0
30682024-12-21T04:28:44.487Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=7505bca143f8f35f -C extra-filename=-7505bca143f8f35f --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-42c8c764cb4293aa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-43f1bdbaeea6afe9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bd7e36ed13999387.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d8ef8cd3b9c399ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30692024-12-21T04:28:44.487Z Running `/home/build/.rustup/toolchains/1.81.0-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=b2c8ed0240dd9ea1 -C extra-filename=-b2c8ed0240dd9ea1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702024-12-21T04:28:44.593Z Dirty bit-set v0.5.3: the rustflags changed
30712024-12-21T04:28:44.593Z Compiling bit-set v0.5.3
30722024-12-21T04:28:44.595Z Running `/home/build/.rustup/toolchains/1.81.0-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=1499c911902a6a96 -C extra-filename=-1499c911902a6a96 --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-cb08cab83165003f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-12-21T04:28:44.922Z Dirty crossbeam-deque v0.8.5: the rustflags changed
30742024-12-21T04:28:44.922Z Compiling crossbeam-deque v0.8.5
30752024-12-21T04:28:44.925Z Running `/home/build/.rustup/toolchains/1.81.0-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=53a12c4e61a5bfee -C extra-filename=-53a12c4e61a5bfee --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-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-12-21T04:28:45.144Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build`
30772024-12-21T04:28:45.232Z Dirty num-iter v0.1.45: the rustflags changed
30782024-12-21T04:28:45.232Z Compiling num-iter v0.1.45
30792024-12-21T04:28:45.235Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.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=2d51c30d8a79f52c -C extra-filename=-2d51c30d8a79f52c --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802024-12-21T04:28:45.295Z Dirty flate2 v1.0.34: the rustflags changed
30812024-12-21T04:28:45.295Z Compiling flate2 v1.0.34
30822024-12-21T04:28:45.361Z Running `/home/build/.rustup/toolchains/1.81.0-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=26a811491049a3a2 -C extra-filename=-26a811491049a3a2 --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-149352a4a9602637.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832024-12-21T04:28:45.455Z Dirty curve25519-dalek v4.1.3: the rustflags changed
30842024-12-21T04:28:45.455Z Compiling curve25519-dalek v4.1.3
30852024-12-21T04:28:45.458Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=4f5a97e8fedc0ad8 -C extra-filename=-4f5a97e8fedc0ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-12-21T04:28:45.694Z Dirty match_cfg v0.1.0: the rustflags changed
30872024-12-21T04:28:45.694Z Compiling match_cfg v0.1.0
30882024-12-21T04:28:45.697Z Running `/home/build/.rustup/toolchains/1.81.0-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=bb2dcccd970205f1 -C extra-filename=-bb2dcccd970205f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-12-21T04:28:45.818Z Dirty elliptic-curve v0.13.8: the rustflags changed
30902024-12-21T04:28:45.818Z Compiling elliptic-curve v0.13.8
30912024-12-21T04:28:45.821Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --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=5ba1eb541a4215fa -C extra-filename=-5ba1eb541a4215fa --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-2a65e2ab151e09a4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ad36346676d1f82c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-12-21T04:28:46.127Z Dirty num-bigint-dig v0.8.4: the rustflags changed
30932024-12-21T04:28:46.127Z Compiling num-bigint-dig v0.8.4
30942024-12-21T04:28:46.130Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="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=601bed912dc37f75 -C extra-filename=-601bed912dc37f75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-12-21T04:28:46.207Z Dirty rustls v0.22.4: the rustflags changed
30962024-12-21T04:28:46.207Z Compiling rustls v0.22.4
30972024-12-21T04:28:46.210Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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=105a1bc17f8a3481 -C extra-filename=-105a1bc17f8a3481 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982024-12-21T04:28:46.385Z Dirty take_mut v0.2.2: the rustflags changed
30992024-12-21T04:28:46.385Z Compiling take_mut v0.2.2
31002024-12-21T04:28:46.388Z Running `/home/build/.rustup/toolchains/1.81.0-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=8aaf7e3320c05f60 -C extra-filename=-8aaf7e3320c05f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-12-21T04:28:46.506Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build`
31022024-12-21T04:28:46.550Z Running `/home/build/.rustup/toolchains/1.81.0-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=d3cfaa7747ffa7e5 -C extra-filename=-d3cfaa7747ffa7e5 --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-9a55828e5a47f28b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-8aaf7e3320c05f60.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31032024-12-21T04:28:46.581Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8/build-script-build`
31042024-12-21T04:28:46.584Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build`
31052024-12-21T04:28:46.652Z Dirty hostname v0.3.1: the rustflags changed
31062024-12-21T04:28:46.652Z Compiling hostname v0.3.1
31072024-12-21T04:28:46.655Z Running `/home/build/.rustup/toolchains/1.81.0-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=a2f119589b8c1fe0 -C extra-filename=-a2f119589b8c1fe0 --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-29117e4ff36dab03.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bb2dcccd970205f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-12-21T04:28:46.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0db1bb5fe7723ef4 -C extra-filename=-0db1bb5fe7723ef4 --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-53a12c4e61a5bfee.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-12-21T04:28:46.741Z Dirty slog-term v2.9.1: the rustflags changed
31102024-12-21T04:28:46.741Z Compiling slog-term v2.9.1
31112024-12-21T04:28:46.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=ff2df2b76a1cf1a1 -C extra-filename=-ff2df2b76a1cf1a1 --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-df36d71ac9df22f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-12-21T04:28:46.948Z Dirty toml v0.7.8: the rustflags changed
31132024-12-21T04:28:46.948Z Compiling toml v0.7.8
31142024-12-21T04:28:46.956Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=700ef3056e8d7d71 -C extra-filename=-700ef3056e8d7d71 --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-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-12-21T04:28:47.850Z Dirty phf_shared v0.11.2: the rustflags changed
31162024-12-21T04:28:47.850Z Compiling phf_shared v0.11.2
31172024-12-21T04:28:47.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a7eca61a1c7ae2ae -C extra-filename=-a7eca61a1c7ae2ae --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-12-21T04:28:48.141Z Dirty rfc6979 v0.4.0: the rustflags changed
31192024-12-21T04:28:48.141Z Compiling rfc6979 v0.4.0
31202024-12-21T04:28:48.144Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d23642c7f6cf467 -C extra-filename=-3d23642c7f6cf467 --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-39c1f5afe63003ce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-12-21T04:28:48.297Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31222024-12-21T04:28:48.297Z Compiling zerocopy-derive v0.6.6
31232024-12-21T04:28:48.300Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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=3f331fe696185c31 -C extra-filename=-3f331fe696185c31 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-12-21T04:28:48.343Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31252024-12-21T04:28:48.343Z Compiling curve25519-dalek-derive v0.1.1
31262024-12-21T04:28:48.345Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31272024-12-21T04:28:48.345Z Compiling usdt-attr-macro v0.5.0
31282024-12-21T04:28:48.345Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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=b5a8b6e9583760b0 -C extra-filename=-b5a8b6e9583760b0 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-12-21T04:28:48.346Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=4217cca9a700fb05 -C extra-filename=-4217cca9a700fb05 --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-bd7e36ed13999387.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302024-12-21T04:28:48.380Z Dirty usdt-macro v0.5.0: the rustflags changed
31312024-12-21T04:28:48.380Z Compiling usdt-macro v0.5.0
31322024-12-21T04:28:48.421Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=e22f89e4aa17903d -C extra-filename=-e22f89e4aa17903d --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-bd7e36ed13999387.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-12-21T04:28:48.590Z Dirty bstr v1.10.0: the rustflags changed
31342024-12-21T04:28:48.590Z Compiling bstr v1.10.0
31352024-12-21T04:28:48.593Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=a50dd529fc113091 -C extra-filename=-a50dd529fc113091 --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-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-12-21T04:28:48.773Z Dirty managed v0.8.0: the rustflags changed
31372024-12-21T04:28:48.773Z Compiling managed v0.8.0
31382024-12-21T04:28:48.776Z Running `/home/build/.rustup/toolchains/1.81.0-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=0a48528787edc64f -C extra-filename=-0a48528787edc64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-12-21T04:28:48.950Z Dirty fixedbitset v0.4.2: the rustflags changed
31402024-12-21T04:28:48.950Z Compiling fixedbitset v0.4.2
31412024-12-21T04:28:48.963Z Running `/home/build/.rustup/toolchains/1.81.0-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=3993d879d3735a13 -C extra-filename=-3993d879d3735a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-12-21T04:28:49.264Z Dirty signal-hook v0.3.17: the rustflags changed
31432024-12-21T04:28:49.264Z Compiling signal-hook v0.3.17
31442024-12-21T04:28:49.267Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=fc5ab04dae0ea983 -C extra-filename=-fc5ab04dae0ea983 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-12-21T04:28:49.488Z Dirty petgraph v0.6.5: the rustflags changed
31462024-12-21T04:28:49.488Z Compiling petgraph v0.6.5
31472024-12-21T04:28:49.491Z Running `/home/build/.rustup/toolchains/1.81.0-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=933a634b1f74deb0 -C extra-filename=-933a634b1f74deb0 --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-3993d879d3735a13.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-12-21T04:28:49.615Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build`
31492024-12-21T04:28:49.656Z Dirty ecdsa v0.16.9: the rustflags changed
31502024-12-21T04:28:49.656Z Compiling ecdsa v0.16.9
31512024-12-21T04:28:49.660Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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=ed453d00d35c9183 -C extra-filename=-ed453d00d35c9183 --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-f183f0e5c5907bba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-3d23642c7f6cf467.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-12-21T04:28:50.055Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=40b96768f529d1af -C extra-filename=-40b96768f529d1af --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-b5a8b6e9583760b0.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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"'`
31532024-12-21T04:28:50.303Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="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=48f8d61c884ba5b2 -C extra-filename=-48f8d61c884ba5b2 --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-42c8c764cb4293aa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b91e4d75cc7c3b0b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31542024-12-21T04:28:50.370Z Dirty usdt v0.5.0: the rustflags changed
31552024-12-21T04:28:50.370Z Compiling usdt v0.5.0
31562024-12-21T04:28:50.373Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=ff546803acde321f -C extra-filename=-ff546803acde321f --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-43f1bdbaeea6afe9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bd7e36ed13999387.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0479a9db106531e0.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-11383b656df02ff6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4217cca9a700fb05.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e22f89e4aa17903d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-12-21T04:28:50.431Z Dirty phf_shared v0.10.0: the rustflags changed
31582024-12-21T04:28:50.431Z Compiling phf_shared v0.10.0
31592024-12-21T04:28:50.434Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=298bfd7f9859128c -C extra-filename=-298bfd7f9859128c --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-12-21T04:28:50.484Z Dirty pkcs1 v0.7.5: the rustflags changed
31612024-12-21T04:28:50.484Z Compiling pkcs1 v0.7.5
31622024-12-21T04:28:50.487Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=49eb0380f33bfa38 -C extra-filename=-49eb0380f33bfa38 --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-f183f0e5c5907bba.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-12-21T04:28:50.797Z Dirty zerocopy v0.6.6: the rustflags changed
31642024-12-21T04:28:50.797Z Compiling zerocopy v0.6.6
31652024-12-21T04:28:50.800Z Running `/home/build/.rustup/toolchains/1.81.0-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=ce4108be8020a8d8 -C extra-filename=-ce4108be8020a8d8 --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-3f331fe696185c31.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-12-21T04:28:50.878Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31672024-12-21T04:28:50.878Z Compiling bzip2-sys v0.1.11+1.0.8
31682024-12-21T04:28:50.880Z Running `/home/build/.rustup/toolchains/1.81.0-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=9e910239512007f0 -C extra-filename=-9e910239512007f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-12-21T04:28:50.934Z Dirty multer v3.1.0: the rustflags changed
31702024-12-21T04:28:50.934Z Compiling multer v3.1.0
31712024-12-21T04:28:50.937Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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=a7ceeb8288b20219 -C extra-filename=-a7ceeb8288b20219 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-12-21T04:28:51.320Z Dirty unicode-xid v0.2.6: the rustflags changed
31732024-12-21T04:28:51.320Z Compiling unicode-xid v0.2.6
31742024-12-21T04:28:51.345Z Running `/home/build/.rustup/toolchains/1.81.0-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.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("bench", "default", "no_std"))' -C metadata=32fa34c4898bea28 -C extra-filename=-32fa34c4898bea28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-12-21T04:28:51.527Z Dirty precomputed-hash v0.1.1: the rustflags changed
31762024-12-21T04:28:51.527Z Compiling precomputed-hash v0.1.1
31772024-12-21T04:28:51.532Z Running `/home/build/.rustup/toolchains/1.81.0-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=8f83a3e4b96fb09c -C extra-filename=-8f83a3e4b96fb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-12-21T04:28:51.557Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31792024-12-21T04:28:51.557Z Compiling new_debug_unreachable v1.0.6
31802024-12-21T04:28:51.562Z Running `/home/build/.rustup/toolchains/1.81.0-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=5fe1dee17d377a9d -C extra-filename=-5fe1dee17d377a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-12-21T04:28:51.562Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0/build-script-build`
31822024-12-21T04:28:51.673Z Dirty string_cache v0.8.7: the rustflags changed
31832024-12-21T04:28:51.673Z Compiling string_cache v0.8.7
31842024-12-21T04:28:51.677Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=a945f3d5498b658a -C extra-filename=-a945f3d5498b658a --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-5fe1dee17d377a9d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-298bfd7f9859128c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-8f83a3e4b96fb09c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-12-21T04:28:51.678Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build`
31862024-12-21T04:28:51.735Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=957acfcff7c72c94 -C extra-filename=-957acfcff7c72c94 --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-29117e4ff36dab03.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-12-21T04:28:51.767Z Dirty ed25519 v2.2.3: the rustflags changed
31882024-12-21T04:28:51.768Z Compiling ed25519 v2.2.3
31892024-12-21T04:28:51.771Z Running `/home/build/.rustup/toolchains/1.81.0-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=15e855c45c4cfa0c -C extra-filename=-15e855c45c4cfa0c --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-519023090d6b1cbc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-12-21T04:28:52.179Z Dirty slog-json v2.6.1: the rustflags changed
31912024-12-21T04:28:52.179Z Compiling slog-json v2.6.1
31922024-12-21T04:28:52.182Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=a7883630888ed649 -C extra-filename=-a7883630888ed649 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-12-21T04:28:52.605Z Dirty hubpack_derive v0.1.1: the rustflags changed
31942024-12-21T04:28:52.620Z Compiling hubpack_derive v0.1.1
31952024-12-21T04:28:52.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6bd127a7259a81 -C extra-filename=-0c6bd127a7259a81 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-12-21T04:28:52.786Z Dirty async-stream-impl v0.3.6: the rustflags changed
31972024-12-21T04:28:52.786Z Compiling async-stream-impl v0.3.6
31982024-12-21T04:28:52.810Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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=cf24da1bc5178a91 -C extra-filename=-cf24da1bc5178a91 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-12-21T04:28:53.082Z Dirty rsa v0.9.6: the rustflags changed
32002024-12-21T04:28:53.082Z Compiling rsa v0.9.6
32012024-12-21T04:28:53.089Z Running `/home/build/.rustup/toolchains/1.81.0-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=fdcd5d1cbb88a689 -C extra-filename=-fdcd5d1cbb88a689 --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-7c6d8f6ce55bf7b5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-49eb0380f33bfa38.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-12-21T04:28:53.613Z Dirty quick-error v1.2.3: the rustflags changed
32032024-12-21T04:28:53.613Z Compiling quick-error v1.2.3
32042024-12-21T04:28:53.618Z Running `/home/build/.rustup/toolchains/1.81.0-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=9b78d3889dfe2c56 -C extra-filename=-9b78d3889dfe2c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-12-21T04:28:53.755Z Dirty debug-ignore v1.0.5: the rustflags changed
32062024-12-21T04:28:53.755Z Compiling debug-ignore v1.0.5
32072024-12-21T04:28:53.782Z Running `/home/build/.rustup/toolchains/1.81.0-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=8617a6d6bd6b63dc -C extra-filename=-8617a6d6bd6b63dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-12-21T04:28:53.809Z Running `/home/build/.rustup/toolchains/1.81.0-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=f0f893e3a8030517 -C extra-filename=-f0f893e3a8030517 --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-29117e4ff36dab03.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-f7ea44e4a6d36c20/out/lib -l static=bz2`
32092024-12-21T04:28:53.821Z Dirty hubpack v0.1.2: the rustflags changed
32102024-12-21T04:28:53.821Z Compiling hubpack v0.1.2
32112024-12-21T04:28:53.848Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=028068c4a2a517fa -C extra-filename=-028068c4a2a517fa --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-0c6bd127a7259a81.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-12-21T04:28:53.920Z Dirty slog-bunyan v2.5.0: the rustflags changed
32132024-12-21T04:28:53.920Z Compiling slog-bunyan v2.5.0
32142024-12-21T04:28:53.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=058eeda4520412b2 -C extra-filename=-058eeda4520412b2 --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-a2f119589b8c1fe0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a7883630888ed649.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-12-21T04:28:53.964Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32162024-12-21T04:28:53.964Z Compiling ed25519-dalek v2.1.1
32172024-12-21T04:28:53.988Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.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=211f99b09ada353d -C extra-filename=-211f99b09ada353d --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-40b96768f529d1af.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-15e855c45c4cfa0c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-12-21T04:28:54.155Z Running `/home/build/.rustup/toolchains/1.81.0-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=f39b2840880e668a -C extra-filename=-f39b2840880e668a --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-0b025ae11b25f088.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-12-21T04:28:54.317Z Dirty x509-cert v0.2.5: the rustflags changed
32202024-12-21T04:28:54.317Z Compiling x509-cert v0.2.5
32212024-12-21T04:28:54.321Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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=6bf31068eafc87a0 -C extra-filename=-6bf31068eafc87a0 --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-7c6d8f6ce55bf7b5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-12-21T04:28:54.479Z Dirty async-stream v0.3.6: the rustflags changed
32232024-12-21T04:28:54.479Z Compiling async-stream v0.3.6
32242024-12-21T04:28:54.483Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc19433b71c4fbb -C extra-filename=-ffc19433b71c4fbb --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-cf24da1bc5178a91.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-12-21T04:28:54.837Z Dirty heapless v0.7.17: the rustflags changed
32262024-12-21T04:28:54.837Z Compiling heapless v0.7.17
32272024-12-21T04:28:54.839Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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=7c93de38b847f328 -C extra-filename=-7c93de38b847f328 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-12-21T04:28:55.324Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32292024-12-21T04:28:55.324Z Compiling serde_path_to_error v0.1.16
32302024-12-21T04:28:55.327Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb5efd3d36097f53 -C extra-filename=-fb5efd3d36097f53 --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-ce59ac6fb623678a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-12-21T04:28:55.378Z Dirty idna v0.4.0: the rustflags changed
32322024-12-21T04:28:55.378Z Compiling idna v0.4.0
32332024-12-21T04:28:55.380Z Running `/home/build/.rustup/toolchains/1.81.0-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=55bd67f3d2a78017 -C extra-filename=-55bd67f3d2a78017 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-12-21T04:28:55.409Z Dirty waitgroup v0.1.2: the rustflags changed
32352024-12-21T04:28:55.409Z Compiling waitgroup v0.1.2
32362024-12-21T04:28:55.413Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e2e95346c1a6057 -C extra-filename=-8e2e95346c1a6057 --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-10b6fa6e98e5e04e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372024-12-21T04:28:55.672Z Dirty enum-as-inner v0.6.1: the rustflags changed
32382024-12-21T04:28:55.672Z Compiling enum-as-inner v0.6.1
32392024-12-21T04:28:55.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.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=a5e203bd0dbe6a3d -C extra-filename=-a5e203bd0dbe6a3d --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402024-12-21T04:28:56.228Z Dirty hostname v0.4.0: the rustflags changed
32412024-12-21T04:28:56.228Z Compiling hostname v0.4.0
32422024-12-21T04:28:56.231Z Running `/home/build/.rustup/toolchains/1.81.0-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=f507ca3c838c2022 -C extra-filename=-f507ca3c838c2022 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-12-21T04:28:56.525Z Dirty dropshot v0.12.0: the rustflags changed
32442024-12-21T04:28:56.525Z Compiling dropshot v0.12.0
32452024-12-21T04:28:56.528Z Running `/home/build/.rustup/toolchains/1.81.0-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=bfb3e9851b33fd34 -C extra-filename=-bfb3e9851b33fd34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-12-21T04:28:56.926Z Dirty newtype-uuid v1.1.3: the rustflags changed
32472024-12-21T04:28:56.926Z Compiling newtype-uuid v1.1.3
32482024-12-21T04:28:56.930Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="alloc"' --cfg 'feature="default"' --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=d4d103b0f0e58bec -C extra-filename=-d4d103b0f0e58bec --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-12-21T04:28:57.004Z Dirty lalrpop-util v0.19.12: the rustflags changed
32502024-12-21T04:28:57.004Z Compiling lalrpop-util v0.19.12
32512024-12-21T04:28:57.007Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=45ab90acb7045a6c -C extra-filename=-45ab90acb7045a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-12-21T04:28:57.136Z Dirty hickory-proto v0.24.1: the rustflags changed
32532024-12-21T04:28:57.136Z Compiling hickory-proto v0.24.1
32542024-12-21T04:28:57.139Z Running `/home/build/.rustup/toolchains/1.81.0-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=29223a7418b7d9d4 -C extra-filename=-29223a7418b7d9d4 --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-49589da9b84e9811.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a5e203bd0dbe6a3d.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-55bd67f3d2a78017.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-12-21T04:28:57.312Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec/build-script-build`
32562024-12-21T04:28:57.358Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build`
32572024-12-21T04:28:57.386Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328/build-script-build`
32582024-12-21T04:28:57.450Z Dirty bzip2 v0.4.4: the rustflags changed
32592024-12-21T04:28:57.450Z Compiling bzip2 v0.4.4
32602024-12-21T04:28:57.452Z Running `/home/build/.rustup/toolchains/1.81.0-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=196dc5499806c930 -C extra-filename=-196dc5499806c930 --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-f0f893e3a8030517.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.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-f7ea44e4a6d36c20/out/lib`
32612024-12-21T04:28:57.481Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32622024-12-21T04:28:57.481Z Compiling signal-hook-mio v0.2.4
32632024-12-21T04:28:57.481Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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=3164eb40efefb860 -C extra-filename=-3164eb40efefb860 --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-29117e4ff36dab03.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642024-12-21T04:28:57.669Z Dirty console v0.15.8: the rustflags changed
32652024-12-21T04:28:57.669Z Compiling console v0.15.8
32662024-12-21T04:28:57.673Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=8134fd228889b755 -C extra-filename=-8134fd228889b755 --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-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-12-21T04:28:57.890Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32682024-12-21T04:28:57.890Z Compiling dropshot_endpoint v0.12.0
32692024-12-21T04:28:57.894Z Running `/home/build/.rustup/toolchains/1.81.0-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=115f007eac6ea1bd -C extra-filename=-115f007eac6ea1bd --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-12-21T04:28:58.444Z Dirty hash32 v0.2.1: the rustflags changed
32712024-12-21T04:28:58.444Z Compiling hash32 v0.2.1
32722024-12-21T04:28:58.447Z Running `/home/build/.rustup/toolchains/1.81.0-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=b2c2ee0baa69c758 -C extra-filename=-b2c2ee0baa69c758 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-12-21T04:28:58.871Z Dirty portable-atomic v1.9.0: the rustflags changed
32742024-12-21T04:28:58.871Z Compiling portable-atomic v1.9.0
32752024-12-21T04:28:58.874Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=341e2d88661b2df5 -C extra-filename=-341e2d88661b2df5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-12-21T04:28:59.360Z Dirty linked-hash-map v0.5.6: the rustflags changed
32772024-12-21T04:28:59.360Z Compiling linked-hash-map v0.5.6
32782024-12-21T04:28:59.363Z Running `/home/build/.rustup/toolchains/1.81.0-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=2ec92d436f325154 -C extra-filename=-2ec92d436f325154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792024-12-21T04:28:59.391Z Dirty smoltcp v0.9.1: the rustflags changed
32802024-12-21T04:28:59.391Z Compiling smoltcp v0.9.1
32812024-12-21T04:28:59.395Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --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=eaf06ec35fb0f3f6 -C extra-filename=-eaf06ec35fb0f3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-12-21T04:28:59.794Z Dirty predicates-core v1.0.8: the rustflags changed
32832024-12-21T04:28:59.794Z Compiling predicates-core v1.0.8
32842024-12-21T04:28:59.797Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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=3792c8ca0d3316fb -C extra-filename=-3792c8ca0d3316fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-12-21T04:29:00.139Z Dirty unicode-properties v0.1.3: the rustflags changed
32862024-12-21T04:29:00.139Z Compiling unicode-properties v0.1.3
32872024-12-21T04:29:00.142Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=01bbe37fab499ffc -C extra-filename=-01bbe37fab499ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-12-21T04:29:00.229Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5/build-script-build`
32892024-12-21T04:29:00.271Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build`
32902024-12-21T04:29:00.323Z Dirty lru-cache v0.1.2: the rustflags changed
32912024-12-21T04:29:00.323Z Compiling lru-cache v0.1.2
32922024-12-21T04:29:00.329Z Running `/home/build/.rustup/toolchains/1.81.0-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=595a021380915588 -C extra-filename=-595a021380915588 --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-2ec92d436f325154.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932024-12-21T04:29:00.349Z Running `/home/build/.rustup/toolchains/1.81.0-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=a4218b861e7c533a -C extra-filename=-a4218b861e7c533a --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-b2c2ee0baa69c758.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32942024-12-21T04:29:00.549Z Dirty stringprep v0.1.5: the rustflags changed
32952024-12-21T04:29:00.549Z Compiling stringprep v0.1.5
32962024-12-21T04:29:00.553Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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=e3e9a79b46122381 -C extra-filename=-e3e9a79b46122381 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-01bbe37fab499ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-12-21T04:29:00.584Z Dirty crossterm v0.28.1: the rustflags changed
32982024-12-21T04:29:00.585Z Compiling crossterm v0.28.1
32992024-12-21T04:29:00.587Z Running `/home/build/.rustup/toolchains/1.81.0-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=71814ddc354bf12b -C extra-filename=-71814ddc354bf12b --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-0f2df29a0f34846c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3164eb40efefb860.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-12-21T04:29:01.643Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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="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=f0ae7bf504680abd -C extra-filename=-f0ae7bf504680abd --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-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33012024-12-21T04:29:01.673Z Dirty similar v2.6.0: the rustflags changed
33022024-12-21T04:29:01.673Z Compiling similar v2.6.0
33032024-12-21T04:29:01.676Z Running `/home/build/.rustup/toolchains/1.81.0-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=4cc1d74c80ff992c -C extra-filename=-4cc1d74c80ff992c --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-a50dd529fc113091.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042024-12-21T04:29:01.903Z Dirty rayon v1.10.0: the rustflags changed
33052024-12-21T04:29:01.903Z Compiling rayon v1.10.0
33062024-12-21T04:29:01.906Z Running `/home/build/.rustup/toolchains/1.81.0-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=3f23d9fc9686fb30 -C extra-filename=-3f23d9fc9686fb30 --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-682f0202de4cb9c8.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-12-21T04:29:01.990Z Dirty tokio-stream v0.1.16: the rustflags changed
33082024-12-21T04:29:01.990Z Compiling tokio-stream v0.1.16
33092024-12-21T04:29:02.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=0d937a437b6d3fce -C extra-filename=-0d937a437b6d3fce --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-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-12-21T04:29:02.930Z Dirty md-5 v0.10.6: the rustflags changed
33112024-12-21T04:29:02.930Z Compiling md-5 v0.10.6
33122024-12-21T04:29:02.932Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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=39fb063f1cc48d0d -C extra-filename=-39fb063f1cc48d0d --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-83c04ded702a2c6e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132024-12-21T04:29:03.120Z Dirty float-cmp v0.9.0: the rustflags changed
33142024-12-21T04:29:03.120Z Compiling float-cmp v0.9.0
33152024-12-21T04:29:03.123Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=92b550af93228901 -C extra-filename=-92b550af93228901 --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-12-21T04:29:03.255Z Dirty fs-err v2.11.0: the rustflags changed
33172024-12-21T04:29:03.256Z Compiling fs-err v2.11.0
33182024-12-21T04:29:03.258Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7383362fb50e7943 -C extra-filename=-7383362fb50e7943 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-12-21T04:29:03.379Z Dirty difflib v0.4.0: the rustflags changed
33202024-12-21T04:29:03.379Z Compiling difflib v0.4.0
33212024-12-21T04:29:03.382Z Running `/home/build/.rustup/toolchains/1.81.0-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=8af0412057ffdac6 -C extra-filename=-8af0412057ffdac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-12-21T04:29:03.647Z Dirty fallible-iterator v0.2.0: the rustflags changed
33232024-12-21T04:29:03.647Z Compiling fallible-iterator v0.2.0
33242024-12-21T04:29:03.650Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3d7a20ee911c56e0 -C extra-filename=-3d7a20ee911c56e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252024-12-21T04:29:04.327Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33262024-12-21T04:29:04.327Z Compiling normalize-line-endings v0.3.0
33272024-12-21T04:29:04.330Z Running `/home/build/.rustup/toolchains/1.81.0-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=67ae7e642ca9a97d -C extra-filename=-67ae7e642ca9a97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-12-21T04:29:04.441Z Dirty postgres-protocol v0.6.7: the rustflags changed
33292024-12-21T04:29:04.441Z Compiling postgres-protocol v0.6.7
33302024-12-21T04:29:04.444Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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=1818a688b1b8af5f -C extra-filename=-1818a688b1b8af5f --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-e342ec737c4cbcc0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-39fb063f1cc48d0d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e3e9a79b46122381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-12-21T04:29:04.480Z Dirty predicates v3.1.2: the rustflags changed
33322024-12-21T04:29:04.480Z Compiling predicates v3.1.2
33332024-12-21T04:29:04.484Z Running `/home/build/.rustup/toolchains/1.81.0-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=176eac0973f64c24 -C extra-filename=-176eac0973f64c24 --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-2570a634c4322755.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8af0412057ffdac6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-92b550af93228901.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-67ae7e642ca9a97d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342024-12-21T04:29:04.636Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build`
33352024-12-21T04:29:04.808Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --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=f4d79bdde3486858 -C extra-filename=-f4d79bdde3486858 --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a4218b861e7c533a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362024-12-21T04:29:05.154Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=c180f8693c3af431 -C extra-filename=-c180f8693c3af431 --out-dir /work/oxidecomputer/omicron/target/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_pre_llvm_19 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
33372024-12-21T04:29:05.251Z Dirty zip v0.6.6: the rustflags changed
33382024-12-21T04:29:05.251Z Compiling zip v0.6.6
33392024-12-21T04:29:05.255Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --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=faafd5e37a001aad -C extra-filename=-faafd5e37a001aad --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-42c8c764cb4293aa.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.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-f7ea44e4a6d36c20/out/lib`
33402024-12-21T04:29:05.920Z Dirty resolv-conf v0.7.0: the rustflags changed
33412024-12-21T04:29:05.920Z Compiling resolv-conf v0.7.0
33422024-12-21T04:29:05.924Z Running `/home/build/.rustup/toolchains/1.81.0-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=63ea28681f3d0e2a -C extra-filename=-63ea28681f3d0e2a --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-a2f119589b8c1fe0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-12-21T04:29:06.302Z Dirty phf v0.11.2: the rustflags changed
33442024-12-21T04:29:06.302Z Compiling phf v0.11.2
33452024-12-21T04:29:06.306Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=65e2155ffe51f9ae -C extra-filename=-65e2155ffe51f9ae --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-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462024-12-21T04:29:06.602Z Dirty tungstenite v0.24.0: the rustflags changed
33472024-12-21T04:29:06.602Z Compiling tungstenite v0.24.0
33482024-12-21T04:29:06.606Z Running `/home/build/.rustup/toolchains/1.81.0-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=68a9196a9f016ba9 -C extra-filename=-68a9196a9f016ba9 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-12-21T04:29:06.650Z Dirty strum_macros v0.25.3: the rustflags changed
33502024-12-21T04:29:06.650Z Compiling strum_macros v0.25.3
33512024-12-21T04:29:06.654Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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=56c94e90d88f218d -C extra-filename=-56c94e90d88f218d --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-12-21T04:29:06.760Z Dirty serde-big-array v0.5.1: the rustflags changed
33532024-12-21T04:29:06.760Z Compiling serde-big-array v0.5.1
33542024-12-21T04:29:06.811Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d45a4ac7cdaa3df1 -C extra-filename=-d45a4ac7cdaa3df1 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-12-21T04:29:06.815Z Dirty serde_repr v0.1.19: the rustflags changed
33562024-12-21T04:29:06.815Z Compiling serde_repr v0.1.19
33572024-12-21T04:29:06.817Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.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=555195ab773b97ed -C extra-filename=-555195ab773b97ed --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-12-21T04:29:07.027Z Dirty peg-runtime v0.8.3: the rustflags changed
33592024-12-21T04:29:07.027Z Compiling peg-runtime v0.8.3
33602024-12-21T04:29:07.029Z Running `/home/build/.rustup/toolchains/1.81.0-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=fb8d126bde10d148 -C extra-filename=-fb8d126bde10d148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-12-21T04:29:07.070Z Dirty unicode-width v0.2.0: the rustflags changed
33622024-12-21T04:29:07.070Z Compiling unicode-width v0.2.0
33632024-12-21T04:29:07.073Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5772c0a5d46e4d7f -C extra-filename=-5772c0a5d46e4d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-12-21T04:29:07.164Z Dirty number_prefix v0.4.0: the rustflags changed
33652024-12-21T04:29:07.164Z Compiling number_prefix v0.4.0
33662024-12-21T04:29:07.167Z Running `/home/build/.rustup/toolchains/1.81.0-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=271237945e22f618 -C extra-filename=-271237945e22f618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-12-21T04:29:07.430Z Dirty hickory-resolver v0.24.1: the rustflags changed
33682024-12-21T04:29:07.430Z Compiling hickory-resolver v0.24.1
33692024-12-21T04:29:07.435Z Running `/home/build/.rustup/toolchains/1.81.0-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=5afa0ed0ed61c517 -C extra-filename=-5afa0ed0ed61c517 --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-83c04ded702a2c6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-63ea28681f3d0e2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702024-12-21T04:29:07.619Z Dirty indicatif v0.17.9: the rustflags changed
33712024-12-21T04:29:07.619Z Compiling indicatif v0.17.9
33722024-12-21T04:29:07.662Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="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=a6230886ca5ec2bd -C extra-filename=-a6230886ca5ec2bd --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-8134fd228889b755.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-271237945e22f618.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-c180f8693c3af431.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5772c0a5d46e4d7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732024-12-21T04:29:07.753Z Dirty postgres-types v0.2.8: the rustflags changed
33742024-12-21T04:29:07.753Z Compiling postgres-types v0.2.8
33752024-12-21T04:29:07.757Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=47aac07021228be9 -C extra-filename=-47aac07021228be9 --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-0b025ae11b25f088.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1818a688b1b8af5f.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762024-12-21T04:29:08.228Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33772024-12-21T04:29:08.228Z Compiling tokio-tungstenite v0.24.0
33782024-12-21T04:29:08.245Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=417809e2b0bc687a -C extra-filename=-417809e2b0bc687a --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-68a9196a9f016ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-12-21T04:29:08.313Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=74cd333fbf7f3417 -C extra-filename=-74cd333fbf7f3417 --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-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
33802024-12-21T04:29:08.828Z Dirty derive-where v1.2.7: the rustflags changed
33812024-12-21T04:29:08.828Z Compiling derive-where v1.2.7
33822024-12-21T04:29:08.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=5498ca00308c27b5 -C extra-filename=-5498ca00308c27b5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-12-21T04:29:09.134Z Dirty whoami v1.5.2: the rustflags changed
33842024-12-21T04:29:09.134Z Compiling whoami v1.5.2
33852024-12-21T04:29:09.136Z Running `/home/build/.rustup/toolchains/1.81.0-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=f844697b7d647f35 -C extra-filename=-f844697b7d647f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-12-21T04:29:09.225Z Compiling hashbrown v0.14.5
33872024-12-21T04:29:09.227Z Running `/home/build/.rustup/toolchains/1.81.0-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=20deabe0d9115276 -C extra-filename=-20deabe0d9115276 --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-8be98ef023620e24.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882024-12-21T04:29:09.347Z Compiling ident_case v1.0.1
33892024-12-21T04:29:09.350Z Running `/home/build/.rustup/toolchains/1.81.0-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=877e2eb812911402 -C extra-filename=-877e2eb812911402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-12-21T04:29:09.567Z Dirty tokio-postgres v0.7.12: the rustflags changed
33912024-12-21T04:29:09.568Z Compiling tokio-postgres v0.7.12
33922024-12-21T04:29:09.570Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=7e6e048b8c7670e0 -C extra-filename=-7e6e048b8c7670e0 --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-49589da9b84e9811.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1818a688b1b8af5f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47aac07021228be9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932024-12-21T04:29:09.819Z Compiling darling_core v0.20.10
33942024-12-21T04:29:09.821Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=06f5b0904888d13f -C extra-filename=-06f5b0904888d13f --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-086f5ffe4a25dc54.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-877e2eb812911402.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-12-21T04:29:10.031Z Compiling unsafe-libyaml v0.2.11
33962024-12-21T04:29:10.034Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=d2d02c0de15bd26d -C extra-filename=-d2d02c0de15bd26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972024-12-21T04:29:10.680Z Compiling regress v0.10.1
33982024-12-21T04:29:10.683Z Running `/home/build/.rustup/toolchains/1.81.0-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=e1e50879a96e9682 -C extra-filename=-e1e50879a96e9682 --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-20deabe0d9115276.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-12-21T04:29:11.196Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34002024-12-21T04:29:11.196Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34012024-12-21T04:29:11.199Z Running `/home/build/.rustup/toolchains/1.81.0-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=c24497a2ac819b82 -C extra-filename=-c24497a2ac819b82 --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-0f2df29a0f34846c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d45a4ac7cdaa3df1.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-555195ab773b97ed.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f4d79bdde3486858.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-56c94e90d88f218d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-12-21T04:29:12.159Z Compiling serde_yaml v0.9.34+deprecated
34032024-12-21T04:29:12.193Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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=ca08b0b437bb8504 -C extra-filename=-ca08b0b437bb8504 --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-4f9f613dfa74e5f5.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-d2d02c0de15bd26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042024-12-21T04:29:12.817Z Dirty fastrand v2.1.1: the rustflags changed
34052024-12-21T04:29:12.817Z Compiling fastrand v2.1.1
34062024-12-21T04:29:12.821Z Running `/home/build/.rustup/toolchains/1.81.0-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=9b4100b7d6800cd3 -C extra-filename=-9b4100b7d6800cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072024-12-21T04:29:13.425Z Compiling ipnetwork v0.20.0
34082024-12-21T04:29:13.448Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=a83092cbf26d15c7 -C extra-filename=-a83092cbf26d15c7 --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-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-12-21T04:29:14.449Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
34102024-12-21T04:29:14.466Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a1bcfc7107867e4f -C extra-filename=-a1bcfc7107867e4f --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-a83092cbf26d15c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112024-12-21T04:29:14.664Z Compiling typify-impl v0.2.0
34122024-12-21T04:29:14.667Z Running `/home/build/.rustup/toolchains/1.81.0-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=53cc97283bfdb973 -C extra-filename=-53cc97283bfdb973 --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-702249e0617a2365.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e1e50879a96e9682.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-12-21T04:29:15.300Z Compiling tempfile v3.13.0
34142024-12-21T04:29:15.302Z Running `/home/build/.rustup/toolchains/1.81.0-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=1c22c94e862a09e7 -C extra-filename=-1c22c94e862a09e7 --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-83c04ded702a2c6e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152024-12-21T04:29:15.790Z Dirty strum_macros v0.26.4: the rustflags changed
34162024-12-21T04:29:15.790Z Compiling strum_macros v0.26.4
34172024-12-21T04:29:15.793Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.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=3751fa837c25ddbf -C extra-filename=-3751fa837c25ddbf --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-12-21T04:29:16.047Z Compiling macaddr v1.0.1
34192024-12-21T04:29:16.051Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c70a935ecfdda494 -C extra-filename=-c70a935ecfdda494 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-12-21T04:29:16.259Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
34212024-12-21T04:29:16.262Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/f6abe39/diffus-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("serialize-impl"))' -C metadata=f8270eaecd0e03ad -C extra-filename=-f8270eaecd0e03ad --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-12-21T04:29:16.540Z Dirty structmeta-derive v0.3.0: the rustflags changed
34232024-12-21T04:29:16.540Z Compiling structmeta-derive v0.3.0
34242024-12-21T04:29:16.543Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c410f4bbdcfa6e75 -C extra-filename=-c410f4bbdcfa6e75 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252024-12-21T04:29:16.634Z Compiling instant v0.1.13
34262024-12-21T04:29:16.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-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("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=39bb737618c263a4 -C extra-filename=-39bb737618c263a4 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-12-21T04:29:16.806Z Compiling regress v0.9.1
34282024-12-21T04:29:16.808Z Running `/home/build/.rustup/toolchains/1.81.0-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=dba42f888508f696 -C extra-filename=-dba42f888508f696 --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-20deabe0d9115276.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292024-12-21T04:29:17.338Z Compiling darling_macro v0.20.10
34302024-12-21T04:29:17.350Z Running `/home/build/.rustup/toolchains/1.81.0-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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ce6bb761d8e11e6 -C extra-filename=-0ce6bb761d8e11e6 --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-06f5b0904888d13f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312024-12-21T04:29:17.782Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
34322024-12-21T04:29:17.785Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/f6abe39/diffus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="diffus-derive"' --cfg 'feature="newtype-uuid"' --cfg 'feature="newtype-uuid-impl"' --cfg 'feature="oxnet"' --cfg 'feature="oxnet-impl"' --cfg 'feature="uuid"' --cfg 'feature="uuid-impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "diffus-derive", "indexmap", "indexmap-impl", "newtype-uuid", "newtype-uuid-impl", "oxnet", "oxnet-impl", "serde", "serialize-impl", "snake_case", "snake_case-impl", "uuid", "uuid-impl"))' -C metadata=b34d5924c199bb80 -C extra-filename=-b34d5924c199bb80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus_derive=/work/oxidecomputer/omicron/target/debug/deps/libdiffus_derive-f8270eaecd0e03ad.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332024-12-21T04:29:18.340Z Compiling dropshot v0.13.0
34342024-12-21T04:29:18.342Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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=dacf21a459db352d -C extra-filename=-dacf21a459db352d --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352024-12-21T04:29:18.565Z Compiling darling v0.20.10
34362024-12-21T04:29:18.568Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=60b09a0d33435f29 -C extra-filename=-60b09a0d33435f29 --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-06f5b0904888d13f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0ce6bb761d8e11e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372024-12-21T04:29:18.712Z Compiling serde_with_macros v3.11.0
34382024-12-21T04:29:18.715Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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=2b24152a0a9a509d -C extra-filename=-2b24152a0a9a509d --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-60b09a0d33435f29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392024-12-21T04:29:18.715Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d/build-script-build`
34402024-12-21T04:29:18.821Z Compiling dropshot_endpoint v0.13.0
34412024-12-21T04:29:18.825Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--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=4c25b93286d55026 -C extra-filename=-4c25b93286d55026 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-12-21T04:29:18.850Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34432024-12-21T04:29:18.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0e38452b22029466 -C extra-filename=-0e38452b22029466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-12-21T04:29:19.346Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34452024-12-21T04:29:19.348Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=5f3e70e9123ad2e6 -C extra-filename=-5f3e70e9123ad2e6 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-12-21T04:29:19.878Z Dirty structmeta v0.3.0: the rustflags changed
34472024-12-21T04:29:19.878Z Compiling structmeta v0.3.0
34482024-12-21T04:29:19.881Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf9a316466d513a -C extra-filename=-3cf9a316466d513a --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c410f4bbdcfa6e75.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492024-12-21T04:29:20.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34502024-12-21T04:29:20.312Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=9d00d284d0b08369 -C extra-filename=-9d00d284d0b08369 --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-25d89424d82fb873.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5f3e70e9123ad2e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512024-12-21T04:29:20.338Z Dirty parse-display-derive v0.10.0: the rustflags changed
34522024-12-21T04:29:20.338Z Compiling parse-display-derive v0.10.0
34532024-12-21T04:29:20.379Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=c855591a9f549106 -C extra-filename=-c855591a9f549106 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3cf9a316466d513a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-12-21T04:29:20.519Z Compiling backoff v0.4.0
34552024-12-21T04:29:20.592Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --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=9a1298225923dd86 -C extra-filename=-9a1298225923dd86 --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-15b4a62ef3693967.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-12-21T04:29:20.899Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34572024-12-21T04:29:20.902Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2aa46893791ada1 -C extra-filename=-a2aa46893791ada1 --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-3f5934bdadfdef5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-12-21T04:29:21.083Z Compiling wait-timeout v0.2.0
34592024-12-21T04:29:21.083Z Running `/home/build/.rustup/toolchains/1.81.0-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=180b6aa23cc2f4ed -C extra-filename=-180b6aa23cc2f4ed --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-12-21T04:29:21.301Z Dirty strum v0.26.3: the rustflags changed
34612024-12-21T04:29:21.301Z Compiling strum v0.26.3
34622024-12-21T04:29:21.304Z Running `/home/build/.rustup/toolchains/1.81.0-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=d3365051e79f13bf -C extra-filename=-d3365051e79f13bf --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-3751fa837c25ddbf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-12-21T04:29:21.516Z Compiling rusty-fork v0.3.0
34642024-12-21T04:29:21.524Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=1bee3d59aab02568 -C extra-filename=-1bee3d59aab02568 --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-086f5ffe4a25dc54.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-12-21T04:29:21.760Z Compiling rand_xorshift v0.3.0
34662024-12-21T04:29:21.804Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=03808419429da432 -C extra-filename=-03808419429da432 --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-12-21T04:29:21.893Z Compiling serde_with v3.11.0
34682024-12-21T04:29:21.921Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=5a287ec055c5cf9e -C extra-filename=-5a287ec055c5cf9e --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-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2b24152a0a9a509d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692024-12-21T04:29:22.113Z Compiling unarray v0.1.4
34702024-12-21T04:29:22.149Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ffab99a9473dff8 -C extra-filename=-2ffab99a9473dff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-12-21T04:29:22.150Z Compiling structmeta-derive v0.2.0
34722024-12-21T04:29:22.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c55ccb3c80d03c7f -C extra-filename=-c55ccb3c80d03c7f --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732024-12-21T04:29:22.309Z Compiling proptest v1.5.0
34742024-12-21T04:29:22.331Z Running `/home/build/.rustup/toolchains/1.81.0-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=d670407408d91317 -C extra-filename=-d670407408d91317 --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-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-03808419429da432.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-1bee3d59aab02568.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2ffab99a9473dff8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752024-12-21T04:29:22.347Z Compiling camino-tempfile v1.1.1
34762024-12-21T04:29:22.374Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=efdb0e70c4c12326 -C extra-filename=-efdb0e70c4c12326 --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-9798e8e7609cdab8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772024-12-21T04:29:22.879Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
34782024-12-21T04:29:22.879Z Compiling proc-macro-error-attr v1.0.4
34792024-12-21T04:29:22.881Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2958a45fc60f928 -C extra-filename=-c2958a45fc60f928 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-12-21T04:29:23.272Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build`
34812024-12-21T04:29:23.362Z Dirty proc-macro-error v1.0.4: the rustflags changed
34822024-12-21T04:29:23.362Z Compiling proc-macro-error v1.0.4
34832024-12-21T04:29:23.364Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a7a08893956d4115 -C extra-filename=-a7a08893956d4115 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-12-21T04:29:23.753Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build`
34852024-12-21T04:29:23.931Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f567f896bb0e00 -C extra-filename=-f0f567f896bb0e00 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-12-21T04:29:24.043Z Compiling proc-macro-crate v1.3.1
34872024-12-21T04:29:24.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e030b9d92f557b7 -C extra-filename=-5e030b9d92f557b7 --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-4fac8a596e09fa80.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-12-21T04:29:24.896Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=d2113ef437fb5d5e -C extra-filename=-d2113ef437fb5d5e --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-f0f567f896bb0e00.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
34892024-12-21T04:29:25.189Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34902024-12-21T04:29:25.192Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cb7343497e9d8e3 -C extra-filename=-7cb7343497e9d8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912024-12-21T04:29:25.402Z Compiling structmeta v0.2.0
34922024-12-21T04:29:25.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61ba18900f0ca36f -C extra-filename=-61ba18900f0ca36f --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c55ccb3c80d03c7f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932024-12-21T04:29:25.548Z Dirty parse-display v0.10.0: the rustflags changed
34942024-12-21T04:29:25.548Z Compiling parse-display v0.10.0
34952024-12-21T04:29:25.552Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=f81a4f758dfcb860 -C extra-filename=-f81a4f758dfcb860 --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-c855591a9f549106.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-12-21T04:29:25.605Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build`
34972024-12-21T04:29:25.648Z Compiling num_enum_derive v0.5.11
34982024-12-21T04:29:25.651Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=b9f0f8120a6ff022 -C extra-filename=-b9f0f8120a6ff022 --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-5e030b9d92f557b7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992024-12-21T04:29:25.677Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35002024-12-21T04:29:25.679Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a674c41d8849d6c4 -C extra-filename=-a674c41d8849d6c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-12-21T04:29:25.909Z Compiling test-strategy v0.3.1
35022024-12-21T04:29:25.912Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=198ebdf28c1b51c7 -C extra-filename=-198ebdf28c1b51c7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-61ba18900f0ca36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-12-21T04:29:26.024Z Compiling foreign-types-macros v0.2.3
35042024-12-21T04:29:26.028Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=5e02bb8a31d399d9 -C extra-filename=-5e02bb8a31d399d9 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-12-21T04:29:26.052Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build`
35062024-12-21T04:29:26.094Z Compiling foreign-types-shared v0.3.1
35072024-12-21T04:29:26.098Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0f329054068f8e6 -C extra-filename=-b0f329054068f8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082024-12-21T04:29:26.240Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dffa7c7a626b1b1e -C extra-filename=-dffa7c7a626b1b1e --out-dir /work/oxidecomputer/omicron/target/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`
35092024-12-21T04:29:26.311Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a3f21f86f7a39c -C extra-filename=-35a3f21f86f7a39c --out-dir /work/oxidecomputer/omicron/target/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`
35102024-12-21T04:29:26.435Z Compiling tabwriter v1.4.0
35112024-12-21T04:29:26.438Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=0b571bee1a90778e -C extra-filename=-0b571bee1a90778e --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-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-12-21T04:29:26.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35132024-12-21T04:29:26.530Z Running `/home/build/.rustup/toolchains/1.81.0-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=9fffdaab5d1d3bf8 -C extra-filename=-9fffdaab5d1d3bf8 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-12-21T04:29:26.994Z Compiling itertools v0.13.0
35152024-12-21T04:29:26.994Z Running `/home/build/.rustup/toolchains/1.81.0-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=6b8c06aaa5867a2a -C extra-filename=-6b8c06aaa5867a2a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162024-12-21T04:29:27.559Z Compiling foreign-types v0.5.0
35172024-12-21T04:29:27.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9fc2e7bc4b0305d8 -C extra-filename=-9fc2e7bc4b0305d8 --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-5e02bb8a31d399d9.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b0f329054068f8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182024-12-21T04:29:27.590Z Compiling cstr-argument v0.1.2
35192024-12-21T04:29:27.593Z Running `/home/build/.rustup/toolchains/1.81.0-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=3e99e5d3bcd20984 -C extra-filename=-3e99e5d3bcd20984 --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-83c04ded702a2c6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202024-12-21T04:29:27.688Z Compiling pretty-hex v0.2.1
35212024-12-21T04:29:27.691Z Running `/home/build/.rustup/toolchains/1.81.0-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=3e27a2eafea59d63 -C extra-filename=-3e27a2eafea59d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222024-12-21T04:29:27.908Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35232024-12-21T04:29:27.913Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1c16d8a38e646f -C extra-filename=-fe1c16d8a38e646f --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-3e99e5d3bcd20984.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9fc2e7bc4b0305d8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-12-21T04:29:27.959Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35252024-12-21T04:29:27.963Z Running `/home/build/.rustup/toolchains/1.81.0-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=bfd352f2e43f3ba6 -C extra-filename=-bfd352f2e43f3ba6 --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-29117e4ff36dab03.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-9fffdaab5d1d3bf8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-12-21T04:29:28.155Z Compiling colored v2.1.0
35272024-12-21T04:29:28.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=cca24c851c6c4979 -C extra-filename=-cca24c851c6c4979 --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-cc0c30b4f89d8188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-12-21T04:29:28.585Z Compiling smf v0.2.3
35292024-12-21T04:29:28.600Z Running `/home/build/.rustup/toolchains/1.81.0-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=af60c245a9847e60 -C extra-filename=-af60c245a9847e60 --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-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-12-21T04:29:28.685Z Compiling num_enum v0.5.11
35312024-12-21T04:29:28.688Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=9d86dc3829b2cc64 -C extra-filename=-9d86dc3829b2cc64 --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-b9f0f8120a6ff022.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-12-21T04:29:28.877Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35332024-12-21T04:29:28.880Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=737469884fdede36 -C extra-filename=-737469884fdede36 --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-29117e4ff36dab03.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-dffa7c7a626b1b1e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3e27a2eafea59d63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-12-21T04:29:29.021Z Compiling base64 v0.21.7
35352024-12-21T04:29:29.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d27ec8383fdb856 -C extra-filename=-6d27ec8383fdb856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-12-21T04:29:29.272Z Compiling crucible-workspace-hack v0.1.0
35372024-12-21T04:29:29.275Z Running `/home/build/.rustup/toolchains/1.81.0-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=01a73b7276f90baf -C extra-filename=-01a73b7276f90baf --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382024-12-21T04:29:29.640Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build`
35392024-12-21T04:29:29.681Z Compiling zerocopy v0.8.10
35402024-12-21T04:29:29.683Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d2ad622971ab3df8 -C extra-filename=-d2ad622971ab3df8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-12-21T04:29:29.843Z Running `/home/build/.rustup/toolchains/1.81.0-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=2ee54a9ce846ec72 -C extra-filename=-2ee54a9ce846ec72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422024-12-21T04:29:29.971Z Compiling zerocopy-derive v0.8.10
35432024-12-21T04:29:29.973Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C metadata=57413edcab4f99d8 -C extra-filename=-57413edcab4f99d8 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442024-12-21T04:29:30.071Z Compiling termtree v0.4.1
35452024-12-21T04:29:30.074Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e94d9b86c33333f -C extra-filename=-6e94d9b86c33333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462024-12-21T04:29:30.536Z Compiling heapless v0.8.0
35472024-12-21T04:29:30.556Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=93bdea806c17815b -C extra-filename=-93bdea806c17815b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482024-12-21T04:29:30.557Z Compiling predicates-tree v1.0.11
35492024-12-21T04:29:30.557Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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=64601b9b0e8a95bb -C extra-filename=-64601b9b0e8a95bb --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-3792c8ca0d3316fb.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-6e94d9b86c33333f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502024-12-21T04:29:30.557Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35512024-12-21T04:29:30.557Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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=4914a20b31322982 -C extra-filename=-4914a20b31322982 --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-60b09a0d33435f29.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522024-12-21T04:29:30.662Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8/build-script-build`
35532024-12-21T04:29:30.749Z Compiling hash32 v0.3.1
35542024-12-21T04:29:30.752Z Running `/home/build/.rustup/toolchains/1.81.0-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=9c47edbd568567d5 -C extra-filename=-9c47edbd568567d5 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-12-21T04:29:30.931Z Compiling smoltcp v0.11.0
35562024-12-21T04:29:30.934Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --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=975cb92889495cba -C extra-filename=-975cb92889495cba --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-12-21T04:29:31.020Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build`
35582024-12-21T04:29:31.044Z Compiling cobs v0.2.3
35592024-12-21T04:29:31.044Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=982f5c397fd841f9 -C extra-filename=-982f5c397fd841f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602024-12-21T04:29:31.330Z Compiling postcard v1.0.10
35612024-12-21T04:29:31.334Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=7b2a33fc3467bea8 -C extra-filename=-7b2a33fc3467bea8 --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-982f5c397fd841f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622024-12-21T04:29:31.391Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=6439221049f43f25 -C extra-filename=-6439221049f43f25 --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-9c47edbd568567d5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632024-12-21T04:29:31.745Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build`
35642024-12-21T04:29:31.763Z Compiling atomicwrites v0.4.4
35652024-12-21T04:29:31.766Z Running `/home/build/.rustup/toolchains/1.81.0-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=a49e1e336b7595b5 -C extra-filename=-a49e1e336b7595b5 --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-a9fa2cc94e1a2df0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-12-21T04:29:32.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35672024-12-21T04:29:32.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=3ba96cb482d03529 -C extra-filename=-3ba96cb482d03529 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-12-21T04:29:32.158Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35692024-12-21T04:29:32.161Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=8ef4e07882c68725 -C extra-filename=-8ef4e07882c68725 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:29:32.353Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35712024-12-21T04:29:32.357Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=6c810936ecc10952 -C extra-filename=-6c810936ecc10952 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-12-21T04:29:32.424Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --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=491d3e5dfa7ad00d -C extra-filename=-491d3e5dfa7ad00d --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6439221049f43f25.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732024-12-21T04:29:32.577Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529/build-script-build`
35742024-12-21T04:29:32.584Z Compiling sigpipe v0.1.3
35752024-12-21T04:29:32.589Z Running `/home/build/.rustup/toolchains/1.81.0-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=5380c02213065272 -C extra-filename=-5380c02213065272 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762024-12-21T04:29:32.735Z Compiling thiserror v2.0.3
35772024-12-21T04:29:32.759Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=921b5d3f41485bf2 -C extra-filename=-921b5d3f41485bf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782024-12-21T04:29:33.246Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d469a2255c3cf5a1 -C extra-filename=-d469a2255c3cf5a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-57413edcab4f99d8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
35792024-12-21T04:29:33.480Z Compiling mockall_derive v0.13.0
35802024-12-21T04:29:33.482Z Running `/home/build/.rustup/toolchains/1.81.0-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=49e28254e2e73208 -C extra-filename=-49e28254e2e73208 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812024-12-21T04:29:33.524Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
35822024-12-21T04:29:33.529Z Running `/home/build/.rustup/toolchains/1.81.0-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=22dab61baf95caf3 -C extra-filename=-22dab61baf95caf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832024-12-21T04:29:33.846Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208/build-script-build`
35842024-12-21T04:29:33.890Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2/build-script-build`
35852024-12-21T04:29:33.917Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build`
35862024-12-21T04:29:33.959Z Compiling thiserror-impl v2.0.3
35872024-12-21T04:29:33.962Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9afe0bd83b86a9d -C extra-filename=-e9afe0bd83b86a9d --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882024-12-21T04:29:34.091Z Compiling typify-macro v0.2.0
35892024-12-21T04:29:34.093Z Running `/home/build/.rustup/toolchains/1.81.0-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=09c2c26ad92b0176 -C extra-filename=-09c2c26ad92b0176 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-53cc97283bfdb973.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902024-12-21T04:29:34.360Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
35912024-12-21T04:29:34.363Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cda07f3d901ae990 -C extra-filename=-cda07f3d901ae990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922024-12-21T04:29:34.737Z Running `/home/build/.rustup/toolchains/1.81.0-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=63bd88bfd3d2951c -C extra-filename=-63bd88bfd3d2951c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-737469884fdede36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-fe1c16d8a38e646f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-bfd352f2e43f3ba6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
35932024-12-21T04:29:37.022Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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=5b5784335aeeb521 -C extra-filename=-5b5784335aeeb521 --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-83c04ded702a2c6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
35942024-12-21T04:29:37.733Z Compiling zone_cfg_derive v0.3.0
35952024-12-21T04:29:37.736Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.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=ecb15475b0d6cb21 -C extra-filename=-ecb15475b0d6cb21 --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962024-12-21T04:29:38.057Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ae409350be9ac5e -C extra-filename=-2ae409350be9ac5e --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-e9afe0bd83b86a9d.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)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
35972024-12-21T04:29:38.240Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
35982024-12-21T04:29:38.252Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=1b61b215af7f39e3 -C extra-filename=-1b61b215af7f39e3 --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-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-12-21T04:29:38.399Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36002024-12-21T04:29:38.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=05c1562cbdefb52b -C extra-filename=-05c1562cbdefb52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-4914a20b31322982.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d469a2255c3cf5a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012024-12-21T04:29:38.771Z Compiling num-derive v0.4.2
36022024-12-21T04:29:38.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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=a3a126ad865e68b2 -C extra-filename=-a3a126ad865e68b2 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-12-21T04:29:39.151Z Compiling typify v0.2.0
36042024-12-21T04:29:39.154Z Running `/home/build/.rustup/toolchains/1.81.0-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=c469572ccbd2d507 -C extra-filename=-c469572ccbd2d507 --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-53cc97283bfdb973.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-09c2c26ad92b0176.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052024-12-21T04:29:39.268Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36062024-12-21T04:29:39.272Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=c9f50b60c048ab6e -C extra-filename=-c9f50b60c048ab6e --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-0f2df29a0f34846c.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-4914a20b31322982.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-05c1562cbdefb52b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d469a2255c3cf5a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072024-12-21T04:29:39.312Z Compiling progenitor-impl v0.8.0
36082024-12-21T04:29:39.317Z Running `/home/build/.rustup/toolchains/1.81.0-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=8375288bd7fe62c8 -C extra-filename=-8375288bd7fe62c8 --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-702249e0617a2365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-c469572ccbd2d507.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-12-21T04:29:39.353Z Compiling fragile v2.0.0
36102024-12-21T04:29:39.356Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=44dacb9658c55276 -C extra-filename=-44dacb9658c55276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112024-12-21T04:29:39.480Z Compiling downcast v0.11.0
36122024-12-21T04:29:39.483Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=bb5d5b4255f984fc -C extra-filename=-bb5d5b4255f984fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132024-12-21T04:29:39.747Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36142024-12-21T04:29:39.749Z Running `/home/build/.rustup/toolchains/1.81.0-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=8479575f4cd72e42 -C extra-filename=-8479575f4cd72e42 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152024-12-21T04:29:40.024Z Compiling zone v0.3.0
36162024-12-21T04:29:40.027Z Running `/home/build/.rustup/toolchains/1.81.0-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=0fdc5e2868515543 -C extra-filename=-0fdc5e2868515543 --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ecb15475b0d6cb21.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172024-12-21T04:29:40.122Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build`
36182024-12-21T04:29:40.163Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
36192024-12-21T04:29:40.166Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=4d3f2eba7df92687 -C extra-filename=-4d3f2eba7df92687 --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-1b61b215af7f39e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202024-12-21T04:29:40.666Z Compiling same-file v1.0.6
36212024-12-21T04:29:40.669Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17d6301a0da6eb44 -C extra-filename=-17d6301a0da6eb44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222024-12-21T04:29:40.987Z Compiling walkdir v2.5.0
36232024-12-21T04:29:40.990Z Running `/home/build/.rustup/toolchains/1.81.0-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=276d808b1ead684e -C extra-filename=-276d808b1ead684e --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-17d6301a0da6eb44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242024-12-21T04:29:41.394Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
36252024-12-21T04:29:41.397Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=fb899a33b2ffd2d9 -C extra-filename=-fb899a33b2ffd2d9 --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-2ee54a9ce846ec72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a3a126ad865e68b2.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262024-12-21T04:29:41.738Z Compiling convert_case v0.4.0
36272024-12-21T04:29:41.741Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=4e18993d560ee6e0 -C extra-filename=-4e18993d560ee6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-12-21T04:29:41.827Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36292024-12-21T04:29:41.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=3d64e8e5bd9e2306 -C extra-filename=-3d64e8e5bd9e2306 --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-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c9f50b60c048ab6e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302024-12-21T04:29:42.154Z Compiling newline-converter v0.3.0
36312024-12-21T04:29:42.156Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6bf16b5d3520644 -C extra-filename=-a6bf16b5d3520644 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322024-12-21T04:29:42.346Z Compiling expectorate v1.1.0
36332024-12-21T04:29:42.349Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4abd36fb465a093f -C extra-filename=-4abd36fb465a093f --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-8134fd228889b755.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a6bf16b5d3520644.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342024-12-21T04:29:42.374Z Compiling tungstenite v0.21.0
36352024-12-21T04:29:42.378Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --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=64ae09deb79cbc48 -C extra-filename=-64ae09deb79cbc48 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362024-12-21T04:29:42.556Z Dirty xattr v1.3.1: the rustflags changed
36372024-12-21T04:29:42.556Z Compiling xattr v1.3.1
36382024-12-21T04:29:42.558Z Running `/home/build/.rustup/toolchains/1.81.0-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=bce1707f2386d5d2 -C extra-filename=-bce1707f2386d5d2 --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392024-12-21T04:29:42.792Z Compiling derive_more v0.99.18
36402024-12-21T04:29:42.807Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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=ec69ba1f899f2ea9 -C extra-filename=-ec69ba1f899f2ea9 --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-4e18993d560ee6e0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412024-12-21T04:29:42.923Z Dirty filetime v0.2.25: the rustflags changed
36422024-12-21T04:29:42.923Z Compiling filetime v0.2.25
36432024-12-21T04:29:42.926Z Running `/home/build/.rustup/toolchains/1.81.0-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=169928e563e20f79 -C extra-filename=-169928e563e20f79 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442024-12-21T04:29:43.283Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=132f74f8b476af7d -C extra-filename=-132f74f8b476af7d --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c9f50b60c048ab6e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-6c810936ecc10952.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-3d64e8e5bd9e2306.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.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)'`
36452024-12-21T04:29:43.556Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36462024-12-21T04:29:43.559Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=3d056a09671fae75 -C extra-filename=-3d056a09671fae75 --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-83c04ded702a2c6e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-132f74f8b476af7d.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-cda07f3d901ae990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d469a2255c3cf5a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472024-12-21T04:29:44.052Z Compiling tokio-tungstenite v0.21.0
36482024-12-21T04:29:44.055Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --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=114ed599e28f93e0 -C extra-filename=-114ed599e28f93e0 --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-64ae09deb79cbc48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492024-12-21T04:29:44.748Z Dirty tar v0.4.42: the rustflags changed
36502024-12-21T04:29:44.748Z Compiling tar v0.4.42
36512024-12-21T04:29:44.752Z Running `/home/build/.rustup/toolchains/1.81.0-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=ab6cc5ea2f785343 -C extra-filename=-ab6cc5ea2f785343 --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-169928e563e20f79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bce1707f2386d5d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522024-12-21T04:29:44.809Z Compiling arc-swap v1.7.1
36532024-12-21T04:29:44.813Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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=98701f5f07c777db -C extra-filename=-98701f5f07c777db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542024-12-21T04:29:45.505Z Compiling slog-scope v4.4.0
36552024-12-21T04:29:45.507Z Running `/home/build/.rustup/toolchains/1.81.0-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=815f579f17bc029e -C extra-filename=-815f579f17bc029e --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-98701f5f07c777db.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562024-12-21T04:29:45.939Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36572024-12-21T04:29:45.942Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=df955812ee01db1a -C extra-filename=-df955812ee01db1a --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-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-63bd88bfd3d2951c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-132f74f8b476af7d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3d056a09671fae75.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2ae409350be9ac5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582024-12-21T04:29:45.966Z Compiling mockall v0.13.0
36592024-12-21T04:29:45.968Z Running `/home/build/.rustup/toolchains/1.81.0-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=1fb2ef3138515a7e -C extra-filename=-1fb2ef3138515a7e --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-83c04ded702a2c6e.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bb5d5b4255f984fc.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-44dacb9658c55276.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5b5784335aeeb521.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602024-12-21T04:29:46.088Z Compiling slog-stdlog v4.1.1
36612024-12-21T04:29:46.092Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=da5dc4498adba737 -C extra-filename=-da5dc4498adba737 --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-a2c99244b373d360.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622024-12-21T04:29:46.339Z Compiling slog-envlogger v2.2.0
36632024-12-21T04:29:46.358Z Running `/home/build/.rustup/toolchains/1.81.0-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=6f6c828458804848 -C extra-filename=-6f6c828458804848 --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-a2c99244b373d360.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-da5dc4498adba737.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642024-12-21T04:29:46.512Z Compiling num-rational v0.4.2
36652024-12-21T04:29:46.516Z Running `/home/build/.rustup/toolchains/1.81.0-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=642302e061a7927e -C extra-filename=-642302e061a7927e --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662024-12-21T04:29:47.135Z Compiling num-complex v0.4.6
36672024-12-21T04:29:47.184Z Running `/home/build/.rustup/toolchains/1.81.0-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=00dc10230bd38cfa -C extra-filename=-00dc10230bd38cfa --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682024-12-21T04:29:47.187Z Compiling float-ord v0.3.2
36692024-12-21T04:29:47.190Z Running `/home/build/.rustup/toolchains/1.81.0-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=64ad33de53dcc530 -C extra-filename=-64ad33de53dcc530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702024-12-21T04:29:47.392Z Compiling cancel-safe-futures v0.1.5
36712024-12-21T04:29:47.395Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=519fdc64effdffd2 -C extra-filename=-519fdc64effdffd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722024-12-21T04:29:47.496Z Compiling owo-colors v4.1.0
36732024-12-21T04:29:47.499Z Running `/home/build/.rustup/toolchains/1.81.0-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=ab9c385e5901ea3b -C extra-filename=-ab9c385e5901ea3b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742024-12-21T04:29:47.838Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build`
36752024-12-21T04:29:47.867Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build`
36762024-12-21T04:29:47.903Z Dirty swrite v0.1.0: the rustflags changed
36772024-12-21T04:29:47.903Z Compiling swrite v0.1.0
36782024-12-21T04:29:47.905Z Running `/home/build/.rustup/toolchains/1.81.0-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=74c3ec0fd5fa922d -C extra-filename=-74c3ec0fd5fa922d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792024-12-21T04:29:47.927Z Running `/home/build/.rustup/toolchains/1.81.0-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=d27cd3c9a5bd1634 -C extra-filename=-d27cd3c9a5bd1634 --out-dir /work/oxidecomputer/omicron/target/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)'`
36802024-12-21T04:29:48.052Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=d064d23112fb4620 -C extra-filename=-d064d23112fb4620 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812024-12-21T04:29:48.123Z Compiling progenitor-macro v0.8.0
36822024-12-21T04:29:48.129Z Running `/home/build/.rustup/toolchains/1.81.0-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=15423a80fda8453e -C extra-filename=-15423a80fda8453e --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-e353fc7eedd59b27.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8375288bd7fe62c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ca08b0b437bb8504.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832024-12-21T04:29:48.323Z Compiling num v0.4.3
36842024-12-21T04:29:48.325Z Running `/home/build/.rustup/toolchains/1.81.0-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=37e6e52c977aa548 -C extra-filename=-37e6e52c977aa548 --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-00dc10230bd38cfa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-642302e061a7927e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852024-12-21T04:29:48.437Z Compiling libsw v3.3.1
36862024-12-21T04:29:48.451Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=419a65fdbae0ba80 -C extra-filename=-419a65fdbae0ba80 --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-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872024-12-21T04:29:48.465Z Compiling password-hash v0.5.0
36882024-12-21T04:29:48.469Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=95f90713e07388c9 -C extra-filename=-95f90713e07388c9 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892024-12-21T04:29:48.660Z Compiling blake2 v0.10.6
36902024-12-21T04:29:48.667Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=50f7de26e0314ac6 -C extra-filename=-50f7de26e0314ac6 --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-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912024-12-21T04:29:48.777Z Compiling indent_write v2.2.0
36922024-12-21T04:29:48.780Z Running `/home/build/.rustup/toolchains/1.81.0-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=d115df43764c8065 -C extra-filename=-d115df43764c8065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932024-12-21T04:29:49.027Z Compiling linear-map v1.2.0
36942024-12-21T04:29:49.029Z Running `/home/build/.rustup/toolchains/1.81.0-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=004b24f70abe6b23 -C extra-filename=-004b24f70abe6b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952024-12-21T04:29:49.440Z Compiling argon2 v0.5.3
36962024-12-21T04:29:49.444Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=d8f7b1b51375db4b -C extra-filename=-d8f7b1b51375db4b --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-d4bf7869d4ee9385.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-50f7de26e0314ac6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-95f90713e07388c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972024-12-21T04:29:49.519Z Compiling pem v3.0.4
36982024-12-21T04:29:49.524Z Running `/home/build/.rustup/toolchains/1.81.0-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=de7ed3725d1ecbe1 -C extra-filename=-de7ed3725d1ecbe1 --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-e342ec737c4cbcc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992024-12-21T04:29:50.078Z Compiling highway v1.2.0
37002024-12-21T04:29:50.080Z Running `/home/build/.rustup/toolchains/1.81.0-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=5591bedad390d062 -C extra-filename=-5591bedad390d062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012024-12-21T04:29:50.363Z Compiling lzma-sys v0.1.20
37022024-12-21T04:29:50.392Z Compiling heck v0.3.3
37032024-12-21T04:29:50.403Z Running `/home/build/.rustup/toolchains/1.81.0-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=6295040ea28e98ef -C extra-filename=-6295040ea28e98ef --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042024-12-21T04:29:50.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b38adb89d41c5e3 -C extra-filename=-1b38adb89d41c5e3 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052024-12-21T04:29:50.420Z Compiling headers-core v0.3.0
37062024-12-21T04:29:50.420Z Running `/home/build/.rustup/toolchains/1.81.0-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=9dd25c146f955685 -C extra-filename=-9dd25c146f955685 --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-c81b8ef6ec5b321d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072024-12-21T04:29:50.585Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37082024-12-21T04:29:50.588Z Running `/home/build/.rustup/toolchains/1.81.0-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=0740cba08b844d02 -C extra-filename=-0740cba08b844d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092024-12-21T04:29:50.849Z Compiling humantime v2.1.0
37102024-12-21T04:29:50.852Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31c3ffab5224127a -C extra-filename=-31c3ffab5224127a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112024-12-21T04:29:50.889Z Compiling zone_cfg_derive v0.1.2
37122024-12-21T04:29:50.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=000ceaff6a1321eb -C extra-filename=-000ceaff6a1321eb --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-1b38adb89d41c5e3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-12-21T04:29:50.950Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build`
37142024-12-21T04:29:50.991Z Compiling headers v0.4.0
37152024-12-21T04:29:50.994Z Running `/home/build/.rustup/toolchains/1.81.0-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=f89dcc5e9387908a -C extra-filename=-f89dcc5e9387908a --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-6d27ec8383fdb856.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-9dd25c146f955685.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162024-12-21T04:29:51.277Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37172024-12-21T04:29:51.281Z Running `/home/build/.rustup/toolchains/1.81.0-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=64f1deac1542dd84 -C extra-filename=-64f1deac1542dd84 --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-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182024-12-21T04:29:51.327Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef/build-script-build`
37192024-12-21T04:29:51.356Z Running `/home/build/.rustup/toolchains/1.81.0-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=530de364c32c344b -C extra-filename=-530de364c32c344b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37202024-12-21T04:29:51.412Z Compiling yasna v0.5.2
37212024-12-21T04:29:51.414Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=2a5e1a4610284056 -C extra-filename=-2a5e1a4610284056 --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-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222024-12-21T04:29:51.548Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
37232024-12-21T04:29:51.551Z Running `/home/build/.rustup/toolchains/1.81.0-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=d5f9439d1a9d6cc8 -C extra-filename=-d5f9439d1a9d6cc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242024-12-21T04:29:51.717Z Compiling base64 v0.13.1
37252024-12-21T04:29:51.719Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a43efa0b709579bd -C extra-filename=-a43efa0b709579bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262024-12-21T04:29:52.040Z Dirty aws-lc-sys v0.22.0: the rustflags changed
37272024-12-21T04:29:52.041Z Compiling aws-lc-sys v0.22.0
37282024-12-21T04:29:52.043Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.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="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=842a507edc02880d -C extra-filename=-842a507edc02880d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-842a507edc02880d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c415dfacc37d7b0e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-4abb57eea5816ada.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-3e5c62976113e5f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-242258cbf285726b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292024-12-21T04:29:52.364Z Compiling ron v0.7.1
37302024-12-21T04:29:52.371Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=b044b2d0837649ab -C extra-filename=-b044b2d0837649ab --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-a43efa0b709579bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312024-12-21T04:29:52.392Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37322024-12-21T04:29:52.395Z Running `/home/build/.rustup/toolchains/1.81.0-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=d1795c10f9a570f2 -C extra-filename=-d1795c10f9a570f2 --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-64f1deac1542dd84.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332024-12-21T04:29:52.508Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build`
37342024-12-21T04:29:52.540Z Compiling rcgen v0.12.1
37352024-12-21T04:29:52.543Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=4509fe8783ecf5e7 -C extra-filename=-4509fe8783ecf5e7 --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-de7ed3725d1ecbe1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2a5e1a4610284056.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
37362024-12-21T04:29:52.659Z Compiling zone v0.1.8
37372024-12-21T04:29:52.662Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e33d8ab1a3fcf2f -C extra-filename=-3e33d8ab1a3fcf2f --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-000ceaff6a1321eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382024-12-21T04:29:53.055Z Compiling xz2 v0.1.7
37392024-12-21T04:29:53.058Z Running `/home/build/.rustup/toolchains/1.81.0-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=829fc4595960ee29 -C extra-filename=-829fc4595960ee29 --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-530de364c32c344b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37402024-12-21T04:29:53.204Z Running `/home/build/.rustup/toolchains/1.81.0-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=9d06fdc8d9567acb -C extra-filename=-9d06fdc8d9567acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-737469884fdede36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-fe1c16d8a38e646f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-bfd352f2e43f3ba6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37412024-12-21T04:29:53.276Z Compiling subprocess v0.2.9
37422024-12-21T04:29:53.278Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7b60d3e91176a92 -C extra-filename=-e7b60d3e91176a92 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432024-12-21T04:29:53.590Z Dirty semver v0.1.20: the rustflags changed
37442024-12-21T04:29:53.590Z Compiling semver v0.1.20
37452024-12-21T04:29:53.594Z Running `/home/build/.rustup/toolchains/1.81.0-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=ad501e15d7f1fa5f -C extra-filename=-ad501e15d7f1fa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462024-12-21T04:29:54.314Z Dirty rustc_version v0.1.7: the rustflags changed
37472024-12-21T04:29:54.314Z Compiling rustc_version v0.1.7
37482024-12-21T04:29:54.317Z Running `/home/build/.rustup/toolchains/1.81.0-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=5e1f2611955e262c -C extra-filename=-5e1f2611955e262c --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-ad501e15d7f1fa5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492024-12-21T04:29:54.412Z Compiling half v2.4.1
37502024-12-21T04:29:54.437Z Running `/home/build/.rustup/toolchains/1.81.0-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=b903e0a71c8a9e30 -C extra-filename=-b903e0a71c8a9e30 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512024-12-21T04:29:54.881Z Compiling ciborium-io v0.2.2
37522024-12-21T04:29:54.884Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=47dbf1aa7d6f1ddf -C extra-filename=-47dbf1aa7d6f1ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532024-12-21T04:29:54.884Z Dirty newtype_derive v0.1.6: the rustflags changed
37542024-12-21T04:29:54.884Z Compiling newtype_derive v0.1.6
37552024-12-21T04:29:54.899Z Running `/home/build/.rustup/toolchains/1.81.0-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=091dddfb3b11af99 -C extra-filename=-091dddfb3b11af99 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5e1f2611955e262c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562024-12-21T04:29:55.030Z Compiling ciborium-ll v0.2.2
37572024-12-21T04:29:55.033Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f57a3b1c0d1225df -C extra-filename=-f57a3b1c0d1225df --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-47dbf1aa7d6f1ddf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b903e0a71c8a9e30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582024-12-21T04:29:55.034Z Running `/home/build/.rustup/toolchains/1.81.0-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=ebc379566efd2a27 -C extra-filename=-ebc379566efd2a27 --out-dir /work/oxidecomputer/omicron/target/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`
37592024-12-21T04:29:55.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
37602024-12-21T04:29:55.205Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=9c523a98e95f4bc2 -C extra-filename=-9c523a98e95f4bc2 --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-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612024-12-21T04:29:55.280Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build`
37622024-12-21T04:29:55.341Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
37632024-12-21T04:29:55.345Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=a5650abef0d4265a -C extra-filename=-a5650abef0d4265a --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-e342ec737c4cbcc0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642024-12-21T04:29:55.368Z Compiling ciborium v0.2.2
37652024-12-21T04:29:55.371Z Running `/home/build/.rustup/toolchains/1.81.0-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=46f75afc187be87d -C extra-filename=-46f75afc187be87d --out-dir /work/oxidecomputer/omicron/target/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`
37662024-12-21T04:29:55.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e005f0e9c526801 -C extra-filename=-0e005f0e9c526801 --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-47dbf1aa7d6f1ddf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f57a3b1c0d1225df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672024-12-21T04:29:55.495Z Compiling steno v0.4.1
37682024-12-21T04:29:55.498Z Compiling display-error-chain v0.2.2
37692024-12-21T04:29:55.498Z Running `/home/build/.rustup/toolchains/1.81.0-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=6cfdf1971fd75a76 -C extra-filename=-6cfdf1971fd75a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702024-12-21T04:29:55.498Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c934ff84d13620ad -C extra-filename=-c934ff84d13620ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712024-12-21T04:29:55.739Z Compiling slog-dtrace v0.3.0
37722024-12-21T04:29:55.742Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db2a9b39b66bdf96 -C extra-filename=-db2a9b39b66bdf96 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732024-12-21T04:29:55.869Z Compiling gethostname v0.5.0
37742024-12-21T04:29:55.872Z Running `/home/build/.rustup/toolchains/1.81.0-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=609f1d2cdfe5bf4b -C extra-filename=-609f1d2cdfe5bf4b --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752024-12-21T04:29:56.097Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
37762024-12-21T04:29:56.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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())' -C metadata=a562bf79c1ee0e08 -C extra-filename=-a562bf79c1ee0e08 --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-a5650abef0d4265a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9c523a98e95f4bc2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772024-12-21T04:29:56.124Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build`
37782024-12-21T04:29:56.214Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=474387309f5414fb -C extra-filename=-474387309f5414fb --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-07ebaf0eb0f1113e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792024-12-21T04:29:56.611Z Compiling nibble_vec v0.1.0
37802024-12-21T04:29:56.613Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5edce832b955d918 -C extra-filename=-5edce832b955d918 --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812024-12-21T04:29:56.847Z Compiling endian-type v0.1.2
37822024-12-21T04:29:56.850Z Running `/home/build/.rustup/toolchains/1.81.0-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=374679e1acf60c7f -C extra-filename=-374679e1acf60c7f --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:29:56.875Z Compiling keccak v0.1.5
37842024-12-21T04:29:56.877Z Running `/home/build/.rustup/toolchains/1.81.0-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=c2f5654441477d17 -C extra-filename=-c2f5654441477d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852024-12-21T04:29:57.048Z Compiling constant_time_eq v0.3.1
37862024-12-21T04:29:57.051Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4d02674e81423f01 -C extra-filename=-4d02674e81423f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872024-12-21T04:29:57.117Z Compiling radix_trie v0.2.1
37882024-12-21T04:29:57.120Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9a0d1285c339c6d5 -C extra-filename=-9a0d1285c339c6d5 --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-374679e1acf60c7f.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5edce832b955d918.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892024-12-21T04:29:57.269Z Compiling sha3 v0.10.8
37902024-12-21T04:29:57.271Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=9a484ef53cddbb44 -C extra-filename=-9a484ef53cddbb44 --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-427828cb45815475.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c2f5654441477d17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912024-12-21T04:29:57.788Z Compiling arrayvec v0.7.6
37922024-12-21T04:29:57.790Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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("borsh", "default", "serde", "std", "zeroize"))' -C metadata=3ded41aaa9d9802f -C extra-filename=-3ded41aaa9d9802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932024-12-21T04:29:57.916Z Compiling arrayref v0.3.9
37942024-12-21T04:29:57.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b91986aeb4aaec13 -C extra-filename=-b91986aeb4aaec13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952024-12-21T04:29:57.991Z Compiling universal-hash v0.5.1
37962024-12-21T04:29:57.994Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f038c6a9f9d9b2ec -C extra-filename=-f038c6a9f9d9b2ec --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-7fdfedb38dd16271.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972024-12-21T04:29:58.051Z Compiling opaque-debug v0.3.1
37982024-12-21T04:29:58.054Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=336551ef1347f8fe -C extra-filename=-336551ef1347f8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992024-12-21T04:29:58.172Z Compiling secrecy v0.8.0
38002024-12-21T04:29:58.175Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=2e31e26ea63eb7ef -C extra-filename=-2e31e26ea63eb7ef --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-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012024-12-21T04:29:58.221Z Compiling ring v0.16.20
38022024-12-21T04:29:58.224Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --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=058ec4e11be265f4 -C extra-filename=-058ec4e11be265f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032024-12-21T04:29:58.252Z Compiling blake3 v1.5.4
38042024-12-21T04:29:58.256Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=e4e5b4fdbc78c63f -C extra-filename=-e4e5b4fdbc78c63f --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052024-12-21T04:29:58.403Z Compiling memmap2 v0.9.5
38062024-12-21T04:29:58.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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("stable_deref_trait"))' -C metadata=30296a06e6ae4d07 -C extra-filename=-30296a06e6ae4d07 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072024-12-21T04:29:58.458Z Compiling spin v0.5.2
38082024-12-21T04:29:58.461Z Running `/home/build/.rustup/toolchains/1.81.0-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=ffc11d4ba9e5659d -C extra-filename=-ffc11d4ba9e5659d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092024-12-21T04:29:58.722Z Compiling aead v0.5.2
38102024-12-21T04:29:58.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=ca8bfea2ccdd2eda -C extra-filename=-ca8bfea2ccdd2eda --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-7fdfedb38dd16271.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112024-12-21T04:29:58.910Z Compiling topological-sort v0.2.2
38122024-12-21T04:29:58.912Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080f99335bb4565d -C extra-filename=-080f99335bb4565d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132024-12-21T04:29:59.048Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f/build-script-build`
38142024-12-21T04:29:59.123Z Compiling poly1305 v0.8.0
38152024-12-21T04:29:59.123Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=5b169acf02c0449f -C extra-filename=-5b169acf02c0449f --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-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f038c6a9f9d9b2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162024-12-21T04:29:59.148Z Compiling chacha20 v0.9.1
38172024-12-21T04:29:59.148Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=c15d85ddff06e4a5 -C extra-filename=-c15d85ddff06e4a5 --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182024-12-21T04:29:59.485Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4/build-script-build`
38192024-12-21T04:29:59.623Z Compiling toolchain_find v0.4.0
38202024-12-21T04:29:59.626Z Running `/home/build/.rustup/toolchains/1.81.0-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=57ce78ce2a17ec67 -C extra-filename=-57ce78ce2a17ec67 --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-f4181d55d297293f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212024-12-21T04:29:59.683Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=39a768ac77827752 -C extra-filename=-39a768ac77827752 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-30296a06e6ae4d07.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/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 --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
38222024-12-21T04:30:00.370Z Compiling thiserror-impl-no-std v2.0.2
38232024-12-21T04:30:00.374Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=30c63a71d8c9bf02 -C extra-filename=-30c63a71d8c9bf02 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-12-21T04:30:00.909Z Compiling rustfmt-wrapper v0.2.1
38252024-12-21T04:30:00.912Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=429be2f0dbd86842 -C extra-filename=-429be2f0dbd86842 --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-1ac9fc4a930966d4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-57ce78ce2a17ec67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-12-21T04:30:00.986Z Compiling async-recursion v1.1.1
38272024-12-21T04:30:00.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=2980bee54355cce2 -C extra-filename=-2980bee54355cce2 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-12-21T04:30:01.212Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38292024-12-21T04:30:01.214Z Running `/home/build/.rustup/toolchains/1.81.0-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=ca2995da6a70227e -C extra-filename=-ca2995da6a70227e --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-12-21T04:30:01.542Z Compiling chacha20poly1305 v0.10.1
38312024-12-21T04:30:01.545Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=4ce480f5dad11f9e -C extra-filename=-4ce480f5dad11f9e --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-ca8bfea2ccdd2eda.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322024-12-21T04:30:01.584Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build`
38332024-12-21T04:30:01.625Z Running `/home/build/.rustup/toolchains/1.81.0-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=87de8c2baddad56e -C extra-filename=-87de8c2baddad56e --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.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/`
38342024-12-21T04:30:01.805Z Compiling fxhash v0.2.1
38352024-12-21T04:30:01.809Z Running `/home/build/.rustup/toolchains/1.81.0-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=048ebba6ba3012bd -C extra-filename=-048ebba6ba3012bd --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362024-12-21T04:30:02.046Z Compiling simd-adler32 v0.3.7
38372024-12-21T04:30:02.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=56420b8cf164d3b8 -C extra-filename=-56420b8cf164d3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382024-12-21T04:30:02.074Z Compiling zip v2.1.3
38392024-12-21T04:30:02.106Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=f45a45f4d5bf7a94 -C extra-filename=-f45a45f4d5bf7a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402024-12-21T04:30:02.225Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --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=cfa5ee9e4350061e -C extra-filename=-cfa5ee9e4350061e --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-4fac8a596e09fa80.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ffc11d4ba9e5659d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -l static=ring-core -l static=ring-test`
38412024-12-21T04:30:02.464Z Compiling lockfree-object-pool v0.1.6
38422024-12-21T04:30:02.479Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-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=8959df1db63b88d5 -C extra-filename=-8959df1db63b88d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432024-12-21T04:30:02.682Z Compiling bumpalo v3.16.0
38442024-12-21T04:30:02.685Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=597f73e87f72748d -C extra-filename=-597f73e87f72748d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452024-12-21T04:30:02.744Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build`
38462024-12-21T04:30:02.787Z Compiling termcolor v1.4.1
38472024-12-21T04:30:02.789Z Running `/home/build/.rustup/toolchains/1.81.0-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=4797ccd8a8baddc1 -C extra-filename=-4797ccd8a8baddc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482024-12-21T04:30:02.908Z Compiling radium v0.7.0
38492024-12-21T04:30:02.911Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa7c7e0fa637645c -C extra-filename=-fa7c7e0fa637645c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502024-12-21T04:30:03.271Z Compiling zopfli v0.8.1
38512024-12-21T04:30:03.273Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=8a273e04d4248100 -C extra-filename=-8a273e04d4248100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-597f73e87f72748d.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-8959df1db63b88d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-56420b8cf164d3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522024-12-21T04:30:03.531Z Compiling maplit v1.0.2
38532024-12-21T04:30:03.536Z Running `/home/build/.rustup/toolchains/1.81.0-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=ecfd5b0ec037d853 -C extra-filename=-ecfd5b0ec037d853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542024-12-21T04:30:03.576Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build`
38552024-12-21T04:30:03.620Z Compiling tap v1.0.1
38562024-12-21T04:30:03.623Z Running `/home/build/.rustup/toolchains/1.81.0-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=4c927e9e71c73919 -C extra-filename=-4c927e9e71c73919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572024-12-21T04:30:03.681Z Compiling maybe-uninit v2.0.0
38582024-12-21T04:30:03.684Z Running `/home/build/.rustup/toolchains/1.81.0-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=5c5063d6021ef8d5 -C extra-filename=-5c5063d6021ef8d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592024-12-21T04:30:03.762Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbeb60fed82686ae -C extra-filename=-dbeb60fed82686ae --out-dir /work/oxidecomputer/omicron/target/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`
38602024-12-21T04:30:03.818Z Compiling wyz v0.5.1
38612024-12-21T04:30:03.820Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9586e86629ff2435 -C extra-filename=-9586e86629ff2435 --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-4c927e9e71c73919.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622024-12-21T04:30:04.016Z Compiling thiserror-no-std v2.0.2
38632024-12-21T04:30:04.035Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4fda64549c812a09 -C extra-filename=-4fda64549c812a09 --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-30c63a71d8c9bf02.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642024-12-21T04:30:04.153Z Compiling vsss-rs v3.3.4
38652024-12-21T04:30:04.156Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=4d656c8b9c22cbf3 -C extra-filename=-4d656c8b9c22cbf3 --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-40b96768f529d1af.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-4fda64549c812a09.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662024-12-21T04:30:04.246Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=fd71938a1248c6f7 -C extra-filename=-fd71938a1248c6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-8a273e04d4248100.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-f7ea44e4a6d36c20/out/lib`
38672024-12-21T04:30:04.288Z Compiling const_format_proc_macros v0.2.33
38682024-12-21T04:30:04.322Z Running `/home/build/.rustup/toolchains/1.81.0-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=ed04de40b7be1d52 -C extra-filename=-ed04de40b7be1d52 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692024-12-21T04:30:04.339Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build`
38702024-12-21T04:30:04.409Z Compiling packed_struct v0.10.1
38712024-12-21T04:30:04.412Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --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=227703b346cb490f -C extra-filename=-227703b346cb490f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722024-12-21T04:30:04.986Z Compiling crc-catalog v2.4.0
38732024-12-21T04:30:05.008Z Compiling funty v2.0.0
38742024-12-21T04:30:05.011Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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=ab025c5202a84d5c -C extra-filename=-ab025c5202a84d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752024-12-21T04:30:05.011Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce667f001666d86f -C extra-filename=-ce667f001666d86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762024-12-21T04:30:05.071Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build`
38772024-12-21T04:30:05.117Z Running `/home/build/.rustup/toolchains/1.81.0-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=e32ac06e498fa999 -C extra-filename=-e32ac06e498fa999 --out-dir /work/oxidecomputer/omicron/target/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`
38782024-12-21T04:30:05.152Z Compiling crc v3.2.1
38792024-12-21T04:30:05.165Z Running `/home/build/.rustup/toolchains/1.81.0-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=fbcb9c8736247af6 -C extra-filename=-fbcb9c8736247af6 --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-ab025c5202a84d5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802024-12-21T04:30:05.234Z Compiling packed_struct_codegen v0.10.1
38812024-12-21T04:30:05.237Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1ac5259068253334 -C extra-filename=-1ac5259068253334 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822024-12-21T04:30:05.963Z Compiling indexmap v1.9.3
38832024-12-21T04:30:05.966Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --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=0076c5f389578092 -C extra-filename=-0076c5f389578092 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842024-12-21T04:30:05.991Z Compiling nodrop v0.1.14
38852024-12-21T04:30:05.994Z Running `/home/build/.rustup/toolchains/1.81.0-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=071933959effb27c -C extra-filename=-071933959effb27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862024-12-21T04:30:06.145Z Compiling bitvec v1.0.1
38872024-12-21T04:30:06.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=9361801a98241083 -C extra-filename=-9361801a98241083 --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-ce667f001666d86f.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-dbeb60fed82686ae.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4c927e9e71c73919.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9586e86629ff2435.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882024-12-21T04:30:06.182Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-842a507edc02880d/build-script-main`
38892024-12-21T04:30:06.251Z Compiling array-init v0.0.4
38902024-12-21T04:30:06.253Z Running `/home/build/.rustup/toolchains/1.81.0-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=a275773c7f7a2120 -C extra-filename=-a275773c7f7a2120 --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-071933959effb27c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912024-12-21T04:30:06.394Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build`
38922024-12-21T04:30:06.397Z Compiling smallvec v0.6.14
38932024-12-21T04:30:06.430Z Running `/home/build/.rustup/toolchains/1.81.0-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=95962537221bffe4 -C extra-filename=-95962537221bffe4 --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-e32ac06e498fa999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942024-12-21T04:30:06.611Z Compiling const_format v0.2.33
38952024-12-21T04:30:06.611Z Running `/home/build/.rustup/toolchains/1.81.0-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=73f4a98753eb625a -C extra-filename=-73f4a98753eb625a --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-ed04de40b7be1d52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962024-12-21T04:30:06.902Z Compiling vte_generate_state_changes v0.1.2
38972024-12-21T04:30:06.904Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.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=bf908aa38f976290 -C extra-filename=-bf908aa38f976290 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982024-12-21T04:30:06.944Z Compiling bitfield v0.14.0
38992024-12-21T04:30:06.947Z Running `/home/build/.rustup/toolchains/1.81.0-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=e0f86572c8bfcbd0 -C extra-filename=-e0f86572c8bfcbd0 --out-dir /work/oxidecomputer/omicron/target/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-12-21T04:30:07.271Z Compiling hashbrown v0.12.3
39012024-12-21T04:30:07.273Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --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=dd90245a70577fbf -C extra-filename=-dd90245a70577fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022024-12-21T04:30:07.428Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39032024-12-21T04:30:07.431Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3bcfaf1429f5b431 -C extra-filename=-3bcfaf1429f5b431 --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042024-12-21T04:30:07.520Z Compiling serde-hex v0.1.0
39052024-12-21T04:30:07.523Z Running `/home/build/.rustup/toolchains/1.81.0-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=d08f2ee553cc2840 -C extra-filename=-d08f2ee553cc2840 --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-a275773c7f7a2120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-95962537221bffe4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062024-12-21T04:30:07.700Z Compiling vte v0.11.1
39072024-12-21T04:30:07.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=577069a88ffd6d8e -C extra-filename=-577069a88ffd6d8e --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-6f3e25e7cc201eae.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-bf908aa38f976290.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082024-12-21T04:30:07.781Z Compiling env_logger v0.10.2
39092024-12-21T04:30:07.781Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-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=44fd74ce17390a5c -C extra-filename=-44fd74ce17390a5c --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-df36d71ac9df22f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102024-12-21T04:30:08.454Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --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=2ce4db2c526c9701 -C extra-filename=-2ce4db2c526c9701 --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-dd90245a70577fbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39112024-12-21T04:30:08.532Z Compiling ron v0.8.1
39122024-12-21T04:30:08.536Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=83d933d148126cbb -C extra-filename=-83d933d148126cbb --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-6d27ec8383fdb856.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132024-12-21T04:30:08.992Z Compiling hashbrown v0.13.2
39142024-12-21T04:30:08.995Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --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=78fd7b7851eaac03 -C extra-filename=-78fd7b7851eaac03 --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-8be98ef023620e24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152024-12-21T04:30:09.115Z Compiling fd-lock v4.0.2
39162024-12-21T04:30:09.130Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b50e4e9514f60862 -C extra-filename=-b50e4e9514f60862 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172024-12-21T04:30:09.272Z Compiling kstat-rs v0.2.4
39182024-12-21T04:30:09.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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=feeba4eda123e0da -C extra-filename=-feeba4eda123e0da --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-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192024-12-21T04:30:09.338Z Compiling crc-any v2.5.0
39202024-12-21T04:30:09.341Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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=962b55160f0ef6f5 -C extra-filename=-962b55160f0ef6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212024-12-21T04:30:09.364Z Compiling strip-ansi-escapes v0.2.0
39222024-12-21T04:30:09.367Z Running `/home/build/.rustup/toolchains/1.81.0-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=d2a8027596587adb -C extra-filename=-d2a8027596587adb --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-577069a88ffd6d8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232024-12-21T04:30:09.809Z Compiling path-slash v0.1.5
39242024-12-21T04:30:09.813Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05d31220557fc09a -C extra-filename=-05d31220557fc09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252024-12-21T04:30:09.908Z Compiling libefi-sys v0.1.0
39262024-12-21T04:30:09.951Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4fe92f8ec81414b -C extra-filename=-d4fe92f8ec81414b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272024-12-21T04:30:09.961Z Compiling nu-ansi-term v0.50.1
39282024-12-21T04:30:09.964Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=6849588ccad9c8e6 -C extra-filename=-6849588ccad9c8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292024-12-21T04:30:10.060Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --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=1dfdcc2b89093aa2 -C extra-filename=-1dfdcc2b89093aa2 --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-9361801a98241083.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-1ac5259068253334.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302024-12-21T04:30:10.122Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39312024-12-21T04:30:10.124Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92b057c800962002 -C extra-filename=-92b057c800962002 --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-83d933d148126cbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3bcfaf1429f5b431.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322024-12-21T04:30:10.272Z Compiling object v0.30.4
39332024-12-21T04:30:10.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --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=27f648ab388456f9 -C extra-filename=-27f648ab388456f9 --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-149352a4a9602637.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-78fd7b7851eaac03.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2ce4db2c526c9701.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342024-12-21T04:30:10.299Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build`
39352024-12-21T04:30:10.340Z Compiling phf_generator v0.11.2
39362024-12-21T04:30:10.343Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=6ba9bf2ccf62123c -C extra-filename=-6ba9bf2ccf62123c --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-a7eca61a1c7ae2ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372024-12-21T04:30:10.553Z Compiling reedline v0.35.0
39382024-12-21T04:30:10.556Z Running `/home/build/.rustup/toolchains/1.81.0-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=edb5cf1a41b00efb -C extra-filename=-edb5cf1a41b00efb --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-07ebaf0eb0f1113e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50e4e9514f60862.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-6849588ccad9c8e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d2a8027596587adb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3751fa837c25ddbf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392024-12-21T04:30:10.745Z Compiling bitfield-struct v0.6.2
39402024-12-21T04:30:10.748Z Running `/home/build/.rustup/toolchains/1.81.0-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.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=42b8bb0774936705 -C extra-filename=-42b8bb0774936705 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412024-12-21T04:30:10.884Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39422024-12-21T04:30:10.894Z Running `/home/build/.rustup/toolchains/1.81.0-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=9595ee4ddf327f14 -C extra-filename=-9595ee4ddf327f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432024-12-21T04:30:11.279Z Compiling parking_lot_core v0.8.6
39442024-12-21T04:30:11.282Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ef92fdba32481ddb -C extra-filename=-ef92fdba32481ddb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452024-12-21T04:30:11.357Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14/build-script-build`
39462024-12-21T04:30:11.488Z Compiling phf_codegen v0.11.2
39472024-12-21T04:30:11.491Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a8e6181d7f3210d -C extra-filename=-7a8e6181d7f3210d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-6ba9bf2ccf62123c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482024-12-21T04:30:11.711Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=058db1c7bc49c03f -C extra-filename=-058db1c7bc49c03f --out-dir /work/oxidecomputer/omicron/target/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`
39492024-12-21T04:30:11.913Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build`
39502024-12-21T04:30:11.917Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39512024-12-21T04:30:11.917Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0362761841df1824 -C extra-filename=-0362761841df1824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522024-12-21T04:30:12.159Z Compiling parse-zoneinfo v0.3.1
39532024-12-21T04:30:12.163Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-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=a07e9f4fb4226542 -C extra-filename=-a07e9f4fb4226542 --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-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542024-12-21T04:30:12.459Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39552024-12-21T04:30:12.462Z Running `/home/build/.rustup/toolchains/1.81.0-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=34fed2d1a9e85dd7 -C extra-filename=-34fed2d1a9e85dd7 --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-42b8bb0774936705.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562024-12-21T04:30:12.494Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39572024-12-21T04:30:12.535Z Running `/home/build/.rustup/toolchains/1.81.0-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=b027d8ff7ea97694 -C extra-filename=-b027d8ff7ea97694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582024-12-21T04:30:12.640Z Dirty bytecount v0.6.8: the rustflags changed
39592024-12-21T04:30:12.640Z Compiling bytecount v0.6.8
39602024-12-21T04:30:12.643Z Running `/home/build/.rustup/toolchains/1.81.0-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=b354c3cdf7fcee8b -C extra-filename=-b354c3cdf7fcee8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612024-12-21T04:30:12.687Z Compiling cfg_aliases v0.1.1
39622024-12-21T04:30:12.721Z Running `/home/build/.rustup/toolchains/1.81.0-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=cbe8164c9e97305a -C extra-filename=-cbe8164c9e97305a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632024-12-21T04:30:12.856Z Compiling nix v0.28.0
39642024-12-21T04:30:12.858Z Running `/home/build/.rustup/toolchains/1.81.0-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=56ba871f93d00d84 -C extra-filename=-56ba871f93d00d84 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-cbe8164c9e97305a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652024-12-21T04:30:12.935Z Compiling chrono-tz-build v0.4.0
39662024-12-21T04:30:12.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-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("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=f80f353be3b6d0c2 -C extra-filename=-f80f353be3b6d0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-a07e9f4fb4226542.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-7a8e6181d7f3210d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672024-12-21T04:30:13.083Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18/build-script-build`
39682024-12-21T04:30:13.131Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=cb4ac54efed4cdb8 -C extra-filename=-cb4ac54efed4cdb8 --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-29117e4ff36dab03.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
39692024-12-21T04:30:13.305Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80/build-script-build`
39702024-12-21T04:30:13.348Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39712024-12-21T04:30:13.351Z Running `/home/build/.rustup/toolchains/1.81.0-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=ded86b8899a0069a -C extra-filename=-ded86b8899a0069a --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-34fed2d1a9e85dd7.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-b027d8ff7ea97694.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722024-12-21T04:30:13.763Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39732024-12-21T04:30:13.766Z Running `/home/build/.rustup/toolchains/1.81.0-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=ff0f0a5e20255fc0 -C extra-filename=-ff0f0a5e20255fc0 --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-e0f86572c8bfcbd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1dfdcc2b89093aa2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742024-12-21T04:30:14.283Z Dirty papergrid v0.11.0: the rustflags changed
39752024-12-21T04:30:14.284Z Compiling papergrid v0.11.0
39762024-12-21T04:30:14.319Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=4664678ab6d4281d -C extra-filename=-4664678ab6d4281d --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-b354c3cdf7fcee8b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772024-12-21T04:30:14.341Z Running `/home/build/.rustup/toolchains/1.81.0-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=c0044532645628f7 -C extra-filename=-c0044532645628f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -l static=pci`
39782024-12-21T04:30:14.391Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39792024-12-21T04:30:14.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a815423ad073e0bc -C extra-filename=-a815423ad073e0bc --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-29117e4ff36dab03.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-058db1c7bc49c03f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802024-12-21T04:30:14.576Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2bc2f9aba3e87a66 -C extra-filename=-2bc2f9aba3e87a66 --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-83c04ded702a2c6e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812024-12-21T04:30:14.809Z Compiling tabled_derive v0.7.0
39822024-12-21T04:30:14.832Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=788666761ee30e1b -C extra-filename=-788666761ee30e1b --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832024-12-21T04:30:14.866Z Compiling chrono-tz v0.10.0
39842024-12-21T04:30:14.874Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=73a2dfd92c43246f -C extra-filename=-73a2dfd92c43246f --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-f80f353be3b6d0c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852024-12-21T04:30:15.224Z Compiling parking_lot v0.11.2
39862024-12-21T04:30:15.227Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --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=433037128dfcb871 -C extra-filename=-433037128dfcb871 --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-39bb737618c263a4.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2bc2f9aba3e87a66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872024-12-21T04:30:15.804Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build`
39882024-12-21T04:30:15.844Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
39892024-12-21T04:30:15.848Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88fe053d78e80848 -C extra-filename=-88fe053d78e80848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902024-12-21T04:30:16.190Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=bde352daa1e0ab9b -C extra-filename=-bde352daa1e0ab9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-cb4ac54efed4cdb8.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-8aee8da451d01836.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
39912024-12-21T04:30:16.425Z Running `/home/build/.rustup/toolchains/1.81.0-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=1432d847aa79fe72 -C extra-filename=-1432d847aa79fe72 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39922024-12-21T04:30:17.911Z Compiling tabled v0.15.0
39932024-12-21T04:30:17.920Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=6219b1d809618323 -C extra-filename=-6219b1d809618323 --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-4664678ab6d4281d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-788666761ee30e1b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942024-12-21T04:30:18.375Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f/build-script-build`
39952024-12-21T04:30:18.856Z Dirty rustls-webpki v0.102.8: the rustflags changed
39962024-12-21T04:30:18.856Z Compiling rustls-webpki v0.102.8
39972024-12-21T04:30:18.859Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=ee2543f252a7a624 -C extra-filename=-ee2543f252a7a624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39982024-12-21T04:30:19.475Z Compiling sled v0.34.7
39992024-12-21T04:30:19.478Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --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=f7af14b37d81d494 -C extra-filename=-f7af14b37d81d494 --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-149352a4a9602637.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-433037128dfcb871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002024-12-21T04:30:19.503Z Compiling hickory-client v0.24.1
40012024-12-21T04:30:19.506Z Running `/home/build/.rustup/toolchains/1.81.0-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=a7320aaa228a0140 -C extra-filename=-a7320aaa228a0140 --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-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022024-12-21T04:30:19.569Z Compiling peg-macros v0.8.4
40032024-12-21T04:30:19.572Z Running `/home/build/.rustup/toolchains/1.81.0-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=7650fe4433e6c467 -C extra-filename=-7650fe4433e6c467 --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-fb8d126bde10d148.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042024-12-21T04:30:19.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --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", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=bff85ed656382a51 -C extra-filename=-bff85ed656382a51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ee2543f252a7a624.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40052024-12-21T04:30:20.654Z Running `/home/build/.rustup/toolchains/1.81.0-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=68c23ea1bdf55493 -C extra-filename=-68c23ea1bdf55493 --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ee2543f252a7a624.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
40062024-12-21T04:30:21.112Z Compiling hickory-server v0.24.1
40072024-12-21T04:30:21.115Z Running `/home/build/.rustup/toolchains/1.81.0-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=d7adee538d9ceea2 -C extra-filename=-d7adee538d9ceea2 --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-49589da9b84e9811.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a5e203bd0dbe6a3d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082024-12-21T04:30:21.202Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40092024-12-21T04:30:21.205Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fa75c73d4ee5609f -C extra-filename=-fa75c73d4ee5609f --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102024-12-21T04:30:22.540Z Compiling sqlparser_derive v0.2.2
40112024-12-21T04:30:22.543Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e66e95a542a7ec5 -C extra-filename=-1e66e95a542a7ec5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122024-12-21T04:30:23.712Z Compiling unicode_categories v0.1.1
40132024-12-21T04:30:23.719Z Running `/home/build/.rustup/toolchains/1.81.0-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=553efbb5dd4155a7 -C extra-filename=-553efbb5dd4155a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142024-12-21T04:30:23.931Z Compiling sqlparser v0.45.0
40152024-12-21T04:30:23.933Z Running `/home/build/.rustup/toolchains/1.81.0-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=4f1c7ceb7c7fc136 -C extra-filename=-4f1c7ceb7c7fc136 --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-a2c99244b373d360.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1e66e95a542a7ec5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162024-12-21T04:30:24.055Z Compiling sqlformat v0.2.6
40172024-12-21T04:30:24.058Z Running `/home/build/.rustup/toolchains/1.81.0-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=12ed97d8f2ec15f5 -C extra-filename=-12ed97d8f2ec15f5 --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-1096e8633209e52a.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-553efbb5dd4155a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182024-12-21T04:30:25.037Z Compiling peg v0.8.4
40192024-12-21T04:30:25.040Z Running `/home/build/.rustup/toolchains/1.81.0-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=6aa2b9c4abd361da -C extra-filename=-6aa2b9c4abd361da --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-7650fe4433e6c467.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202024-12-21T04:30:25.178Z Dirty tokio-rustls v0.25.0: the rustflags changed
40212024-12-21T04:30:25.178Z Compiling tokio-rustls v0.25.0
40222024-12-21T04:30:25.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=fbcb4f04377170d5 -C extra-filename=-fbcb4f04377170d5 --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-68c23ea1bdf55493.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
40232024-12-21T04:30:25.651Z Running `/home/build/.rustup/toolchains/1.81.0-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=ebe34123820a0b31 -C extra-filename=-ebe34123820a0b31 --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-ffc19433b71c4fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-115f007eac6ea1bd.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f39b2840880e668a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a7883630888ed649.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fbcb4f04377170d5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
40242024-12-21T04:30:26.112Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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=c80f7612f3fd422a -C extra-filename=-c80f7612f3fd422a --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-ffc19433b71c4fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-4c25b93286d55026.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f39b2840880e668a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a7883630888ed649.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fbcb4f04377170d5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
40252024-12-21T04:30:30.653Z Dirty tokio-rustls v0.26.0: the rustflags changed
40262024-12-21T04:30:30.653Z Compiling tokio-rustls v0.26.0
40272024-12-21T04:30:30.662Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.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=5dc7e7206dbf4575 -C extra-filename=-5dc7e7206dbf4575 --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-bff85ed656382a51.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
40282024-12-21T04:30:30.834Z Dirty qorb v0.2.1: the rustflags changed
40292024-12-21T04:30:30.835Z Compiling qorb v0.2.1
40302024-12-21T04:30:30.839Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=3573747ee99b5891 -C extra-filename=-3573747ee99b5891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-417809e2b0bc687a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
40312024-12-21T04:30:31.134Z Dirty hyper-rustls v0.27.3: the rustflags changed
40322024-12-21T04:30:31.134Z Compiling hyper-rustls v0.27.3
40332024-12-21T04:30:31.139Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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=16f9cbad3ef820a8 -C extra-filename=-16f9cbad3ef820a8 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-a678b63728af3191.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
40342024-12-21T04:30:31.353Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40352024-12-21T04:30:31.360Z Running `/home/build/.rustup/toolchains/1.81.0-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=4c334e1ea7f02960 -C extra-filename=-4c334e1ea7f02960 --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-42c8c764cb4293aa.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-962b55160f0ef6f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-44fd74ce17390a5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ff0f0a5e20255fc0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1dfdcc2b89093aa2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d08f2ee553cc2840.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362024-12-21T04:30:31.669Z Dirty reqwest v0.12.9: the rustflags changed
40372024-12-21T04:30:31.669Z Compiling reqwest v0.12.9
40382024-12-21T04:30:31.694Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --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="rustls-tls-webpki-roots-no-provider"' --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-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=d940edb5af9e280d -C extra-filename=-d940edb5af9e280d --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-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-8a20f21255879c1a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-47e45e7493c59280.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-16f9cbad3ef820a8.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-f66c08fe45c70e11.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-23257b893c7d21d5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a463a25eb929f3db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6b0db8faf1ff4710.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-a678b63728af3191.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40392024-12-21T04:30:31.814Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f/build-script-build`
40402024-12-21T04:30:31.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=8aac0bf43b5ce6a4 -C extra-filename=-8aac0bf43b5ce6a4 --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-07ebaf0eb0f1113e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412024-12-21T04:30:35.554Z Compiling progenitor-client v0.8.0
40422024-12-21T04:30:35.558Z Running `/home/build/.rustup/toolchains/1.81.0-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=17e9a135cecb613a -C extra-filename=-17e9a135cecb613a --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-0b025ae11b25f088.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40432024-12-21T04:30:36.127Z Compiling progenitor v0.8.0
40442024-12-21T04:30:36.132Z Running `/home/build/.rustup/toolchains/1.81.0-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=0c5dc5eecff38382 -C extra-filename=-0c5dc5eecff38382 --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-17e9a135cecb613a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8375288bd7fe62c8.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-15423a80fda8453e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40452024-12-21T04:30:36.344Z Compiling omicron-zone-package v0.11.1
40462024-12-21T04:30:36.347Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d4807c033ee8bf1 -C extra-filename=-9d4807c033ee8bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-39a768ac77827752.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cfa5ee9e4350061e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-080f99335bb4565d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out`
40472024-12-21T04:30:36.423Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40482024-12-21T04:30:36.426Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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=cf1bb79128d7bf12 -C extra-filename=-cf1bb79128d7bf12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40492024-12-21T04:30:36.532Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40502024-12-21T04:30:36.536Z Running `/home/build/.rustup/toolchains/1.81.0-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=344d17652f67cd18 -C extra-filename=-344d17652f67cd18 --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-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40512024-12-21T04:30:37.819Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
40522024-12-21T04:30:37.845Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1101eeccaccebc6 -C extra-filename=-e1101eeccaccebc6 --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-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5650abef0d4265a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40532024-12-21T04:30:43.210Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
40542024-12-21T04:30:43.213Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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=18dd160226af079b -C extra-filename=-18dd160226af079b --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-9d06fdc8d9567acb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-344d17652f67cd18.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d1795c10f9a570f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b044b2d0837649ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-829fc4595960ee29.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e33d8ab1a3fcf2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40552024-12-21T04:30:43.887Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40562024-12-21T04:30:43.890Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/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=64e88ed7c372727e -C extra-filename=-64e88ed7c372727e --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-3f5934bdadfdef5e.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ff0f0a5e20255fc0.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4c334e1ea7f02960.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-27f648ab388456f9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-05d31220557fc09a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3bcfaf1429f5b431.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-92b057c800962002.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.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-f7ea44e4a6d36c20/out/lib`
40572024-12-21T04:30:43.955Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40582024-12-21T04:30:43.957Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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=e2df5d4f12ff2844 -C extra-filename=-e2df5d4f12ff2844 --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-a1bcfc7107867e4f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40592024-12-21T04:30:44.247Z Compiling rustyline v14.0.0
40602024-12-21T04:30:44.251Z Running `/home/build/.rustup/toolchains/1.81.0-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=b153e20ad78017e8 -C extra-filename=-b153e20ad78017e8 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50e4e9514f60862.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-1432d847aa79fe72.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612024-12-21T04:30:44.606Z Compiling bcs v0.1.6
40622024-12-21T04:30:44.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d12763e78b11342 -C extra-filename=-5d12763e78b11342 --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-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632024-12-21T04:30:45.174Z Compiling buf-list v1.0.3
40642024-12-21T04:30:45.177Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=8ae8b59bc6d5a009 -C extra-filename=-8ae8b59bc6d5a009 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652024-12-21T04:30:45.377Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40662024-12-21T04:30:45.380Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=f6ceedf00bde94ec -C extra-filename=-f6ceedf00bde94ec --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f6ceedf00bde94ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-43f1bdbaeea6afe9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-16f9cbad3ef820a8.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47aac07021228be9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ee2543f252a7a624.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40672024-12-21T04:30:45.406Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40682024-12-21T04:30:45.412Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ca259cf3e918137 -C extra-filename=-7ca259cf3e918137 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-7ca259cf3e918137 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9d4807c033ee8bf1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-429be2f0dbd86842.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out`
40692024-12-21T04:30:45.545Z Compiling diff v0.1.13
40702024-12-21T04:30:45.549Z Running `/home/build/.rustup/toolchains/1.81.0-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=b2853c6e837e3376 -C extra-filename=-b2853c6e837e3376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712024-12-21T04:30:45.743Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f6ceedf00bde94ec/build-script-build`
40722024-12-21T04:30:45.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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=91edeb29dad9c73e -C extra-filename=-91edeb29dad9c73e --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-8be98ef023620e24.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-43f1bdbaeea6afe9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-16f9cbad3ef820a8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47aac07021228be9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ee2543f252a7a624.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40732024-12-21T04:30:45.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40742024-12-21T04:30:45.931Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70656badc2638377 -C extra-filename=-70656badc2638377 --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-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40752024-12-21T04:30:45.954Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40762024-12-21T04:30:45.986Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5192f2496dfe200 -C extra-filename=-b5192f2496dfe200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40772024-12-21T04:30:46.288Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40782024-12-21T04:30:46.292Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d4f81e687b08afb -C extra-filename=-5d4f81e687b08afb --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-91edeb29dad9c73e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40792024-12-21T04:30:46.643Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40802024-12-21T04:30:46.646Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11857b50330a5703 -C extra-filename=-11857b50330a5703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-419a65fdbae0ba80.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40812024-12-21T04:30:46.903Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40822024-12-21T04:30:46.905Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2aa940d13dd5bdd9 -C extra-filename=-2aa940d13dd5bdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40832024-12-21T04:30:47.129Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40842024-12-21T04:30:47.183Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2713a6dd9a71d0fb -C extra-filename=-2713a6dd9a71d0fb --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-d8f7b1b51375db4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40852024-12-21T04:30:47.605Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40862024-12-21T04:30:47.608Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2418890234c903f7 -C extra-filename=-2418890234c903f7 --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-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40872024-12-21T04:30:48.560Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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=891b4dac7d7581a0 -C extra-filename=-891b4dac7d7581a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40882024-12-21T04:30:48.855Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40892024-12-21T04:30:48.857Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=276569d546f509cd -C extra-filename=-276569d546f509cd --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-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40902024-12-21T04:30:50.144Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40912024-12-21T04:30:50.180Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=307704d18d8f849d -C extra-filename=-307704d18d8f849d --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-307704d18d8f849d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40922024-12-21T04:30:50.253Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build`
40932024-12-21T04:30:50.337Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=bc0cd28a2be32916 -C extra-filename=-bc0cd28a2be32916 --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-0b025ae11b25f088.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40942024-12-21T04:30:50.535Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-307704d18d8f849d/build-script-build`
40952024-12-21T04:30:50.577Z Compiling primeorder v0.13.6
40962024-12-21T04:30:50.580Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=fa14cadbd56c7449 -C extra-filename=-fa14cadbd56c7449 --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-5ba1eb541a4215fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972024-12-21T04:30:50.878Z Compiling nanorand v0.7.0
40982024-12-21T04:30:50.880Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1aa4ec19552d5ee1 -C extra-filename=-1aa4ec19552d5ee1 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992024-12-21T04:30:50.977Z Compiling unicase v2.7.0
41002024-12-21T04:30:50.979Z Running `/home/build/.rustup/toolchains/1.81.0-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=6997f29a04d7b9f4 -C extra-filename=-6997f29a04d7b9f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012024-12-21T04:30:51.156Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41022024-12-21T04:30:51.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc42f7b34d119878 -C extra-filename=-fc42f7b34d119878 --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-91edeb29dad9c73e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41032024-12-21T04:30:51.368Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4/build-script-build`
41042024-12-21T04:30:51.400Z Compiling flume v0.11.1
41052024-12-21T04:30:51.400Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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 --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=04244dd35b0a8098 -C extra-filename=-04244dd35b0a8098 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-1aa4ec19552d5ee1.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062024-12-21T04:30:51.482Z Compiling dsl_auto_type v0.1.2
41072024-12-21T04:30:51.485Z Running `/home/build/.rustup/toolchains/1.81.0-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=ed5cf86ee03dd864 -C extra-filename=-ed5cf86ee03dd864 --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-60b09a0d33435f29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082024-12-21T04:30:51.599Z Compiling diesel_table_macro_syntax v0.2.0
41092024-12-21T04:30:51.602Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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=bd1297dd245e2e9d -C extra-filename=-bd1297dd245e2e9d --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-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102024-12-21T04:30:52.114Z Compiling scheduled-thread-pool v0.2.7
41112024-12-21T04:30:52.121Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=915f98914af04630 -C extra-filename=-915f98914af04630 --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-f79c6fd34a7abec0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122024-12-21T04:30:52.201Z Compiling atty v0.2.14
41132024-12-21T04:30:52.204Z Running `/home/build/.rustup/toolchains/1.81.0-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=08f0a4890d2d32c1 -C extra-filename=-08f0a4890d2d32c1 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142024-12-21T04:30:52.369Z Compiling salty v0.3.0
41152024-12-21T04:30:52.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.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=92157ce87e1bde05 -C extra-filename=-92157ce87e1bde05 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162024-12-21T04:30:52.793Z Compiling crunchy v0.2.2
41172024-12-21T04:30:52.796Z Running `/home/build/.rustup/toolchains/1.81.0-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=8f6c9389ffe349d9 -C extra-filename=-8f6c9389ffe349d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182024-12-21T04:30:52.916Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build`
41192024-12-21T04:30:52.959Z Compiling r2d2 v0.8.10
41202024-12-21T04:30:52.962Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7edda6ab9f860d36 -C extra-filename=-7edda6ab9f860d36 --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-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-915f98914af04630.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212024-12-21T04:30:53.319Z Compiling diesel_derives v2.2.3
41222024-12-21T04:30:53.323Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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="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=eb885f0db5bf4ad8 -C extra-filename=-eb885f0db5bf4ad8 --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-bd1297dd245e2e9d.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-ed5cf86ee03dd864.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232024-12-21T04:30:53.395Z Running `/home/build/.rustup/toolchains/1.81.0-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=06997af0858a3dab -C extra-filename=-06997af0858a3dab --out-dir /work/oxidecomputer/omicron/target/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`
41242024-12-21T04:30:53.432Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build`
41252024-12-21T04:30:53.476Z Compiling p384 v0.13.0
41262024-12-21T04:30:53.478Z Running `/home/build/.rustup/toolchains/1.81.0-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=5ab22f18207535cc -C extra-filename=-5ab22f18207535cc --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-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272024-12-21T04:30:53.828Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
41282024-12-21T04:30:53.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=002fd011a21a1fe0 -C extra-filename=-002fd011a21a1fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
41292024-12-21T04:30:54.902Z Compiling tiny-keccak v2.0.2
41302024-12-21T04:30:54.905Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=8239f31239efd9bb -C extra-filename=-8239f31239efd9bb --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312024-12-21T04:30:55.193Z Compiling mime_guess v2.0.5
41322024-12-21T04:30:55.196Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=d3e5b235be8844c8 -C extra-filename=-d3e5b235be8844c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332024-12-21T04:30:55.270Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build`
41342024-12-21T04:30:55.313Z Running `/home/build/.rustup/toolchains/1.81.0-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=08377dea7592bdae -C extra-filename=-08377dea7592bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352024-12-21T04:30:55.445Z Running `/home/build/.rustup/toolchains/1.81.0-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=7e8db0337d9cd7b9 -C extra-filename=-7e8db0337d9cd7b9 --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-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41362024-12-21T04:30:55.652Z Compiling env_filter v0.1.2
41372024-12-21T04:30:55.654Z Running `/home/build/.rustup/toolchains/1.81.0-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=2c6c9de30d5104c9 -C extra-filename=-2c6c9de30d5104c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382024-12-21T04:30:56.461Z Compiling http-range v0.1.5
41392024-12-21T04:30:56.464Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9577e09fcb7988fd -C extra-filename=-9577e09fcb7988fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402024-12-21T04:30:56.521Z Compiling ref-cast v1.0.23
41412024-12-21T04:30:56.524Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=76c15b278343ec3e -C extra-filename=-76c15b278343ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422024-12-21T04:30:56.549Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41432024-12-21T04:30:56.549Z Running `/home/build/.rustup/toolchains/1.81.0-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=aaaaeaf3fecac8c5 -C extra-filename=-aaaaeaf3fecac8c5 --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-4686656331214bbd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-7e8db0337d9cd7b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442024-12-21T04:30:56.598Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8/build-script-build`
41452024-12-21T04:30:56.651Z Compiling env_logger v0.11.5
41462024-12-21T04:30:56.654Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.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=8618d11d466d6b7d -C extra-filename=-8618d11d466d6b7d --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-2c6c9de30d5104c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472024-12-21T04:30:56.852Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=277dae58bb180094 -C extra-filename=-277dae58bb180094 --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-08377dea7592bdae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482024-12-21T04:30:57.160Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build`
41492024-12-21T04:30:57.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502024-12-21T04:30:57.251Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef749227e1299cea -C extra-filename=-ef749227e1299cea --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-ef749227e1299cea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41512024-12-21T04:30:57.412Z Compiling ascii-canvas v3.0.0
41522024-12-21T04:30:57.414Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e63688383914019e -C extra-filename=-e63688383914019e --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-ce7f22be8feb1ed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532024-12-21T04:30:57.552Z Compiling ref-cast-impl v1.0.23
41542024-12-21T04:30:57.554Z Compiling ena v0.14.3
41552024-12-21T04:30:57.554Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.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=a36c67f837cd446a -C extra-filename=-a36c67f837cd446a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562024-12-21T04:30:57.555Z Running `/home/build/.rustup/toolchains/1.81.0-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=22b834fff0de8b09 -C extra-filename=-22b834fff0de8b09 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572024-12-21T04:30:57.611Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
41582024-12-21T04:30:57.611Z Running `/home/build/.rustup/toolchains/1.81.0-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=919d751a444398bf -C extra-filename=-919d751a444398bf --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592024-12-21T04:30:58.007Z Compiling regex-syntax v0.6.29
41602024-12-21T04:30:58.007Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=9ceae0fe6ab92d55 -C extra-filename=-9ceae0fe6ab92d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612024-12-21T04:30:58.055Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build`
41622024-12-21T04:30:58.055Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-ef749227e1299cea/build-script-build`
41632024-12-21T04:30:58.091Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41642024-12-21T04:30:58.096Z Running `/home/build/.rustup/toolchains/1.81.0-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=230f4260278b0e35 -C extra-filename=-230f4260278b0e35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-aaaaeaf3fecac8c5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8618d11d466d6b7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652024-12-21T04:30:58.119Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0f214a9a02578c71 -C extra-filename=-0f214a9a02578c71 --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-71803c34803b0cd3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662024-12-21T04:30:58.990Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=08c2a6b83aecd798 -C extra-filename=-08c2a6b83aecd798 --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-a36c67f837cd446a.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)'`
41672024-12-21T04:30:59.077Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41682024-12-21T04:30:59.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a12423ad7548ef27 -C extra-filename=-a12423ad7548ef27 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41692024-12-21T04:30:59.156Z Compiling pin-project-internal v1.1.6
41702024-12-21T04:30:59.160Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 --warn=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e944a6d03fd0643 -C extra-filename=-8e944a6d03fd0643 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712024-12-21T04:30:59.307Z Compiling hyper-staticfile v0.10.1
41722024-12-21T04:30:59.311Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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=55b1722e8a46d182 -C extra-filename=-55b1722e8a46d182 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-0f214a9a02578c71.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732024-12-21T04:31:00.518Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a7ccd5d242530901 -C extra-filename=-a7ccd5d242530901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4d3f2eba7df92687.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fb899a33b2ffd2d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3d056a09671fae75.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b5192f2496dfe200.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
41742024-12-21T04:31:01.355Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41752024-12-21T04:31:01.357Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b593b3659a620b6 -C extra-filename=-6b593b3659a620b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41762024-12-21T04:31:02.590Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
41772024-12-21T04:31:02.614Z Running `/home/build/.rustup/toolchains/1.81.0-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=e415a12b6b4458f3 -C extra-filename=-e415a12b6b4458f3 --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-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41782024-12-21T04:31:02.965Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41792024-12-21T04:31:02.968Z Running `/home/build/.rustup/toolchains/1.81.0-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=62799db9c9cc3051 -C extra-filename=-62799db9c9cc3051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41802024-12-21T04:31:04.352Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
41812024-12-21T04:31:04.355Z Running `/home/build/.rustup/toolchains/1.81.0-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=928abd03d8fe1cd1 -C extra-filename=-928abd03d8fe1cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41822024-12-21T04:31:05.258Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41832024-12-21T04:31:05.300Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c30a02db01fc75d1 -C extra-filename=-c30a02db01fc75d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-18dd160226af079b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41842024-12-21T04:31:06.801Z Running `/home/build/.rustup/toolchains/1.81.0-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=48d659c87badacd6 -C extra-filename=-48d659c87badacd6 --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-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-891b4dac7d7581a0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41852024-12-21T04:31:07.690Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
41862024-12-21T04:31:07.693Z Running `/home/build/.rustup/toolchains/1.81.0-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=d148903ecd8d2d0a -C extra-filename=-d148903ecd8d2d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41872024-12-21T04:31:08.332Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41882024-12-21T04:31:08.335Z Running `/home/build/.rustup/toolchains/1.81.0-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=2f1b55511cc1e56f -C extra-filename=-2f1b55511cc1e56f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41892024-12-21T04:31:08.573Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
41902024-12-21T04:31:08.576Z Running `/home/build/.rustup/toolchains/1.81.0-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=38464775e17c48a6 -C extra-filename=-38464775e17c48a6 --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-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41912024-12-21T04:31:10.314Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-7ca259cf3e918137/build-script-build`
41922024-12-21T04:31:11.208Z Running `/home/build/.rustup/toolchains/1.81.0-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=6ab6ea20929de3aa -C extra-filename=-6ab6ea20929de3aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-48d659c87badacd6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41932024-12-21T04:31:11.255Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2844640b1bcc78eb -C extra-filename=-2844640b1bcc78eb --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41942024-12-21T04:31:12.145Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
41952024-12-21T04:31:12.148Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57a7bc9769ad2f1c -C extra-filename=-57a7bc9769ad2f1c --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-07ebaf0eb0f1113e.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41962024-12-21T04:31:12.606Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41972024-12-21T04:31:12.609Z Running `/home/build/.rustup/toolchains/1.81.0-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=d0d0bf2806063fd8 -C extra-filename=-d0d0bf2806063fd8 --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41982024-12-21T04:31:12.732Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41992024-12-21T04:31:12.735Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da7ad020eb880a34 -C extra-filename=-da7ad020eb880a34 --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-0e005f0e9c526801.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42002024-12-21T04:31:12.846Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42012024-12-21T04:31:12.849Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba6a6d9a3dc07c4e -C extra-filename=-ba6a6d9a3dc07c4e --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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42022024-12-21T04:31:13.263Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42032024-12-21T04:31:13.266Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97edd99b2461f312 -C extra-filename=-97edd99b2461f312 --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-c934ff84d13620ad.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42042024-12-21T04:31:13.786Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42052024-12-21T04:31:13.796Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee8f4f9a0262497f -C extra-filename=-ee8f4f9a0262497f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42062024-12-21T04:31:14.087Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42072024-12-21T04:31:14.089Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f472c663f79613c6 -C extra-filename=-f472c663f79613c6 --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-a7ccd5d242530901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42082024-12-21T04:31:14.184Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42092024-12-21T04:31:14.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22bf2437c7345e9f -C extra-filename=-22bf2437c7345e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42102024-12-21T04:31:14.377Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42112024-12-21T04:31:14.380Z Running `/home/build/.rustup/toolchains/1.81.0-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=ddb63ded38163107 -C extra-filename=-ddb63ded38163107 --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-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42122024-12-21T04:31:14.829Z Compiling diesel v2.2.6
42132024-12-21T04:31:14.832Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=fc733c158f3ca9ff -C extra-filename=-fc733c158f3ca9ff --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-0f2df29a0f34846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-eb885f0db5bf4ad8.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7edda6ab9f860d36.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42142024-12-21T04:31:15.304Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42152024-12-21T04:31:15.307Z Running `/home/build/.rustup/toolchains/1.81.0-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=d98a16cd92bad515 -C extra-filename=-d98a16cd92bad515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42162024-12-21T04:31:15.500Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42172024-12-21T04:31:15.503Z Running `/home/build/.rustup/toolchains/1.81.0-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=a58f1b31a3491075 -C extra-filename=-a58f1b31a3491075 --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-91edeb29dad9c73e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6ab6ea20929de3aa.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-48d659c87badacd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42182024-12-21T04:31:16.325Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3b6063ba94bd6660 -C extra-filename=-3b6063ba94bd6660 --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-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42192024-12-21T04:31:17.933Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42202024-12-21T04:31:17.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a053b003e2fabcdc -C extra-filename=-a053b003e2fabcdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42212024-12-21T04:31:19.284Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42222024-12-21T04:31:19.287Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6c1afd4337ea720 -C extra-filename=-b6c1afd4337ea720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42232024-12-21T04:31:19.660Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42242024-12-21T04:31:19.663Z Running `/home/build/.rustup/toolchains/1.81.0-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=a50f31a3cc55a2b5 -C extra-filename=-a50f31a3cc55a2b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42252024-12-21T04:31:24.138Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42262024-12-21T04:31:24.141Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cfac834457082e1 -C extra-filename=-2cfac834457082e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2f1b55511cc1e56f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a58f1b31a3491075.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42272024-12-21T04:31:24.669Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42282024-12-21T04:31:24.672Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=dba21a0b9016d17b -C extra-filename=-dba21a0b9016d17b --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-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42292024-12-21T04:31:29.992Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42302024-12-21T04:31:29.997Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ead814590bab2ef8 -C extra-filename=-ead814590bab2ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
42312024-12-21T04:31:31.952Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42322024-12-21T04:31:31.955Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76becd8d03654954 -C extra-filename=-76becd8d03654954 --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-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42332024-12-21T04:31:31.990Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=4ecf682e02c8f97b -C extra-filename=-4ecf682e02c8f97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42342024-12-21T04:31:33.673Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42352024-12-21T04:31:33.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67db0f1ffcd6fe6c -C extra-filename=-67db0f1ffcd6fe6c --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-e2df5d4f12ff2844.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42362024-12-21T04:31:34.331Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42372024-12-21T04:31:34.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=532913a830629958 -C extra-filename=-532913a830629958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
42382024-12-21T04:31:36.664Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42392024-12-21T04:31:36.669Z Running `/home/build/.rustup/toolchains/1.81.0-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=45f56e12ce647350 -C extra-filename=-45f56e12ce647350 --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-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42402024-12-21T04:31:37.646Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42412024-12-21T04:31:37.649Z Running `/home/build/.rustup/toolchains/1.81.0-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=d9d7a44d247ee956 -C extra-filename=-d9d7a44d247ee956 --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-c80f7612f3fd422a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42422024-12-21T04:31:37.845Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42432024-12-21T04:31:37.848Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-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=dce3153dc9aea7d9 -C extra-filename=-dce3153dc9aea7d9 --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-c80f7612f3fd422a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42442024-12-21T04:31:38.987Z Compiling lalrpop v0.19.12
42452024-12-21T04:31:38.990Z Running `/home/build/.rustup/toolchains/1.81.0-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=a02df84275ccf2b4 -C extra-filename=-a02df84275ccf2b4 --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-e63688383914019e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b2853c6e837e3376.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-22b834fff0de8b09.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9ceae0fe6ab92d55.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-277dae58bb180094.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462024-12-21T04:31:39.523Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42472024-12-21T04:31:39.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=551d1118af46a15b -C extra-filename=-551d1118af46a15b --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-a83092cbf26d15c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42482024-12-21T04:31:39.883Z Compiling pin-project v1.1.6
42492024-12-21T04:31:39.913Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11c741aeb8997841 -C extra-filename=-11c741aeb8997841 --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-8e944a6d03fd0643.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502024-12-21T04:31:40.001Z Running `/home/build/.rustup/toolchains/1.81.0-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=ea5f31b6c2f35e4b -C extra-filename=-ea5f31b6c2f35e4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-aaaaeaf3fecac8c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-230f4260278b0e35.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
42512024-12-21T04:31:40.044Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42522024-12-21T04:31:40.048Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --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=7e9decaf3523ec12 -C extra-filename=-7e9decaf3523ec12 --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-0b025ae11b25f088.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42532024-12-21T04:31:40.725Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42542024-12-21T04:31:40.727Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4604b95c30170e22 -C extra-filename=-4604b95c30170e22 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42552024-12-21T04:31:41.424Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
42562024-12-21T04:31:41.455Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/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=1614ac21f33c536a -C extra-filename=-1614ac21f33c536a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9c523a98e95f4bc2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
42572024-12-21T04:31:41.969Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42582024-12-21T04:31:41.984Z Running `/home/build/.rustup/toolchains/1.81.0-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=38ae9720f382d2fd -C extra-filename=-38ae9720f382d2fd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-38ae9720f382d2fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42592024-12-21T04:31:42.343Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42602024-12-21T04:31:42.350Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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=33ee0354f8cf1886 -C extra-filename=-33ee0354f8cf1886 --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-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42612024-12-21T04:31:42.522Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42622024-12-21T04:31:42.525Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --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=6eb18cfdb7f90be2 -C extra-filename=-6eb18cfdb7f90be2 --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-6961bb14eaa0b2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42632024-12-21T04:31:43.059Z Compiling derive_builder_core v0.20.2
42642024-12-21T04:31:43.062Z Running `/home/build/.rustup/toolchains/1.81.0-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.2/src/lib.rs --error-format=json --json=diagnostic-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=b03ac85db50798af -C extra-filename=-b03ac85db50798af --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-60b09a0d33435f29.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652024-12-21T04:31:43.293Z Compiling libxml v0.3.3
42662024-12-21T04:31:43.296Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5afb740012e3c2a4 -C extra-filename=-5afb740012e3c2a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672024-12-21T04:31:43.790Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build`
42682024-12-21T04:31:43.846Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-38ae9720f382d2fd/build-script-build`
42692024-12-21T04:31:43.889Z Compiling samael v0.0.17
42702024-12-21T04:31:43.892Z Running `/home/build/.rustup/toolchains/1.81.0-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=6c5b692981acecfb -C extra-filename=-6c5b692981acecfb --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6c5b692981acecfb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c415dfacc37d7b0e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712024-12-21T04:31:45.736Z Compiling derive_builder_macro v0.20.2
42722024-12-21T04:31:45.739Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=d80c7b0780f3d53d -C extra-filename=-d80c7b0780f3d53d --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-b03ac85db50798af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732024-12-21T04:31:46.479Z Compiling signal-hook-tokio v0.3.1
42742024-12-21T04:31:46.481Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=fcc1a25f30790d45 -C extra-filename=-fcc1a25f30790d45 --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-15b4a62ef3693967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752024-12-21T04:31:46.711Z Compiling strum_macros v0.24.3
42762024-12-21T04:31:46.713Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bb70439e6f8b4bd -C extra-filename=-7bb70439e6f8b4bd --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772024-12-21T04:31:46.935Z Dirty cargo-platform v0.1.8: the rustflags changed
42782024-12-21T04:31:46.935Z Compiling cargo-platform v0.1.8
42792024-12-21T04:31:46.937Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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=74ef5db5cb1bb2ee -C extra-filename=-74ef5db5cb1bb2ee --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802024-12-21T04:31:47.602Z Compiling snafu-derive v0.8.5
42812024-12-21T04:31:47.604Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=f0a9d1805e19bc11 -C extra-filename=-f0a9d1805e19bc11 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822024-12-21T04:31:50.775Z Compiling memoffset v0.9.1
42832024-12-21T04:31:50.778Z Running `/home/build/.rustup/toolchains/1.81.0-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=d3c0d469548ccd0b -C extra-filename=-d3c0d469548ccd0b --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842024-12-21T04:31:51.201Z Compiling indoc v1.0.9
42852024-12-21T04:31:51.223Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af4dd81929a552eb -C extra-filename=-af4dd81929a552eb --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`
42862024-12-21T04:31:52.679Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42872024-12-21T04:31:52.703Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9eaf5715abe80b7 -C extra-filename=-a9eaf5715abe80b7 --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42882024-12-21T04:31:53.786Z Compiling snafu v0.8.5
42892024-12-21T04:31:53.789Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="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", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=38faf8b124ea5d16 -C extra-filename=-38faf8b124ea5d16 --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-15b4a62ef3693967.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-11c741aeb8997841.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-f0a9d1805e19bc11.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902024-12-21T04:31:54.703Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42912024-12-21T04:31:54.707Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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=c0d9585682c0fd69 -C extra-filename=-c0d9585682c0fd69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
42922024-12-21T04:31:56.707Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build`
42932024-12-21T04:31:56.887Z Dirty cargo_metadata v0.18.1: the rustflags changed
42942024-12-21T04:31:56.887Z Compiling cargo_metadata v0.18.1
42952024-12-21T04:31:56.889Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=e583e3044b2f788d -C extra-filename=-e583e3044b2f788d --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-9798e8e7609cdab8.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-74ef5db5cb1bb2ee.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962024-12-21T04:31:58.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd1283d0e129dcf7 -C extra-filename=-bd1283d0e129dcf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a12423ad7548ef27.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42972024-12-21T04:31:58.548Z Compiling derive_builder v0.20.2
42982024-12-21T04:31:58.551Z Running `/home/build/.rustup/toolchains/1.81.0-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.2/src/lib.rs --error-format=json --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("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=24902f7c1eb7387f -C extra-filename=-24902f7c1eb7387f --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-d80c7b0780f3d53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992024-12-21T04:31:58.770Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6c5b692981acecfb/build-script-bindings`
43002024-12-21T04:32:00.359Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d85619581ea31100 -C extra-filename=-d85619581ea31100 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43012024-12-21T04:32:00.886Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43022024-12-21T04:32:00.889Z Running `/home/build/.rustup/toolchains/1.81.0-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=7539478cc2d9821f -C extra-filename=-7539478cc2d9821f --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-c80f7612f3fd422a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43032024-12-21T04:32:01.217Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43042024-12-21T04:32:01.223Z Running `/home/build/.rustup/toolchains/1.81.0-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=0d93d622bcd21228 -C extra-filename=-0d93d622bcd21228 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-0d93d622bcd21228 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43052024-12-21T04:32:01.609Z Compiling globset v0.4.15
43062024-12-21T04:32:01.612Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=d6086e6109d61904 -C extra-filename=-d6086e6109d61904 --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-0da0f4417492a9a4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072024-12-21T04:32:03.002Z Compiling olpc-cjson v0.1.4
43082024-12-21T04:32:03.005Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.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=80b374dfa2d21f00 -C extra-filename=-80b374dfa2d21f00 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092024-12-21T04:32:03.326Z Compiling serde_plain v1.0.2
43102024-12-21T04:32:03.329Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5dbd58928f448f1 -C extra-filename=-b5dbd58928f448f1 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112024-12-21T04:32:03.405Z Compiling quick-xml v0.33.0
43122024-12-21T04:32:03.408Z Running `/home/build/.rustup/toolchains/1.81.0-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=c93dd0d4c5a96a94 -C extra-filename=-c93dd0d4c5a96a94 --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-628c83ce3f8440f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132024-12-21T04:32:03.443Z Compiling oso-derive v0.27.3
43142024-12-21T04:32:03.446Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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=d20719db909fefed -C extra-filename=-d20719db909fefed --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152024-12-21T04:32:03.597Z Compiling impl-trait-for-tuples v0.2.2
43162024-12-21T04:32:03.603Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=294525d2661f977f -C extra-filename=-294525d2661f977f --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172024-12-21T04:32:03.796Z Compiling typed-path v0.9.3
43182024-12-21T04:32:03.799Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=277fd8c02a8f8547 -C extra-filename=-277fd8c02a8f8547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192024-12-21T04:32:04.372Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-0d93d622bcd21228/build-script-build`
43202024-12-21T04:32:04.416Z Running `/home/build/.rustup/toolchains/1.81.0-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=90a6ef10e7aadda0 -C extra-filename=-90a6ef10e7aadda0 --out-dir /work/oxidecomputer/omicron/target/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`
43212024-12-21T04:32:04.573Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43222024-12-21T04:32:04.576Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d499e452c7eed62 -C extra-filename=-1d499e452c7eed62 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43232024-12-21T04:32:04.727Z Compiling tungstenite v0.23.0
43242024-12-21T04:32:04.730Z Running `/home/build/.rustup/toolchains/1.81.0-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=f03a3bb846950e61 -C extra-filename=-f03a3bb846950e61 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252024-12-21T04:32:06.530Z Compiling tough v0.19.0
43262024-12-21T04:32:06.534Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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 --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=5a91d255d0a4b35a -C extra-filename=-5a91d255d0a4b35a --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-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d6086e6109d61904.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-80b374dfa2d21f00.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b5dbd58928f448f1.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-38faf8b124ea5d16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-277fd8c02a8f8547.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
43272024-12-21T04:32:07.179Z Running `/home/build/.rustup/toolchains/1.81.0-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=c8f87796cdb785c7 -C extra-filename=-c8f87796cdb785c7 --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-24902f7c1eb7387f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d85619581ea31100.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c93dd0d4c5a96a94.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
43282024-12-21T04:32:07.286Z Compiling diesel-dtrace v0.4.2
43292024-12-21T04:32:07.289Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=227b89d0c90a416c -C extra-filename=-227b89d0c90a416c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302024-12-21T04:32:07.486Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43312024-12-21T04:32:07.497Z Running `/home/build/.rustup/toolchains/1.81.0-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=f61592c70dc7dad1 -C extra-filename=-f61592c70dc7dad1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322024-12-21T04:32:07.667Z Compiling parse-size v1.1.0
43332024-12-21T04:32:07.670Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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("std"))' -C metadata=8d778f7f778e5e60 -C extra-filename=-8d778f7f778e5e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342024-12-21T04:32:07.893Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build`
43352024-12-21T04:32:07.943Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c/build-script-build`
43362024-12-21T04:32:07.981Z Compiling tokio-tungstenite v0.23.1
43372024-12-21T04:32:07.984Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=b34f27bbc1479a04 -C extra-filename=-b34f27bbc1479a04 --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f03a3bb846950e61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382024-12-21T04:32:08.030Z Compiling nix v0.27.1
43392024-12-21T04:32:08.039Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=42594601702dec8d -C extra-filename=-42594601702dec8d --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-90a6ef10e7aadda0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402024-12-21T04:32:08.609Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43412024-12-21T04:32:08.612Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7664a4dd56ea14b3 -C extra-filename=-7664a4dd56ea14b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7664a4dd56ea14b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43422024-12-21T04:32:08.995Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43432024-12-21T04:32:08.998Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=41c755036452991a -C extra-filename=-41c755036452991a --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442024-12-21T04:32:09.351Z Compiling bb8 v0.8.5
43452024-12-21T04:32:09.354Z Running `/home/build/.rustup/toolchains/1.81.0-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=6816c9b3462aee41 -C extra-filename=-6816c9b3462aee41 --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-49589da9b84e9811.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462024-12-21T04:32:09.962Z Compiling async-bb8-diesel v0.2.1
43472024-12-21T04:32:09.967Z Running `/home/build/.rustup/toolchains/1.81.0-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=c43ad96ddfd8e512 -C extra-filename=-c43ad96ddfd8e512 --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-49589da9b84e9811.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6816c9b3462aee41.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43482024-12-21T04:32:10.116Z Running `/home/build/.rustup/toolchains/1.81.0-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=c4abe28b7433cc71 -C extra-filename=-c4abe28b7433cc71 --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-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-42594601702dec8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d45a4ac7cdaa3df1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-41c755036452991a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.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-f7ea44e4a6d36c20/out/lib`
43492024-12-21T04:32:10.849Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7664a4dd56ea14b3/build-script-build`
43502024-12-21T04:32:10.890Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-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())' -C metadata=5530f51f105ffb15 -C extra-filename=-5530f51f105ffb15 --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-fc733c158f3ca9ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43512024-12-21T04:32:11.347Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43522024-12-21T04:32:11.350Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=094eadf20836ac0b -C extra-filename=-094eadf20836ac0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43532024-12-21T04:32:12.652Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43542024-12-21T04:32:12.655Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d24d13def1d99127 -C extra-filename=-d24d13def1d99127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
43552024-12-21T04:32:16.508Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43562024-12-21T04:32:16.511Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9da07687a0d4a587 -C extra-filename=-9da07687a0d4a587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c4abe28b7433cc71.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43572024-12-21T04:32:17.701Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582024-12-21T04:32:17.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=607956a3df541c5a -C extra-filename=-607956a3df541c5a --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43592024-12-21T04:32:18.610Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43602024-12-21T04:32:18.614Z Running `/home/build/.rustup/toolchains/1.81.0-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=c0fa544037e0a723 -C extra-filename=-c0fa544037e0a723 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43612024-12-21T04:32:20.346Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43622024-12-21T04:32:20.350Z Running `/home/build/.rustup/toolchains/1.81.0-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=2f498266bf236b9b -C extra-filename=-2f498266bf236b9b --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43632024-12-21T04:32:21.227Z Compiling rand_seeder v0.3.0
43642024-12-21T04:32:21.229Z Running `/home/build/.rustup/toolchains/1.81.0-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=d1a9e9c214c64a0a -C extra-filename=-d1a9e9c214c64a0a --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652024-12-21T04:32:21.598Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43662024-12-21T04:32:21.625Z Running `/home/build/.rustup/toolchains/1.81.0-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=249548123ab9efec -C extra-filename=-249548123ab9efec --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43672024-12-21T04:32:22.852Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43682024-12-21T04:32:22.863Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1deb661b41c9902 -C extra-filename=-c1deb661b41c9902 --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-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
43692024-12-21T04:32:23.021Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43702024-12-21T04:32:23.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5f23a76b989faae -C extra-filename=-a5f23a76b989faae --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-dd99b89daf0c34d1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712024-12-21T04:32:23.845Z Compiling assert_matches v1.5.0
43722024-12-21T04:32:23.848Z Running `/home/build/.rustup/toolchains/1.81.0-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=19e5985bb94b6ed1 -C extra-filename=-19e5985bb94b6ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732024-12-21T04:32:23.979Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43742024-12-21T04:32:23.981Z Running `/home/build/.rustup/toolchains/1.81.0-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=f37a8e8474fda773 -C extra-filename=-f37a8e8474fda773 --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-f0ae7bf504680abd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43752024-12-21T04:32:24.238Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43762024-12-21T04:32:24.243Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=756222d230aaeea6 -C extra-filename=-756222d230aaeea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43772024-12-21T04:32:24.418Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43782024-12-21T04:32:24.420Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe8117eeb2c19d91 -C extra-filename=-fe8117eeb2c19d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43792024-12-21T04:32:25.128Z Compiling libz-sys v1.1.20
43802024-12-21T04:32:25.131Z Running `/home/build/.rustup/toolchains/1.81.0-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.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=ef942a46f7be7d7c -C extra-filename=-ef942a46f7be7d7c --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812024-12-21T04:32:25.853Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43822024-12-21T04:32:25.856Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --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=0ad2e7d7c7c005a3 -C extra-filename=-0ad2e7d7c7c005a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43832024-12-21T04:32:26.077Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c/build-script-build`
43842024-12-21T04:32:26.187Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43852024-12-21T04:32:26.190Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=faa9a5c5e5139fa3 -C extra-filename=-faa9a5c5e5139fa3 --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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43862024-12-21T04:32:26.904Z Compiling libgit2-sys v0.17.0+1.8.1
43872024-12-21T04:32:26.907Z Running `/home/build/.rustup/toolchains/1.81.0-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=7896931ec2a383b1 -C extra-filename=-7896931ec2a383b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882024-12-21T04:32:28.010Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1/build-script-build`
43892024-12-21T04:32:30.516Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43902024-12-21T04:32:30.519Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da22979783685b1a -C extra-filename=-da22979783685b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0ad2e7d7c7c005a3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43912024-12-21T04:32:30.769Z Running `/home/build/.rustup/toolchains/1.81.0-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.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=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=316efe58a0f270d9 -C extra-filename=-316efe58a0f270d9 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
43922024-12-21T04:32:30.969Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43932024-12-21T04:32:30.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6420d5e4dcda4067 -C extra-filename=-6420d5e4dcda4067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43942024-12-21T04:32:36.516Z Compiling castaway v0.2.3
43952024-12-21T04:32:36.519Z Running `/home/build/.rustup/toolchains/1.81.0-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=6c6475902cea3458 -C extra-filename=-6c6475902cea3458 --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-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962024-12-21T04:32:36.725Z Compiling compact_str v0.8.0
43972024-12-21T04:32:36.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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=a181580452b4e37a -C extra-filename=-a181580452b4e37a --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-6c6475902cea3458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982024-12-21T04:32:38.360Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43992024-12-21T04:32:38.363Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cde75871abad3187 -C extra-filename=-cde75871abad3187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64`
44002024-12-21T04:32:41.025Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44012024-12-21T04:32:41.028Z Running `/home/build/.rustup/toolchains/1.81.0-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=dd21e4b66f16a2ce -C extra-filename=-dd21e4b66f16a2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44022024-12-21T04:32:41.212Z Compiling unicode-truncate v1.1.0
44032024-12-21T04:32:41.216Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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=477d15e396308302 -C extra-filename=-477d15e396308302 --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-6b8c06aaa5867a2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042024-12-21T04:32:41.501Z Compiling vergen v8.3.2
44052024-12-21T04:32:41.503Z Running `/home/build/.rustup/toolchains/1.81.0-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=efbd9973aa397725 -C extra-filename=-efbd9973aa397725 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062024-12-21T04:32:41.874Z Compiling instability v0.3.2
44072024-12-21T04:32:41.877Z Running `/home/build/.rustup/toolchains/1.81.0-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=0e9e6f53e7790ad4 -C extra-filename=-0e9e6f53e7790ad4 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082024-12-21T04:32:41.900Z Compiling lru v0.12.5
44092024-12-21T04:32:41.921Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.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="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=f88e34b5cec1fe14 -C extra-filename=-f88e34b5cec1fe14 --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-0880a475818c8bc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102024-12-21T04:32:42.263Z Compiling cassowary v0.3.0
44112024-12-21T04:32:42.266Z Running `/home/build/.rustup/toolchains/1.81.0-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=a487e3ec8b6f241c -C extra-filename=-a487e3ec8b6f241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122024-12-21T04:32:42.336Z Compiling is_ci v1.2.0
44132024-12-21T04:32:42.340Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31d58a0284a40d0f -C extra-filename=-31d58a0284a40d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142024-12-21T04:32:42.642Z Compiling supports-color v3.0.1
44152024-12-21T04:32:42.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8590f9db0815147b -C extra-filename=-8590f9db0815147b --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-31d58a0284a40d0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162024-12-21T04:32:42.987Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725/build-script-build`
44172024-12-21T04:32:43.030Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44182024-12-21T04:32:43.034Z Running `/home/build/.rustup/toolchains/1.81.0-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=0b1d0dc6578d5d2c -C extra-filename=-0b1d0dc6578d5d2c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0b1d0dc6578d5d2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44192024-12-21T04:32:43.152Z Compiling ratatui v0.28.1
44202024-12-21T04:32:43.155Z Running `/home/build/.rustup/toolchains/1.81.0-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=3f3fb948d36a2dab -C extra-filename=-3f3fb948d36a2dab --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-0f2df29a0f34846c.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a487e3ec8b6f241c.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-a181580452b4e37a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-0e9e6f53e7790ad4.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-f88e34b5cec1fe14.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3751fa837c25ddbf.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-477d15e396308302.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212024-12-21T04:32:43.412Z Compiling libsqlite3-sys v0.30.1
44222024-12-21T04:32:43.415Z Running `/home/build/.rustup/toolchains/1.81.0-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=26645f4a29827453 -C extra-filename=-26645f4a29827453 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232024-12-21T04:32:43.599Z Compiling rustls v0.21.12
44242024-12-21T04:32:43.626Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=9ceec600f3d683cf -C extra-filename=-9ceec600f3d683cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252024-12-21T04:32:43.973Z Compiling cfg_aliases v0.2.1
44262024-12-21T04:32:43.975Z Running `/home/build/.rustup/toolchains/1.81.0-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=b01719c518f1f528 -C extra-filename=-b01719c518f1f528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272024-12-21T04:32:44.051Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build`
44282024-12-21T04:32:44.098Z Compiling nix v0.29.0
44292024-12-21T04:32:44.102Z Running `/home/build/.rustup/toolchains/1.81.0-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=934d9bd1b58f0f5c -C extra-filename=-934d9bd1b58f0f5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b01719c518f1f528.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302024-12-21T04:32:44.124Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build`
44312024-12-21T04:32:44.163Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0b1d0dc6578d5d2c/build-script-build`
44322024-12-21T04:32:44.207Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44332024-12-21T04:32:44.210Z Running `/home/build/.rustup/toolchains/1.81.0-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=40e4ea0e5886b5f1 -C extra-filename=-40e4ea0e5886b5f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44342024-12-21T04:32:45.113Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44352024-12-21T04:32:45.116Z Running `/home/build/.rustup/toolchains/1.81.0-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=723838096e960065 -C extra-filename=-723838096e960065 --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-c80f7612f3fd422a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44362024-12-21T04:32:47.847Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44372024-12-21T04:32:47.850Z Running `/home/build/.rustup/toolchains/1.81.0-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=048114957e1afcef -C extra-filename=-048114957e1afcef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-048114957e1afcef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44382024-12-21T04:32:48.214Z Compiling rustls-webpki v0.101.7
44392024-12-21T04:32:48.226Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=785616247fdc8028 -C extra-filename=-785616247fdc8028 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44402024-12-21T04:32:50.172Z Compiling sct v0.7.1
44412024-12-21T04:32:50.205Z Running `/home/build/.rustup/toolchains/1.81.0-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=ccc94e76bfb8ea19 -C extra-filename=-ccc94e76bfb8ea19 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44422024-12-21T04:32:50.248Z Compiling concurrent-queue v2.5.0
44432024-12-21T04:32:50.251Z Running `/home/build/.rustup/toolchains/1.81.0-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=9d76f34f37d34689 -C extra-filename=-9d76f34f37d34689 --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442024-12-21T04:32:50.448Z Dirty smawk v0.3.2: the rustflags changed
44452024-12-21T04:32:50.448Z Compiling smawk v0.3.2
44462024-12-21T04:32:50.452Z Running `/home/build/.rustup/toolchains/1.81.0-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=20a099bf394fc5a0 -C extra-filename=-20a099bf394fc5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472024-12-21T04:32:50.538Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44482024-12-21T04:32:50.538Z Compiling unicode-linebreak v0.1.5
44492024-12-21T04:32:50.554Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e797346684b3237a -C extra-filename=-e797346684b3237a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502024-12-21T04:32:50.657Z Compiling parking v2.2.1
44512024-12-21T04:32:50.660Z Running `/home/build/.rustup/toolchains/1.81.0-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=8541b297255a5ffc -C extra-filename=-8541b297255a5ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522024-12-21T04:32:50.705Z Running `/home/build/.rustup/toolchains/1.81.0-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=6556d3efc920f3af -C extra-filename=-6556d3efc920f3af --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-785616247fdc8028.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ccc94e76bfb8ea19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44532024-12-21T04:32:51.052Z Dirty textwrap v0.16.1: the rustflags changed
44542024-12-21T04:32:51.052Z Compiling textwrap v0.16.1
44552024-12-21T04:32:51.055Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=f43b67a92975d52e -C extra-filename=-f43b67a92975d52e --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-20a099bf394fc5a0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e797346684b3237a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562024-12-21T04:32:51.116Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-048114957e1afcef/build-script-build`
44572024-12-21T04:32:51.121Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build`
44582024-12-21T04:32:51.161Z Running `/home/build/.rustup/toolchains/1.81.0-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=b3eabb60dec25e28 -C extra-filename=-b3eabb60dec25e28 --out-dir /work/oxidecomputer/omicron/target/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`
44592024-12-21T04:32:51.719Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44602024-12-21T04:32:51.721Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71182a23dcd1b45d -C extra-filename=-71182a23dcd1b45d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-71182a23dcd1b45d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44612024-12-21T04:32:52.084Z Compiling hashlink v0.9.1
44622024-12-21T04:32:52.087Z Running `/home/build/.rustup/toolchains/1.81.0-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=db9d186f33c366c5 -C extra-filename=-db9d186f33c366c5 --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-20deabe0d9115276.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632024-12-21T04:32:52.326Z Compiling fallible-iterator v0.3.0
44642024-12-21T04:32:52.331Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.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=524455461266f430 -C extra-filename=-524455461266f430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652024-12-21T04:32:52.787Z Compiling fallible-streaming-iterator v0.1.9
44662024-12-21T04:32:52.789Z Running `/home/build/.rustup/toolchains/1.81.0-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=a91ec1d7082ed9f7 -C extra-filename=-a91ec1d7082ed9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672024-12-21T04:32:53.089Z Compiling rusqlite v0.32.1
44682024-12-21T04:32:53.092Z Running `/home/build/.rustup/toolchains/1.81.0-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=f26dddd08958e568 -C extra-filename=-f26dddd08958e568 --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-0f2df29a0f34846c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-524455461266f430.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-a91ec1d7082ed9f7.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-db9d186f33c366c5.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-b3eabb60dec25e28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
44692024-12-21T04:32:53.116Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-71182a23dcd1b45d/build-script-build`
44702024-12-21T04:32:53.158Z Running `/home/build/.rustup/toolchains/1.81.0-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=f4a7d3ffc1b99ca4 -C extra-filename=-f4a7d3ffc1b99ca4 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.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)'`
44712024-12-21T04:32:53.904Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44722024-12-21T04:32:53.908Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-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=2b30430a2593dd96 -C extra-filename=-2b30430a2593dd96 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44732024-12-21T04:32:55.074Z Compiling tokio-rustls v0.24.1
44742024-12-21T04:32:55.077Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=b864401e798d4562 -C extra-filename=-b864401e798d4562 --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-6556d3efc920f3af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44752024-12-21T04:32:55.533Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44762024-12-21T04:32:55.536Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c4b12ff7e0cc7f -C extra-filename=-38c4b12ff7e0cc7f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-38c4b12ff7e0cc7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44772024-12-21T04:32:55.914Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44782024-12-21T04:32:55.918Z Running `/home/build/.rustup/toolchains/1.81.0-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=dc52b5e2b88b8889 -C extra-filename=-dc52b5e2b88b8889 --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-07ebaf0eb0f1113e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44792024-12-21T04:32:56.181Z Compiling rustls-pemfile v1.0.4
44802024-12-21T04:32:56.184Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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=b6de77c19e02896b -C extra-filename=-b6de77c19e02896b --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-6d27ec8383fdb856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812024-12-21T04:32:56.690Z Compiling twox-hash v1.6.3
44822024-12-21T04:32:56.693Z Running `/home/build/.rustup/toolchains/1.81.0-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=97d3df6b74eca146 -C extra-filename=-97d3df6b74eca146 --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-83c04ded702a2c6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832024-12-21T04:32:57.518Z Compiling shell-words v1.1.0
44842024-12-21T04:32:57.521Z Running `/home/build/.rustup/toolchains/1.81.0-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=75b510c2fbb2f7bd -C extra-filename=-75b510c2fbb2f7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852024-12-21T04:32:57.568Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-38c4b12ff7e0cc7f/build-script-build`
44862024-12-21T04:32:57.604Z Compiling event-listener v5.3.1
44872024-12-21T04:32:57.607Z Running `/home/build/.rustup/toolchains/1.81.0-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=b3d0e290ba00242c -C extra-filename=-b3d0e290ba00242c --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-9d76f34f37d34689.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882024-12-21T04:32:57.771Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
44892024-12-21T04:32:57.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=577d7190011db7b9 -C extra-filename=-577d7190011db7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
44902024-12-21T04:32:57.869Z Compiling fatfs v0.3.6
44912024-12-21T04:32:57.872Z Running `/home/build/.rustup/toolchains/1.81.0-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=58c25c3614feb1ef -C extra-filename=-58c25c3614feb1ef --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922024-12-21T04:32:58.268Z Compiling event-listener-strategy v0.5.2
44932024-12-21T04:32:58.270Z Running `/home/build/.rustup/toolchains/1.81.0-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=6609f29e0fce4354 -C extra-filename=-6609f29e0fce4354 --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-b3d0e290ba00242c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942024-12-21T04:32:58.524Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44952024-12-21T04:32:58.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=013b9d6e5efba41d -C extra-filename=-013b9d6e5efba41d --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-07ebaf0eb0f1113e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44962024-12-21T04:32:59.784Z Compiling csv-core v0.1.11
44972024-12-21T04:32:59.787Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=89022c9b487082f9 -C extra-filename=-89022c9b487082f9 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982024-12-21T04:32:59.813Z Compiling futures-lite v2.3.0
44992024-12-21T04:32:59.816Z Running `/home/build/.rustup/toolchains/1.81.0-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=d6c258a9e4040e53 -C extra-filename=-d6c258a9e4040e53 --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-9b4100b7d6800cd3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002024-12-21T04:33:00.406Z Compiling csv v1.3.1
45012024-12-21T04:33:00.409Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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=77a1bc348da964e7 -C extra-filename=-77a1bc348da964e7 --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-89022c9b487082f9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022024-12-21T04:33:00.801Z Compiling rtoolbox v0.0.2
45032024-12-21T04:33:00.804Z Running `/home/build/.rustup/toolchains/1.81.0-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=db37d407e5a954e5 -C extra-filename=-db37d407e5a954e5 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042024-12-21T04:33:01.305Z Compiling plotters-backend v0.3.7
45052024-12-21T04:33:01.328Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.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=45d6f5f723d4d683 -C extra-filename=-45d6f5f723d4d683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062024-12-21T04:33:01.796Z Compiling hex-literal v0.4.1
45072024-12-21T04:33:01.799Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822e122ffc091e79 -C extra-filename=-822e122ffc091e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082024-12-21T04:33:01.868Z Compiling plotters-svg v0.3.7
45092024-12-21T04:33:01.871Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.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("bitmap_encoder", "debug", "image"))' -C metadata=fe6c9d53a974c7d0 -C extra-filename=-fe6c9d53a974c7d0 --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-45d6f5f723d4d683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102024-12-21T04:33:01.943Z Compiling rpassword v7.3.1
45112024-12-21T04:33:01.949Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e84e9e63d126afcc -C extra-filename=-e84e9e63d126afcc --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-29117e4ff36dab03.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-db37d407e5a954e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122024-12-21T04:33:01.984Z Compiling tui-tree-widget v0.22.0
45132024-12-21T04:33:01.987Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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=6c542180f0840942 -C extra-filename=-6c542180f0840942 --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-3f3fb948d36a2dab.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142024-12-21T04:33:02.338Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45152024-12-21T04:33:02.342Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9915f91b01df7c58 -C extra-filename=-9915f91b01df7c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45162024-12-21T04:33:02.377Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45172024-12-21T04:33:02.382Z Compiling cast v0.3.0
45182024-12-21T04:33:02.382Z Running `/home/build/.rustup/toolchains/1.81.0-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=05638e989937a20b -C extra-filename=-05638e989937a20b --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-62799db9c9cc3051.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45192024-12-21T04:33:02.383Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b1971ff2088540bc -C extra-filename=-b1971ff2088540bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202024-12-21T04:33:02.815Z Compiling yansi v1.0.1
45212024-12-21T04:33:02.819Z Running `/home/build/.rustup/toolchains/1.81.0-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=c3baa62106e047e6 -C extra-filename=-c3baa62106e047e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222024-12-21T04:33:03.712Z Compiling pretty_assertions v1.4.1
45232024-12-21T04:33:03.715Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9a15c963fedc7a99 -C extra-filename=-9a15c963fedc7a99 --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-b2853c6e837e3376.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c3baa62106e047e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242024-12-21T04:33:04.247Z Compiling criterion-plot v0.5.0
45252024-12-21T04:33:04.251Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f389c81373b9d230 -C extra-filename=-f389c81373b9d230 --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-b1971ff2088540bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262024-12-21T04:33:04.637Z Compiling plotters v0.3.7
45272024-12-21T04:33:04.639Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-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 --warn=unexpected_cfgs --allow=deprecated --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=b528d7e32e15f8ee -C extra-filename=-b528d7e32e15f8ee --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-b347099865a56f50.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-45d6f5f723d4d683.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-fe6c9d53a974c7d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282024-12-21T04:33:04.665Z Compiling async-lock v3.4.0
45292024-12-21T04:33:04.668Z Running `/home/build/.rustup/toolchains/1.81.0-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=878591e285ce9ac1 -C extra-filename=-878591e285ce9ac1 --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-b3d0e290ba00242c.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302024-12-21T04:33:05.344Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45312024-12-21T04:33:05.347Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a36cdb43136ab019 -C extra-filename=-a36cdb43136ab019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45322024-12-21T04:33:06.129Z Compiling polyval v0.6.2
45332024-12-21T04:33:06.132Z Running `/home/build/.rustup/toolchains/1.81.0-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=f13eb1ce4e0a1c56 -C extra-filename=-f13eb1ce4e0a1c56 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f038c6a9f9d9b2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342024-12-21T04:33:06.617Z Compiling polling v3.7.3
45352024-12-21T04:33:06.622Z Running `/home/build/.rustup/toolchains/1.81.0-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=1f4ca5dc576a5766 -C extra-filename=-1f4ca5dc576a5766 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362024-12-21T04:33:07.441Z Compiling tinytemplate v1.2.1
45372024-12-21T04:33:07.444Z Running `/home/build/.rustup/toolchains/1.81.0-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=a93fd1777bfc2259 -C extra-filename=-a93fd1777bfc2259 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382024-12-21T04:33:07.462Z Compiling anes v0.1.6
45392024-12-21T04:33:07.465Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=ef5424d5f642498c -C extra-filename=-ef5424d5f642498c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402024-12-21T04:33:08.003Z Compiling oorandom v11.1.4
45412024-12-21T04:33:08.006Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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=02c3fbf1b52bf2c0 -C extra-filename=-02c3fbf1b52bf2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422024-12-21T04:33:08.256Z Compiling criterion v0.5.1
45432024-12-21T04:33:08.259Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --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=14f55a6764204e5c -C extra-filename=-14f55a6764204e5c --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-ef5424d5f642498c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b1971ff2088540bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f389c81373b9d230.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-02c3fbf1b52bf2c0.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-b528d7e32e15f8ee.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-a93fd1777bfc2259.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442024-12-21T04:33:08.579Z Compiling async-io v2.3.4
45452024-12-21T04:33:08.583Z Running `/home/build/.rustup/toolchains/1.81.0-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=ffb7a1a71fc50d1f -C extra-filename=-ffb7a1a71fc50d1f --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-878591e285ce9ac1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-1f4ca5dc576a5766.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462024-12-21T04:33:10.799Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45472024-12-21T04:33:10.805Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61ce133a85a0e9fb -C extra-filename=-61ce133a85a0e9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45482024-12-21T04:33:11.027Z Compiling ghash v0.5.1
45492024-12-21T04:33:11.030Z Running `/home/build/.rustup/toolchains/1.81.0-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=cd64cbebd99fc224 -C extra-filename=-cd64cbebd99fc224 --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-336551ef1347f8fe.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f13eb1ce4e0a1c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502024-12-21T04:33:11.251Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45512024-12-21T04:33:11.255Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3357d5e2f4c57c48 -C extra-filename=-3357d5e2f4c57c48 --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-91edeb29dad9c73e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45522024-12-21T04:33:13.007Z Compiling ctr v0.9.2
45532024-12-21T04:33:13.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=d05c99926742f3c9 -C extra-filename=-d05c99926742f3c9 --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542024-12-21T04:33:13.435Z Compiling doc-comment v0.3.3
45552024-12-21T04:33:13.438Z Running `/home/build/.rustup/toolchains/1.81.0-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=22cedc88ad30c5c9 -C extra-filename=-22cedc88ad30c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562024-12-21T04:33:14.093Z Compiling target-lexicon v0.12.16
45572024-12-21T04:33:14.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=6c2abb79a4bce29f -C extra-filename=-6c2abb79a4bce29f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582024-12-21T04:33:15.138Z Compiling async-task v4.7.1
45592024-12-21T04:33:15.140Z Running `/home/build/.rustup/toolchains/1.81.0-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=1870c002cec5451d -C extra-filename=-1870c002cec5451d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602024-12-21T04:33:15.713Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build`
45612024-12-21T04:33:15.806Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build`
45622024-12-21T04:33:15.973Z Compiling aes-gcm v0.10.3
45632024-12-21T04:33:15.976Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=72eed48f13befa44 -C extra-filename=-72eed48f13befa44 --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-ca8bfea2ccdd2eda.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-cd64cbebd99fc224.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642024-12-21T04:33:16.339Z Compiling async-channel v2.3.1
45652024-12-21T04:33:16.342Z Running `/home/build/.rustup/toolchains/1.81.0-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=a1ff82d8a7169d59 -C extra-filename=-a1ff82d8a7169d59 --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-9d76f34f37d34689.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662024-12-21T04:33:16.695Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45672024-12-21T04:33:16.698Z Running `/home/build/.rustup/toolchains/1.81.0-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=77dd21d8f6cbd175 -C extra-filename=-77dd21d8f6cbd175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45682024-12-21T04:33:18.938Z Compiling piper v0.2.4
45692024-12-21T04:33:18.940Z Running `/home/build/.rustup/toolchains/1.81.0-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=d59e7a64d2a6216f -C extra-filename=-d59e7a64d2a6216f --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-10b6fa6e98e5e04e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702024-12-21T04:33:19.441Z Compiling ssh-encoding v0.2.0
45712024-12-21T04:33:19.444Z Running `/home/build/.rustup/toolchains/1.81.0-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=97850cf2d4691f3f -C extra-filename=-97850cf2d4691f3f --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-d4bf7869d4ee9385.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722024-12-21T04:33:20.032Z Compiling blowfish v0.9.1
45732024-12-21T04:33:20.035Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=b8e0267abfa445a0 -C extra-filename=-b8e0267abfa445a0 --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-42c8c764cb4293aa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742024-12-21T04:33:20.544Z Compiling assert_cmd v2.0.16
45752024-12-21T04:33:20.546Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=1f5f59728613a6ce -C extra-filename=-1f5f59728613a6ce --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762024-12-21T04:33:20.811Z Running `/home/build/.rustup/toolchains/1.81.0-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=48fbd73129a2c4ae -C extra-filename=-48fbd73129a2c4ae --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-29117e4ff36dab03.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-316efe58a0f270d9.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-b8bd1938cb3272eb/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
45772024-12-21T04:33:21.103Z Compiling guppy-workspace-hack v0.1.0
45782024-12-21T04:33:21.106Z Running `/home/build/.rustup/toolchains/1.81.0-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=e26002185cac8ef5 -C extra-filename=-e26002185cac8ef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792024-12-21T04:33:21.468Z Compiling git2 v0.19.0
45802024-12-21T04:33:21.471Z Running `/home/build/.rustup/toolchains/1.81.0-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=af2a94d712875572 -C extra-filename=-af2a94d712875572 --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-0f2df29a0f34846c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-48fbd73129a2c4ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.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-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64`
45812024-12-21T04:33:21.554Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build`
45822024-12-21T04:33:21.596Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build`
45832024-12-21T04:33:21.640Z Compiling bcrypt-pbkdf v0.10.0
45842024-12-21T04:33:21.643Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=4540efc43f9bc033 -C extra-filename=-4540efc43f9bc033 --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-b8e0267abfa445a0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852024-12-21T04:33:22.280Z Compiling ssh-cipher v0.2.0
45862024-12-21T04:33:22.283Z Running `/home/build/.rustup/toolchains/1.81.0-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=9618192e9bac92b5 -C extra-filename=-9618192e9bac92b5 --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-49508c3e1240323b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-72eed48f13befa44.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872024-12-21T04:33:22.393Z Compiling blocking v1.6.1
45882024-12-21T04:33:22.396Z Running `/home/build/.rustup/toolchains/1.81.0-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=45437561779373b8 -C extra-filename=-45437561779373b8 --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-a1ff82d8a7169d59.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-d59e7a64d2a6216f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892024-12-21T04:33:23.090Z Running `/home/build/.rustup/toolchains/1.81.0-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=d635affb61cddc7a -C extra-filename=-d635affb61cddc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902024-12-21T04:33:23.222Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=9169530e626c6002 -C extra-filename=-9169530e626c6002 --out-dir /work/oxidecomputer/omicron/target/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"'`
45912024-12-21T04:33:24.050Z Compiling async-executor v1.13.1
45922024-12-21T04:33:24.052Z Running `/home/build/.rustup/toolchains/1.81.0-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=a884622f779f5e2e -C extra-filename=-a884622f779f5e2e --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-1870c002cec5451d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932024-12-21T04:33:24.144Z Compiling async-signal v0.2.10
45942024-12-21T04:33:24.147Z Running `/home/build/.rustup/toolchains/1.81.0-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=aa3ff20da8a01aac -C extra-filename=-aa3ff20da8a01aac --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-ffb7a1a71fc50d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952024-12-21T04:33:24.674Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45962024-12-21T04:33:24.677Z Running `/home/build/.rustup/toolchains/1.81.0-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=60a55b5fba0f2774 -C extra-filename=-60a55b5fba0f2774 --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-07ebaf0eb0f1113e.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45972024-12-21T04:33:24.883Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45982024-12-21T04:33:24.885Z Running `/home/build/.rustup/toolchains/1.81.0-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=5242520d980359c5 -C extra-filename=-5242520d980359c5 --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-76becd8d03654954.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45992024-12-21T04:33:26.122Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46002024-12-21T04:33:26.126Z Running `/home/build/.rustup/toolchains/1.81.0-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=4746f79c39168cbb -C extra-filename=-4746f79c39168cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46012024-12-21T04:33:29.282Z Running `/home/build/.rustup/toolchains/1.81.0-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=47aca2a1207d5a9d -C extra-filename=-47aca2a1207d5a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-af2a94d712875572.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.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-b8bd1938cb3272eb/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)'`
46022024-12-21T04:33:30.425Z Compiling password-hash v0.4.2
46032024-12-21T04:33:30.428Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bb8ad28a0bda70e6 -C extra-filename=-bb8ad28a0bda70e6 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042024-12-21T04:33:31.381Z Compiling target-spec v3.2.2
46052024-12-21T04:33:31.384Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=f5b111fd59ab663f -C extra-filename=-f5b111fd59ab663f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062024-12-21T04:33:31.407Z Compiling futures-timer v3.0.3
46072024-12-21T04:33:31.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.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=59cf1b18c098fd7e -C extra-filename=-59cf1b18c098fd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082024-12-21T04:33:32.066Z Running `/home/build/.rustup/toolchains/1.81.0-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=ee876f04108b445c -C extra-filename=-ee876f04108b445c --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-bd1283d0e129dcf7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46092024-12-21T04:33:32.305Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
46102024-12-21T04:33:32.310Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=ecd1f4b07face86c -C extra-filename=-ecd1f4b07face86c --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-ecd1f4b07face86c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-47aca2a1207d5a9d.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-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64`
46112024-12-21T04:33:32.351Z Compiling event-listener v2.5.3
46122024-12-21T04:33:32.353Z Running `/home/build/.rustup/toolchains/1.81.0-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=8fb6bacc5e9e941e -C extra-filename=-8fb6bacc5e9e941e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132024-12-21T04:33:32.871Z Compiling matches v0.1.10
46142024-12-21T04:33:32.875Z Running `/home/build/.rustup/toolchains/1.81.0-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=7f756f479b35788f -C extra-filename=-7f756f479b35788f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152024-12-21T04:33:33.027Z Compiling idna v0.2.3
46162024-12-21T04:33:33.082Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6054e3b7cc9b917e -C extra-filename=-6054e3b7cc9b917e --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-7f756f479b35788f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172024-12-21T04:33:33.749Z Compiling async-channel v1.9.0
46182024-12-21T04:33:33.760Z Running `/home/build/.rustup/toolchains/1.81.0-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=bf7c885cefb58b44 -C extra-filename=-bf7c885cefb58b44 --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-9d76f34f37d34689.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-8fb6bacc5e9e941e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192024-12-21T04:33:34.109Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f/build-script-build`
46202024-12-21T04:33:34.160Z Compiling pbkdf2 v0.11.0
46212024-12-21T04:33:34.164Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=f6bd386b0826c3bc -C extra-filename=-f6bd386b0826c3bc --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-427828cb45815475.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bb8ad28a0bda70e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222024-12-21T04:33:34.443Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-ecd1f4b07face86c/build-script-build`
46232024-12-21T04:33:34.566Z Compiling async-process v2.3.0
46242024-12-21T04:33:34.570Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=7330e236bbce1463 -C extra-filename=-7330e236bbce1463 --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-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-aa3ff20da8a01aac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252024-12-21T04:33:34.746Z Compiling async-global-executor v2.4.1
46262024-12-21T04:33:34.749Z Running `/home/build/.rustup/toolchains/1.81.0-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=447600a6003c50fc -C extra-filename=-447600a6003c50fc --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-a1ff82d8a7169d59.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-a884622f779f5e2e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-45437561779373b8.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272024-12-21T04:33:36.129Z Compiling cfg-expr v0.17.0
46282024-12-21T04:33:36.132Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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=f32dfc9624de7ee9 -C extra-filename=-f32dfc9624de7ee9 --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-4dafc5e65351502b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292024-12-21T04:33:36.226Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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=0dacf5d2d2ae0df0 -C extra-filename=-0dacf5d2d2ae0df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f4a7d3ffc1b99ca4.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-f26dddd08958e568.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b6de77c19e02896b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b864401e798d4562.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-97d3df6b74eca146.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/lib/amd64`
46302024-12-21T04:33:36.599Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=ec6033f800f8da03 -C extra-filename=-ec6033f800f8da03 --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-2570a634c4322755.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d635affb61cddc7a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312024-12-21T04:33:37.614Z Compiling ssh-key v0.6.6
46322024-12-21T04:33:37.618Z Running `/home/build/.rustup/toolchains/1.81.0-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=dc63e79e95ddd3b1 -C extra-filename=-dc63e79e95ddd3b1 --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-4540efc43f9bc033.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-9618192e9bac92b5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332024-12-21T04:33:37.971Z Running `/home/build/.rustup/toolchains/1.81.0-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=dcf613efd911aee8 -C extra-filename=-dcf613efd911aee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342024-12-21T04:33:38.117Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46352024-12-21T04:33:38.119Z Running `/home/build/.rustup/toolchains/1.81.0-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=b83bd15c032b2476 -C extra-filename=-b83bd15c032b2476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46362024-12-21T04:33:39.030Z Compiling p256 v0.13.2
46372024-12-21T04:33:39.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=ad4aff7a56eebf8c -C extra-filename=-ad4aff7a56eebf8c --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-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382024-12-21T04:33:39.902Z Compiling p521 v0.13.3
46392024-12-21T04:33:39.905Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=7a524a0f16c07ec9 -C extra-filename=-7a524a0f16c07ec9 --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-2a65e2ab151e09a4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402024-12-21T04:33:42.437Z Compiling enum-as-inner v0.5.1
46412024-12-21T04:33:42.439Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca7893d42489f5d7 -C extra-filename=-ca7893d42489f5d7 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422024-12-21T04:33:42.712Z Compiling petname v2.0.2
46432024-12-21T04:33:42.714Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=5171d83a21944ae3 -C extra-filename=-5171d83a21944ae3 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-5171d83a21944ae3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442024-12-21T04:33:43.761Z Compiling async-attributes v1.1.2
46452024-12-21T04:33:43.764Z Running `/home/build/.rustup/toolchains/1.81.0-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=262a3c5bc03e623e -C extra-filename=-262a3c5bc03e623e --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462024-12-21T04:33:44.002Z Compiling num_cpus v1.16.0
46472024-12-21T04:33:44.006Z Running `/home/build/.rustup/toolchains/1.81.0-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=1ab012f26251dbb0 -C extra-filename=-1ab012f26251dbb0 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482024-12-21T04:33:44.182Z Compiling russh-cryptovec v0.7.3
46492024-12-21T04:33:44.185Z Running `/home/build/.rustup/toolchains/1.81.0-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.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=c83939e00e0c0029 -C extra-filename=-c83939e00e0c0029 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502024-12-21T04:33:44.581Z Compiling kv-log-macro v1.0.7
46512024-12-21T04:33:44.584Z Running `/home/build/.rustup/toolchains/1.81.0-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=a5c63cddda8596c9 -C extra-filename=-a5c63cddda8596c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522024-12-21T04:33:44.822Z Compiling md5 v0.7.0
46532024-12-21T04:33:44.825Z Running `/home/build/.rustup/toolchains/1.81.0-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=778d21cacd260cac -C extra-filename=-778d21cacd260cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542024-12-21T04:33:44.896Z Compiling async-std v1.13.0
46552024-12-21T04:33:44.899Z Running `/home/build/.rustup/toolchains/1.81.0-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=6e3748cdf53e115f -C extra-filename=-6e3748cdf53e115f --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-262a3c5bc03e623e.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-bf7c885cefb58b44.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-447600a6003c50fc.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-7330e236bbce1463.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a5c63cddda8596c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562024-12-21T04:33:45.392Z Compiling russh-keys v0.45.0
46572024-12-21T04:33:45.395Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.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=b4d7bea54ca37a06 -C extra-filename=-b4d7bea54ca37a06 --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-49508c3e1240323b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4540efc43f9bc033.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-7ae99d2f75a76b1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-778d21cacd260cac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ad4aff7a56eebf8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7a524a0f16c07ec9.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f6bd386b0826c3bc.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-49eb0380f33bfa38.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f892454cf30be5aa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dc63e79e95ddd3b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582024-12-21T04:33:46.891Z Compiling threadpool v1.8.1
46592024-12-21T04:33:46.894Z Running `/home/build/.rustup/toolchains/1.81.0-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=ac2cc9c1dac7e59e -C extra-filename=-ac2cc9c1dac7e59e --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-1ab012f26251dbb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602024-12-21T04:33:47.894Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-5171d83a21944ae3/build-script-build`
46612024-12-21T04:33:48.280Z Compiling trust-dns-proto v0.22.0
46622024-12-21T04:33:48.283Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=604e42f6ec39a6d9 -C extra-filename=-604e42f6ec39a6d9 --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-49589da9b84e9811.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ca7893d42489f5d7.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6054e3b7cc9b917e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632024-12-21T04:33:50.006Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=4e18e025a34f8d79 -C extra-filename=-4e18e025a34f8d79 --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-f32dfc9624de7ee9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642024-12-21T04:33:51.161Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46652024-12-21T04:33:51.165Z Running `/home/build/.rustup/toolchains/1.81.0-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=f920321a0c48738c -C extra-filename=-f920321a0c48738c --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-60a55b5fba0f2774.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46662024-12-21T04:33:52.411Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46672024-12-21T04:33:52.415Z Running `/home/build/.rustup/toolchains/1.81.0-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=f621e988d0cb7022 -C extra-filename=-f621e988d0cb7022 --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-22bf2437c7345e9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46682024-12-21T04:33:53.085Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46692024-12-21T04:33:53.090Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/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=f62ab531ae5a915e -C extra-filename=-f62ab531ae5a915e --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-9798e8e7609cdab8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46702024-12-21T04:33:53.283Z Compiling httptest v0.16.1
46712024-12-21T04:33:53.287Z Running `/home/build/.rustup/toolchains/1.81.0-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=d068719380d1986e -C extra-filename=-d068719380d1986e --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-a50dd529fc113091.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9a55828e5a47f28b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722024-12-21T04:33:53.765Z Compiling num-bigint v0.4.6
46732024-12-21T04:33:53.768Z Running `/home/build/.rustup/toolchains/1.81.0-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.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=3930cfeb3c3e65fd -C extra-filename=-3930cfeb3c3e65fd --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742024-12-21T04:33:57.056Z Compiling pathdiff v0.2.2
46752024-12-21T04:33:57.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=359981128e5bbc84 -C extra-filename=-359981128e5bbc84 --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-9798e8e7609cdab8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762024-12-21T04:33:57.274Z Compiling rustls-native-certs v0.7.3
46772024-12-21T04:33:57.277Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.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=3d59b4584548294c -C extra-filename=-3d59b4584548294c --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-dd81080d435c4bbe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782024-12-21T04:33:57.963Z Compiling des v0.8.1
46792024-12-21T04:33:57.966Z Running `/home/build/.rustup/toolchains/1.81.0-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=edec9f2571c55d8f -C extra-filename=-edec9f2571c55d8f --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802024-12-21T04:33:58.011Z Compiling nested v0.1.1
46812024-12-21T04:33:58.015Z Running `/home/build/.rustup/toolchains/1.81.0-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=d8b5fe80e93811ac -C extra-filename=-d8b5fe80e93811ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822024-12-21T04:33:58.351Z Compiling dhcproto-macros v0.1.0
46832024-12-21T04:33:58.368Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c278ee2171aef707 -C extra-filename=-c278ee2171aef707 --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`
46842024-12-21T04:33:58.378Z Compiling escape8259 v0.5.3
46852024-12-21T04:33:58.378Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca9f6f1ef9fdf75b -C extra-filename=-ca9f6f1ef9fdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862024-12-21T04:33:58.817Z Compiling libtest-mimic v0.7.3
46872024-12-21T04:33:58.820Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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=745ca0f72c0e1970 -C extra-filename=-745ca0f72c0e1970 --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-0fe382f5b66ca1e5.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ca9f6f1ef9fdf75b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ac2cc9c1dac7e59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882024-12-21T04:33:59.438Z Compiling dhcproto v0.12.0
46892024-12-21T04:33:59.442Z Running `/home/build/.rustup/toolchains/1.81.0-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=9aa5a8591ea416dd -C extra-filename=-9aa5a8591ea416dd --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-c278ee2171aef707.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-604e42f6ec39a6d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902024-12-21T04:33:59.607Z Compiling russh v0.45.0
46912024-12-21T04:33:59.610Z Running `/home/build/.rustup/toolchains/1.81.0-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=bdf2aee82aae11f5 -C extra-filename=-bdf2aee82aae11f5 --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-49508c3e1240323b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-72eed48f13befa44.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-edec9f2571c55d8f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-3930cfeb3c3e65fd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ad4aff7a56eebf8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7a524a0f16c07ec9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dc63e79e95ddd3b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922024-12-21T04:33:59.703Z Compiling guppy v0.17.8
46932024-12-21T04:33:59.706Z Running `/home/build/.rustup/toolchains/1.81.0-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=6f5a8545fafec66f -C extra-filename=-6f5a8545fafec66f --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-8be98ef023620e24.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3993d879d3735a13.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-d8b5fe80e93811ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-359981128e5bbc84.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4e18e025a34f8d79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942024-12-21T04:34:01.019Z Compiling hyper-rustls v0.26.0
46952024-12-21T04:34:01.023Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --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=deb8823d021b2137 -C extra-filename=-deb8823d021b2137 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3d59b4584548294c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fbcb4f04377170d5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
46962024-12-21T04:34:01.663Z Compiling async-object-pool v0.1.5
46972024-12-21T04:34:01.666Z Running `/home/build/.rustup/toolchains/1.81.0-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=748ae1022d05e49f -C extra-filename=-748ae1022d05e49f --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-6e3748cdf53e115f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982024-12-21T04:34:01.889Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-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 --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=f4cfaaaadd3e6100 -C extra-filename=-f4cfaaaadd3e6100 --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-6b8c06aaa5867a2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992024-12-21T04:34:03.163Z Compiling fancy-regex v0.13.0
47002024-12-21T04:34:03.166Z Running `/home/build/.rustup/toolchains/1.81.0-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=e2a162cb211c7f2a -C extra-filename=-e2a162cb211c7f2a --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-1499c911902a6a96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012024-12-21T04:34:04.633Z Compiling rstest_macros v0.23.0
47022024-12-21T04:34:04.636Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=9df46b36269f3495 -C extra-filename=-9df46b36269f3495 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032024-12-21T04:34:04.994Z Compiling assert-json-diff v2.0.2
47042024-12-21T04:34:04.997Z Running `/home/build/.rustup/toolchains/1.81.0-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=353c97fa95c80beb -C extra-filename=-353c97fa95c80beb --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052024-12-21T04:34:05.276Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47062024-12-21T04:34:05.280Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=514e6a7ff6bc0fc6 -C extra-filename=-514e6a7ff6bc0fc6 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072024-12-21T04:34:05.666Z Compiling serde_regex v1.1.0
47082024-12-21T04:34:05.669Z Running `/home/build/.rustup/toolchains/1.81.0-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=55e44f0bbb3bea15 -C extra-filename=-55e44f0bbb3bea15 --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-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092024-12-21T04:34:05.833Z Compiling path-tree v0.8.1
47102024-12-21T04:34:05.836Z Running `/home/build/.rustup/toolchains/1.81.0-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=d102334ba62b34cb -C extra-filename=-d102334ba62b34cb --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112024-12-21T04:34:06.014Z Compiling internet-checksum v0.2.1
47122024-12-21T04:34:06.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=fc090d67868fcae5 -C extra-filename=-fc090d67868fcae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132024-12-21T04:34:06.043Z Compiling sync-ptr v0.1.1
47142024-12-21T04:34:06.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync-ptr-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=c4769adbca513052 -C extra-filename=-c4769adbca513052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152024-12-21T04:34:06.269Z Compiling stringmetrics v2.2.2
47162024-12-21T04:34:06.272Z Running `/home/build/.rustup/toolchains/1.81.0-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=5acb2435e30a3768 -C extra-filename=-5acb2435e30a3768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172024-12-21T04:34:06.332Z Compiling target-triple v0.1.3
47182024-12-21T04:34:06.334Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.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=c180273141f07097 -C extra-filename=-c180273141f07097 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192024-12-21T04:34:06.453Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495/build-script-build`
47202024-12-21T04:34:06.559Z Compiling httpmock v0.8.0-alpha.1
47212024-12-21T04:34:06.561Z Running `/home/build/.rustup/toolchains/1.81.0-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=680c3f0b9a9c5fc8 -C extra-filename=-680c3f0b9a9c5fc8 --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-353c97fa95c80beb.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-748ae1022d05e49f.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-6e3748cdf53e115f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d102334ba62b34cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-55e44f0bbb3bea15.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-5acb2435e30a3768.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222024-12-21T04:34:06.636Z Compiling datatest-stable v0.2.9
47232024-12-21T04:34:06.640Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=837c15c62288bb7f -C extra-filename=-837c15c62288bb7f --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-9798e8e7609cdab8.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e2a162cb211c7f2a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-745ca0f72c0e1970.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242024-12-21T04:34:06.961Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build`
47252024-12-21T04:34:07.001Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47262024-12-21T04:34:07.004Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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=0b6c4f6d9b73b028 -C extra-filename=-0b6c4f6d9b73b028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47272024-12-21T04:34:07.429Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47282024-12-21T04:34:07.535Z Running `/home/build/.rustup/toolchains/1.81.0-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=c8d02974a5a8fa5a -C extra-filename=-c8d02974a5a8fa5a --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-29117e4ff36dab03.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47292024-12-21T04:34:08.239Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47302024-12-21T04:34:08.246Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eff91d094c87d9ab -C extra-filename=-eff91d094c87d9ab --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-eff91d094c87d9ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47312024-12-21T04:34:08.272Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47322024-12-21T04:34:08.273Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=104a791fb591dafd -C extra-filename=-104a791fb591dafd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-104a791fb591dafd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47332024-12-21T04:34:08.339Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47342024-12-21T04:34:08.348Z Running `/home/build/.rustup/toolchains/1.81.0-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=d8564b7135350301 -C extra-filename=-d8564b7135350301 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-d8564b7135350301 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47352024-12-21T04:34:08.633Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47362024-12-21T04:34:08.644Z Running `/home/build/.rustup/toolchains/1.81.0-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=44c432f1353e4d07 -C extra-filename=-44c432f1353e4d07 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-44c432f1353e4d07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47372024-12-21T04:34:08.668Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47382024-12-21T04:34:08.710Z Running `/home/build/.rustup/toolchains/1.81.0-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=089879fd18c26bf9 -C extra-filename=-089879fd18c26bf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-089879fd18c26bf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47392024-12-21T04:34:08.734Z Compiling similar-asserts v1.6.0
47402024-12-21T04:34:08.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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=0bda880a12e82784 -C extra-filename=-0bda880a12e82784 --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-8134fd228889b755.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412024-12-21T04:34:08.994Z Compiling proc-macro-crate v3.2.0
47422024-12-21T04:34:09.021Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-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=36554d6edcbf0112 -C extra-filename=-36554d6edcbf0112 --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-c247e93f31a67a45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432024-12-21T04:34:09.047Z Compiling relative-path v1.9.3
47442024-12-21T04:34:09.064Z Running `/home/build/.rustup/toolchains/1.81.0-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=eb2005d781c181a6 -C extra-filename=-eb2005d781c181a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452024-12-21T04:34:09.096Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-089879fd18c26bf9/build-script-build`
47462024-12-21T04:34:09.140Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-44c432f1353e4d07/build-script-build`
47472024-12-21T04:34:09.183Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-d8564b7135350301/build-script-build`
47482024-12-21T04:34:09.227Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-104a791fb591dafd/build-script-build`
47492024-12-21T04:34:09.268Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-eff91d094c87d9ab/build-script-build`
47502024-12-21T04:34:09.310Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-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=b5984a9b105052d9 -C extra-filename=-b5984a9b105052d9 --out-dir /work/oxidecomputer/omicron/target/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(host_os, values("windows"))'`
47512024-12-21T04:34:09.454Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47522024-12-21T04:34:09.457Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --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=24a5d3bedb41a82c -C extra-filename=-24a5d3bedb41a82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f4cfaaaadd3e6100.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47532024-12-21T04:34:09.813Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47542024-12-21T04:34:09.815Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58a93e1f4809c009 -C extra-filename=-58a93e1f4809c009 --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47552024-12-21T04:34:10.000Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47562024-12-21T04:34:10.004Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5796bb75258b9cb -C extra-filename=-a5796bb75258b9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47572024-12-21T04:34:10.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=fed5b5e3d388b043 -C extra-filename=-fed5b5e3d388b043 --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-83c04ded702a2c6e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-36554d6edcbf0112.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-eb2005d781c181a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582024-12-21T04:34:12.465Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47592024-12-21T04:34:12.472Z Running `/home/build/.rustup/toolchains/1.81.0-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=5141049515faa0bf -C extra-filename=-5141049515faa0bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47602024-12-21T04:34:13.425Z Compiling multimap v0.10.0
47612024-12-21T04:34:13.429Z Running `/home/build/.rustup/toolchains/1.81.0-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=2ec29070d6a15893 -C extra-filename=-2ec29070d6a15893 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622024-12-21T04:34:13.815Z Compiling uzers v0.12.1
47632024-12-21T04:34:13.818Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-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="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", "test-integration"))' -C metadata=701a4a1f6a4aa386 -C extra-filename=-701a4a1f6a4aa386 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642024-12-21T04:34:15.107Z Compiling trybuild v1.0.101
47652024-12-21T04:34:15.114Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=c77e2ee3ec11d3c8 -C extra-filename=-c77e2ee3ec11d3c8 --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-dec4d7736b1aadcb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b5984a9b105052d9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662024-12-21T04:34:15.233Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47672024-12-21T04:34:15.237Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97188c7dad077d37 -C extra-filename=-97188c7dad077d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47682024-12-21T04:34:18.129Z Compiling polar-core v0.27.3
47692024-12-21T04:34:18.132Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=c70a5f2683588dac -C extra-filename=-c70a5f2683588dac --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-c70a5f2683588dac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-a02df84275ccf2b4.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47702024-12-21T04:34:19.914Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-c70a5f2683588dac/build-script-build`
47712024-12-21T04:34:21.330Z Compiling partial-io v0.5.4
47722024-12-21T04:34:21.332Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=2133af8225f5196c -C extra-filename=-2133af8225f5196c --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-6961bb14eaa0b2c9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-11c741aeb8997841.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732024-12-21T04:34:21.683Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=73502d6774ee4ab9 -C extra-filename=-73502d6774ee4ab9 --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-af4dd81929a552eb.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7bb70439e6f8b4bd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742024-12-21T04:34:21.875Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47752024-12-21T04:34:21.878Z Running `/home/build/.rustup/toolchains/1.81.0-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=f94d5102a4e413c2 -C extra-filename=-f94d5102a4e413c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f94d5102a4e413c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47762024-12-21T04:34:22.041Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47772024-12-21T04:34:22.044Z Running `/home/build/.rustup/toolchains/1.81.0-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=a764766fcb423fe7 -C extra-filename=-a764766fcb423fe7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a764766fcb423fe7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5d4f81e687b08afb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47782024-12-21T04:34:22.260Z Compiling blake2b_simd v1.0.2
47792024-12-21T04:34:22.263Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.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=eda17c6efe244ce2 -C extra-filename=-eda17c6efe244ce2 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47802024-12-21T04:34:22.419Z Compiling rand_distr v0.4.3
47812024-12-21T04:34:22.422Z Running `/home/build/.rustup/toolchains/1.81.0-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=d9ba92eedc0ce4c3 -C extra-filename=-d9ba92eedc0ce4c3 --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-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822024-12-21T04:34:22.635Z Compiling rstest v0.23.0
47832024-12-21T04:34:22.638Z Running `/home/build/.rustup/toolchains/1.81.0-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=e2c326254ab0b83d -C extra-filename=-e2c326254ab0b83d --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-6961bb14eaa0b2c9.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-fed5b5e3d388b043.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842024-12-21T04:34:22.948Z Compiling approx v0.5.1
47852024-12-21T04:34:22.954Z Running `/home/build/.rustup/toolchains/1.81.0-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=8148c88ee720cd5b -C extra-filename=-8148c88ee720cd5b --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862024-12-21T04:34:23.247Z Compiling rust-argon2 v2.1.0
47872024-12-21T04:34:23.249Z Running `/home/build/.rustup/toolchains/1.81.0-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=b71e8232227ebb47 -C extra-filename=-b71e8232227ebb47 --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-6d27ec8383fdb856.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eda17c6efe244ce2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882024-12-21T04:34:23.364Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a764766fcb423fe7/build-script-build`
47892024-12-21T04:34:23.409Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f94d5102a4e413c2/build-script-build`
47902024-12-21T04:34:23.456Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47912024-12-21T04:34:23.460Z Running `/home/build/.rustup/toolchains/1.81.0-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=57b832d234e9081c -C extra-filename=-57b832d234e9081c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47922024-12-21T04:34:23.685Z Running `/home/build/.rustup/toolchains/1.81.0-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=1691fe667ea8ca18 -C extra-filename=-1691fe667ea8ca18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-60a55b5fba0f2774.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47932024-12-21T04:34:24.816Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
47942024-12-21T04:34:24.819Z Running `/home/build/.rustup/toolchains/1.81.0-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=1a11ace5ddae3889 -C extra-filename=-1a11ace5ddae3889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47952024-12-21T04:34:25.140Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47962024-12-21T04:34:25.143Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56b0b59bb5331750 -C extra-filename=-56b0b59bb5331750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9d4807c033ee8bf1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47972024-12-21T04:34:27.998Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47982024-12-21T04:34:28.001Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --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=2fa923aaa6b71fe7 -C extra-filename=-2fa923aaa6b71fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47992024-12-21T04:34:28.142Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48002024-12-21T04:34:28.144Z Running `/home/build/.rustup/toolchains/1.81.0-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=8d7965cd7c194ed5 -C extra-filename=-8d7965cd7c194ed5 --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-91edeb29dad9c73e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48012024-12-21T04:34:28.209Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48022024-12-21T04:34:28.212Z Running `/home/build/.rustup/toolchains/1.81.0-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=c3bde0d17f827117 -C extra-filename=-c3bde0d17f827117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48032024-12-21T04:34:29.167Z Compiling cargo_toml v0.20.5
48042024-12-21T04:34:29.170Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.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=31b99b7c84716e32 -C extra-filename=-31b99b7c84716e32 --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-1ac9fc4a930966d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48052024-12-21T04:34:29.839Z Compiling termios v0.3.3
48062024-12-21T04:34:29.843Z Running `/home/build/.rustup/toolchains/1.81.0-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=550fd14e52bda4fa -C extra-filename=-550fd14e52bda4fa --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072024-12-21T04:34:29.895Z Compiling indoc v2.0.5
48082024-12-21T04:34:29.899Z Running `/home/build/.rustup/toolchains/1.81.0-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=7d65c32a1e8d7443 -C extra-filename=-7d65c32a1e8d7443 --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`
48092024-12-21T04:34:30.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11e8b304b4a61c28 -C extra-filename=-11e8b304b4a61c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-2fa923aaa6b71fe7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48102024-12-21T04:34:30.124Z Running `/home/build/.rustup/toolchains/1.81.0-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=c3c04d7b86c81d82 -C extra-filename=-c3c04d7b86c81d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-c3bde0d17f827117.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48112024-12-21T04:34:30.151Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48122024-12-21T04:34:30.151Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eede7a090422eac -C extra-filename=-1eede7a090422eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-550fd14e52bda4fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48132024-12-21T04:34:30.949Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f0108158339e644 -C extra-filename=-2f0108158339e644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-56b0b59bb5331750.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9d4807c033ee8bf1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48142024-12-21T04:34:31.057Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebc2775a65df0dd6 -C extra-filename=-ebc2775a65df0dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-419a65fdbae0ba80.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48152024-12-21T04:34:32.358Z Compiling oso v0.27.3
48162024-12-21T04:34:32.361Z Running `/home/build/.rustup/toolchains/1.81.0-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=0a762e5873565250 -C extra-filename=-0a762e5873565250 --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-294525d2661f977f.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d20719db909fefed.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-73502d6774ee4ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48172024-12-21T04:34:36.293Z Running `/home/build/.rustup/toolchains/1.81.0-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=72273e4545f29076 -C extra-filename=-72273e4545f29076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1d499e452c7eed62.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ee876f04108b445c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48182024-12-21T04:34:36.978Z Running `/home/build/.rustup/toolchains/1.81.0-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=535ea0455a648208 -C extra-filename=-535ea0455a648208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-1a11ace5ddae3889.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48192024-12-21T04:34:38.733Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48202024-12-21T04:34:38.735Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30a278dbbafd8247 -C extra-filename=-30a278dbbafd8247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-31b99b7c84716e32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48212024-12-21T04:34:38.845Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=827a80ecaa12e1b7 -C extra-filename=-827a80ecaa12e1b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-680c3f0b9a9c5fc8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48222024-12-21T04:34:39.446Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee8fce1b17dd204c -C extra-filename=-ee8fce1b17dd204c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-680c3f0b9a9c5fc8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48232024-12-21T04:34:40.339Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ceaf5c77ca78cce -C extra-filename=-5ceaf5c77ca78cce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-680c3f0b9a9c5fc8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48242024-12-21T04:34:41.436Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db0f6fb12a6f7b33 -C extra-filename=-db0f6fb12a6f7b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-680c3f0b9a9c5fc8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48252024-12-21T04:34:41.970Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=9907eeb28fff5692 -C extra-filename=-9907eeb28fff5692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a12423ad7548ef27.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-5530f51f105ffb15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ee876f04108b445c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48262024-12-21T04:34:43.330Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddac36c31a78408f -C extra-filename=-ddac36c31a78408f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97188c7dad077d37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48272024-12-21T04:34:45.949Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b6cbd99cf4f485e -C extra-filename=-4b6cbd99cf4f485e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97188c7dad077d37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48282024-12-21T04:34:48.395Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c656c2c2279aa2f4 -C extra-filename=-c656c2c2279aa2f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d8f7b1b51375db4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48292024-12-21T04:34:48.616Z Running `/home/build/.rustup/toolchains/1.81.0-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=73447c1ec8f59224 -C extra-filename=-73447c1ec8f59224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-57b832d234e9081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48302024-12-21T04:34:49.745Z Running `/home/build/.rustup/toolchains/1.81.0-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=af1a1d2a593aa776 -C extra-filename=-af1a1d2a593aa776 --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e2c326254ab0b83d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c77e2ee3ec11d3c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48312024-12-21T04:34:50.821Z Running `/home/build/.rustup/toolchains/1.81.0-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=6c06dc2fbb4d7bac -C extra-filename=-6c06dc2fbb4d7bac --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e2c326254ab0b83d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c77e2ee3ec11d3c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48322024-12-21T04:34:50.972Z Running `/home/build/.rustup/toolchains/1.81.0-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=63eee72a46296c64 -C extra-filename=-63eee72a46296c64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48332024-12-21T04:34:52.325Z Running `/home/build/.rustup/toolchains/1.81.0-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=8be8334e4d6bcca8 -C extra-filename=-8be8334e4d6bcca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5141049515faa0bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48342024-12-21T04:34:53.336Z Running `/home/build/.rustup/toolchains/1.81.0-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=6154e96a7ff27374 -C extra-filename=-6154e96a7ff27374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5141049515faa0bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48352024-12-21T04:34:53.524Z Running `/home/build/.rustup/toolchains/1.81.0-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=d6b3ce2d8f9156e6 -C extra-filename=-d6b3ce2d8f9156e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5141049515faa0bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48362024-12-21T04:34:54.500Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=6d484d7bf8b9b3c6 -C extra-filename=-6d484d7bf8b9b3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2133af8225f5196c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48372024-12-21T04:34:56.872Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=a3666e42baebbb09 -C extra-filename=-a3666e42baebbb09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0b6c4f6d9b73b028.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2133af8225f5196c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/usr/lib/amd64`
48382024-12-21T04:34:59.433Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93705960b52828f0 -C extra-filename=-93705960b52828f0 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-58a93e1f4809c009.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48392024-12-21T04:35:02.407Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99b8819e2010f186 -C extra-filename=-99b8819e2010f186 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48402024-12-21T04:35:03.281Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=247f038ead950d77 -C extra-filename=-247f038ead950d77 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-58a93e1f4809c009.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48412024-12-21T04:35:03.863Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3d8968566d462b4 -C extra-filename=-f3d8968566d462b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5796bb75258b9cb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48422024-12-21T04:35:05.939Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=572abc617f4d8a8f -C extra-filename=-572abc617f4d8a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0b6c4f6d9b73b028.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5796bb75258b9cb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48432024-12-21T04:35:07.227Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b7e37aaba1305d2 -C extra-filename=-1b7e37aaba1305d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0b6c4f6d9b73b028.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5796bb75258b9cb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48442024-12-21T04:35:09.063Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f64304e7f4c6eadc -C extra-filename=-f64304e7f4c6eadc --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-58a93e1f4809c009.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48452024-12-21T04:35:11.968Z Running `/home/build/.rustup/toolchains/1.81.0-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=8a1999927fd153c7 -C extra-filename=-8a1999927fd153c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48462024-12-21T04:35:14.237Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=385c3468ed7ba325 -C extra-filename=-385c3468ed7ba325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0b6c4f6d9b73b028.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48472024-12-21T04:35:19.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d63d3f705d52e5e -C extra-filename=-7d63d3f705d52e5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-24a5d3bedb41a82c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48482024-12-21T04:35:23.224Z Running `/home/build/.rustup/toolchains/1.81.0-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=7b96009ce8c16626 -C extra-filename=-7b96009ce8c16626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c8d02974a5a8fa5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48492024-12-21T04:35:27.350Z Running `/home/build/.rustup/toolchains/1.81.0-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=53f3576402f55a09 -C extra-filename=-53f3576402f55a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c8d02974a5a8fa5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48502024-12-21T04:35:29.753Z Running `/home/build/.rustup/toolchains/1.81.0-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=079a92ffe3e08889 -C extra-filename=-079a92ffe3e08889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48512024-12-21T04:35:35.312Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48522024-12-21T04:35:35.316Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7fe6a184b92ee658 -C extra-filename=-7fe6a184b92ee658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48532024-12-21T04:35:36.754Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48542024-12-21T04:35:36.757Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c852f911ce99765c -C extra-filename=-c852f911ce99765c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48552024-12-21T04:35:39.643Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48562024-12-21T04:35:39.651Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2bac4b246cdaff0 -C extra-filename=-e2bac4b246cdaff0 --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-6961bb14eaa0b2c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48572024-12-21T04:35:41.537Z Running `/home/build/.rustup/toolchains/1.81.0-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=eb078fd979f4245f -C extra-filename=-eb078fd979f4245f --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48582024-12-21T04:35:41.582Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6b6f6987cf2a934 -C extra-filename=-d6b6f6987cf2a934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48592024-12-21T04:35:42.825Z Running `/home/build/.rustup/toolchains/1.81.0-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=1f81e76826c801f3 -C extra-filename=-1f81e76826c801f3 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48602024-12-21T04:35:44.841Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=957bfcf393af0ced -C extra-filename=-957bfcf393af0ced --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6f5a8545fafec66f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48612024-12-21T04:35:44.952Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=d36f161bb125fd7f -C extra-filename=-d36f161bb125fd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6f5a8545fafec66f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48622024-12-21T04:35:45.633Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=86fd8cce090026c1 -C extra-filename=-86fd8cce090026c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6f5a8545fafec66f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48632024-12-21T04:35:48.038Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=838e7a308a1c9102 -C extra-filename=-838e7a308a1c9102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/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=/usr/lib/amd64`
48642024-12-21T04:35:48.839Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=c95b1e91b396e58a -C extra-filename=-c95b1e91b396e58a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6f5a8545fafec66f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48652024-12-21T04:35:48.946Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=c5a2bcda27d40c9f -C extra-filename=-c5a2bcda27d40c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6f5a8545fafec66f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48662024-12-21T04:35:50.406Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bad5182928dd758c -C extra-filename=-bad5182928dd758c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48672024-12-21T04:35:52.191Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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=38fb3bd6c4fc4b67 -C extra-filename=-38fb3bd6c4fc4b67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48682024-12-21T04:36:01.584Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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=e20ced4923c1fad6 -C extra-filename=-e20ced4923c1fad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48692024-12-21T04:36:08.213Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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=4ce8e34ccc631a45 -C extra-filename=-4ce8e34ccc631a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48702024-12-21T04:36:15.564Z Running `/home/build/.rustup/toolchains/1.81.0-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=0d5dd7d450231b9b -C extra-filename=-0d5dd7d450231b9b --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-c43ad96ddfd8e512.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48712024-12-21T04:36:19.662Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41d44c733a8fd667 -C extra-filename=-41d44c733a8fd667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48722024-12-21T04:36:25.167Z Running `/home/build/.rustup/toolchains/1.81.0-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=1bfa2d13b52a71e7 -C extra-filename=-1bfa2d13b52a71e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-60a55b5fba0f2774.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-1691fe667ea8ca18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48732024-12-21T04:36:27.670Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44044981cf94df00 -C extra-filename=-44044981cf94df00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48742024-12-21T04:36:40.242Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20ac5192a599479e -C extra-filename=-20ac5192a599479e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48752024-12-21T04:36:42.364Z Running `/home/build/.rustup/toolchains/1.81.0-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=7431e1d702f558f9 -C extra-filename=-7431e1d702f558f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-60a55b5fba0f2774.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48762024-12-21T04:36:43.705Z Running `/home/build/.rustup/toolchains/1.81.0-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=1e9b02f7ceede17b -C extra-filename=-1e9b02f7ceede17b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-8d7965cd7c194ed5.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48772024-12-21T04:36:46.418Z Running `/home/build/.rustup/toolchains/1.81.0-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=21709b9e677548e0 -C extra-filename=-21709b9e677548e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1d499e452c7eed62.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ee876f04108b445c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48782024-12-21T04:37:09.963Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=0d884c2c0a0a526e -C extra-filename=-0d884c2c0a0a526e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a12423ad7548ef27.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-5530f51f105ffb15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ee876f04108b445c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48792024-12-21T04:37:15.434Z Running `/home/build/.rustup/toolchains/1.81.0-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=b115c3074a2785f7 -C extra-filename=-b115c3074a2785f7 --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48802024-12-21T04:37:36.579Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=00d3a7be921e86c9 -C extra-filename=-00d3a7be921e86c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48812024-12-21T04:37:37.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03a1ff96ee4bc382 -C extra-filename=-03a1ff96ee4bc382 --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-6961bb14eaa0b2c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48822024-12-21T04:37:40.933Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=845e28e51c325243 -C extra-filename=-845e28e51c325243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48832024-12-21T04:37:43.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97414a13db19771e -C extra-filename=-97414a13db19771e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48842024-12-21T04:37:45.340Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=76d26ba6842f19e4 -C extra-filename=-76d26ba6842f19e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48852024-12-21T04:37:53.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d284efb2cbc8f9a -C extra-filename=-3d284efb2cbc8f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48862024-12-21T04:37:57.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=235741121e163fed -C extra-filename=-235741121e163fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f4cfaaaadd3e6100.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48872024-12-21T04:37:57.216Z Running `/home/build/.rustup/toolchains/1.81.0-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=145484bb650ef02a -C extra-filename=-145484bb650ef02a --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-bd1283d0e129dcf7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48882024-12-21T04:37:57.865Z Running `/home/build/.rustup/toolchains/1.81.0-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=8bcaf92a3096c1c6 -C extra-filename=-8bcaf92a3096c1c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48892024-12-21T04:37:57.907Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48902024-12-21T04:37:57.910Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-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=3b67fcf36ddfa694 -C extra-filename=-3b67fcf36ddfa694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48912024-12-21T04:37:59.931Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee100969b559cf9a -C extra-filename=-ee100969b559cf9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48922024-12-21T04:38:00.461Z Running `/home/build/.rustup/toolchains/1.81.0-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=5d59ba51f45317b2 -C extra-filename=-5d59ba51f45317b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48932024-12-21T04:38:00.531Z Running `/home/build/.rustup/toolchains/1.81.0-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=93ec46078571a616 -C extra-filename=-93ec46078571a616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48942024-12-21T04:38:02.645Z Running `/home/build/.rustup/toolchains/1.81.0-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=b1548abce0ea0255 -C extra-filename=-b1548abce0ea0255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48952024-12-21T04:38:03.166Z Running `/home/build/.rustup/toolchains/1.81.0-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=4ffd5397e2a75c23 -C extra-filename=-4ffd5397e2a75c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48962024-12-21T04:38:03.906Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f709226acfbec26d -C extra-filename=-f709226acfbec26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48972024-12-21T04:38:05.356Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c03fa288271400a -C extra-filename=-7c03fa288271400a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48982024-12-21T04:38:08.395Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a94d73f391eae406 -C extra-filename=-a94d73f391eae406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48992024-12-21T04:38:10.776Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72acb64dfa89376e -C extra-filename=-72acb64dfa89376e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49002024-12-21T04:38:13.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=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=3e0274b10b94f640 -C extra-filename=-3e0274b10b94f640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49012024-12-21T04:38:18.979Z Running `/home/build/.rustup/toolchains/1.81.0-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=875050e342b82a9b -C extra-filename=-875050e342b82a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49022024-12-21T04:38:25.585Z Running `/home/build/.rustup/toolchains/1.81.0-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=59567950161727ae -C extra-filename=-59567950161727ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49032024-12-21T04:38:29.421Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d36270ffd3ad767 -C extra-filename=-3d36270ffd3ad767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49042024-12-21T04:38:35.330Z Running `/home/build/.rustup/toolchains/1.81.0-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=316abcb4a98415de -C extra-filename=-316abcb4a98415de --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-60a55b5fba0f2774.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49052024-12-21T04:38:37.348Z Running `/home/build/.rustup/toolchains/1.81.0-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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f0307b45a77c68c3 -C extra-filename=-f0307b45a77c68c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49062024-12-21T04:38:41.057Z Running `/home/build/.rustup/toolchains/1.81.0-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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=128b5b65bccd31ba -C extra-filename=-128b5b65bccd31ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49072024-12-21T04:38:44.128Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=68c19d1b3afb22e0 -C extra-filename=-68c19d1b3afb22e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49082024-12-21T04:38:47.302Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bf476f364cb4a36 -C extra-filename=-0bf476f364cb4a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49092024-12-21T04:38:51.045Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74a8e3dbfcc10d67 -C extra-filename=-74a8e3dbfcc10d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49102024-12-21T04:38:53.383Z Running `/home/build/.rustup/toolchains/1.81.0-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=c70ef2cc4c3d4713 -C extra-filename=-c70ef2cc4c3d4713 --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-07ebaf0eb0f1113e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49112024-12-21T04:38:57.034Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49122024-12-21T04:38:57.041Z Running `/home/build/.rustup/toolchains/1.81.0-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=1330b4f771096819 -C extra-filename=-1330b4f771096819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9d4807c033ee8bf1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out`
49132024-12-21T04:39:04.383Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0da0e144cba1513e -C extra-filename=-0da0e144cba1513e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9d4807c033ee8bf1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49142024-12-21T04:39:08.226Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fc12e15fb023dea -C extra-filename=-8fc12e15fb023dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49152024-12-21T04:39:10.958Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f4870e1b83b6f10 -C extra-filename=-8f4870e1b83b6f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49162024-12-21T04:39:13.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5004bf6b048d39b -C extra-filename=-e5004bf6b048d39b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49172024-12-21T04:39:18.147Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6d48da4d76b0a5e -C extra-filename=-f6d48da4d76b0a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c4abe28b7433cc71.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49182024-12-21T04:39:18.504Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97ab0ac2dc5a0189 -C extra-filename=-97ab0ac2dc5a0189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c4abe28b7433cc71.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49192024-12-21T04:39:21.363Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08e381411c651f48 -C extra-filename=-08e381411c651f48 --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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49202024-12-21T04:39:24.411Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49212024-12-21T04:39:24.414Z Running `/home/build/.rustup/toolchains/1.81.0-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=ee637ca3445bfcd4 -C extra-filename=-ee637ca3445bfcd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49222024-12-21T04:39:27.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46e4fb0db0c0ba0b -C extra-filename=-46e4fb0db0c0ba0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c4abe28b7433cc71.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49232024-12-21T04:39:29.425Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54ba97b2f9e7a516 -C extra-filename=-54ba97b2f9e7a516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c4abe28b7433cc71.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49242024-12-21T04:39:57.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92f720d98120ad66 -C extra-filename=-92f720d98120ad66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49252024-12-21T04:39:57.482Z Running `/home/build/.rustup/toolchains/1.81.0-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=4774b325634f37ae -C extra-filename=-4774b325634f37ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49262024-12-21T04:39:57.719Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=923bfe26be96aded -C extra-filename=-923bfe26be96aded --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-07ebaf0eb0f1113e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49272024-12-21T04:40:02.808Z Running `/home/build/.rustup/toolchains/1.81.0-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=b96bbaf352253fab -C extra-filename=-b96bbaf352253fab --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-76becd8d03654954.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49282024-12-21T04:40:06.092Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aaea4aeae54a3b33 -C extra-filename=-aaea4aeae54a3b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0ad2e7d7c7c005a3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49292024-12-21T04:40:08.060Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec5ac4b2758a20fe -C extra-filename=-ec5ac4b2758a20fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49302024-12-21T04:40:09.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79d66603035daef4 -C extra-filename=-79d66603035daef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49312024-12-21T04:40:10.647Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4c72af41923b921 -C extra-filename=-a4c72af41923b921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49322024-12-21T04:40:19.360Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=247b27becfdeab52 -C extra-filename=-247b27becfdeab52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49332024-12-21T04:40:22.847Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d950dff210147f5c -C extra-filename=-d950dff210147f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49342024-12-21T04:40:25.981Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03d1dd717139b8d3 -C extra-filename=-03d1dd717139b8d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49352024-12-21T04:40:26.907Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3bc7b8bbe2d514be -C extra-filename=-3bc7b8bbe2d514be --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49362024-12-21T04:40:31.350Z Running `/home/build/.rustup/toolchains/1.81.0-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=66e9d1c0d7b6f06e -C extra-filename=-66e9d1c0d7b6f06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49372024-12-21T04:40:35.087Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b30e4de4235084e8 -C extra-filename=-b30e4de4235084e8 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49382024-12-21T04:40:40.816Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=00d8860799fa778e -C extra-filename=-00d8860799fa778e --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-19e5985bb94b6ed1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49392024-12-21T04:40:49.880Z Running `/home/build/.rustup/toolchains/1.81.0-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=78c907c4fc7d4b44 -C extra-filename=-78c907c4fc7d4b44 --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-f0ae7bf504680abd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49402024-12-21T04:40:50.503Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fbaaa04e97ded36 -C extra-filename=-0fbaaa04e97ded36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49412024-12-21T04:40:59.071Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b0ad474fe5776fc -C extra-filename=-2b0ad474fe5776fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49422024-12-21T04:41:01.696Z Running `/home/build/.rustup/toolchains/1.81.0-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=dcf6133354a10fcf -C extra-filename=-dcf6133354a10fcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49432024-12-21T04:41:02.431Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=004a937ad7dad5d2 -C extra-filename=-004a937ad7dad5d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a12423ad7548ef27.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49442024-12-21T04:41:03.105Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cdb96d64d6d883c -C extra-filename=-1cdb96d64d6d883c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49452024-12-21T04:41:03.221Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84288b55aae7868d -C extra-filename=-84288b55aae7868d --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49462024-12-21T04:41:14.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc91b942358bae80 -C extra-filename=-bc91b942358bae80 --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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49472024-12-21T04:41:15.515Z Running `/home/build/.rustup/toolchains/1.81.0-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=af778c406e97b915 -C extra-filename=-af778c406e97b915 --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-c80f7612f3fd422a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49482024-12-21T04:41:17.135Z Running `/home/build/.rustup/toolchains/1.81.0-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=dec45376a8a49d76 -C extra-filename=-dec45376a8a49d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49492024-12-21T04:41:18.875Z Running `/home/build/.rustup/toolchains/1.81.0-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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a9c4a221a2671b43 -C extra-filename=-a9c4a221a2671b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49502024-12-21T04:41:41.178Z Running `/home/build/.rustup/toolchains/1.81.0-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=928d70e28af5e23a -C extra-filename=-928d70e28af5e23a --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-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49512024-12-21T04:41:43.208Z Running `/home/build/.rustup/toolchains/1.81.0-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=90cea09e50fe0daa -C extra-filename=-90cea09e50fe0daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49522024-12-21T04:41:45.020Z Running `/home/build/.rustup/toolchains/1.81.0-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=3d3d1b57f42205bd -C extra-filename=-3d3d1b57f42205bd --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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49532024-12-21T04:41:45.846Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=20b3e75fcc858989 -C extra-filename=-20b3e75fcc858989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49542024-12-21T04:41:48.398Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d0109060ba27083 -C extra-filename=-6d0109060ba27083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49552024-12-21T04:42:03.477Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00b491da466b5846 -C extra-filename=-00b491da466b5846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49562024-12-21T04:42:10.357Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71508841414138bc -C extra-filename=-71508841414138bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49572024-12-21T04:42:12.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=907b5ba0c1224460 -C extra-filename=-907b5ba0c1224460 --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-e2df5d4f12ff2844.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49582024-12-21T04:42:16.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53178b01fceb9c67 -C extra-filename=-53178b01fceb9c67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49592024-12-21T04:42:16.236Z Running `/home/build/.rustup/toolchains/1.81.0-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=ed1392c5101b2bdf -C extra-filename=-ed1392c5101b2bdf --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-22bf2437c7345e9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49602024-12-21T04:42:21.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f368aa3cd2c6e72b -C extra-filename=-f368aa3cd2c6e72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49612024-12-21T04:42:27.176Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f14728ca91b3106 -C extra-filename=-7f14728ca91b3106 --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-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49622024-12-21T04:42:32.018Z Running `/home/build/.rustup/toolchains/1.81.0-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=167e4bac664109e7 -C extra-filename=-167e4bac664109e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49632024-12-21T04:42:33.821Z Running `/home/build/.rustup/toolchains/1.81.0-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=285bd4df6f278d90 -C extra-filename=-285bd4df6f278d90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49642024-12-21T04:42:34.576Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1736180dc097ce8c -C extra-filename=-1736180dc097ce8c --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-a7ccd5d242530901.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49652024-12-21T04:42:35.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=997d9a04a7e02077 -C extra-filename=-997d9a04a7e02077 --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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49662024-12-21T04:42:43.971Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=618b4325f291f648 -C extra-filename=-618b4325f291f648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2f1b55511cc1e56f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a58f1b31a3491075.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49672024-12-21T04:42:45.266Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77d5fce0c18b264c -C extra-filename=-77d5fce0c18b264c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49682024-12-21T04:42:46.043Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e91a8f265af8c0b0 -C extra-filename=-e91a8f265af8c0b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49692024-12-21T04:42:47.958Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9cad86cba1ff64d -C extra-filename=-a9cad86cba1ff64d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49702024-12-21T04:42:49.014Z Running `/home/build/.rustup/toolchains/1.81.0-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=88f98c10502e4ff4 -C extra-filename=-88f98c10502e4ff4 --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-c80f7612f3fd422a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49712024-12-21T04:42:51.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eba264fbf5774482 -C extra-filename=-eba264fbf5774482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49722024-12-21T04:42:54.453Z Running `/home/build/.rustup/toolchains/1.81.0-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=6d2b77dfa965b96d -C extra-filename=-6d2b77dfa965b96d --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-91edeb29dad9c73e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6ab6ea20929de3aa.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-48d659c87badacd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49732024-12-21T04:42:55.045Z Running `/home/build/.rustup/toolchains/1.81.0-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=34da0300ebfa3b4c -C extra-filename=-34da0300ebfa3b4c --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-c24497a2ac819b82.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49742024-12-21T04:42:56.063Z Running `/home/build/.rustup/toolchains/1.81.0-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=0740affcfd5a3fa9 -C extra-filename=-0740affcfd5a3fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2f1b55511cc1e56f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49752024-12-21T04:42:56.502Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49762024-12-21T04:42:56.504Z Running `/home/build/.rustup/toolchains/1.81.0-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=dd978471d1c31c7a -C extra-filename=-dd978471d1c31c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49772024-12-21T04:42:58.320Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bdd8d098c1dd6e9f -C extra-filename=-bdd8d098c1dd6e9f --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-a83092cbf26d15c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49782024-12-21T04:42:58.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=a7e15037ae736f4f -C extra-filename=-a7e15037ae736f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-18dd160226af079b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49792024-12-21T04:42:59.898Z Running `/home/build/.rustup/toolchains/1.81.0-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=1255f5079bc63b4c -C extra-filename=-1255f5079bc63b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49802024-12-21T04:43:01.370Z Running `/home/build/.rustup/toolchains/1.81.0-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=e2ab06df5f6d780e -C extra-filename=-e2ab06df5f6d780e --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49812024-12-21T04:43:04.724Z Running `/home/build/.rustup/toolchains/1.81.0-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=4f918ebc6e48d915 -C extra-filename=-4f918ebc6e48d915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49822024-12-21T04:43:06.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=955da9136ad42f15 -C extra-filename=-955da9136ad42f15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-18dd160226af079b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49832024-12-21T04:43:07.334Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=b02096e8f42f6392 -C extra-filename=-b02096e8f42f6392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4d3f2eba7df92687.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fb899a33b2ffd2d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3d056a09671fae75.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b5192f2496dfe200.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
49842024-12-21T04:43:08.262Z Running `/home/build/.rustup/toolchains/1.81.0-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=11ff312ace47c31e -C extra-filename=-11ff312ace47c31e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49852024-12-21T04:43:08.372Z Running `/home/build/.rustup/toolchains/1.81.0-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=a540b65248ee2530 -C extra-filename=-a540b65248ee2530 --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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49862024-12-21T04:43:10.985Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8b6112876846da3 -C extra-filename=-b8b6112876846da3 --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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49872024-12-21T04:43:12.283Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49882024-12-21T04:43:12.286Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d05ca1ecfb36c406 -C extra-filename=-d05ca1ecfb36c406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49892024-12-21T04:43:14.714Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b26705d565e5950 -C extra-filename=-4b26705d565e5950 --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49902024-12-21T04:43:17.835Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=029cfa97c7f95571 -C extra-filename=-029cfa97c7f95571 --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-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49912024-12-21T04:43:19.077Z Running `/home/build/.rustup/toolchains/1.81.0-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=a716a690b46a6f24 -C extra-filename=-a716a690b46a6f24 --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-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49922024-12-21T04:43:20.300Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/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=2817bf259c6b48d4 -C extra-filename=-2817bf259c6b48d4 --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-9798e8e7609cdab8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49932024-12-21T04:43:21.077Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b5e1f62b34d660d -C extra-filename=-1b5e1f62b34d660d --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-0e005f0e9c526801.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49942024-12-21T04:43:21.227Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ba0f203b57beab9 -C extra-filename=-0ba0f203b57beab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49952024-12-21T04:43:21.724Z Running `/home/build/.rustup/toolchains/1.81.0-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=142a19787fae6eb7 -C extra-filename=-142a19787fae6eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49962024-12-21T04:43:22.289Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7fe22cda2386bce -C extra-filename=-e7fe22cda2386bce --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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49972024-12-21T04:43:22.481Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49982024-12-21T04:43:22.484Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db62197cb87203e4 -C extra-filename=-db62197cb87203e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49992024-12-21T04:43:24.533Z Running `/home/build/.rustup/toolchains/1.81.0-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=5a9188c8046f2398 -C extra-filename=-5a9188c8046f2398 --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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50002024-12-21T04:43:26.638Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-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=49051a1547d987c3 -C extra-filename=-49051a1547d987c3 --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-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50012024-12-21T04:43:28.827Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=120459cdfd57b3cb -C extra-filename=-120459cdfd57b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-18dd160226af079b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50022024-12-21T04:43:31.651Z Running `/home/build/.rustup/toolchains/1.81.0-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=bb7dc677e4f5efbf -C extra-filename=-bb7dc677e4f5efbf --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-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50032024-12-21T04:43:32.231Z Running `/home/build/.rustup/toolchains/1.81.0-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=f1df0c8cfc3d4aac -C extra-filename=-f1df0c8cfc3d4aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50042024-12-21T04:43:33.662Z Running `/home/build/.rustup/toolchains/1.81.0-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=358c7a4ef815f443 -C extra-filename=-358c7a4ef815f443 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50052024-12-21T04:43:35.215Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-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=6583ec8ac9986274 -C extra-filename=-6583ec8ac9986274 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50062024-12-21T04:43:36.649Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fadf80f184dced5f -C extra-filename=-fadf80f184dced5f --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50072024-12-21T04:43:37.621Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5af99be470cae0e4 -C extra-filename=-5af99be470cae0e4 --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-0b025ae11b25f088.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50082024-12-21T04:43:40.577Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54ef475a46f5898e -C extra-filename=-54ef475a46f5898e --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-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50092024-12-21T04:43:43.403Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99e0c0c1df9e0081 -C extra-filename=-99e0c0c1df9e0081 --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-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50102024-12-21T04:43:44.049Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34c04c0fd783997c -C extra-filename=-34c04c0fd783997c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b5192f2496dfe200.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50112024-12-21T04:43:44.821Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=d53ea55b05544eb8 -C extra-filename=-d53ea55b05544eb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50122024-12-21T04:43:45.863Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83a6d9ae4b3906ed -C extra-filename=-83a6d9ae4b3906ed --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-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50132024-12-21T04:43:47.281Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=638357b90df7013a -C extra-filename=-638357b90df7013a --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-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50142024-12-21T04:43:47.831Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ee0876fc5a8188f -C extra-filename=-3ee0876fc5a8188f --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50152024-12-21T04:43:47.834Z Running `/home/build/.rustup/toolchains/1.81.0-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=025d37c30fc7b64d -C extra-filename=-025d37c30fc7b64d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50162024-12-21T04:43:48.264Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0031d2ecbdb607cf -C extra-filename=-0031d2ecbdb607cf --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-91edeb29dad9c73e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50172024-12-21T04:43:48.688Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=621ced01a225be6b -C extra-filename=-621ced01a225be6b --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-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50182024-12-21T04:43:48.766Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0826883a0cc6a301 -C extra-filename=-0826883a0cc6a301 --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-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50192024-12-21T04:43:49.538Z Running `/home/build/.rustup/toolchains/1.81.0-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=cdb3b90d3fd00bb8 -C extra-filename=-cdb3b90d3fd00bb8 --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-07ebaf0eb0f1113e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50202024-12-21T04:43:50.482Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d7ed2b8ae24ac16 -C extra-filename=-2d7ed2b8ae24ac16 --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-91edeb29dad9c73e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50212024-12-21T04:43:50.647Z Running `/home/build/.rustup/toolchains/1.81.0-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=9e16bac0b6115229 -C extra-filename=-9e16bac0b6115229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50222024-12-21T04:43:51.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc00df642b035d8c -C extra-filename=-cc00df642b035d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50232024-12-21T04:43:51.204Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22b5dbf1c1416b6a -C extra-filename=-22b5dbf1c1416b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50242024-12-21T04:43:51.279Z Running `/home/build/.rustup/toolchains/1.81.0-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=71672efff93352b2 -C extra-filename=-71672efff93352b2 --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-91edeb29dad9c73e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50252024-12-21T04:43:51.665Z Running `/home/build/.rustup/toolchains/1.81.0-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=6e415435e0c8da1f -C extra-filename=-6e415435e0c8da1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50262024-12-21T04:43:52.488Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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=9c9119c0fc5e1bee -C extra-filename=-9c9119c0fc5e1bee --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-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50272024-12-21T04:43:53.300Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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=88e86df22c36db37 -C extra-filename=-88e86df22c36db37 --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-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-43f1bdbaeea6afe9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-16f9cbad3ef820a8.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47aac07021228be9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ee2543f252a7a624.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50282024-12-21T04:43:53.727Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=339c111eb7241416 -C extra-filename=-339c111eb7241416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50292024-12-21T04:45:45.775Z Running `/home/build/.rustup/toolchains/1.81.0-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=a6eab87e2f0cde1c -C extra-filename=-a6eab87e2f0cde1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50302024-12-21T04:45:45.793Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d248d6225a8e085e -C extra-filename=-d248d6225a8e085e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
50312024-12-21T04:45:45.798Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6398b2943bb6eecd -C extra-filename=-6398b2943bb6eecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/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=/usr/lib/amd64`
50322024-12-21T04:45:45.799Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fa87a929051a510 -C extra-filename=-6fa87a929051a510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/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=/usr/lib/amd64`
50332024-12-21T04:45:45.811Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7ca60eede524fea -C extra-filename=-d7ca60eede524fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-24a5d3bedb41a82c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50342024-12-21T04:45:45.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08984150b015631b -C extra-filename=-08984150b015631b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
50352024-12-21T04:45:45.831Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20ca4afed5b2d679 -C extra-filename=-20ca4afed5b2d679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
50362024-12-21T04:45:51.170Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76024a4715b45956 -C extra-filename=-76024a4715b45956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c8d02974a5a8fa5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50372024-12-21T04:45:51.196Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6edeed8e9bc54645 -C extra-filename=-6edeed8e9bc54645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50382024-12-21T04:45:52.453Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07fc8f4b00cca0a4 -C extra-filename=-07fc8f4b00cca0a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-24a5d3bedb41a82c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50392024-12-21T04:46:06.366Z Running `/home/build/.rustup/toolchains/1.81.0-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=1a845a7ce9885174 -C extra-filename=-1a845a7ce9885174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c8d02974a5a8fa5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50402024-12-21T04:46:12.006Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=702f0b37203e1d5a -C extra-filename=-702f0b37203e1d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50412024-12-21T04:46:15.299Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bbf316891ac57c1 -C extra-filename=-8bbf316891ac57c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50422024-12-21T05:22:24.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54m 51s
50432024-12-21T05:22:47.258Z
50442024-12-21T05:22:47.264Zreal 55:14.681216110
50452024-12-21T05:22:47.264Zuser 2:09:07.619804650
50462024-12-21T05:22:47.264Zsys 29:28.932579947
50472024-12-21T05:22:47.264Ztrap 13.534337573
50482024-12-21T05:22:47.264Ztflt 15.633817359
50492024-12-21T05:22:47.264Zdflt 3:31:23.091618015
50502024-12-21T05:22:47.264Zkflt 1.410875289
50512024-12-21T05:22:47.264Zlock 10:35:43.353389932
50522024-12-21T05:22:47.264Zslp 33:02:09.796867596
50532024-12-21T05:22:47.265Zlat 11:33.049430061
50542024-12-21T05:22:47.265Zstop 9:53.460095339
50552024-12-21T05:22:48.272Z+ banner test
50562024-12-21T05:22:48.340Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50572024-12-21T05:22:49.239Z
50582024-12-21T05:22:49.243Z ##### ###### #### #####
50592024-12-21T05:22:49.243Z # # # #
50602024-12-21T05:22:49.243Z # ##### #### #
50612024-12-21T05:22:49.243Z # # # #
50622024-12-21T05:22:49.243Z # # # # #
50632024-12-21T05:22:49.243Z # ###### #### #
50642024-12-21T05:22:49.243Z
50652024-12-21T05:22:52.861Zinfo: experimental features enabled: setup-scripts
50662024-12-21T05:22:54.628Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50672024-12-21T05:22:54.790Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50682024-12-21T05:22:54.822Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50692024-12-21T05:22:54.848Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50702024-12-21T05:23:09.925Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.02s
50712024-12-21T05:23:16.852Z────────────
50722024-12-21T05:23:16.852Z Nextest run ID eee3c677-885f-4b1f-a9db-38e36b41284c with nextest profile: ci
50732024-12-21T05:23:16.855Z Starting 1756 tests across 181 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50742024-12-21T05:23:16.855Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
50752024-12-21T05:23:17.729Z Compiling newtype-uuid v1.1.3
50762024-12-21T05:23:18.365Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50772024-12-21T05:23:18.707Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50782024-12-21T05:23:19.361Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50792024-12-21T05:23:28.023Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50802024-12-21T05:23:30.480Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50812024-12-21T05:23:32.583Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50822024-12-21T05:23:39.437Z Finished `test` profile [unoptimized + debuginfo] target(s) in 22.50s
50832024-12-21T05:23:39.563Z Running `target/debug/crdb-seed`
50842024-12-21T05:23:39.607ZDec 21 05:23:38.368 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpOfWgmJ
50852024-12-21T05:23:39.611ZDec 21 05:23:38.368 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmptXEpQQ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpOfWgmJ/listen-url
50862024-12-21T05:23:39.611ZDec 21 05:23:38.370 INFO cockroach environment: BUILDOMAT_JOB_ID=01JFKPZYWCRKSBASSRXTXY88DX BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=renovate/csv-1.x GITHUB_REF=refs/heads/renovate/csv-1.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=3c83ce0d399ef2b772bdc55c585c74fe917acf16 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/aws-lc-sys-f678d5619e771335/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envvXoNXL NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=eee3c677-885f-4b1f-a9db-38e36b41284c 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.81.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
50872024-12-21T05:23:40.810ZDec 21 05:23:39.572 INFO cockroach pid: 9331
50882024-12-21T05:23:40.810ZDec 21 05:23:39.572 INFO cockroach listen URL: postgresql://root@[::1]:34576/omicron?sslmode=disable
50892024-12-21T05:23:40.810ZDec 21 05:23:39.572 INFO cockroach: populating
50902024-12-21T05:23:42.732ZDec 21 05:23:41.494 INFO cockroach: populated
50912024-12-21T05:23:43.683ZDec 21 05:23:42.446 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/345df35a854b98fb9ca917bc1faf83f3d09ca36aa592165a23be654a8eec19c1.tar`
50922024-12-21T05:23:43.689Z SETUP PASS [ 26.833s] crdb-seed: cargo run -p crdb-seed --profile test
50932024-12-21T05:23:43.691Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
50942024-12-21T05:23:44.572Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
50952024-12-21T05:23:44.574Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50962024-12-21T05:23:44.574Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50972024-12-21T05:23:44.574Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50982024-12-21T05:23:44.681Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
50992024-12-21T05:23:47.008Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51002024-12-21T05:23:47.194Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51012024-12-21T05:23:49.940Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51022024-12-21T05:23:53.318Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51032024-12-21T05:24:01.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.51s
51042024-12-21T05:24:01.412Z Running `target/debug/clickhouse-cluster-dev`
51052024-12-21T05:24:01.456ZDec 21 05:24:00.218 INFO Setting up a ClickHouse cluster
51062024-12-21T05:24:01.459ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51072024-12-21T05:24:01.466ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51082024-12-21T05:24:01.474ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51092024-12-21T05:24:01.474ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51102024-12-21T05:24:01.474ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51112024-12-21T05:24:03.674ZDec 21 05:24:02.436 INFO ClickHouse server ready
51122024-12-21T05:24:04.727ZDec 21 05:24:03.489 INFO ClickHouse server ready
51132024-12-21T05:24:04.944ZDec 21 05:24:03.706 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51142024-12-21T05:24:04.949Z SETUP PASS [ 21.259s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51152024-12-21T05:24:04.983Z PASS [ 0.033s] api_identity test::test_identity
51162024-12-21T05:24:04.993Z PASS [ 0.041s] api_identity test::test_identity_no_field
51172024-12-21T05:24:04.996Z PASS [ 0.041s] bootstore schemes::v0::share_pkg::tests::create_packages
51182024-12-21T05:24:04.996Z PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51192024-12-21T05:24:05.007Z PASS [ 0.056s] bootstore schemes::tests::hello_roundtrip
51202024-12-21T05:24:05.013Z PASS [ 0.063s] authz-macros tests::test_authz_snapshots
51212024-12-21T05:24:05.016Z PASS [ 0.027s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51222024-12-21T05:24:05.055Z PASS [ 0.041s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51232024-12-21T05:24:05.058Z PASS [ 0.041s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51242024-12-21T05:24:05.068Z PASS [ 0.117s] bootstore schemes::v0::peer::tests::network_config
51252024-12-21T05:24:05.082Z PASS [ 0.026s] clickana chart::tests::gather_chart_data_for_running_queries_success
51262024-12-21T05:24:05.089Z PASS [ 0.033s] clickana chart::tests::gather_chart_data_for_query_count_success
51272024-12-21T05:24:05.134Z PASS [ 0.044s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51282024-12-21T05:24:05.146Z PASS [ 0.064s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51292024-12-21T05:24:05.151Z PASS [ 0.083s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51302024-12-21T05:24:05.157Z PASS [ 0.022s] clickhouse-admin-types tests::test_empty_output_parse_fail
51312024-12-21T05:24:05.170Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51322024-12-21T05:24:05.179Z PASS [ 0.027s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51332024-12-21T05:24:05.186Z PASS [ 0.028s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51342024-12-21T05:24:05.196Z PASS [ 0.026s] clickhouse-admin-types tests::test_full_lgif_parse_success
51352024-12-21T05:24:05.204Z PASS [ 0.025s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51362024-12-21T05:24:05.229Z PASS [ 0.024s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51372024-12-21T05:24:05.235Z PASS [ 0.034s] clickhouse-admin-types tests::test_generate_replica_config
51382024-12-21T05:24:05.237Z PASS [ 0.043s] clickhouse-admin-types tests::test_generate_keeper_config
51392024-12-21T05:24:05.254Z PASS [ 0.024s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51402024-12-21T05:24:05.260Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51412024-12-21T05:24:05.266Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51422024-12-21T05:24:05.269Z PASS [ 0.274s] cert-dev::test-cert-dev test_cert_create
51432024-12-21T05:24:05.278Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51442024-12-21T05:24:05.284Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51452024-12-21T05:24:05.290Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51462024-12-21T05:24:05.296Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51472024-12-21T05:24:05.304Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51482024-12-21T05:24:05.310Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51492024-12-21T05:24:05.316Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51502024-12-21T05:24:05.322Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51512024-12-21T05:24:05.329Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51522024-12-21T05:24:05.334Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51532024-12-21T05:24:05.340Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51542024-12-21T05:24:05.346Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51552024-12-21T05:24:05.352Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51562024-12-21T05:24:05.357Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51572024-12-21T05:24:05.363Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51582024-12-21T05:24:05.369Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51592024-12-21T05:24:05.375Z PASS [ 0.022s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51602024-12-21T05:24:05.381Z PASS [ 0.023s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51612024-12-21T05:24:05.387Z PASS [ 0.023s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51622024-12-21T05:24:05.409Z PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51632024-12-21T05:24:05.412Z PASS [ 0.028s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51642024-12-21T05:24:05.429Z PASS [ 0.019s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51652024-12-21T05:24:05.435Z PASS [ 0.024s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51662024-12-21T05:24:05.449Z PASS [ 0.020s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51672024-12-21T05:24:05.471Z PASS [ 0.101s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51682024-12-21T05:24:05.476Z PASS [ 0.101s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51692024-12-21T05:24:05.609Z PASS [ 0.602s] clickana chart::tests::gather_chart_data_failure
51702024-12-21T05:24:05.693Z PASS [ 0.083s] db-macros lookup::test::test_lookup_snapshots
51712024-12-21T05:24:05.712Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51722024-12-21T05:24:05.730Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51732024-12-21T05:24:05.750Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51742024-12-21T05:24:05.772Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
51752024-12-21T05:24:05.793Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
51762024-12-21T05:24:05.820Z PASS [ 0.385s] db-dev::test-db-dev test_db_dev_populate_no_args
51772024-12-21T05:24:05.823Z PASS [ 0.371s] db-dev::test-db-dev test_db_dev_wipe_no_args
51782024-12-21T05:24:05.832Z PASS [ 0.032s] db-macros tests::test_derive_snapshots
51792024-12-21T05:24:05.849Z PASS [ 0.029s] db-macros tests::test_derive_with_unknown_field
51802024-12-21T05:24:06.070Z PASS [ 1.119s] bootstore schemes::v0::peer::tests::basic_3_nodes
51812024-12-21T05:24:06.078Z PASS [ 0.244s] dns-server storage::test::test_update_in_progress
51822024-12-21T05:24:06.091Z PASS [ 0.270s] dns-server storage::test::test_update_basic
51832024-12-21T05:24:06.105Z PASS [ 0.255s] dns-server storage::test::test_update_interrupted
51842024-12-21T05:24:06.632Z PASS [ 0.526s] dns-server::basic_test empty_record
51852024-12-21T05:24:06.634Z PASS [ 0.553s] dns-server::basic_test aaaa_crud
51862024-12-21T05:24:06.634Z PASS [ 0.561s] dns-server::basic_test a_crud
51872024-12-21T05:24:06.650Z PASS [ 0.547s] dns-server::basic_test answers_match_question
51882024-12-21T05:24:06.858Z PASS [ 0.226s] dns-server::basic_test name_contains_zone
51892024-12-21T05:24:06.877Z PASS [ 0.245s] dns-server::basic_test multi_record_crud
51902024-12-21T05:24:06.879Z PASS [ 0.245s] dns-server::basic_test nxdomain
51912024-12-21T05:24:06.917Z PASS [ 0.265s] dns-server::basic_test servfail
51922024-12-21T05:24:06.951Z PASS [ 0.034s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
51932024-12-21T05:24:06.951Z PASS [ 0.074s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
51942024-12-21T05:24:07.037Z PASS [ 0.085s] illumos-utils destructor::test::test_delayed_delete
51952024-12-21T05:24:07.069Z PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close
51962024-12-21T05:24:07.096Z PASS [ 0.238s] dns-server::basic_test srv_crud
51972024-12-21T05:24:07.103Z PASS [ 0.033s] illumos-utils link::test::test_allocate
51982024-12-21T05:24:07.127Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
51992024-12-21T05:24:07.134Z PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52002024-12-21T05:24:07.173Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_quota
52012024-12-21T05:24:07.176Z PASS [ 0.046s] illumos-utils zfs::test::parse_dataset_bad_avail
52022024-12-21T05:24:07.201Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_usage
52032024-12-21T05:24:07.208Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_reservation
52042024-12-21T05:24:07.236Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_missing_fields
52052024-12-21T05:24:07.236Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_uuid
52062024-12-21T05:24:07.268Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52072024-12-21T05:24:07.276Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_props
52082024-12-21T05:24:07.298Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_too_many_columns
52092024-12-21T05:24:07.305Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52102024-12-21T05:24:07.329Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52112024-12-21T05:24:07.337Z PASS [ 0.031s] illumos-utils zfs::test::parse_quota_ignored_if_default
52122024-12-21T05:24:07.362Z PASS [ 0.033s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52132024-12-21T05:24:07.373Z PASS [ 0.032s] illumos-utils zfs::test::parse_sorts_and_dedups
52142024-12-21T05:24:07.396Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
52152024-12-21T05:24:07.403Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool
52162024-12-21T05:24:07.440Z PASS [ 0.044s] illumos-utils zpool::test::test_parse_zpool_missing_column
52172024-12-21T05:24:07.839Z PASS [ 0.887s] illumos-utils destructor::test::test_delayed_delete_with_error
52182024-12-21T05:24:08.003Z PASS [ 3.009s] bootstore::v0-fsm-proptest-learner run
52192024-12-21T05:24:08.086Z PASS [ 0.247s] installinator-common block_size_writer::tests::proptest_block_writer
52202024-12-21T05:24:08.969Z PASS [ 0.882s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52212024-12-21T05:24:08.984Z PASS [ 0.981s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52222024-12-21T05:24:09.371Z PASS [ 0.401s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52232024-12-21T05:24:09.516Z PASS [ 0.531s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52242024-12-21T05:24:09.777Z PASS [ 0.261s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52252024-12-21T05:24:09.777Z PASS [ 0.406s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52262024-12-21T05:24:09.944Z PASS [ 2.374s] installinator write::tests::proptest_write_artifact
52272024-12-21T05:24:09.947Z PASS [ 0.047s] internal-dns-types config::test::display_hosts
52282024-12-21T05:24:09.947Z PASS [ 0.027s] internal-dns-types config::test::display_srv_service
52292024-12-21T05:24:09.947Z PASS [ 0.052s] internal-dns-types config::test::test_builder_errors
52302024-12-21T05:24:09.947Z PASS [ 0.069s] internal-dns-types config::test::test_builder_output
52312024-12-21T05:24:09.947Z PASS [ 0.040s] internal-dns-types diff::test::diff_different
52322024-12-21T05:24:09.947Z PASS [ 0.030s] internal-dns-types diff::test::diff_equivalent
52332024-12-21T05:24:09.950Z PASS [ 0.029s] internal-dns-types diff::test::diff_invalid
52342024-12-21T05:24:09.986Z PASS [ 0.044s] ipcc tests::deserialize_fixed_value
52352024-12-21T05:24:10.012Z PASS [ 0.062s] ipcc tests::installinator_image_id_round_trip
52362024-12-21T05:24:10.026Z PASS [ 0.248s] internal-dns-resolver resolver::test::update_record
52372024-12-21T05:24:10.034Z PASS [ 0.047s] ipcc tests::serialized_size
52382024-12-21T05:24:10.102Z PASS [ 0.067s] key-manager tests::disk_encryption_key_epoch_0
52392024-12-21T05:24:10.104Z PASS [ 0.089s] key-manager tests::different_disks_produce_different_keys
52402024-12-21T05:24:10.104Z PASS [ 0.076s] key-manager tests::different_ikm_produces_different_keys
52412024-12-21T05:24:10.139Z PASS [ 0.037s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52422024-12-21T05:24:10.224Z PASS [ 0.084s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52432024-12-21T05:24:10.235Z PASS [ 5.242s] bootstore::v0-fsm-proptest-rack-coordinator run
52442024-12-21T05:24:10.261Z PASS [ 0.159s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52452024-12-21T05:24:10.263Z PASS [ 0.159s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52462024-12-21T05:24:10.271Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52472024-12-21T05:24:10.278Z PASS [ 0.053s] nexus-auth authn::external::session_cookie::test::test_get_token
52482024-12-21T05:24:10.315Z PASS [ 4.817s] db-dev::test-db-dev test_db_killed
52492024-12-21T05:24:10.315Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52502024-12-21T05:24:10.318Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52512024-12-21T05:24:10.328Z PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52522024-12-21T05:24:10.331Z PASS [ 0.056s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52532024-12-21T05:24:10.355Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52542024-12-21T05:24:10.363Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52552024-12-21T05:24:10.366Z PASS [ 0.047s] nexus-auth authn::external::spoof::test::test_make_header_value
52562024-12-21T05:24:10.381Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52572024-12-21T05:24:10.381Z PASS [ 0.053s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52582024-12-21T05:24:10.389Z PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52592024-12-21T05:24:10.405Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52602024-12-21T05:24:10.408Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52612024-12-21T05:24:10.420Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_make_header_value
52622024-12-21T05:24:10.430Z PASS [ 0.040s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52632024-12-21T05:24:10.440Z PASS [ 0.058s] nexus-auth authn::external::test::test_authn_sequence
52642024-12-21T05:24:10.443Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_valid
52652024-12-21T05:24:10.449Z PASS [ 0.042s] nexus-auth authn::external::token::test::test_token_header_missing
52662024-12-21T05:24:10.483Z PASS [ 0.063s] nexus-auth authn::test::test_internal_users
52672024-12-21T05:24:10.519Z PASS [ 3.641s] dns-server::commands_test test_dnsadm
52682024-12-21T05:24:10.526Z PASS [ 0.085s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52692024-12-21T05:24:10.557Z PASS [ 0.108s] nexus-auth context::test::test_child_context
52702024-12-21T05:24:10.565Z PASS [ 0.082s] nexus-auth context::test::test_test_context
52712024-12-21T05:24:10.568Z PASS [ 0.116s] nexus-auth context::test::test_background_context
52722024-12-21T05:24:10.586Z PASS [ 0.156s] nexus-auth authz::context::test::test_unregistered_resource
52732024-12-21T05:24:10.601Z PASS [ 0.035s] nexus-config nexus_config::test::test_config_nonexistent
52742024-12-21T05:24:10.608Z PASS [ 0.050s] nexus-config nexus_config::test::test_config_empty
52752024-12-21T05:24:10.611Z PASS [ 0.081s] nexus-config nexus_config::test::test_config_bad_toml
52762024-12-21T05:24:10.620Z PASS [ 3.216s] installinator mock_peers::tests::proptest_fetch_artifact
52772024-12-21T05:24:10.637Z PASS [ 0.050s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
52782024-12-21T05:24:10.644Z PASS [ 0.078s] nexus-config nexus_config::test::test_deployment_config_schema
52792024-12-21T05:24:10.646Z PASS [ 0.124s] nexus-config nexus_config::test::test_bad_authn_schemes
52802024-12-21T05:24:10.647Z PASS [ 0.035s] nexus-config postgres_config::test::test_bad_url
52812024-12-21T05:24:10.661Z PASS [ 0.052s] nexus-config nexus_config::test::test_valid
52822024-12-21T05:24:10.664Z PASS [ 0.029s] nexus-config postgres_config::test::test_example_url
52832024-12-21T05:24:10.675Z PASS [ 0.066s] nexus-config nexus_config::test::test_repo_configs_are_valid
52842024-12-21T05:24:10.680Z PASS [ 0.043s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
52852024-12-21T05:24:10.683Z PASS [ 0.036s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
52862024-12-21T05:24:10.688Z PASS [ 0.043s] nexus-db-fixed-data test::test_allowlist_id_is_valid
52872024-12-21T05:24:10.690Z PASS [ 0.043s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
52882024-12-21T05:24:10.708Z PASS [ 0.045s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
52892024-12-21T05:24:10.708Z PASS [ 0.045s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
52902024-12-21T05:24:10.721Z PASS [ 0.040s] nexus-db-model instance_state::tests::test_from_str_roundtrips
52912024-12-21T05:24:10.731Z PASS [ 0.056s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
52922024-12-21T05:24:10.737Z PASS [ 0.049s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
52932024-12-21T05:24:10.755Z PASS [ 0.074s] nexus-db-model device_auth::test::test_generate_user_code
52942024-12-21T05:24:10.763Z PASS [ 0.053s] nexus-db-model schema_versions::test::test_known_versions
52952024-12-21T05:24:10.765Z PASS [ 0.074s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
52962024-12-21T05:24:10.775Z PASS [ 0.066s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
52972024-12-21T05:24:10.777Z PASS [ 0.053s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
52982024-12-21T05:24:10.777Z PASS [ 0.044s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
52992024-12-21T05:24:10.777Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53002024-12-21T05:24:10.788Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_verify
53012024-12-21T05:24:10.800Z PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string
53022024-12-21T05:24:10.800Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53032024-12-21T05:24:10.811Z PASS [ 0.034s] nexus-db-model tests::test_ipv6_net_random_subnet
53042024-12-21T05:24:10.817Z PASS [ 0.040s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53052024-12-21T05:24:10.819Z PASS [ 0.040s] nexus-db-model tests::test_roles_database_strings
53062024-12-21T05:24:10.823Z PASS [ 0.046s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53072024-12-21T05:24:10.828Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53082024-12-21T05:24:14.467Z PASS [ 3.638s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53092024-12-21T05:24:14.540Z PASS [ 3.740s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53102024-12-21T05:24:14.543Z PASS [ 3.717s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53112024-12-21T05:24:14.543Z PASS [ 3.717s] nexus-db-queries db::collection_attach::test::test_attach_once
53122024-12-21T05:24:14.592Z PASS [ 0.050s] nexus-db-queries db::collection_attach::test::test_verify_query
53132024-12-21T05:24:14.705Z PASS [ 3.882s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53142024-12-21T05:24:14.730Z PASS [ 3.924s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53152024-12-21T05:24:14.762Z PASS [ 3.950s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53162024-12-21T05:24:17.740Z PASS [ 3.148s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53172024-12-21T05:24:17.766Z PASS [ 3.225s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53182024-12-21T05:24:17.846Z PASS [ 3.141s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53192024-12-21T05:24:17.897Z PASS [ 0.051s] nexus-db-queries db::collection_detach::test::test_verify_query
53202024-12-21T05:24:18.024Z PASS [ 3.483s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53212024-12-21T05:24:18.108Z PASS [ 3.345s] nexus-db-queries db::collection_detach::test::test_detach_once
53222024-12-21T05:24:18.174Z PASS [ 3.707s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53232024-12-21T05:24:18.384Z PASS [ 3.653s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53242024-12-21T05:24:20.905Z PASS [ 3.008s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53252024-12-21T05:24:20.908Z PASS [ 2.881s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53262024-12-21T05:24:20.982Z PASS [ 3.241s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53272024-12-21T05:24:20.985Z PASS [ 2.807s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53282024-12-21T05:24:20.997Z PASS [ 2.611s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53292024-12-21T05:24:21.026Z PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53302024-12-21T05:24:21.066Z PASS [ 3.299s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53312024-12-21T05:24:21.108Z PASS [ 0.042s] nexus-db-queries db::collection_insert::test::test_verify_query
53322024-12-21T05:24:21.117Z PASS [ 3.008s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53332024-12-21T05:24:21.151Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53342024-12-21T05:24:21.159Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_columns
53352024-12-21T05:24:21.192Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_table
53362024-12-21T05:24:21.435Z PASS [ 15.958s] db-dev::test-db-dev test_db_run
53372024-12-21T05:24:23.268Z PASS [ 2.270s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53382024-12-21T05:24:23.302Z PASS [ 2.275s] nexus-db-queries db::collection_insert::test::test_collection_present
53392024-12-21T05:24:23.511Z PASS [ 2.605s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53402024-12-21T05:24:23.618Z PASS [ 2.712s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53412024-12-21T05:24:23.621Z PASS [ 2.636s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53422024-12-21T05:24:25.013Z PASS [ 3.822s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53432024-12-21T05:24:25.220Z PASS [ 4.061s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53442024-12-21T05:24:25.563Z PASS [ 4.127s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53452024-12-21T05:24:26.576Z PASS [ 2.957s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53462024-12-21T05:24:27.157Z PASS [ 2.144s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53472024-12-21T05:24:27.381Z PASS [ 4.078s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53482024-12-21T05:24:27.693Z PASS [ 2.474s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53492024-12-21T05:24:28.045Z PASS [ 4.776s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53502024-12-21T05:24:28.278Z PASS [ 4.766s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53512024-12-21T05:24:28.403Z PASS [ 4.783s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53522024-12-21T05:24:30.915Z PASS [ 5.348s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53532024-12-21T05:24:31.471Z PASS [ 4.895s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53542024-12-21T05:24:31.535Z PASS [ 0.063s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53552024-12-21T05:24:31.546Z PASS [ 4.389s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53562024-12-21T05:24:32.139Z PASS [ 4.446s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53572024-12-21T05:24:32.247Z PASS [ 4.865s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53582024-12-21T05:24:32.700Z PASS [ 4.422s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53592024-12-21T05:24:32.813Z PASS [ 4.767s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53602024-12-21T05:24:33.315Z PASS [ 4.912s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53612024-12-21T05:24:35.715Z PASS [ 4.179s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53622024-12-21T05:24:35.799Z PASS [ 4.887s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53632024-12-21T05:24:36.253Z PASS [ 4.705s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53642024-12-21T05:24:36.615Z PASS [ 4.368s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53652024-12-21T05:24:37.153Z PASS [ 4.339s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53662024-12-21T05:24:37.350Z PASS [ 4.649s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53672024-12-21T05:24:37.692Z PASS [ 5.552s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53682024-12-21T05:24:38.781Z PASS [ 5.465s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53692024-12-21T05:24:40.353Z PASS [ 4.553s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53702024-12-21T05:24:40.816Z PASS [ 4.563s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53712024-12-21T05:24:41.119Z PASS [ 4.504s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53722024-12-21T05:24:41.512Z PASS [ 4.358s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53732024-12-21T05:24:41.905Z PASS [ 4.555s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53742024-12-21T05:24:41.958Z PASS [ 6.243s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
53752024-12-21T05:24:42.039Z PASS [ 4.346s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
53762024-12-21T05:24:43.113Z PASS [ 4.332s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
53772024-12-21T05:24:45.228Z PASS [ 4.411s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
53782024-12-21T05:24:45.316Z PASS [ 4.963s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
53792024-12-21T05:24:45.874Z PASS [ 4.754s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
53802024-12-21T05:24:46.376Z PASS [ 4.337s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
53812024-12-21T05:24:46.536Z PASS [ 4.630s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
53822024-12-21T05:24:46.652Z PASS [ 4.693s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
53832024-12-21T05:24:47.723Z PASS [ 4.609s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
53842024-12-21T05:24:48.001Z PASS [ 6.488s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
53852024-12-21T05:24:49.553Z PASS [ 4.236s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
53862024-12-21T05:24:50.181Z PASS [ 4.306s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
53872024-12-21T05:24:50.583Z PASS [ 4.206s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
53882024-12-21T05:24:51.112Z PASS [ 4.576s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
53892024-12-21T05:24:51.483Z PASS [ 6.255s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
53902024-12-21T05:24:51.716Z PASS [ 5.062s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
53912024-12-21T05:24:51.942Z PASS [ 4.218s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
53922024-12-21T05:24:53.134Z PASS [ 5.132s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
53932024-12-21T05:24:54.539Z PASS [ 4.358s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
53942024-12-21T05:24:55.365Z PASS [ 4.252s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
53952024-12-21T05:24:55.933Z PASS [ 4.450s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
53962024-12-21T05:24:56.419Z PASS [ 4.703s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
53972024-12-21T05:24:56.880Z PASS [ 4.937s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
53982024-12-21T05:24:57.573Z PASS [ 4.439s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
53992024-12-21T05:24:59.398Z PASS [ 4.858s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54002024-12-21T05:25:00.000Z PASS [ 4.634s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54012024-12-21T05:25:01.001Z PASS [ 5.067s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54022024-12-21T05:25:01.787Z PASS [ 4.907s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54032024-12-21T05:25:02.239Z PASS [ 4.665s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54042024-12-21T05:25:02.289Z PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count
54052024-12-21T05:25:03.213Z PASS [ 6.793s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54062024-12-21T05:25:03.412Z PASS [ 13.858s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54072024-12-21T05:25:03.979Z PASS [ 4.580s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54082024-12-21T05:25:05.168Z PASS [ 5.168s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54092024-12-21T05:25:05.993Z PASS [ 4.992s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54102024-12-21T05:25:06.174Z PASS [ 4.387s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54112024-12-21T05:25:06.428Z PASS [ 4.138s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54122024-12-21T05:25:07.297Z PASS [ 4.083s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54132024-12-21T05:25:07.632Z PASS [ 4.219s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54142024-12-21T05:25:08.414Z PASS [ 4.435s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54152024-12-21T05:25:09.301Z PASS [ 4.132s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54162024-12-21T05:25:10.171Z PASS [ 4.177s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54172024-12-21T05:25:10.402Z PASS [ 4.227s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54182024-12-21T05:25:10.494Z PASS [ 4.065s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54192024-12-21T05:25:11.314Z PASS [ 4.016s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54202024-12-21T05:25:11.832Z PASS [ 4.200s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54212024-12-21T05:25:12.754Z PASS [ 4.338s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54222024-12-21T05:25:13.973Z PASS [ 4.671s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54232024-12-21T05:25:14.162Z PASS [ 3.990s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54242024-12-21T05:25:14.613Z PASS [ 24.028s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54252024-12-21T05:25:14.884Z PASS [ 4.390s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54262024-12-21T05:25:14.932Z PASS [ 4.530s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54272024-12-21T05:25:15.509Z PASS [ 4.194s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54282024-12-21T05:25:17.110Z PASS [ 5.277s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54292024-12-21T05:25:18.398Z PASS [ 5.644s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54302024-12-21T05:25:18.987Z PASS [ 5.012s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54312024-12-21T05:25:19.220Z PASS [ 4.335s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54322024-12-21T05:25:19.277Z PASS [ 4.663s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54332024-12-21T05:25:19.331Z PASS [ 4.398s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54342024-12-21T05:25:20.018Z PASS [ 4.508s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54352024-12-21T05:25:21.433Z PASS [ 4.323s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54362024-12-21T05:25:22.924Z PASS [ 4.526s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54372024-12-21T05:25:23.206Z PASS [ 3.985s] nexus-db-queries db::datastore::test::test_project_creation
54382024-12-21T05:25:23.329Z PASS [ 4.048s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54392024-12-21T05:25:23.334Z PASS [ 4.339s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54402024-12-21T05:25:23.394Z PASS [ 9.231s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54412024-12-21T05:25:23.708Z PASS [ 4.377s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54422024-12-21T05:25:26.855Z PASS [ 5.421s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54432024-12-21T05:25:28.089Z PASS [ 5.164s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54442024-12-21T05:25:28.175Z PASS [ 4.969s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54452024-12-21T05:25:30.920Z PASS [ 10.902s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54462024-12-21T05:25:31.424Z PASS [ 4.569s] nexus-db-queries db::datastore::test::test_session_methods
54472024-12-21T05:25:32.192Z PASS [ 4.017s] nexus-db-queries db::datastore::test::test_ssh_keys
54482024-12-21T05:25:32.408Z PASS [ 4.319s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54492024-12-21T05:25:33.285Z PASS [ 9.850s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54502024-12-21T05:25:33.554Z PASS [ 10.228s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54512024-12-21T05:25:33.755Z PASS [ 10.046s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54522024-12-21T05:25:34.915Z PASS [ 11.519s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54532024-12-21T05:25:35.256Z PASS [ 4.335s] nexus-db-queries db::datastore::test::test_table_scan
54542024-12-21T05:25:35.890Z PASS [ 4.466s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54552024-12-21T05:25:35.938Z PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54562024-12-21T05:25:35.987Z PASS [ 0.049s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54572024-12-21T05:25:36.529Z PASS [ 4.336s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54582024-12-21T05:25:36.792Z PASS [ 4.383s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54592024-12-21T05:25:37.389Z PASS [ 4.212s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54602024-12-21T05:25:37.945Z PASS [ 4.189s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54612024-12-21T05:25:38.148Z PASS [ 4.593s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54622024-12-21T05:25:39.277Z PASS [ 4.362s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54632024-12-21T05:25:41.014Z PASS [ 4.222s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54642024-12-21T05:25:41.630Z PASS [ 4.240s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
54652024-12-21T05:25:41.984Z PASS [ 4.038s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
54662024-12-21T05:25:42.675Z PASS [ 4.527s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
54672024-12-21T05:25:44.294Z PASS [ 5.017s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
54682024-12-21T05:25:44.513Z PASS [ 1.837s] nexus-db-queries db::explain::test::test_explain_async
54692024-12-21T05:25:45.669Z PASS [ 10.413s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
54702024-12-21T05:25:46.071Z PASS [ 10.083s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
54712024-12-21T05:25:46.180Z PASS [ 1.885s] nexus-db-queries db::explain::test::test_explain_full_table_scan
54722024-12-21T05:25:46.827Z PASS [ 5.196s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
54732024-12-21T05:25:47.360Z PASS [ 6.345s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
54742024-12-21T05:25:47.575Z PASS [ 11.045s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
54752024-12-21T05:25:47.629Z PASS [ 0.054s] nexus-db-queries db::pagination::test::test_paginator
54762024-12-21T05:25:47.839Z PASS [ 5.854s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
54772024-12-21T05:25:48.433Z PASS [ 2.763s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
54782024-12-21T05:25:48.640Z PASS [ 4.127s] nexus-db-queries db::lookup::test::test_lookup
54792024-12-21T05:25:48.743Z PASS [ 2.672s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
54802024-12-21T05:25:48.862Z PASS [ 2.682s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
54812024-12-21T05:25:49.406Z PASS [ 2.577s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
54822024-12-21T05:25:50.245Z PASS [ 2.885s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
54832024-12-21T05:25:52.965Z PASS [ 5.126s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
54842024-12-21T05:25:53.059Z PASS [ 5.427s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
54852024-12-21T05:25:53.286Z PASS [ 4.543s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
54862024-12-21T05:25:53.295Z PASS [ 4.654s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
54872024-12-21T05:25:53.338Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
54882024-12-21T05:25:53.392Z PASS [ 4.958s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
54892024-12-21T05:25:53.595Z PASS [ 4.732s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
54902024-12-21T05:25:54.166Z PASS [ 4.760s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
54912024-12-21T05:25:54.594Z PASS [ 4.348s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
54922024-12-21T05:25:57.499Z PASS [ 4.441s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
54932024-12-21T05:25:57.865Z PASS [ 4.899s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
54942024-12-21T05:25:57.916Z PASS [ 4.321s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
54952024-12-21T05:25:57.924Z PASS [ 4.585s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
54962024-12-21T05:25:58.198Z PASS [ 4.806s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
54972024-12-21T05:25:58.652Z PASS [ 4.486s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
54982024-12-21T05:25:58.811Z PASS [ 5.524s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
54992024-12-21T05:25:59.034Z PASS [ 4.439s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55002024-12-21T05:26:02.281Z PASS [ 4.416s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55012024-12-21T05:26:02.410Z PASS [ 4.493s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55022024-12-21T05:26:02.458Z PASS [ 4.959s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55032024-12-21T05:26:02.466Z PASS [ 0.056s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55042024-12-21T05:26:02.741Z PASS [ 4.542s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55052024-12-21T05:26:02.820Z PASS [ 4.896s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55062024-12-21T05:26:03.108Z PASS [ 4.455s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55072024-12-21T05:26:03.404Z PASS [ 4.592s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55082024-12-21T05:26:03.455Z PASS [ 0.050s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55092024-12-21T05:26:03.532Z PASS [ 4.497s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55102024-12-21T05:26:03.785Z PASS [ 0.253s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55112024-12-21T05:26:04.271Z PASS [ 0.486s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55122024-12-21T05:26:04.907Z PASS [ 2.440s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55132024-12-21T05:26:05.310Z PASS [ 2.202s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55142024-12-21T05:26:05.444Z PASS [ 2.702s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55152024-12-21T05:26:05.497Z PASS [ 2.676s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55162024-12-21T05:26:05.823Z PASS [ 2.368s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55172024-12-21T05:26:05.914Z PASS [ 0.416s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55182024-12-21T05:26:06.134Z PASS [ 0.310s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55192024-12-21T05:26:06.209Z PASS [ 0.294s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55202024-12-21T05:26:06.433Z PASS [ 0.298s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55212024-12-21T05:26:06.625Z PASS [ 4.343s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55222024-12-21T05:26:06.700Z PASS [ 1.389s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55232024-12-21T05:26:06.758Z PASS [ 2.486s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55242024-12-21T05:26:06.907Z PASS [ 0.148s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55252024-12-21T05:26:06.949Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55262024-12-21T05:26:06.989Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55272024-12-21T05:26:07.037Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55282024-12-21T05:26:07.086Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55292024-12-21T05:26:07.307Z PASS [ 4.849s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55302024-12-21T05:26:07.418Z PASS [ 2.511s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55312024-12-21T05:26:07.657Z PASS [ 2.212s] nexus-db-queries db::queries::region_allocation::test::explainable
55322024-12-21T05:26:07.917Z PASS [ 1.709s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55332024-12-21T05:26:08.318Z PASS [ 1.885s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55342024-12-21T05:26:08.439Z PASS [ 1.814s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55352024-12-21T05:26:08.573Z PASS [ 1.873s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55362024-12-21T05:26:08.654Z PASS [ 0.080s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55372024-12-21T05:26:08.796Z PASS [ 1.709s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55382024-12-21T05:26:08.847Z PASS [ 0.051s] nexus-inventory builder::test::test_empty
55392024-12-21T05:26:08.911Z PASS [ 0.064s] nexus-inventory builder::test::test_problems
55402024-12-21T05:26:09.089Z PASS [ 1.670s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55412024-12-21T05:26:09.102Z PASS [ 0.447s] nexus-inventory builder::test::test_basic
55422024-12-21T05:26:09.179Z PASS [ 1.870s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55432024-12-21T05:26:09.977Z PASS [ 0.873s] nexus-inventory collector::test::test_multi_mgs_failure
55442024-12-21T05:26:10.399Z PASS [ 1.220s] nexus-inventory collector::test::test_sled_agent_failure
55452024-12-21T05:26:10.711Z PASS [ 1.799s] nexus-inventory collector::test::test_basic
55462024-12-21T05:26:10.935Z PASS [ 1.846s] nexus-inventory collector::test::test_multi_mgs
55472024-12-21T05:26:11.018Z PASS [ 0.082s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
55482024-12-21T05:26:11.024Z PASS [ 0.313s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
55492024-12-21T05:26:11.059Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
55502024-12-21T05:26:11.067Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
55512024-12-21T05:26:11.100Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
55522024-12-21T05:26:11.110Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
55532024-12-21T05:26:11.148Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
55542024-12-21T05:26:11.156Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
55552024-12-21T05:26:11.188Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
55562024-12-21T05:26:11.211Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
55572024-12-21T05:26:11.238Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
55582024-12-21T05:26:11.253Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
55592024-12-21T05:26:11.280Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
55602024-12-21T05:26:11.294Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
55612024-12-21T05:26:11.319Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
55622024-12-21T05:26:11.503Z PASS [ 0.209s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55632024-12-21T05:26:12.015Z PASS [ 3.575s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55642024-12-21T05:26:12.317Z PASS [ 3.996s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
55652024-12-21T05:26:14.991Z PASS [ 4.591s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
55662024-12-21T05:26:15.319Z PASS [ 5.342s] nexus-metrics-producer-gc tests::test_prune_expired_producers
55672024-12-21T05:26:15.494Z PASS [ 0.175s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
55682024-12-21T05:26:15.657Z PASS [ 0.162s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
55692024-12-21T05:26:15.708Z PASS [ 0.051s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
55702024-12-21T05:26:15.783Z PASS [ 0.073s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
55712024-12-21T05:26:16.739Z PASS [ 9.082s] nexus-db-queries policy_test::test_conferred_roles
55722024-12-21T05:26:38.430Z PASS [ 21.689s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
55732024-12-21T05:26:42.997Z PASS [ 31.491s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
55742024-12-21T05:26:43.602Z PASS [ 31.585s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
55752024-12-21T05:26:43.732Z PASS [ 31.415s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
55762024-12-21T05:26:44.550Z PASS [ 29.558s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
55772024-12-21T05:26:44.879Z PASS [ 0.328s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
55782024-12-21T05:26:44.920Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
55792024-12-21T05:26:44.960Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
55802024-12-21T05:26:45.013Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
55812024-12-21T05:26:45.110Z PASS [ 0.096s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
55822024-12-21T05:26:45.158Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
55832024-12-21T05:26:45.203Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
55842024-12-21T05:26:45.253Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
55852024-12-21T05:26:45.295Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
55862024-12-21T05:26:45.337Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
55872024-12-21T05:26:45.377Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
55882024-12-21T05:26:45.451Z PASS [ 0.073s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
55892024-12-21T05:26:45.515Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
55902024-12-21T05:26:45.554Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
55912024-12-21T05:26:45.597Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
55922024-12-21T05:26:45.662Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
55932024-12-21T05:26:45.703Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
55942024-12-21T05:26:45.864Z PASS [ 0.161s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
55952024-12-21T05:26:52.793Z PASS [ 6.928s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
55962024-12-21T05:26:52.848Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
55972024-12-21T05:26:54.037Z PASS [ 1.188s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
55982024-12-21T05:26:55.267Z PASS [ 1.230s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
55992024-12-21T05:26:55.967Z PASS [ 0.699s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56002024-12-21T05:26:56.278Z PASS [ 0.311s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56012024-12-21T05:26:56.348Z PASS [ 0.070s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56022024-12-21T05:26:56.384Z PASS [ 0.035s] nexus-reconfigurator-planning example::tests::instances_on_examples
56032024-12-21T05:26:56.439Z PASS [ 0.055s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56042024-12-21T05:26:56.731Z PASS [ 0.292s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56052024-12-21T05:26:56.810Z PASS [ 0.078s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56062024-12-21T05:26:56.861Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56072024-12-21T05:26:56.968Z PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56082024-12-21T05:26:57.020Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56092024-12-21T05:26:57.079Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56102024-12-21T05:26:57.127Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56112024-12-21T05:26:57.178Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56122024-12-21T05:26:57.227Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56132024-12-21T05:26:57.270Z PASS [ 0.043s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56142024-12-21T05:26:57.364Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56152024-12-21T05:26:57.502Z PASS [ 0.138s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56162024-12-21T05:26:57.645Z PASS [ 0.142s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56172024-12-21T05:26:57.754Z PASS [ 0.108s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56182024-12-21T05:26:57.821Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56192024-12-21T05:26:57.886Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56202024-12-21T05:26:57.949Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56212024-12-21T05:26:58.007Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56222024-12-21T05:26:58.065Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56232024-12-21T05:26:58.333Z PASS [ 0.268s] nexus-saga-recovery recovery::test::test_execution_basic
56242024-12-21T05:26:58.371Z PASS [ 0.037s] nexus-saga-recovery recovery::test::test_plan_basic
56252024-12-21T05:26:58.412Z PASS [ 0.040s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56262024-12-21T05:26:58.509Z PASS [ 0.097s] nexus-saga-recovery test::test_basic
56272024-12-21T05:26:58.580Z PASS [ 0.068s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56282024-12-21T05:26:58.627Z PASS [ 0.048s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56292024-12-21T05:26:58.683Z PASS [ 0.055s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56302024-12-21T05:26:58.717Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56312024-12-21T05:26:58.754Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56322024-12-21T05:26:58.787Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56332024-12-21T05:26:58.827Z PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56342024-12-21T05:26:58.874Z PASS [ 0.046s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
56352024-12-21T05:27:03.663Z PASS [ 19.930s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56362024-12-21T05:27:04.047Z PASS [ 21.050s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56372024-12-21T05:27:06.056Z PASS [ 27.625s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56382024-12-21T05:27:06.082Z PASS [ 22.480s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56392024-12-21T05:27:06.089Z PASS [ 0.033s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
56402024-12-21T05:27:06.117Z PASS [ 0.035s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
56412024-12-21T05:27:06.144Z PASS [ 0.054s] nexus-types external_api::shared::test::test_policy_parsing
56422024-12-21T05:27:06.282Z PASS [ 0.164s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
56432024-12-21T05:27:06.304Z PASS [ 0.159s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
56442024-12-21T05:27:06.349Z PASS [ 0.067s] omicron-certificates tests::test_cert_extended_key_usage
56452024-12-21T05:27:06.375Z PASS [ 0.071s] omicron-certificates tests::test_common_name_is_validated
56462024-12-21T05:27:06.410Z PASS [ 0.061s] omicron-certificates tests::test_subject_alternate_names_are_validated
56472024-12-21T05:27:06.982Z PASS [ 0.607s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
56482024-12-21T05:27:07.160Z PASS [ 0.178s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
56492024-12-21T05:27:07.355Z PASS [ 0.195s] omicron-clickhouse-admin::integration_test test_lgif_parsing
56502024-12-21T05:27:07.647Z PASS [ 0.291s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
56512024-12-21T05:27:07.828Z PASS [ 4.164s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
56522024-12-21T05:27:07.928Z PASS [ 0.281s] omicron-clickhouse-admin::integration_test test_teardown
56532024-12-21T05:27:07.936Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
56542024-12-21T05:27:08.954Z PASS [ 2.536s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
56552024-12-21T05:27:09.019Z PASS [ 0.057s] omicron-common address::test::test_dns_subnets
56562024-12-21T05:27:09.044Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
56572024-12-21T05:27:09.115Z PASS [ 0.071s] omicron-common address::test::test_ip_range_enum_deserialization
56582024-12-21T05:27:09.144Z PASS [ 0.028s] omicron-common address::test::test_ip_range_iter
56592024-12-21T05:27:09.172Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
56602024-12-21T05:27:09.217Z PASS [ 0.045s] omicron-common address::test::test_ip_range_try_from
56612024-12-21T05:27:09.252Z PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize
56622024-12-21T05:27:09.282Z PASS [ 0.029s] omicron-common address::test::test_sled_address
56632024-12-21T05:27:09.322Z PASS [ 0.040s] omicron-common api::external::error::test::test_bail_unless
56642024-12-21T05:27:09.430Z PASS [ 0.107s] omicron-common api::external::error::test::test_context
56652024-12-21T05:27:09.494Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_pagination_examples
56662024-12-21T05:27:09.530Z PASS [ 1.701s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
56672024-12-21T05:27:09.576Z PASS [ 0.081s] omicron-common api::external::http_pagination::test::test_pagination_schemas
56682024-12-21T05:27:09.595Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_id
56692024-12-21T05:27:09.608Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_name
56702024-12-21T05:27:09.629Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
56712024-12-21T05:27:09.647Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
56722024-12-21T05:27:09.672Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
56732024-12-21T05:27:09.692Z PASS [ 0.045s] omicron-common api::external::test::test_bytecount
56742024-12-21T05:27:09.714Z PASS [ 0.042s] omicron-common api::external::test::test_bytecount_display
56752024-12-21T05:27:09.749Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization
56762024-12-21T05:27:09.758Z PASS [ 0.065s] omicron-common api::external::test::test_digest
56772024-12-21T05:27:09.810Z PASS [ 1.881s] omicron-cockroach-admin context::tests::test_node_id
56782024-12-21T05:27:09.855Z PASS [ 0.105s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
56792024-12-21T05:27:09.855Z PASS [ 0.096s] omicron-common api::external::test::test_firewall_rule_target_parse
56802024-12-21T05:27:09.863Z PASS [ 0.052s] omicron-common api::external::test::test_hostname_from_str
56812024-12-21T05:27:09.888Z PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_into_str
56822024-12-21T05:27:09.911Z PASS [ 0.047s] omicron-common api::external::test::test_ipv6_net_operations
56832024-12-21T05:27:09.932Z PASS [ 0.077s] omicron-common api::external::test::test_ip_port_range_from_str
56842024-12-21T05:27:09.950Z PASS [ 0.062s] omicron-common api::external::test::test_mac_system_iterator
56852024-12-21T05:27:09.981Z PASS [ 0.069s] omicron-common api::external::test::test_mac_to_int_conversions
56862024-12-21T05:27:09.981Z PASS [ 0.048s] omicron-common api::external::test::test_macaddr
56872024-12-21T05:27:10.012Z PASS [ 0.030s] omicron-common api::external::test::test_name_parse_from_param
56882024-12-21T05:27:10.035Z PASS [ 0.085s] omicron-common api::external::test::test_name_parse
56892024-12-21T05:27:10.038Z PASS [ 0.049s] omicron-common api::external::test::test_resource_name_parse
56902024-12-21T05:27:10.050Z PASS [ 0.038s] omicron-common api::external::test::test_role_name_parse
56912024-12-21T05:27:10.086Z PASS [ 0.035s] omicron-common api::external::test::test_semver_serialize
56922024-12-21T05:27:10.164Z PASS [ 0.128s] omicron-common api::external::test::test_route_target_parse
56932024-12-21T05:27:10.186Z PASS [ 0.099s] omicron-common api::external::test::test_semver_validation
56942024-12-21T05:27:10.235Z PASS [ 0.070s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
56952024-12-21T05:27:10.248Z PASS [ 0.209s] omicron-common api::external::test::test_route_destination_parse
56962024-12-21T05:27:10.279Z PASS [ 0.044s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
56972024-12-21T05:27:10.298Z PASS [ 0.099s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
56982024-12-21T05:27:10.301Z PASS [ 0.050s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
56992024-12-21T05:27:10.355Z PASS [ 0.048s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57002024-12-21T05:27:10.402Z PASS [ 0.103s] omicron-common ledger::test::test_create_default_ledger
57012024-12-21T05:27:10.414Z PASS [ 0.116s] omicron-common ledger::test::test_commit_handles_write_failures
57022024-12-21T05:27:10.427Z PASS [ 0.059s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57032024-12-21T05:27:10.458Z PASS [ 0.042s] omicron-common update::tests::serde_artifact_kind
57042024-12-21T05:27:10.475Z PASS [ 0.058s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57052024-12-21T05:27:10.512Z PASS [ 0.053s] omicron-common zpool_name::test::test_parse_external_zpool_name
57062024-12-21T05:27:10.512Z PASS [ 0.036s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57072024-12-21T05:27:10.550Z PASS [ 0.038s] omicron-common zpool_name::test::test_parse_zpool_name_json
57082024-12-21T05:27:10.550Z PASS [ 0.148s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57092024-12-21T05:27:10.575Z PASS [ 0.063s] omicron-common zpool_name::test::test_zpool_name_regex
57102024-12-21T05:27:10.724Z PASS [ 0.173s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57112024-12-21T05:27:10.724Z PASS [ 0.174s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57122024-12-21T05:27:10.808Z PASS [ 6.760s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57132024-12-21T05:27:10.855Z PASS [ 0.130s] omicron-gateway management_switch::location_map::tests::test_config_validation
57142024-12-21T05:27:10.909Z PASS [ 0.154s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57152024-12-21T05:27:11.178Z PASS [ 0.323s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57162024-12-21T05:27:11.259Z PASS [ 12.384s] nexus-types deployment::tri_map::tests::proptest_ops
57172024-12-21T05:27:11.332Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57182024-12-21T05:27:11.620Z PASS [ 0.812s] omicron-gateway::test_all integration_tests::component_list::component_list
57192024-12-21T05:27:11.631Z PASS [ 0.372s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57202024-12-21T05:27:11.670Z PASS [ 0.491s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57212024-12-21T05:27:11.701Z PASS [ 60.379s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57222024-12-21T05:27:11.772Z PASS [ 0.862s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57232024-12-21T05:27:15.797Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57242024-12-21T05:27:24.009Z PASS [ 76.089s] nexus-db-queries policy_test::test_iam_roles_behavior
57252024-12-21T05:27:26.615Z PASS [ 16.038s] omicron-dev::test-omicron-dev test_run_all
57262024-12-21T05:27:33.554Z PASS [ 21.933s] omicron-ls-apis::test_dependencies test_api_dependencies
57272024-12-21T05:27:33.774Z PASS [ 22.103s] omicron-nexus app::background::driver::test::test_driver_basic
57282024-12-21T05:27:34.606Z PASS [ 22.904s] omicron-nexus app::background::init::test::test_dns_propagation_basic
57292024-12-21T05:27:35.245Z PASS [ 23.613s] omicron-nexus app::background::driver::test::test_activation_in_progress
57302024-12-21T05:27:38.437Z PASS [ 82.651s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57312024-12-21T05:27:39.031Z PASS [ 4.424s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
57322024-12-21T05:27:39.090Z PASS [ 0.059s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
57332024-12-21T05:27:39.689Z PASS [ 4.443s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
57342024-12-21T05:27:41.150Z PASS [ 29.376s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
57352024-12-21T05:27:44.064Z PASS [ 5.627s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
57362024-12-21T05:27:49.607Z PASS [ 25.596s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
57372024-12-21T05:27:51.043Z PASS [ 24.427s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
57382024-12-21T05:27:53.052Z PASS [ 19.277s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
57392024-12-21T05:27:54.702Z PASS [ 21.078s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
57402024-12-21T05:27:57.733Z PASS [ 18.641s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
57412024-12-21T05:27:59.189Z PASS [ 19.500s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
57422024-12-21T05:27:59.777Z PASS [ 18.627s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
57432024-12-21T05:28:02.265Z PASS [ 18.194s] omicron-nexus app::background::tasks::dns_config::test::test_basic
57442024-12-21T05:28:09.126Z PASS [ 19.518s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
57452024-12-21T05:28:11.218Z PASS [ 20.174s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
57462024-12-21T05:28:21.934Z PASS [ 19.668s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
57472024-12-21T05:28:22.257Z PASS [ 27.622s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
57482024-12-21T05:28:24.238Z PASS [ 25.047s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
57492024-12-21T05:28:26.795Z PASS [ 17.668s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
57502024-12-21T05:28:28.336Z PASS [ 17.117s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
57512024-12-21T05:28:38.555Z PASS [ 16.620s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
57522024-12-21T05:28:38.845Z PASS [ 16.587s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
57532024-12-21T05:28:39.316Z PASS [ 46.262s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
57542024-12-21T05:28:39.890Z PASS [ 40.111s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
57552024-12-21T05:28:42.139Z PASS [ 17.899s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
57562024-12-21T05:28:44.547Z PASS [ 17.751s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
57572024-12-21T05:28:45.569Z PASS [ 17.231s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
57582024-12-21T05:28:48.995Z PASS [ 3.425s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
57592024-12-21T05:28:56.958Z PASS [ 18.112s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
57602024-12-21T05:28:57.164Z PASS [ 18.608s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
57612024-12-21T05:28:57.747Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57622024-12-21T05:28:58.141Z PASS [ 0.976s] omicron-nexus app::external_endpoints::test::test_authority
57632024-12-21T05:28:58.277Z PASS [ 0.135s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
57642024-12-21T05:28:59.586Z PASS [ 2.628s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
57652024-12-21T05:28:59.730Z PASS [ 0.143s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
57662024-12-21T05:28:59.824Z PASS [ 0.092s] omicron-nexus app::external_endpoints::test::test_no_endpoint
57672024-12-21T05:28:59.894Z PASS [ 0.072s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
57682024-12-21T05:28:59.962Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
57692024-12-21T05:29:00.025Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
57702024-12-21T05:29:00.095Z PASS [ 0.069s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
57712024-12-21T05:29:00.172Z PASS [ 0.077s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
57722024-12-21T05:29:00.235Z PASS [ 0.063s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
57732024-12-21T05:29:00.832Z PASS [ 18.692s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
57742024-12-21T05:29:01.829Z PASS [ 3.551s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
57752024-12-21T05:29:02.189Z PASS [ 22.872s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
57762024-12-21T05:29:02.651Z PASS [ 18.102s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
57772024-12-21T05:29:03.695Z PASS [ 23.803s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
57782024-12-21T05:29:08.263Z PASS [ 19.267s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
57792024-12-21T05:29:26.697Z PASS [ 24.507s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
57802024-12-21T05:29:27.750Z PASS [ 25.098s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
57812024-12-21T05:29:28.523Z PASS [ 28.287s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
57822024-12-21T05:29:28.633Z PASS [ 26.803s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
57832024-12-21T05:29:28.709Z PASS [ 90.973s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57842024-12-21T05:29:29.788Z PASS [ 26.092s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
57852024-12-21T05:29:31.168Z PASS [ 30.334s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
57862024-12-21T05:29:58.546Z PASS [ 30.021s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
57872024-12-21T05:29:59.446Z PASS [ 30.811s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
57882024-12-21T05:30:00.070Z PASS [ 31.360s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
57892024-12-21T05:30:00.627Z PASS [ 32.876s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
57902024-12-21T05:30:01.807Z PASS [ 32.017s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
57912024-12-21T05:30:04.857Z PASS [ 33.688s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
57922024-12-21T05:30:08.277Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57932024-12-21T05:30:26.711Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57942024-12-21T05:30:27.856Z PASS [ 29.309s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
57952024-12-21T05:30:27.877Z PASS [ 28.430s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
57962024-12-21T05:30:32.099Z PASS [ 30.290s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
57972024-12-21T05:30:36.335Z PASS [ 31.477s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
57982024-12-21T05:30:36.421Z PASS [ 36.349s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
57992024-12-21T05:30:38.015Z PASS [ 37.386s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58002024-12-21T05:30:54.777Z PASS [ 26.898s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58012024-12-21T05:31:00.726Z PASS [ 24.303s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58022024-12-21T05:31:02.292Z PASS [ 25.955s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58032024-12-21T05:31:02.316Z PASS [ 24.300s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58042024-12-21T05:31:05.266Z PASS [ 33.165s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58052024-12-21T05:31:08.280Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58062024-12-21T05:31:26.582Z PASS [ 25.855s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
58072024-12-21T05:31:26.715Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58082024-12-21T05:31:27.572Z PASS [ 25.279s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
58092024-12-21T05:31:27.870Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58102024-12-21T05:31:31.277Z PASS [ 28.959s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
58112024-12-21T05:31:41.933Z PASS [ 74.074s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58122024-12-21T05:31:54.791Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58132024-12-21T05:31:56.094Z PASS [ 29.510s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
58142024-12-21T05:31:57.703Z PASS [ 30.129s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
58152024-12-21T05:32:05.285Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58162024-12-21T05:32:08.283Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58172024-12-21T05:32:13.820Z PASS [ 31.885s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
58182024-12-21T05:32:26.719Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58192024-12-21T05:32:27.376Z PASS [ 31.281s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
58202024-12-21T05:32:31.290Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58212024-12-21T05:32:42.342Z PASS [ 28.520s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
58222024-12-21T05:32:42.753Z PASS [ 107.972s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58232024-12-21T05:32:56.446Z PASS [ 29.069s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
58242024-12-21T05:32:57.716Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58252024-12-21T05:33:05.287Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58262024-12-21T05:33:08.286Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58272024-12-21T05:33:11.164Z PASS [ 28.410s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
58282024-12-21T05:33:23.671Z PASS [ 138.400s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58292024-12-21T05:33:26.199Z PASS [ 29.752s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
58302024-12-21T05:33:26.722Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58312024-12-21T05:33:27.931Z PASS [ 116.650s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58322024-12-21T05:33:42.356Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58332024-12-21T05:33:53.100Z PASS [ 29.428s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
58342024-12-21T05:33:55.646Z PASS [ 29.445s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
58352024-12-21T05:33:56.510Z PASS [ 74.164s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58362024-12-21T05:33:57.720Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58372024-12-21T05:34:08.290Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58382024-12-21T05:34:11.179Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58392024-12-21T05:34:21.408Z PASS [ 28.306s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
58402024-12-21T05:34:25.796Z PASS [ 30.150s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
58412024-12-21T05:34:26.725Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58422024-12-21T05:34:27.947Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58432024-12-21T05:34:45.238Z PASS [ 77.303s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58442024-12-21T05:34:48.777Z PASS [ 171.068s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58452024-12-21T05:34:51.014Z PASS [ 29.605s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
58462024-12-21T05:34:56.523Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58472024-12-21T05:35:08.293Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58482024-12-21T05:35:11.183Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58492024-12-21T05:35:13.330Z PASS [ 28.090s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
58502024-12-21T05:35:17.614Z PASS [ 28.835s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
58512024-12-21T05:35:24.034Z PASS [ 132.864s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58522024-12-21T05:35:25.811Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58532024-12-21T05:35:26.729Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58542024-12-21T05:35:33.352Z PASS [ 42.335s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
58552024-12-21T05:35:39.715Z PASS [ 26.384s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
58562024-12-21T05:35:43.298Z PASS [ 19.264s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
58572024-12-21T05:35:48.291Z PASS [ 30.676s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58582024-12-21T05:35:51.226Z PASS [ 17.874s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
58592024-12-21T05:35:52.642Z PASS [ 116.129s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58602024-12-21T05:36:05.589Z PASS [ 17.297s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
58612024-12-21T05:36:08.295Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58622024-12-21T05:36:08.375Z PASS [ 25.075s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
58632024-12-21T05:36:08.610Z PASS [ 28.893s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58642024-12-21T05:36:10.384Z PASS [ 17.741s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
58652024-12-21T05:36:18.662Z PASS [ 27.434s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
58662024-12-21T05:36:23.297Z PASS [ 117.497s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58672024-12-21T05:36:26.732Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58682024-12-21T05:36:37.672Z PASS [ 29.060s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
58692024-12-21T05:36:38.887Z PASS [ 28.501s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
58702024-12-21T05:36:39.685Z PASS [ 34.095s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58712024-12-21T05:36:42.959Z PASS [ 34.582s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58722024-12-21T05:36:49.553Z PASS [ 30.889s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
58732024-12-21T05:36:49.620Z PASS [ 0.066s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
58742024-12-21T05:36:52.912Z PASS [ 29.613s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
58752024-12-21T05:36:57.289Z PASS [ 18.400s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
58762024-12-21T05:37:05.946Z PASS [ 28.273s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
58772024-12-21T05:37:08.298Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58782024-12-21T05:37:17.116Z PASS [ 27.494s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
58792024-12-21T05:37:23.592Z PASS [ 17.645s] omicron-nexus app::sagas::test_saga::test_saga_stuck
58802024-12-21T05:37:26.735Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58812024-12-21T05:37:28.704Z PASS [ 35.791s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
58822024-12-21T05:37:29.853Z PASS [ 32.563s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
58832024-12-21T05:37:29.909Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz
58842024-12-21T05:37:29.968Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
58852024-12-21T05:37:30.025Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
58862024-12-21T05:37:30.131Z PASS [ 0.104s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
58872024-12-21T05:37:30.192Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
58882024-12-21T05:37:30.257Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
58892024-12-21T05:37:30.332Z PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
58902024-12-21T05:37:30.390Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_relative_uri
58912024-12-21T05:37:34.397Z PASS [ 5.692s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
58922024-12-21T05:37:39.700Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58932024-12-21T05:37:42.973Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
58942024-12-21T05:37:43.478Z PASS [ 26.362s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
58952024-12-21T05:37:44.168Z PASS [ 20.575s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
58962024-12-21T05:37:55.635Z PASS [ 21.236s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
58972024-12-21T05:37:58.591Z PASS [ 2.955s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
58982024-12-21T05:38:00.181Z PASS [ 1.589s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
58992024-12-21T05:38:00.810Z PASS [ 0.628s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59002024-12-21T05:38:02.134Z PASS [ 18.654s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59012024-12-21T05:38:06.004Z PASS [ 21.834s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59022024-12-21T05:38:07.231Z PASS [ 538.950s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59032024-12-21T05:38:08.748Z PASS [ 85.786s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59042024-12-21T05:38:11.337Z PASS [ 40.945s] omicron-nexus populate::test::test_populators
59052024-12-21T05:38:19.399Z PASS [ 18.588s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59062024-12-21T05:38:20.292Z PASS [ 18.157s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59072024-12-21T05:38:25.579Z PASS [ 19.573s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59082024-12-21T05:38:25.967Z PASS [ 18.735s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
59092024-12-21T05:38:26.738Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59102024-12-21T05:38:29.495Z PASS [ 20.745s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
59112024-12-21T05:38:30.626Z PASS [ 19.287s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
59122024-12-21T05:38:36.589Z PASS [ 17.189s] omicron-nexus::test_all integration_tests::basic::test_ping
59132024-12-21T05:38:39.703Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59142024-12-21T05:38:44.380Z PASS [ 18.411s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
59152024-12-21T05:38:45.856Z PASS [ 25.564s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
59162024-12-21T05:38:47.013Z PASS [ 17.517s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
59172024-12-21T05:38:49.354Z PASS [ 18.727s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
59182024-12-21T05:38:55.147Z PASS [ 18.558s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
59192024-12-21T05:38:58.741Z PASS [ 33.161s] omicron-nexus::test_all integration_tests::basic::test_projects_list
59202024-12-21T05:39:00.294Z PASS [ 5.146s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
59212024-12-21T05:39:00.358Z PASS [ 1.614s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
59222024-12-21T05:39:00.411Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
59232024-12-21T05:39:01.547Z PASS [ 17.166s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
59242024-12-21T05:39:04.199Z PASS [ 17.185s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
59252024-12-21T05:39:04.795Z PASS [ 18.938s] omicron-nexus::test_all integration_tests::certificates::test_crud
59262024-12-21T05:39:05.276Z PASS [ 578.559s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59272024-12-21T05:39:15.235Z PASS [ 25.880s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
59282024-12-21T05:39:18.634Z PASS [ 18.277s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
59292024-12-21T05:39:20.022Z PASS [ 18.474s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
59302024-12-21T05:39:20.111Z PASS [ 19.699s] omicron-nexus::test_all integration_tests::console_api::test_assets
59312024-12-21T05:39:24.040Z PASS [ 18.763s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
59322024-12-21T05:39:28.797Z PASS [ 24.596s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
59332024-12-21T05:39:29.296Z PASS [ 24.499s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
59342024-12-21T05:39:34.817Z PASS [ 19.581s] omicron-nexus::test_all integration_tests::console_api::test_session_me
59352024-12-21T05:39:39.251Z PASS [ 20.615s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
59362024-12-21T05:39:39.259Z PASS [ 19.140s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
59372024-12-21T05:39:39.705Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59382024-12-21T05:39:44.605Z PASS [ 24.581s] omicron-nexus::test_all integration_tests::console_api::test_sessions
59392024-12-21T05:40:03.249Z PASS [ 39.208s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
59402024-12-21T05:40:04.190Z PASS [ 35.391s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
59412024-12-21T05:40:08.315Z PASS [ 39.016s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
59422024-12-21T05:40:13.498Z PASS [ 38.678s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
59432024-12-21T05:40:20.163Z PASS [ 40.902s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
59442024-12-21T05:40:21.618Z PASS [ 42.366s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
59452024-12-21T05:40:32.125Z PASS [ 47.518s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
59462024-12-21T05:40:35.805Z PASS [ 32.554s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
59472024-12-21T05:40:39.709Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59482024-12-21T05:40:44.669Z PASS [ 24.504s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
59492024-12-21T05:40:46.937Z PASS [ 42.745s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
59502024-12-21T05:40:49.088Z PASS [ 40.772s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
59512024-12-21T05:41:00.324Z PASS [ 46.824s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
59522024-12-21T05:41:02.238Z PASS [ 17.568s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
59532024-12-21T05:41:04.087Z PASS [ 17.149s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
59542024-12-21T05:41:16.613Z PASS [ 27.524s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
59552024-12-21T05:41:21.634Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59562024-12-21T05:41:24.960Z PASS [ 22.720s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
59572024-12-21T05:41:26.735Z PASS [ 22.648s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
59582024-12-21T05:41:27.815Z PASS [ 52.008s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
59592024-12-21T05:41:32.141Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59602024-12-21T05:41:34.568Z PASS [ 34.243s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
59612024-12-21T05:41:39.712Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59622024-12-21T05:41:42.200Z PASS [ 25.585s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
59632024-12-21T05:41:50.928Z PASS [ 24.191s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
59642024-12-21T05:41:51.704Z PASS [ 26.743s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
59652024-12-21T05:42:01.453Z PASS [ 33.637s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
59662024-12-21T05:42:05.351Z PASS [ 103.729s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59672024-12-21T05:42:05.429Z PASS [ 93.301s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59682024-12-21T05:42:14.783Z PASS [ 40.213s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
59692024-12-21T05:42:14.922Z PASS [ 23.992s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
59702024-12-21T05:42:17.166Z PASS [ 25.461s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
59712024-12-21T05:42:21.003Z PASS [ 19.548s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
59722024-12-21T05:42:26.939Z PASS [ 21.587s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
59732024-12-21T05:42:30.118Z PASS [ 47.916s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
59742024-12-21T05:42:30.561Z PASS [ 25.131s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
59752024-12-21T05:42:35.749Z PASS [ 20.964s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
59762024-12-21T05:42:39.715Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59772024-12-21T05:42:43.525Z PASS [ 28.601s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
59782024-12-21T05:42:46.785Z PASS [ 25.781s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
59792024-12-21T05:42:57.663Z PASS [ 30.723s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
59802024-12-21T05:42:59.008Z PASS [ 28.889s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
59812024-12-21T05:43:02.245Z PASS [ 31.683s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
59822024-12-21T05:43:03.031Z PASS [ 45.863s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
59832024-12-21T05:43:03.087Z PASS [ 27.337s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
59842024-12-21T05:43:13.596Z PASS [ 26.809s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
59852024-12-21T05:43:13.709Z PASS [ 30.183s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
59862024-12-21T05:43:24.477Z PASS [ 25.468s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
59872024-12-21T05:43:26.313Z PASS [ 24.067s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
59882024-12-21T05:43:26.900Z PASS [ 29.235s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
59892024-12-21T05:43:29.483Z PASS [ 26.395s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
59902024-12-21T05:43:30.931Z PASS [ 27.899s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
59912024-12-21T05:43:39.719Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59922024-12-21T05:43:45.843Z PASS [ 32.245s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
59932024-12-21T05:43:47.708Z PASS [ 20.807s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
59942024-12-21T05:43:52.961Z PASS [ 39.249s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
59952024-12-21T05:43:54.398Z PASS [ 23.465s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
59962024-12-21T05:44:03.403Z PASS [ 33.918s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
59972024-12-21T05:44:09.786Z PASS [ 22.077s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
59982024-12-21T05:44:13.169Z PASS [ 48.689s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
59992024-12-21T05:44:13.280Z PASS [ 20.318s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60002024-12-21T05:44:13.722Z PASS [ 0.441s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60012024-12-21T05:44:14.328Z PASS [ 0.606s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60022024-12-21T05:44:14.584Z PASS [ 48.269s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60032024-12-21T05:44:14.787Z PASS [ 0.458s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60042024-12-21T05:44:15.063Z PASS [ 0.478s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60052024-12-21T05:44:15.908Z PASS [ 21.508s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60062024-12-21T05:44:18.316Z PASS [ 32.471s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60072024-12-21T05:44:27.403Z PASS [ 23.999s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60082024-12-21T05:44:32.895Z PASS [ 23.108s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60092024-12-21T05:44:36.826Z PASS [ 23.656s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60102024-12-21T05:44:39.721Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60112024-12-21T05:44:39.853Z PASS [ 25.064s] omicron-nexus::test_all integration_tests::images::test_image_create
60122024-12-21T05:44:43.851Z PASS [ 28.787s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
60132024-12-21T05:44:46.913Z PASS [ 28.596s] omicron-nexus::test_all integration_tests::images::test_image_promotion
60142024-12-21T05:44:49.259Z PASS [ 33.350s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
60152024-12-21T05:44:53.233Z PASS [ 25.829s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
60162024-12-21T05:44:53.988Z PASS [ 4.727s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
60172024-12-21T05:44:56.472Z PASS [ 23.575s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
60182024-12-21T05:44:56.669Z PASS [ 9.756s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
60192024-12-21T05:44:58.303Z PASS [ 14.451s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
60202024-12-21T05:44:58.858Z PASS [ 5.624s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
60212024-12-21T05:44:59.660Z PASS [ 22.833s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
60222024-12-21T05:44:59.978Z PASS [ 20.124s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
60232024-12-21T05:45:13.214Z PASS [ 513.510s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60242024-12-21T05:45:24.320Z PASS [ 30.331s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
60252024-12-21T05:45:24.563Z PASS [ 26.254s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
60262024-12-21T05:45:28.718Z PASS [ 29.859s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
60272024-12-21T05:45:29.019Z PASS [ 32.348s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
60282024-12-21T05:45:29.698Z PASS [ 30.036s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
60292024-12-21T05:45:41.338Z PASS [ 44.864s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
60302024-12-21T05:45:43.838Z PASS [ 30.623s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
60312024-12-21T05:45:44.102Z PASS [ 44.123s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
60322024-12-21T05:45:44.655Z PASS [ 20.333s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
60332024-12-21T05:45:45.130Z PASS [ 20.570s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
60342024-12-21T05:45:49.664Z PASS [ 19.965s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
60352024-12-21T05:45:59.828Z PASS [ 31.108s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
60362024-12-21T05:46:05.196Z PASS [ 20.065s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
60372024-12-21T05:46:12.036Z PASS [ 27.380s] omicron-nexus::test_all integration_tests::instances::test_instance_access
60382024-12-21T05:46:12.851Z PASS [ 43.830s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
60392024-12-21T05:46:20.276Z PASS [ 30.610s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
60402024-12-21T05:46:24.315Z PASS [ 42.975s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
60412024-12-21T05:46:26.456Z PASS [ 42.351s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
60422024-12-21T05:46:35.757Z PASS [ 35.927s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
60432024-12-21T05:46:41.595Z PASS [ 36.397s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
60442024-12-21T05:46:43.853Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60452024-12-21T05:46:44.525Z PASS [ 31.673s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
60462024-12-21T05:46:46.615Z PASS [ 34.577s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
60472024-12-21T05:46:55.933Z PASS [ 35.656s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
60482024-12-21T05:47:03.574Z PASS [ 27.815s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
60492024-12-21T05:47:06.163Z PASS [ 41.846s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
60502024-12-21T05:47:06.588Z PASS [ 24.991s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
60512024-12-21T05:47:08.483Z PASS [ 84.642s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60522024-12-21T05:47:15.541Z PASS [ 31.014s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
60532024-12-21T05:47:18.636Z PASS [ 52.178s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
60542024-12-21T05:47:19.213Z PASS [ 32.596s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
60552024-12-21T05:47:24.920Z PASS [ 28.985s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
60562024-12-21T05:47:35.566Z PASS [ 28.976s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
60572024-12-21T05:47:36.010Z PASS [ 29.845s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
60582024-12-21T05:47:36.558Z PASS [ 32.982s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
60592024-12-21T05:47:51.626Z PASS [ 36.082s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
60602024-12-21T05:47:52.912Z PASS [ 33.697s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
60612024-12-21T05:47:58.987Z PASS [ 40.350s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
60622024-12-21T05:48:00.120Z PASS [ 51.635s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
60632024-12-21T05:48:01.145Z PASS [ 36.224s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
60642024-12-21T05:48:10.713Z PASS [ 19.086s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
60652024-12-21T05:48:14.580Z PASS [ 38.569s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
60662024-12-21T05:48:15.453Z PASS [ 38.892s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
60672024-12-21T05:48:17.663Z PASS [ 42.096s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
60682024-12-21T05:48:18.023Z PASS [ 19.034s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
60692024-12-21T05:48:24.630Z PASS [ 31.716s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
60702024-12-21T05:48:26.382Z PASS [ 26.260s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
60712024-12-21T05:48:27.298Z PASS [ 26.152s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
60722024-12-21T05:48:30.209Z PASS [ 19.495s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
60732024-12-21T05:48:42.251Z PASS [ 27.669s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
60742024-12-21T05:48:43.712Z PASS [ 28.258s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
60752024-12-21T05:48:44.441Z PASS [ 18.056s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
60762024-12-21T05:48:44.823Z PASS [ 26.799s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
60772024-12-21T05:48:46.532Z PASS [ 19.233s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
60782024-12-21T05:48:50.894Z PASS [ 20.684s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
60792024-12-21T05:48:58.122Z PASS [ 33.491s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
60802024-12-21T05:48:58.668Z PASS [ 41.003s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
60812024-12-21T05:49:02.876Z PASS [ 18.435s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
60822024-12-21T05:49:03.309Z PASS [ 21.057s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
60832024-12-21T05:49:16.141Z PASS [ 32.428s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
60842024-12-21T05:49:18.248Z PASS [ 31.715s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
60852024-12-21T05:49:19.616Z PASS [ 34.792s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
60862024-12-21T05:49:20.870Z PASS [ 29.975s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
60872024-12-21T05:49:21.827Z PASS [ 18.950s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
60882024-12-21T05:49:25.202Z PASS [ 21.892s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
60892024-12-21T05:49:29.314Z PASS [ 30.643s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
60902024-12-21T05:49:34.680Z PASS [ 36.557s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
60912024-12-21T05:49:36.655Z PASS [ 20.512s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
60922024-12-21T05:49:38.048Z PASS [ 19.798s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
60932024-12-21T05:49:39.288Z PASS [ 19.670s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
60942024-12-21T05:49:40.555Z PASS [ 19.683s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
60952024-12-21T05:49:41.146Z PASS [ 19.318s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
60962024-12-21T05:49:46.228Z PASS [ 21.025s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
60972024-12-21T05:49:50.423Z PASS [ 21.108s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
60982024-12-21T05:49:56.924Z PASS [ 20.269s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
60992024-12-21T05:49:57.695Z PASS [ 23.013s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61002024-12-21T05:49:59.201Z PASS [ 18.644s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61012024-12-21T05:50:01.124Z PASS [ 23.075s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61022024-12-21T05:50:01.326Z PASS [ 22.037s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61032024-12-21T05:50:13.614Z PASS [ 32.466s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61042024-12-21T05:50:19.872Z PASS [ 20.670s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61052024-12-21T05:50:20.268Z PASS [ 19.143s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61062024-12-21T05:50:21.645Z PASS [ 24.719s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61072024-12-21T05:50:25.042Z PASS [ 23.715s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61082024-12-21T05:50:30.139Z PASS [ 43.909s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61092024-12-21T05:50:41.920Z PASS [ 44.223s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61102024-12-21T05:50:43.410Z PASS [ 52.984s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61112024-12-21T05:50:45.268Z PASS [ 24.998s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
61122024-12-21T05:50:47.311Z PASS [ 25.665s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
61132024-12-21T05:50:47.747Z PASS [ 34.131s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
61142024-12-21T05:50:52.390Z PASS [ 27.347s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
61152024-12-21T05:51:04.276Z PASS [ 44.402s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
61162024-12-21T05:51:08.418Z PASS [ 25.008s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
61172024-12-21T05:51:14.786Z PASS [ 44.645s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
61182024-12-21T05:51:20.795Z PASS [ 33.482s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
61192024-12-21T05:51:21.224Z PASS [ 33.476s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
61202024-12-21T05:51:25.422Z PASS [ 43.500s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
61212024-12-21T05:51:27.845Z PASS [ 35.453s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
61222024-12-21T05:51:29.804Z PASS [ 25.526s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
61232024-12-21T05:51:31.498Z PASS [ 46.228s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
61242024-12-21T05:51:42.726Z PASS [ 21.500s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
61252024-12-21T05:51:45.645Z PASS [ 20.222s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
61262024-12-21T05:51:51.927Z PASS [ 20.428s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
61272024-12-21T05:51:52.891Z PASS [ 25.045s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
61282024-12-21T05:51:52.928Z PASS [ 44.507s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
61292024-12-21T05:51:55.146Z PASS [ 25.341s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
61302024-12-21T05:52:01.967Z PASS [ 47.179s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
61312024-12-21T05:52:09.767Z PASS [ 27.039s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
61322024-12-21T05:52:13.493Z PASS [ 20.601s] omicron-nexus::test_all integration_tests::projects::test_projects
61332024-12-21T05:52:14.284Z PASS [ 22.356s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
61342024-12-21T05:52:14.676Z PASS [ 29.029s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
61352024-12-21T05:52:14.788Z PASS [ 21.858s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
61362024-12-21T05:52:20.809Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61372024-12-21T05:52:20.862Z PASS [ 18.893s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
61382024-12-21T05:52:23.075Z PASS [ 62.277s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61392024-12-21T05:52:28.441Z PASS [ 18.674s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
61402024-12-21T05:52:33.168Z PASS [ 19.674s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
61412024-12-21T05:52:33.269Z PASS [ 18.984s] omicron-nexus::test_all integration_tests::rack::test_sled_add
61422024-12-21T05:52:33.387Z PASS [ 18.710s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
61432024-12-21T05:52:33.582Z PASS [ 18.793s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
61442024-12-21T05:52:34.042Z PASS [ 0.459s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
61452024-12-21T05:52:36.728Z PASS [ 3.459s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
61462024-12-21T05:52:36.903Z PASS [ 3.516s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
61472024-12-21T05:52:37.561Z PASS [ 3.518s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
61482024-12-21T05:52:39.702Z PASS [ 16.626s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
61492024-12-21T05:52:40.061Z PASS [ 19.199s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
61502024-12-21T05:52:40.140Z PASS [ 3.411s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
61512024-12-21T05:52:45.582Z PASS [ 17.140s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
61522024-12-21T05:52:45.763Z PASS [ 0.180s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
61532024-12-21T05:52:45.941Z PASS [ 0.178s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
61542024-12-21T05:52:46.166Z PASS [ 0.225s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
61552024-12-21T05:52:46.337Z PASS [ 0.170s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
61562024-12-21T05:52:46.476Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
61572024-12-21T05:52:48.719Z PASS [ 53.571s] omicron-nexus::test_all integration_tests::quotas::test_quotas
61582024-12-21T05:52:52.568Z PASS [ 19.398s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
61592024-12-21T05:52:59.105Z PASS [ 21.543s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
61602024-12-21T05:53:00.817Z PASS [ 23.913s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
61612024-12-21T05:53:01.391Z PASS [ 21.328s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
61622024-12-21T05:53:01.960Z PASS [ 21.819s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
61632024-12-21T05:53:02.097Z PASS [ 0.136s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
61642024-12-21T05:53:05.340Z PASS [ 18.864s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
61652024-12-21T05:53:08.319Z PASS [ 19.599s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
61662024-12-21T05:53:08.449Z PASS [ 0.129s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
61672024-12-21T05:53:08.579Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
61682024-12-21T05:53:11.010Z PASS [ 18.441s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
61692024-12-21T05:53:11.869Z PASS [ 32.166s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
61702024-12-21T05:53:18.459Z PASS [ 19.353s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
61712024-12-21T05:53:21.089Z PASS [ 20.268s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
61722024-12-21T05:53:21.272Z PASS [ 19.880s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
61732024-12-21T05:53:22.981Z PASS [ 20.883s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
61742024-12-21T05:53:24.235Z PASS [ 18.893s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
61752024-12-21T05:53:25.449Z PASS [ 16.869s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
61762024-12-21T05:53:26.902Z PASS [ 15.891s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
61772024-12-21T05:53:27.063Z PASS [ 15.193s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
61782024-12-21T05:53:27.152Z PASS [ 2.917s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
61792024-12-21T05:53:29.251Z PASS [ 10.792s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
61802024-12-21T05:53:29.331Z PASS [ 2.178s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
61812024-12-21T05:53:31.118Z PASS [ 1.866s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
61822024-12-21T05:53:31.213Z PASS [ 1.882s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
61832024-12-21T05:53:33.023Z PASS [ 1.905s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
61842024-12-21T05:53:33.325Z PASS [ 2.111s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
61852024-12-21T05:53:34.552Z PASS [ 1.227s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
61862024-12-21T05:54:01.111Z PASS [ 26.558s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
61872024-12-21T05:54:12.274Z PASS [ 39.250s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
61882024-12-21T05:54:20.149Z PASS [ 19.037s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
61892024-12-21T05:54:35.896Z PASS [ 23.620s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
61902024-12-21T05:54:47.392Z PASS [ 11.495s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
61912024-12-21T05:54:47.880Z PASS [ 11.984s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
61922024-12-21T05:54:47.918Z PASS [ 12.021s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
61932024-12-21T05:54:48.642Z PASS [ 12.745s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
61942024-12-21T05:54:53.206Z PASS [ 33.056s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
61952024-12-21T05:55:04.748Z PASS [ 17.354s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
61962024-12-21T05:55:05.908Z PASS [ 18.026s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
61972024-12-21T05:55:06.082Z PASS [ 18.162s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
61982024-12-21T05:55:06.858Z PASS [ 18.214s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
61992024-12-21T05:55:11.571Z PASS [ 18.363s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62002024-12-21T05:55:11.596Z PASS [ 18.388s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62012024-12-21T05:55:12.964Z PASS [ 19.757s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62022024-12-21T05:55:16.855Z PASS [ 23.647s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62032024-12-21T05:55:25.784Z PASS [ 21.035s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62042024-12-21T05:55:26.978Z PASS [ 21.070s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62052024-12-21T05:55:27.200Z PASS [ 20.341s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62062024-12-21T05:55:30.409Z PASS [ 18.812s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62072024-12-21T05:55:32.777Z PASS [ 26.694s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62082024-12-21T05:55:33.618Z PASS [ 20.653s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62092024-12-21T05:55:33.928Z PASS [ 22.356s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62102024-12-21T05:55:36.043Z PASS [ 19.186s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62112024-12-21T05:55:46.266Z PASS [ 20.481s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62122024-12-21T05:55:46.366Z PASS [ 19.387s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
62132024-12-21T05:55:52.005Z PASS [ 24.804s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
62142024-12-21T05:55:53.452Z PASS [ 19.523s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
62152024-12-21T05:55:53.487Z PASS [ 20.709s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
62162024-12-21T05:55:58.620Z PASS [ 28.209s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
62172024-12-21T05:55:59.516Z PASS [ 25.896s] omicron-nexus::test_all integration_tests::silos::test_silos
62182024-12-21T05:56:05.397Z PASS [ 19.130s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
62192024-12-21T05:56:06.175Z PASS [ 30.131s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
62202024-12-21T05:56:12.487Z PASS [ 26.119s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
62212024-12-21T05:56:15.169Z PASS [ 23.162s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
62222024-12-21T05:56:17.342Z PASS [ 17.824s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
62232024-12-21T05:56:24.281Z PASS [ 30.827s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
62242024-12-21T05:56:26.598Z PASS [ 21.199s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
62252024-12-21T05:56:28.074Z PASS [ 34.585s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
62262024-12-21T05:56:28.270Z PASS [ 22.094s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
62272024-12-21T05:56:29.755Z PASS [ 31.134s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
62282024-12-21T05:56:32.824Z PASS [ 4.554s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
62292024-12-21T05:56:33.070Z PASS [ 20.581s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
62302024-12-21T05:56:34.242Z PASS [ 1.417s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
62312024-12-21T05:56:34.295Z PASS [ 4.540s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
62322024-12-21T05:56:37.500Z PASS [ 4.430s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
62332024-12-21T05:56:38.661Z PASS [ 4.418s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
62342024-12-21T05:56:42.725Z PASS [ 25.382s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
62352024-12-21T05:56:45.343Z PASS [ 2.617s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
62362024-12-21T05:56:48.060Z PASS [ 32.890s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
62372024-12-21T05:56:52.131Z PASS [ 17.835s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
62382024-12-21T05:56:53.087Z PASS [ 25.012s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
62392024-12-21T05:56:53.818Z PASS [ 29.535s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
62402024-12-21T05:56:53.914Z PASS [ 27.315s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
62412024-12-21T05:57:04.426Z PASS [ 19.082s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
62422024-12-21T05:57:08.478Z PASS [ 16.345s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
62432024-12-21T05:57:09.440Z PASS [ 21.379s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
62442024-12-21T05:57:12.478Z PASS [ 34.976s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
62452024-12-21T05:57:12.644Z PASS [ 19.555s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
62462024-12-21T05:57:24.621Z PASS [ 30.705s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
62472024-12-21T05:57:28.516Z PASS [ 34.696s] omicron-nexus::test_all integration_tests::utilization::test_utilization
62482024-12-21T05:57:33.001Z PASS [ 24.522s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
62492024-12-21T05:57:34.334Z PASS [ 29.906s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
62502024-12-21T05:57:38.676Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62512024-12-21T05:57:41.005Z PASS [ 31.563s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
62522024-12-21T05:57:43.061Z PASS [ 30.581s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
62532024-12-21T05:57:43.553Z PASS [ 30.909s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
62542024-12-21T05:57:55.014Z PASS [ 30.392s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
62552024-12-21T05:57:59.311Z PASS [ 30.793s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
62562024-12-21T05:58:04.168Z PASS [ 31.165s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
62572024-12-21T05:58:05.188Z PASS [ 30.852s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
62582024-12-21T05:58:07.227Z PASS [ 26.219s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
62592024-12-21T05:58:19.136Z PASS [ 24.121s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
62602024-12-21T05:58:26.301Z PASS [ 22.132s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
62612024-12-21T05:58:26.915Z PASS [ 108.250s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62622024-12-21T05:58:27.826Z PASS [ 28.514s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
62632024-12-21T05:58:30.247Z PASS [ 25.058s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
62642024-12-21T05:58:36.376Z PASS [ 52.821s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
62652024-12-21T05:58:37.158Z PASS [ 29.931s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
62662024-12-21T05:58:43.075Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62672024-12-21T05:58:43.224Z PASS [ 60.161s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62682024-12-21T05:58:52.158Z PASS [ 33.020s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
62692024-12-21T05:59:00.229Z PASS [ 23.852s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
62702024-12-21T05:59:01.200Z PASS [ 24.041s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
62712024-12-21T05:59:06.400Z PASS [ 39.483s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
62722024-12-21T05:59:08.062Z PASS [ 41.760s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
62732024-12-21T05:59:09.214Z PASS [ 41.386s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
62742024-12-21T05:59:10.420Z PASS [ 40.171s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
62752024-12-21T05:59:15.184Z PASS [ 31.958s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
62762024-12-21T05:59:26.915Z PASS [ 25.714s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
62772024-12-21T05:59:33.051Z PASS [ 26.649s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
62782024-12-21T05:59:34.085Z PASS [ 24.870s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
62792024-12-21T05:59:34.431Z PASS [ 26.367s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
62802024-12-21T05:59:37.913Z PASS [ 27.491s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
62812024-12-21T05:59:44.484Z PASS [ 52.324s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
62822024-12-21T05:59:45.049Z PASS [ 29.864s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
62832024-12-21T05:59:50.058Z PASS [ 17.007s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
62842024-12-21T05:59:50.102Z PASS [ 49.871s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
62852024-12-21T05:59:50.819Z PASS [ 16.733s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
62862024-12-21T05:59:51.745Z PASS [ 17.313s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
62872024-12-21T05:59:54.909Z PASS [ 27.993s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
62882024-12-21T05:59:55.549Z PASS [ 17.635s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
62892024-12-21T06:00:03.357Z PASS [ 18.306s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
62902024-12-21T06:00:04.473Z PASS [ 19.987s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
62912024-12-21T06:00:08.719Z PASS [ 18.659s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
62922024-12-21T06:00:08.863Z PASS [ 18.760s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
62932024-12-21T06:00:10.728Z PASS [ 19.907s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
62942024-12-21T06:00:14.135Z PASS [ 19.225s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
62952024-12-21T06:00:14.496Z PASS [ 18.946s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
62962024-12-21T06:00:14.588Z PASS [ 22.842s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
62972024-12-21T06:00:22.389Z PASS [ 19.031s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
62982024-12-21T06:00:23.784Z PASS [ 19.311s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
62992024-12-21T06:00:27.533Z PASS [ 18.813s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63002024-12-21T06:00:28.464Z PASS [ 19.600s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63012024-12-21T06:00:29.432Z PASS [ 18.703s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63022024-12-21T06:00:32.769Z PASS [ 18.633s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63032024-12-21T06:00:32.912Z PASS [ 18.323s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63042024-12-21T06:00:33.578Z PASS [ 19.080s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63052024-12-21T06:00:41.384Z PASS [ 18.994s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63062024-12-21T06:00:41.807Z PASS [ 18.022s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63072024-12-21T06:00:49.820Z PASS [ 20.387s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63082024-12-21T06:00:51.570Z PASS [ 18.657s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
63092024-12-21T06:00:52.167Z PASS [ 19.397s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
63102024-12-21T06:00:53.131Z PASS [ 19.548s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
63112024-12-21T06:00:58.934Z PASS [ 31.399s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
63122024-12-21T06:01:01.619Z PASS [ 20.233s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
63132024-12-21T06:01:03.237Z PASS [ 34.771s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
63142024-12-21T06:01:12.020Z PASS [ 30.211s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
63152024-12-21T06:01:12.263Z PASS [ 20.692s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
63162024-12-21T06:01:12.388Z PASS [ 22.567s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
63172024-12-21T06:01:15.005Z PASS [ 22.836s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
63182024-12-21T06:01:23.856Z PASS [ 30.728s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
63192024-12-21T06:01:25.064Z PASS [ 26.129s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
63202024-12-21T06:01:25.122Z PASS [ 0.058s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
63212024-12-21T06:01:25.165Z PASS [ 0.043s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
63222024-12-21T06:01:25.295Z PASS [ 0.130s] omicron-package dot::test::test_bad_dependency
63232024-12-21T06:01:25.338Z PASS [ 0.042s] omicron-package dot::test::test_dot_output
63242024-12-21T06:01:30.966Z PASS [ 7.110s] omicron-omdb::test_all_output test_omdb_usage_errors
63252024-12-21T06:01:30.995Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
63262024-12-21T06:01:32.441Z PASS [ 7.102s] omicron-passwords test::test_compatible
63272024-12-21T06:01:32.731Z PASS [ 29.492s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
63282024-12-21T06:01:32.783Z PASS [ 0.051s] omicron-passwords test::test_stable
63292024-12-21T06:01:32.814Z PASS [ 0.031s] omicron-passwords test::test_weak_hashes
63302024-12-21T06:01:32.843Z PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path
63312024-12-21T06:01:32.900Z PASS [ 0.057s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
63322024-12-21T06:01:32.927Z PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath
63332024-12-21T06:01:33.581Z PASS [ 0.653s] omicron-sled-agent artifact_store::test::list_get_put_delete
63342024-12-21T06:01:33.746Z PASS [ 0.164s] omicron-sled-agent artifact_store::test::no_dataset
63352024-12-21T06:01:33.899Z PASS [ 0.153s] omicron-sled-agent artifact_store::test::wrong_hash
63362024-12-21T06:01:33.910Z PASS [ 2.915s] omicron-passwords test::test_reproducible
63372024-12-21T06:01:34.042Z PASS [ 0.142s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
63382024-12-21T06:01:34.145Z PASS [ 0.103s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
63392024-12-21T06:01:34.301Z PASS [ 0.155s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
63402024-12-21T06:01:34.396Z PASS [ 0.095s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
63412024-12-21T06:01:34.438Z PASS [ 22.174s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
63422024-12-21T06:01:34.521Z PASS [ 0.082s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
63432024-12-21T06:01:34.531Z PASS [ 0.618s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
63442024-12-21T06:01:34.577Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
63452024-12-21T06:01:34.601Z PASS [ 0.071s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
63462024-12-21T06:01:34.618Z PASS [ 0.041s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
63472024-12-21T06:01:34.639Z PASS [ 0.038s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
63482024-12-21T06:01:34.657Z PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
63492024-12-21T06:01:34.676Z PASS [ 0.036s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
63502024-12-21T06:01:34.694Z PASS [ 0.037s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
63512024-12-21T06:01:34.715Z PASS [ 0.038s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
63522024-12-21T06:01:34.773Z PASS [ 0.078s] omicron-sled-agent config::test::test_smf_configs
63532024-12-21T06:01:34.780Z PASS [ 0.065s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
63542024-12-21T06:01:34.827Z PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
63552024-12-21T06:01:34.830Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
63562024-12-21T06:01:34.874Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
63572024-12-21T06:01:34.882Z PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
63582024-12-21T06:01:34.921Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
63592024-12-21T06:01:34.957Z PASS [ 0.561s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
63602024-12-21T06:01:35.225Z PASS [ 23.203s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
63612024-12-21T06:01:35.918Z PASS [ 23.528s] omicron-omdb::test_all_output test_omdb_env_settings
63622024-12-21T06:01:38.520Z PASS [ 3.295s] omicron-sled-agent instance::tests::test_instance_manager_creation
63632024-12-21T06:01:38.568Z PASS [ 0.047s] omicron-sled-agent probe_manager::test::probe_state_set_ops
63642024-12-21T06:01:38.576Z PASS [ 3.694s] omicron-sled-agent instance::tests::test_instance_create_events_normal
63652024-12-21T06:01:38.602Z PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile
63662024-12-21T06:01:38.611Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
63672024-12-21T06:01:38.637Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_instance
63682024-12-21T06:01:38.646Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_multiple
63692024-12-21T06:01:38.671Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
63702024-12-21T06:01:38.684Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_property_group
63712024-12-21T06:01:38.713Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_service
63722024-12-21T06:01:38.726Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_service_property_group
63732024-12-21T06:01:38.754Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
63742024-12-21T06:01:38.776Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
63752024-12-21T06:01:38.797Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
63762024-12-21T06:01:38.823Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
63772024-12-21T06:01:38.844Z PASS [ 0.047s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
63782024-12-21T06:01:39.878Z PASS [ 4.920s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
63792024-12-21T06:01:40.157Z PASS [ 5.236s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
63802024-12-21T06:01:41.738Z PASS [ 2.914s] omicron-sled-agent services::illumos_tests::test_bad_generations
63812024-12-21T06:01:41.904Z PASS [ 3.059s] omicron-sled-agent services::illumos_tests::test_ensure_service
63822024-12-21T06:01:42.167Z PASS [ 40.546s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
63832024-12-21T06:01:42.217Z PASS [ 0.049s] omicron-sled-agent services::test::test_all_zones_requests_schema
63842024-12-21T06:01:42.254Z PASS [ 0.036s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
63852024-12-21T06:01:42.294Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
63862024-12-21T06:01:42.341Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
63872024-12-21T06:01:42.394Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
63882024-12-21T06:01:42.440Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
63892024-12-21T06:01:42.487Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
63902024-12-21T06:01:42.527Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
63912024-12-21T06:01:42.572Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
63922024-12-21T06:01:43.132Z PASS [ 3.253s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
63932024-12-21T06:01:43.176Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
63942024-12-21T06:01:43.211Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
63952024-12-21T06:01:43.253Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
63962024-12-21T06:01:43.294Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
63972024-12-21T06:01:43.336Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
63982024-12-21T06:01:43.376Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
63992024-12-21T06:01:43.417Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64002024-12-21T06:01:43.509Z PASS [ 3.350s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64012024-12-21T06:01:44.307Z PASS [ 29.300s] omicron-omdb::test_all_output test_omdb_success_cases
64022024-12-21T06:01:44.677Z PASS [ 12.235s] omicron-passwords test::test_smoke
64032024-12-21T06:01:44.781Z PASS [ 3.041s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64042024-12-21T06:01:45.182Z PASS [ 3.276s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64052024-12-21T06:01:46.095Z PASS [ 3.523s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
64062024-12-21T06:01:46.133Z PASS [ 0.037s] omicron-sled-agent updates::test::test_query_no_components
64072024-12-21T06:01:46.177Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_sled_agent_version
64082024-12-21T06:01:46.228Z PASS [ 0.051s] omicron-sled-agent updates::test::test_query_zone_version
64092024-12-21T06:01:46.396Z PASS [ 0.168s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
64102024-12-21T06:01:46.434Z PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
64112024-12-21T06:01:47.439Z PASS [ 4.021s] omicron-sled-agent support_bundle::storage::tests::basic_crud
64122024-12-21T06:01:47.884Z PASS [ 4.373s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
64132024-12-21T06:01:47.932Z PASS [ 0.047s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
64142024-12-21T06:01:49.458Z PASS [ 5.150s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
64152024-12-21T06:01:50.172Z PASS [ 4.989s] omicron-sled-agent support_bundle::storage::tests::ranges
64162024-12-21T06:01:50.308Z PASS [ 5.631s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
64172024-12-21T06:01:50.351Z PASS [ 5.569s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
64182024-12-21T06:01:50.368Z PASS [ 0.059s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
64192024-12-21T06:01:50.393Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_dir_size
64202024-12-21T06:01:50.426Z PASS [ 0.057s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
64212024-12-21T06:01:51.019Z PASS [ 0.625s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
64222024-12-21T06:01:51.104Z PASS [ 0.678s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
64232024-12-21T06:01:51.228Z PASS [ 0.208s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
64242024-12-21T06:01:51.266Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
64252024-12-21T06:01:51.300Z PASS [ 0.034s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
64262024-12-21T06:01:51.536Z PASS [ 4.096s] omicron-sled-agent zone_bundle::illumos_tests::test_context
64272024-12-21T06:01:51.682Z PASS [ 5.248s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
64282024-12-21T06:01:51.949Z PASS [ 0.844s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
64292024-12-21T06:01:51.984Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
64302024-12-21T06:01:52.016Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
64312024-12-21T06:01:52.023Z PASS [ 0.487s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
64322024-12-21T06:01:52.025Z PASS [ 0.722s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
64332024-12-21T06:01:52.166Z PASS [ 0.150s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
64342024-12-21T06:01:52.263Z PASS [ 0.239s] omicron-test-utils dev::db::test::test_bad_cmd
64352024-12-21T06:01:52.471Z PASS [ 0.447s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
64362024-12-21T06:01:52.578Z PASS [ 0.411s] omicron-test-utils dev::db::test::test_cmd_fails
64372024-12-21T06:01:52.661Z PASS [ 0.082s] omicron-test-utils dev::db::test::test_make_pg_config_fail
64382024-12-21T06:01:52.691Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok
64392024-12-21T06:01:52.710Z PASS [ 1.028s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
64402024-12-21T06:01:52.723Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal
64412024-12-21T06:01:52.723Z PASS [ 0.251s] omicron-test-utils dev::db::test::test_database_start_hang
64422024-12-21T06:01:52.751Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_process_exit_normal
64432024-12-21T06:01:52.810Z PASS [ 4.877s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
64442024-12-21T06:01:52.843Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_starter_tmpdir
64452024-12-21T06:01:52.852Z PASS [ 3.393s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
64462024-12-21T06:01:52.887Z PASS [ 0.034s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
64472024-12-21T06:01:52.914Z PASS [ 0.070s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
64482024-12-21T06:01:52.925Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
64492024-12-21T06:01:52.954Z PASS [ 0.040s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
64502024-12-21T06:01:52.994Z PASS [ 0.068s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
64512024-12-21T06:01:53.279Z LEAK [ 0.556s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
64522024-12-21T06:01:53.473Z PASS [ 0.518s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
64532024-12-21T06:01:53.719Z PASS [ 3.543s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
64542024-12-21T06:01:53.759Z PASS [ 0.286s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
64552024-12-21T06:01:53.873Z PASS [ 0.593s] oximeter test::timeseries_schema_consistency
64562024-12-21T06:01:53.944Z PASS [ 1.680s] omicron-test-utils dev::db::test::test_database_concurrent
64572024-12-21T06:01:54.028Z PASS [ 1.275s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
64582024-12-21T06:01:54.073Z PASS [ 0.199s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
64592024-12-21T06:01:54.090Z PASS [ 0.374s] oximeter-collector agent::tests::test_self_stat_collection_count
64602024-12-21T06:01:54.093Z PASS [ 0.331s] oximeter-collector agent::tests::test_self_stat_error_counter
64612024-12-21T06:01:54.093Z PASS [ 0.146s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
64622024-12-21T06:01:54.109Z PASS [ 0.036s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
64632024-12-21T06:01:54.126Z PASS [ 0.035s] oximeter-collector self_stats::tests::test_failure_reason_serialization
64642024-12-21T06:01:54.159Z PASS [ 1.165s] openapi-manager check::tests::check_apis_up_to_date
64652024-12-21T06:01:54.195Z PASS [ 0.068s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
64662024-12-21T06:01:54.202Z PASS [ 0.042s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
64672024-12-21T06:01:54.225Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
64682024-12-21T06:01:54.253Z PASS [ 0.162s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
64692024-12-21T06:01:54.260Z PASS [ 0.150s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
64702024-12-21T06:01:54.595Z PASS [ 0.504s] oximeter-collector::test_commands test_oximeter_no_args
64712024-12-21T06:01:55.099Z PASS [ 1.071s] oximeter-collector agent::tests::verify_producer_details
64722024-12-21T06:01:55.196Z PASS [ 0.601s] oximeter-db client::tests::can_ping_clickhouse
64732024-12-21T06:01:55.298Z PASS [ 0.101s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
64742024-12-21T06:01:55.377Z PASS [ 0.078s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
64752024-12-21T06:01:55.412Z PASS [ 1.151s] oximeter-db client::oxql::tests::test_limit_operations
64762024-12-21T06:01:55.426Z PASS [ 1.223s] oximeter-db client::oxql::tests::test_get_entire_table
64772024-12-21T06:01:55.444Z PASS [ 1.191s] oximeter-db client::oxql::tests::test_get_one_timeseries
64782024-12-21T06:01:55.545Z PASS [ 1.320s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
64792024-12-21T06:01:56.161Z PASS [ 0.615s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
64802024-12-21T06:01:56.186Z PASS [ 0.760s] oximeter-db client::tests::read_latest_version_reports_max
64812024-12-21T06:01:56.201Z PASS [ 0.756s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
64822024-12-21T06:01:56.850Z PASS [ 0.649s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
64832024-12-21T06:01:56.929Z PASS [ 0.767s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
64842024-12-21T06:01:57.117Z PASS [ 0.929s] oximeter-db client::tests::select_timeseries_with_select_one
64852024-12-21T06:01:57.742Z PASS [ 0.891s] oximeter-db client::tests::test_client_select_timeseries_one
64862024-12-21T06:01:57.759Z PASS [ 0.829s] oximeter-db client::tests::test_database_version_update_is_idempotent
64872024-12-21T06:01:57.908Z PASS [ 0.791s] oximeter-db client::tests::test_database_version_will_not_downgrade
64882024-12-21T06:01:58.082Z PASS [ 2.670s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
64892024-12-21T06:01:58.568Z PASS [ 0.809s] oximeter-db client::tests::test_differentiate_by_timeseries_name
64902024-12-21T06:01:58.714Z PASS [ 0.805s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
64912024-12-21T06:01:58.756Z PASS [ 1.013s] oximeter-db client::tests::test_database_version_wipes_old_version
64922024-12-21T06:01:58.856Z PASS [ 0.773s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
64932024-12-21T06:01:59.500Z PASS [ 0.932s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
64942024-12-21T06:01:59.615Z PASS [ 0.858s] oximeter-db client::tests::test_field_record_count
64952024-12-21T06:01:59.695Z PASS [ 0.839s] oximeter-db client::tests::test_get_schema_no_new_values
64962024-12-21T06:02:00.413Z PASS [ 1.699s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
64972024-12-21T06:02:00.444Z PASS [ 0.943s] oximeter-db client::tests::test_insert_samples
64982024-12-21T06:02:00.500Z PASS [ 0.885s] oximeter-db client::tests::test_is_oximeter_cluster
64992024-12-21T06:02:00.516Z PASS [ 0.072s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65002024-12-21T06:02:00.544Z PASS [ 0.044s] oximeter-db client::tests::test_read_timeseries_to_delete
65012024-12-21T06:02:00.559Z PASS [ 0.043s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65022024-12-21T06:02:00.585Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65032024-12-21T06:02:00.703Z PASS [ 1.007s] oximeter-db client::tests::test_list_timeseries
65042024-12-21T06:02:01.050Z PASS [ 8.327s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65052024-12-21T06:02:01.196Z PASS [ 0.782s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
65062024-12-21T06:02:01.351Z PASS [ 0.766s] oximeter-db client::tests::test_schema_mismatch
65072024-12-21T06:02:01.501Z PASS [ 0.798s] oximeter-db client::tests::test_schema_update
65082024-12-21T06:02:01.812Z PASS [ 1.252s] oximeter-db client::tests::test_recall_of_all_fields
65092024-12-21T06:02:01.874Z PASS [ 0.823s] oximeter-db client::tests::test_select_all_datum_types
65102024-12-21T06:02:02.005Z PASS [ 0.809s] oximeter-db client::tests::test_select_all_field_types
65112024-12-21T06:02:02.211Z PASS [ 0.859s] oximeter-db client::tests::test_select_timeseries_with_all
65122024-12-21T06:02:02.600Z PASS [ 1.098s] oximeter-db client::tests::test_select_timeseries_with_limit
65132024-12-21T06:02:02.745Z PASS [ 0.871s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
65142024-12-21T06:02:02.856Z PASS [ 0.851s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
65152024-12-21T06:02:02.889Z PASS [ 0.032s] oximeter-db client::tests::test_unravel_index
65162024-12-21T06:02:02.889Z PASS [ 1.074s] oximeter-db client::tests::test_select_timeseries_with_order
65172024-12-21T06:02:02.933Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
65182024-12-21T06:02:02.966Z PASS [ 0.033s] oximeter-db model::fields::tests::test_extract_fields_as_block
65192024-12-21T06:02:02.998Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
65202024-12-21T06:02:03.028Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
65212024-12-21T06:02:03.065Z PASS [ 0.036s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
65222024-12-21T06:02:03.072Z PASS [ 0.860s] oximeter-db client::tests::test_select_timeseries_with_start_time
65232024-12-21T06:02:03.099Z PASS [ 0.034s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
65242024-12-21T06:02:03.099Z PASS [ 0.026s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
65252024-12-21T06:02:03.126Z PASS [ 0.027s] oximeter-db native::block::tests::datetime64_scale_checks_range
65262024-12-21T06:02:03.126Z PASS [ 0.027s] oximeter-db native::block::tests::concat_blocks
65272024-12-21T06:02:03.149Z PASS [ 0.023s] oximeter-db native::block::tests::parse_date_time64
65282024-12-21T06:02:03.157Z PASS [ 0.030s] oximeter-db native::block::tests::parse_date_time
65292024-12-21T06:02:03.183Z PASS [ 0.033s] oximeter-db native::block::tests::parse_escaped_date_time64
65302024-12-21T06:02:03.193Z PASS [ 0.035s] oximeter-db native::block::tests::test_data_type_to_string
65312024-12-21T06:02:03.214Z PASS [ 0.031s] oximeter-db native::block::tests::test_datetime64_conversions
65322024-12-21T06:02:03.227Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_all_known_timezones
65332024-12-21T06:02:03.240Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
65342024-12-21T06:02:03.253Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
65352024-12-21T06:02:03.268Z PASS [ 0.027s] oximeter-db native::block::tests::test_parse_enum8
65362024-12-21T06:02:03.284Z PASS [ 0.030s] oximeter-db native::block::tests::test_parse_enum_variant
65372024-12-21T06:02:03.303Z PASS [ 0.034s] oximeter-db native::block::tests::test_parse_invalid_data_type
65382024-12-21T06:02:03.530Z PASS [ 0.784s] oximeter-db client::tests::test_timeseries_schema_list
65392024-12-21T06:02:03.684Z PASS [ 0.795s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
65402024-12-21T06:02:03.882Z PASS [ 0.598s] oximeter-db native::connection::tests::test_basic_select_query
65412024-12-21T06:02:03.956Z PASS [ 1.356s] oximeter-db client::tests::test_sql_query_output
65422024-12-21T06:02:03.997Z PASS [ 0.694s] oximeter-db native::connection::tests::test_can_cancel_query
65432024-12-21T06:02:04.116Z PASS [ 0.586s] oximeter-db native::connection::tests::test_exchange_hello
65442024-12-21T06:02:04.286Z PASS [ 0.602s] oximeter-db native::connection::tests::test_insert_and_select_data
65452024-12-21T06:02:04.474Z PASS [ 0.592s] oximeter-db native::connection::tests::test_insert_and_select_uuid
65462024-12-21T06:02:04.500Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
65472024-12-21T06:02:04.524Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_full_block
65482024-12-21T06:02:04.543Z PASS [ 0.587s] oximeter-db native::connection::tests::test_select_array_column
65492024-12-21T06:02:04.556Z PASS [ 0.031s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
65502024-12-21T06:02:04.575Z PASS [ 0.031s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
65512024-12-21T06:02:04.592Z PASS [ 0.595s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
65522024-12-21T06:02:04.600Z PASS [ 0.043s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
65532024-12-21T06:02:04.607Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
65542024-12-21T06:02:04.621Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_string_column
65552024-12-21T06:02:04.627Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_uint64_column
65562024-12-21T06:02:04.629Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint8_column
65572024-12-21T06:02:04.646Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uuid_column
65582024-12-21T06:02:04.651Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_encode_decode_column
65592024-12-21T06:02:04.654Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
65602024-12-21T06:02:04.673Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
65612024-12-21T06:02:04.680Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
65622024-12-21T06:02:04.686Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
65632024-12-21T06:02:04.700Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
65642024-12-21T06:02:04.706Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_pong
65652024-12-21T06:02:04.709Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
65662024-12-21T06:02:04.717Z PASS [ 0.600s] oximeter-db native::connection::tests::test_select_nullable_column
65672024-12-21T06:02:04.726Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
65682024-12-21T06:02:04.731Z PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_decode
65692024-12-21T06:02:04.737Z PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_hello_world
65702024-12-21T06:02:04.744Z PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
65712024-12-21T06:02:04.749Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_count
65722024-12-21T06:02:04.754Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
65732024-12-21T06:02:04.762Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
65742024-12-21T06:02:04.769Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_descriptions
65752024-12-21T06:02:04.776Z PASS [ 0.026s] oximeter-db native::io::varuint::test_encode_decode_varuint
65762024-12-21T06:02:04.784Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
65772024-12-21T06:02:04.792Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
65782024-12-21T06:02:04.800Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_comparison
65792024-12-21T06:02:04.808Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
65802024-12-21T06:02:04.816Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_double_literal
65812024-12-21T06:02:04.824Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
65822024-12-21T06:02:04.831Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
65832024-12-21T06:02:04.838Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
65842024-12-21T06:02:04.844Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
65852024-12-21T06:02:04.850Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
65862024-12-21T06:02:04.857Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
65872024-12-21T06:02:04.864Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
65882024-12-21T06:02:04.870Z PASS [ 0.583s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
65892024-12-21T06:02:04.873Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
65902024-12-21T06:02:04.881Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
65912024-12-21T06:02:04.883Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_group_by
65922024-12-21T06:02:04.894Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
65932024-12-21T06:02:04.900Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_ident
65942024-12-21T06:02:04.903Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
65952024-12-21T06:02:04.913Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
65962024-12-21T06:02:04.916Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
65972024-12-21T06:02:04.926Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
65982024-12-21T06:02:04.933Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
65992024-12-21T06:02:04.936Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66002024-12-21T06:02:04.946Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66012024-12-21T06:02:04.948Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66022024-12-21T06:02:04.960Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query
66032024-12-21T06:02:04.973Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
66042024-12-21T06:02:04.976Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
66052024-12-21T06:02:04.980Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
66062024-12-21T06:02:04.991Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
66072024-12-21T06:02:05.003Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_reducer
66082024-12-21T06:02:05.016Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
66092024-12-21T06:02:05.019Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
66102024-12-21T06:02:05.026Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
66112024-12-21T06:02:05.040Z PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
66122024-12-21T06:02:05.048Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
66132024-12-21T06:02:05.054Z PASS [ 0.037s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
66142024-12-21T06:02:05.059Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
66152024-12-21T06:02:05.064Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
66162024-12-21T06:02:05.074Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
66172024-12-21T06:02:05.079Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
66182024-12-21T06:02:05.082Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
66192024-12-21T06:02:05.091Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
66202024-12-21T06:02:05.104Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
66212024-12-21T06:02:05.104Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
66222024-12-21T06:02:05.112Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
66232024-12-21T06:02:05.126Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
66242024-12-21T06:02:05.134Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
66252024-12-21T06:02:05.137Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
66262024-12-21T06:02:05.145Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
66272024-12-21T06:02:05.153Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
66282024-12-21T06:02:05.163Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
66292024-12-21T06:02:05.171Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
66302024-12-21T06:02:05.174Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
66312024-12-21T06:02:05.184Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
66322024-12-21T06:02:05.191Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits
66332024-12-21T06:02:05.198Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
66342024-12-21T06:02:05.205Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
66352024-12-21T06:02:05.213Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
66362024-12-21T06:02:05.221Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
66372024-12-21T06:02:05.238Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
66382024-12-21T06:02:05.248Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
66392024-12-21T06:02:05.257Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates
66402024-12-21T06:02:05.261Z PASS [ 0.052s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
66412024-12-21T06:02:05.285Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
66422024-12-21T06:02:05.288Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
66432024-12-21T06:02:05.295Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_query_end_time
66442024-12-21T06:02:05.298Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
66452024-12-21T06:02:05.312Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
66462024-12-21T06:02:05.318Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
66472024-12-21T06:02:05.330Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
66482024-12-21T06:02:05.338Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
66492024-12-21T06:02:05.348Z PASS [ 0.029s] oximeter-db query::tests::test_field_cmp
66502024-12-21T06:02:05.355Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_split_query
66512024-12-21T06:02:05.362Z PASS [ 0.031s] oximeter-db query::tests::test_field_selector_as_query
66522024-12-21T06:02:05.368Z PASS [ 0.029s] oximeter-db query::tests::test_field_value_as_db_str
66532024-12-21T06:02:05.384Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_field_selectors
66542024-12-21T06:02:05.391Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_from_parts
66552024-12-21T06:02:05.399Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_filter_raw
66562024-12-21T06:02:05.408Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_full
66572024-12-21T06:02:05.413Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_limit_offset
66582024-12-21T06:02:05.419Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_no_fields
66592024-12-21T06:02:05.430Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_no_selectors
66602024-12-21T06:02:05.439Z PASS [ 0.025s] oximeter-db query::tests::test_time_range
66612024-12-21T06:02:05.447Z PASS [ 0.040s] oximeter-db query::tests::test_string_field_selector
66622024-12-21T06:02:05.461Z PASS [ 0.042s] oximeter-db sql::tests::test_allow_limit_offset
66632024-12-21T06:02:05.470Z PASS [ 0.040s] oximeter-db sql::tests::test_allow_subqueries
66642024-12-21T06:02:05.478Z PASS [ 0.038s] oximeter-db sql::tests::test_cannot_name_database
66652024-12-21T06:02:05.485Z PASS [ 0.037s] oximeter-db sql::tests::test_ctes_are_not_supported
66662024-12-21T06:02:05.495Z PASS [ 0.033s] oximeter-db sql::tests::test_function_allow_list
66672024-12-21T06:02:05.504Z PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
66682024-12-21T06:02:05.523Z PASS [ 0.038s] oximeter-db sql::tests::test_query_must_be_select_statement
66692024-12-21T06:02:05.530Z PASS [ 0.054s] oximeter-db sql::tests::test_join_must_be_inner
66702024-12-21T06:02:05.533Z PASS [ 0.035s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
66712024-12-21T06:02:05.543Z PASS [ 0.037s] oximeter-db sql::tests::test_require_table_is_timeseries_name
66722024-12-21T06:02:05.558Z PASS [ 0.034s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
66732024-12-21T06:02:05.564Z PASS [ 0.033s] oximeter-db sql::tests::test_with_comma_join_fails
66742024-12-21T06:02:05.567Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_field_stability
66752024-12-21T06:02:05.575Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_sample_stability
66762024-12-21T06:02:05.624Z PASS [ 0.059s] oximeter-instruments http::tests::test_latency_tracker
66772024-12-21T06:02:05.684Z PASS [ 0.109s] oximeter-instruments kstat::link::tests::test_kstat_interested
66782024-12-21T06:02:05.855Z PASS [ 0.230s] oximeter-instruments kstat::link::tests::test_kstat_sampler
66792024-12-21T06:02:05.911Z PASS [ 0.220s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
66802024-12-21T06:02:05.987Z PASS [ 0.132s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
66812024-12-21T06:02:06.002Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
66822024-12-21T06:02:06.047Z PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
66832024-12-21T06:02:06.061Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
66842024-12-21T06:02:06.103Z PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_sled_datalink
66852024-12-21T06:02:06.105Z PASS [ 0.041s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
66862024-12-21T06:02:06.129Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
66872024-12-21T06:02:06.139Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
66882024-12-21T06:02:06.151Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
66892024-12-21T06:02:06.162Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
66902024-12-21T06:02:06.177Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
66912024-12-21T06:02:06.184Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_datum_field
66922024-12-21T06:02:06.203Z PASS [ 0.026s] oximeter-macro-impl tests::test_metric_enum
66932024-12-21T06:02:06.211Z PASS [ 0.026s] oximeter-macro-impl tests::test_metric_without_datum_field
66942024-12-21T06:02:06.227Z PASS [ 0.023s] oximeter-macro-impl tests::test_target
66952024-12-21T06:02:06.234Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_empty_struct
66962024-12-21T06:02:06.251Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_enum
66972024-12-21T06:02:06.258Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_unit_struct
66982024-12-21T06:02:06.273Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_with_datum_field
66992024-12-21T06:02:06.367Z PASS [ 0.093s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
67002024-12-21T06:02:06.403Z PASS [ 0.036s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
67012024-12-21T06:02:06.434Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
67022024-12-21T06:02:06.442Z PASS [ 1.508s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
67032024-12-21T06:02:06.463Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
67042024-12-21T06:02:06.470Z PASS [ 0.028s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
67052024-12-21T06:02:06.502Z PASS [ 0.039s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
67062024-12-21T06:02:06.505Z PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
67072024-12-21T06:02:06.543Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
67082024-12-21T06:02:06.543Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
67092024-12-21T06:02:06.583Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
67102024-12-21T06:02:06.599Z PASS [ 0.055s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
67112024-12-21T06:02:06.608Z PASS [ 0.025s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
67122024-12-21T06:02:06.625Z PASS [ 0.026s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
67132024-12-21T06:02:06.634Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
67142024-12-21T06:02:06.658Z PASS [ 0.032s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
67152024-12-21T06:02:06.664Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
67162024-12-21T06:02:06.684Z PASS [ 0.026s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
67172024-12-21T06:02:06.694Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_empty_descriptions
67182024-12-21T06:02:06.716Z PASS [ 0.031s] oximeter-schema ir::tests::fail_on_empty_metric_name
67192024-12-21T06:02:06.723Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_empty_target_name
67202024-12-21T06:02:06.742Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_very_long_field_names
67212024-12-21T06:02:06.752Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
67222024-12-21T06:02:06.774Z PASS [ 0.031s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
67232024-12-21T06:02:06.786Z PASS [ 0.034s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
67242024-12-21T06:02:06.807Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
67252024-12-21T06:02:06.814Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
67262024-12-21T06:02:06.837Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
67272024-12-21T06:02:06.843Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
67282024-12-21T06:02:06.869Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
67292024-12-21T06:02:06.876Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
67302024-12-21T06:02:06.897Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
67312024-12-21T06:02:06.905Z PASS [ 0.029s] oximeter-schema ir::tests::only_support_format_version_1
67322024-12-21T06:02:06.922Z PASS [ 0.025s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
67332024-12-21T06:02:06.929Z PASS [ 0.023s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
67342024-12-21T06:02:07.073Z PASS [ 0.144s] oximeter-test-utils tests::test_sample_struct
67352024-12-21T06:02:07.080Z PASS [ 0.158s] oximeter-test-utils tests::test_gen_test_samples
67362024-12-21T06:02:07.109Z PASS [ 0.035s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
67372024-12-21T06:02:07.115Z PASS [ 0.034s] oximeter-test-utils tests::test_timeseries_schema_from_parts
67382024-12-21T06:02:07.135Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_sample
67392024-12-21T06:02:07.141Z PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range
67402024-12-21T06:02:07.161Z PASS [ 0.025s] oximeter-types histogram::tests::test_bin_range_from
67412024-12-21T06:02:07.167Z PASS [ 0.025s] oximeter-types histogram::tests::test_bin_range_to
67422024-12-21T06:02:07.192Z PASS [ 0.031s] oximeter-types histogram::tests::test_empty_bins_not_supported
67432024-12-21T06:02:07.200Z PASS [ 0.032s] oximeter-types histogram::tests::test_ensure_finite
67442024-12-21T06:02:07.237Z PASS [ 0.037s] oximeter-types histogram::tests::test_histogram_construct_with
67452024-12-21T06:02:07.240Z PASS [ 0.045s] oximeter-types histogram::tests::test_histogram
67462024-12-21T06:02:07.273Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_extreme_samples
67472024-12-21T06:02:07.280Z PASS [ 0.042s] oximeter-types histogram::tests::test_histogram_extreme_bins
67482024-12-21T06:02:07.306Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_float_bins
67492024-12-21T06:02:07.313Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_unbounded_samples
67502024-12-21T06:02:07.342Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_with_bins
67512024-12-21T06:02:07.345Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram_unsorted_bins
67522024-12-21T06:02:07.376Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
67532024-12-21T06:02:07.384Z PASS [ 0.041s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
67542024-12-21T06:02:07.410Z PASS [ 0.034s] oximeter-types histogram::tests::test_log_bins_u64
67552024-12-21T06:02:07.418Z PASS [ 0.032s] oximeter-types histogram::tests::test_log_bins_u8
67562024-12-21T06:02:07.451Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
67572024-12-21T06:02:07.470Z PASS [ 0.059s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
67582024-12-21T06:02:07.490Z PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
67592024-12-21T06:02:07.504Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
67602024-12-21T06:02:07.517Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
67612024-12-21T06:02:07.528Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
67622024-12-21T06:02:07.540Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
67632024-12-21T06:02:07.553Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
67642024-12-21T06:02:07.565Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
67652024-12-21T06:02:07.578Z PASS [ 0.024s] oximeter-types histogram::tests::test_span_decades
67662024-12-21T06:02:07.588Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
67672024-12-21T06:02:07.603Z PASS [ 0.025s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
67682024-12-21T06:02:07.609Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
67692024-12-21T06:02:07.625Z PASS [ 0.022s] oximeter-types quantile::tests::test_default_percentiles
67702024-12-21T06:02:07.632Z PASS [ 0.022s] oximeter-types quantile::tests::test_empty_observations
67712024-12-21T06:02:07.650Z PASS [ 0.025s] oximeter-types quantile::tests::test_find_cells
67722024-12-21T06:02:07.656Z PASS [ 0.024s] oximeter-types quantile::tests::test_float_observations
67732024-12-21T06:02:07.675Z PASS [ 0.025s] oximeter-types quantile::tests::test_integer_observations
67742024-12-21T06:02:07.682Z PASS [ 0.025s] oximeter-types quantile::tests::test_invalid_p_value
67752024-12-21T06:02:07.702Z PASS [ 0.026s] oximeter-types quantile::tests::test_max_p
67762024-12-21T06:02:07.710Z PASS [ 0.027s] oximeter-types quantile::tests::test_min_p
67772024-12-21T06:02:07.730Z PASS [ 0.028s] oximeter-types quantile::tests::test_non_filled_observations
67782024-12-21T06:02:07.743Z PASS [ 0.032s] oximeter-types quantile::tests::test_rounding
67792024-12-21T06:02:07.754Z PASS [ 0.023s] oximeter-types schema::tests::test_field_schema_ordering
67802024-12-21T06:02:07.789Z PASS [ 0.046s] oximeter-types schema::tests::test_timeseries_name
67812024-12-21T06:02:07.795Z PASS [ 0.040s] oximeter-types schema::tests::test_timeseries_name_from_str
67822024-12-21T06:02:07.816Z PASS [ 0.026s] oximeter-types traits::tests::test_metric_trait
67832024-12-21T06:02:07.831Z PASS [ 0.035s] oximeter-types traits::tests::test_producer_trait
67842024-12-21T06:02:07.841Z PASS [ 0.024s] oximeter-types traits::tests::test_target_trait
67852024-12-21T06:02:07.852Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_f64
67862024-12-21T06:02:07.863Z PASS [ 0.022s] oximeter-types types::tests::test_cumulative_i64
67872024-12-21T06:02:07.873Z PASS [ 0.020s] oximeter-types types::tests::test_datum
67882024-12-21T06:02:07.884Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
67892024-12-21T06:02:07.893Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
67902024-12-21T06:02:07.904Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
67912024-12-21T06:02:07.917Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
67922024-12-21T06:02:07.934Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
67932024-12-21T06:02:07.944Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
67942024-12-21T06:02:07.958Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
67952024-12-21T06:02:07.966Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
67962024-12-21T06:02:07.979Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
67972024-12-21T06:02:07.987Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
67982024-12-21T06:02:08.003Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
67992024-12-21T06:02:08.009Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
68002024-12-21T06:02:08.026Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
68012024-12-21T06:02:08.032Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
68022024-12-21T06:02:08.047Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
68032024-12-21T06:02:08.053Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
68042024-12-21T06:02:08.068Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
68052024-12-21T06:02:08.075Z PASS [ 0.021s] oximeter-types types::tests::test_measurement
68062024-12-21T06:02:08.081Z PASS [ 32.161s] omicron-sled-agent nexus::test::nexus_self_notification_test
68072024-12-21T06:02:08.090Z PASS [ 0.022s] oximeter-types types::tests::test_verify_field_names
68082024-12-21T06:02:08.095Z PASS [ 0.020s] oxlog tests::test_is_oxide_smf_log_file
68092024-12-21T06:02:08.098Z PASS [ 0.015s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
68102024-12-21T06:02:08.109Z PASS [ 0.018s] oxlog tests::test_sort_logs
68112024-12-21T06:02:08.161Z PASS [ 0.065s] oxql-types point::tests::test_cast_points_from_bool
68122024-12-21T06:02:08.164Z PASS [ 0.064s] oxql-types point::tests::test_cast_points_from_double
68132024-12-21T06:02:08.164Z PASS [ 0.052s] oxql-types point::tests::test_cast_points_from_double_distribution
68142024-12-21T06:02:08.184Z PASS [ 0.022s] oxql-types point::tests::test_cast_points_from_integer
68152024-12-21T06:02:08.192Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_int_distribution
68162024-12-21T06:02:08.203Z PASS [ 0.041s] oxql-types point::tests::test_cast_points_from_string
68172024-12-21T06:02:08.209Z PASS [ 0.025s] oxql-types point::tests::test_join_point_arrays
68182024-12-21T06:02:08.215Z PASS [ 0.023s] oxql-types point::tests::test_point_delta_between
68192024-12-21T06:02:08.224Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
68202024-12-21T06:02:08.230Z PASS [ 0.020s] oxql-types point::tests::test_point_delta_between_with_new_epoch
68212024-12-21T06:02:08.238Z PASS [ 0.022s] oxql-types point::tests::test_push_concrete_values
68222024-12-21T06:02:08.254Z PASS [ 0.030s] oxql-types point::tests::test_sub_between_histogram_distributions
68232024-12-21T06:02:08.273Z PASS [ 0.018s] range-requests test::invalid_ranges
68242024-12-21T06:02:08.288Z PASS [ 0.057s] range-requests test::get_response_no_range
68252024-12-21T06:02:08.294Z PASS [ 0.020s] range-requests test::parse_range_invalid
68262024-12-21T06:02:08.296Z PASS [ 0.055s] range-requests test::get_response_with_range
68272024-12-21T06:02:08.306Z PASS [ 0.017s] range-requests test::parse_range_valid
68282024-12-21T06:02:08.316Z PASS [ 0.021s] range-requests test::single_range_parsing_does_not_crash
68292024-12-21T06:02:08.322Z PASS [ 0.027s] range-requests test::potential_range_parsing_does_not_crash
68302024-12-21T06:02:09.133Z PASS [ 0.810s] reconfigurator-cli::test_basic test_example
68312024-12-21T06:02:09.133Z PASS [ 0.826s] reconfigurator-cli::test_basic test_basic
68322024-12-21T06:02:09.263Z PASS [ 0.129s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
68332024-12-21T06:02:09.263Z PASS [ 0.129s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
68342024-12-21T06:02:09.317Z PASS [ 0.054s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
68352024-12-21T06:02:09.324Z PASS [ 0.060s] sled-agent-types rack_init::tests::parse_rack_initialization
68362024-12-21T06:02:09.348Z PASS [ 0.024s] sled-agent-types rack_init::tests::test_subnets
68372024-12-21T06:02:09.364Z PASS [ 3.105s] oximeter-producer tests::test_producer_registration_task
68382024-12-21T06:02:09.366Z PASS [ 0.046s] sled-agent-types rack_init::tests::test_extra_certs
68392024-12-21T06:02:09.392Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_compare_bundles
68402024-12-21T06:02:09.398Z PASS [ 0.034s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
68412024-12-21T06:02:09.401Z PASS [ 0.049s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
68422024-12-21T06:02:09.419Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_priority_dimension
68432024-12-21T06:02:09.425Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
68442024-12-21T06:02:09.428Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
68452024-12-21T06:02:09.464Z PASS [ 0.039s] sled-diagnostics queries::test::test_command_stdout_is_correct
68462024-12-21T06:02:09.471Z PASS [ 0.045s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
68472024-12-21T06:02:09.474Z PASS [ 0.051s] sled-diagnostics queries::test::test_command_stderr_is_correct
68482024-12-21T06:02:09.528Z PASS [ 0.056s] sled-hardware disk::test::test_disk_paths
68492024-12-21T06:02:09.534Z PASS [ 0.063s] sled-hardware disk::test::test_partition_device_paths
68502024-12-21T06:02:09.600Z PASS [ 0.065s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
68512024-12-21T06:02:09.603Z PASS [ 0.072s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
68522024-12-21T06:02:09.625Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
68532024-12-21T06:02:09.631Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
68542024-12-21T06:02:09.655Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
68552024-12-21T06:02:09.678Z PASS [ 0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
68562024-12-21T06:02:09.678Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
68572024-12-21T06:02:09.717Z PASS [ 0.038s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
68582024-12-21T06:02:09.752Z PASS [ 0.073s] sled-storage dataset::test::serialize_dataset_name
68592024-12-21T06:02:09.804Z PASS [ 0.086s] sled-storage manager::test::test_datasets_schema
68602024-12-21T06:02:09.807Z PASS [ 0.052s] sled-storage manager::test::test_omicron_physical_disks_schema
68612024-12-21T06:02:09.998Z PASS [ 0.533s] sled-diagnostics queries::test::test_long_running_command_is_aborted
68622024-12-21T06:02:10.046Z PASS [ 0.048s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
68632024-12-21T06:02:10.993Z PASS [ 1.188s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
68642024-12-21T06:02:11.994Z PASS [ 2.190s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
68652024-12-21T06:02:13.121Z PASS [ 3.075s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
68662024-12-21T06:02:13.181Z PASS [ 0.060s] sled-storage manager::tests::ensure_using_exactly_these_disks
68672024-12-21T06:02:13.805Z PASS [ 2.811s] sled-storage manager::tests::ensure_datasets
68682024-12-21T06:02:15.538Z PASS [ 2.356s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
68692024-12-21T06:02:16.668Z PASS [ 2.863s] sled-storage manager::tests::nested_dataset
68702024-12-21T06:02:17.900Z PASS [ 1.231s] sled-storage manager::tests::update_rawdisk_firmware
68712024-12-21T06:02:18.299Z PASS [ 2.760s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
68722024-12-21T06:02:20.083Z PASS [ 14.517s] oximeter-db::integration_test test_schemas_disjoint
68732024-12-21T06:02:20.400Z PASS [ 2.500s] sled-storage manager::tests::upsert_filesystem
68742024-12-21T06:02:20.556Z PASS [ 2.257s] sled-storage manager::tests::upsert_filesystem_no_uuid
68752024-12-21T06:02:21.489Z PASS [ 1.406s] sled-storage manager::tests::wait_for_boot_disk
68762024-12-21T06:02:21.628Z PASS [ 1.071s] tufaceous::integration-tests command_tests::test_init_and_add
68772024-12-21T06:02:21.717Z PASS [ 0.088s] tufaceous-lib archive::tests::test_validate_path
68782024-12-21T06:02:21.728Z PASS [ 1.327s] tufaceous::integration-tests command_tests::test_assemble_fake
68792024-12-21T06:02:21.812Z PASS [ 0.094s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
68802024-12-21T06:02:21.978Z PASS [ 0.250s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
68812024-12-21T06:02:22.322Z PASS [ 0.833s] tufaceous::manifest-tests check_manifest::fake.toml
68822024-12-21T06:02:22.458Z PASS [ 0.135s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
68832024-12-21T06:02:22.563Z PASS [ 0.105s] update-common artifacts::update_plan::tests::test_bad_rot_versions
68842024-12-21T06:02:22.708Z PASS [ 0.144s] update-common artifacts::update_plan::tests::test_multi_rot_bord
68852024-12-21T06:02:22.816Z PASS [ 0.107s] update-common artifacts::update_plan::tests::test_multi_rot_version
68862024-12-21T06:02:22.879Z PASS [ 0.063s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
68872024-12-21T06:02:22.939Z PASS [ 0.059s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
68882024-12-21T06:02:23.039Z PASS [ 0.100s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
68892024-12-21T06:02:23.127Z PASS [ 1.315s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
68902024-12-21T06:02:23.365Z PASS [ 0.238s] update-engine display::group_display::tests::test_stats
68912024-12-21T06:02:23.404Z PASS [ 0.037s] update-engine display::line_display_shared::tests::test_format_progress_counter
68922024-12-21T06:02:23.458Z PASS [ 0.053s] update-engine display::line_display_shared::tests::test_start_line
68932024-12-21T06:02:23.503Z PASS [ 0.045s] update-engine engine::tests::error_exits_early
68942024-12-21T06:02:23.528Z PASS [ 0.489s] update-engine buffer::tests::test_buffer
68952024-12-21T06:02:23.571Z PASS [ 0.067s] update-engine events::tests::progress_event_parse_unknown
68962024-12-21T06:02:23.580Z PASS [ 0.044s] update-engine events::tests::step_event_parse_unknown
68972024-12-21T06:02:23.609Z PASS [ 0.037s] update-engine spec::tests::test_merge_anyhow_list
68982024-12-21T06:02:23.645Z PASS [ 0.035s] wicket state::inventory::tests::component_id_display
68992024-12-21T06:02:23.678Z PASS [ 0.032s] wicket state::rack::tests::prev_next_are_opposites
69002024-12-21T06:02:23.709Z PASS [ 0.030s] wicket state::rack::tests::up_down_are_opposites
69012024-12-21T06:02:23.861Z PASS [ 0.280s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
69022024-12-21T06:02:23.955Z PASS [ 0.093s] wicket-common rack_setup::tests::roundtrip_import_export_policy
69032024-12-21T06:02:24.146Z PASS [ 0.190s] wicketd installinator_progress::tests::test_states
69042024-12-21T06:02:24.251Z PASS [ 0.105s] wicketd rss_config::tests::test_bgp_auth_key_states
69052024-12-21T06:02:24.416Z PASS [ 0.707s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
69062024-12-21T06:02:25.174Z PASS [ 30.074s] oximeter-db client::tests::cannot_ping_nonexistent_server
69072024-12-21T06:02:25.616Z PASS [ 20.057s] oximeter-db::integration_test test_cluster
69082024-12-21T06:02:25.808Z PASS [ 13.813s] sled-storage manager::tests::ensure_many_datasets
69092024-12-21T06:02:26.098Z PASS [ 4.119s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
69102024-12-21T06:02:26.140Z PASS [ 1.889s] wicketd::mod integration_tests::inventory::test_inventory
69112024-12-21T06:02:26.783Z PASS [ 1.608s] wicketd::mod integration_tests::updates::test_update_races
69122024-12-21T06:02:27.999Z PASS [ 2.383s] wicketd::mod integration_tests::updates::test_updates
69132024-12-21T06:02:28.641Z PASS [ 4.224s] wicketd::mod integration_tests::updates::test_installinator_fetch
69142024-12-21T06:02:34.228Z PASS [ 25.911s] reconfigurator-cli::test_basic test_blueprint_edit
69152024-12-21T06:02:53.533Z PASS [ 58.154s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69162024-12-21T06:02:56.253Z PASS [ 2.720s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69172024-12-21T06:03:08.064Z PASS [ 11.811s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69182024-12-21T06:03:23.690Z PASS [ 15.625s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69192024-12-21T06:04:23.701Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
69202024-12-21T06:05:23.703Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
69212024-12-21T06:06:23.707Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
69222024-12-21T06:07:23.710Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69232024-12-21T06:08:23.714Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69242024-12-21T06:08:35.762Z PASS [ 312.061s] oximeter-db client::tests::test_replicated
69252024-12-21T06:08:35.767Z────────────
69262024-12-21T06:08:35.768Z Summary [2718.823s] 1756 tests run: 1756 passed (25 slow, 1 leaky), 4 skipped
69272024-12-21T06:08:35.851Z
69282024-12-21T06:08:35.856Zreal 45:47.408893590
69292024-12-21T06:08:35.856Zuser 4:12:19.786254315
69302024-12-21T06:08:35.856Zsys 44:56.313861601
69312024-12-21T06:08:35.856Ztrap 3:22.907003417
69322024-12-21T06:08:35.856Ztflt 47.870477319
69332024-12-21T06:08:35.856Zdflt 2:25.934566818
69342024-12-21T06:08:35.856Zkflt 0.582574947
69352024-12-21T06:08:35.856Zlock 1420:59:34.581318527
69362024-12-21T06:08:35.856Zslp 118:53:15.751525529
69372024-12-21T06:08:35.856Zlat 5:19:09.734096186
69382024-12-21T06:08:35.856Zstop 1:06:13.287948038
69392024-12-21T06:08:35.856Z+ banner doctest
69402024-12-21T06:08:35.856Z
69412024-12-21T06:08:35.856Z ##### #### #### ##### ###### #### #####
69422024-12-21T06:08:35.856Z # # # # # # # # # #
69432024-12-21T06:08:35.856Z # # # # # # ##### #### #
69442024-12-21T06:08:35.856Z # # # # # # # # #
69452024-12-21T06:08:35.856Z # # # # # # # # # # #
69462024-12-21T06:08:35.856Z ##### #### #### # ###### #### #
69472024-12-21T06:08:35.856Z
69482024-12-21T06:08:35.856Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
69492024-12-21T06:08:38.085Z Fresh unicode-ident v1.0.13
69502024-12-21T06:08:38.091Z Fresh cfg-if v1.0.0
69512024-12-21T06:08:38.091Z Fresh autocfg v1.4.0
69522024-12-21T06:08:38.091Z Fresh memchr v2.7.4
69532024-12-21T06:08:38.091Z Fresh version_check v0.9.5
69542024-12-21T06:08:38.091Z Fresh value-bag v1.9.0
69552024-12-21T06:08:38.091Z Fresh log v0.4.22
69562024-12-21T06:08:38.091Z Fresh scopeguard v1.2.0
69572024-12-21T06:08:38.091Z Fresh smallvec v1.13.2
69582024-12-21T06:08:38.091Z Fresh once_cell v1.20.2
69592024-12-21T06:08:38.091Z Fresh proc-macro2 v1.0.89
69602024-12-21T06:08:38.091Z Fresh libc v0.2.162
69612024-12-21T06:08:38.091Z Fresh itoa v1.0.11
69622024-12-21T06:08:38.091Z Fresh byteorder v1.5.0
69632024-12-21T06:08:38.091Z Fresh pin-project-lite v0.2.14
69642024-12-21T06:08:38.091Z Fresh subtle v2.6.1
69652024-12-21T06:08:38.091Z Fresh shlex v1.3.0
69662024-12-21T06:08:38.091Z Fresh quote v1.0.37
69672024-12-21T06:08:38.091Z Fresh getrandom v0.2.15
69682024-12-21T06:08:38.091Z Fresh lock_api v0.4.12
69692024-12-21T06:08:38.091Z Fresh jobserver v0.1.32
69702024-12-21T06:08:38.091Z Fresh regex-syntax v0.8.5
69712024-12-21T06:08:38.091Z Fresh aho-corasick v1.1.3
69722024-12-21T06:08:38.091Z Fresh syn v2.0.87
69732024-12-21T06:08:38.091Z Fresh rand_core v0.6.4
69742024-12-21T06:08:38.091Z Fresh cc v1.1.30
69752024-12-21T06:08:38.091Z Fresh regex-automata v0.4.8
69762024-12-21T06:08:38.096Z Fresh serde_derive v1.0.215
69772024-12-21T06:08:38.096Z Fresh zeroize_derive v1.4.2
69782024-12-21T06:08:38.096Z Fresh thiserror-impl v1.0.69
69792024-12-21T06:08:38.096Z Fresh zerocopy-derive v0.7.35
69802024-12-21T06:08:38.096Z Fresh typenum v1.17.0
69812024-12-21T06:08:38.096Z Fresh serde v1.0.215
69822024-12-21T06:08:38.096Z Fresh zeroize v1.8.1
69832024-12-21T06:08:38.096Z Fresh thiserror v1.0.69
69842024-12-21T06:08:38.096Z Fresh zerocopy v0.7.35
69852024-12-21T06:08:38.096Z Fresh parking_lot_core v0.9.10
69862024-12-21T06:08:38.096Z Fresh allocator-api2 v0.2.18
69872024-12-21T06:08:38.096Z Fresh bitflags v2.6.0
69882024-12-21T06:08:38.096Z Fresh bytes v1.8.0
69892024-12-21T06:08:38.096Z Fresh generic-array v0.14.7
69902024-12-21T06:08:38.096Z Fresh parking_lot v0.12.3
69912024-12-21T06:08:38.096Z Fresh ryu v1.0.18
69922024-12-21T06:08:38.096Z Fresh libm v0.2.8
69932024-12-21T06:08:38.096Z Fresh futures-core v0.3.31
69942024-12-21T06:08:38.096Z Fresh num-traits v0.2.19
69952024-12-21T06:08:38.096Z Fresh spin v0.9.8
69962024-12-21T06:08:38.096Z Fresh crypto-common v0.1.6
69972024-12-21T06:08:38.096Z Fresh regex v1.11.1
69982024-12-21T06:08:38.096Z Fresh signal-hook-registry v1.4.2
69992024-12-21T06:08:38.096Z Fresh errno v0.3.9
70002024-12-21T06:08:38.096Z Fresh either v1.13.0
70012024-12-21T06:08:38.096Z Fresh fnv v1.0.7
70022024-12-21T06:08:38.096Z Fresh equivalent v1.0.1
70032024-12-21T06:08:38.096Z Fresh foldhash v0.1.3
70042024-12-21T06:08:38.096Z Fresh mio v1.0.2
70052024-12-21T06:08:38.096Z Fresh lazy_static v1.5.0
70062024-12-21T06:08:38.096Z Fresh tokio-macros v2.4.0
70072024-12-21T06:08:38.096Z Fresh rustix v0.38.37
70082024-12-21T06:08:38.096Z Fresh hashbrown v0.15.1
70092024-12-21T06:08:38.097Z Fresh socket2 v0.5.7
70102024-12-21T06:08:38.097Z Fresh const-oid v0.9.6
70112024-12-21T06:08:38.097Z Fresh futures-io v0.3.31
70122024-12-21T06:08:38.097Z Fresh block-buffer v0.10.4
70132024-12-21T06:08:38.097Z Fresh serde_json v1.0.133
70142024-12-21T06:08:38.097Z Fresh indexmap v2.6.0
70152024-12-21T06:08:38.097Z Fresh tokio v1.40.0
70162024-12-21T06:08:38.097Z Fresh digest v0.10.7
70172024-12-21T06:08:38.097Z Fresh cpufeatures v0.2.14
70182024-12-21T06:08:38.097Z Fresh pkg-config v0.3.31
70192024-12-21T06:08:38.097Z Fresh futures-sink v0.3.31
70202024-12-21T06:08:38.097Z Fresh slab v0.4.9
70212024-12-21T06:08:38.097Z Fresh stable_deref_trait v1.2.0
70222024-12-21T06:08:38.097Z Fresh pin-utils v0.1.0
70232024-12-21T06:08:38.097Z Fresh heck v0.5.0
70242024-12-21T06:08:38.097Z Fresh futures-channel v0.3.31
70252024-12-21T06:08:38.097Z Fresh futures-macro v0.3.31
70262024-12-21T06:08:38.097Z Fresh futures-task v0.3.31
70272024-12-21T06:08:38.097Z Fresh iana-time-zone v0.1.61
70282024-12-21T06:08:38.097Z Fresh futures-util v0.3.31
70292024-12-21T06:08:38.097Z Fresh chrono v0.4.38
70302024-12-21T06:08:38.097Z Fresh ppv-lite86 v0.2.20
70312024-12-21T06:08:38.097Z Fresh synstructure v0.13.1
70322024-12-21T06:08:38.097Z Fresh uuid v1.11.0
70332024-12-21T06:08:38.097Z Fresh tracing-attributes v0.1.27
70342024-12-21T06:08:38.097Z Fresh rand_chacha v0.3.1
70352024-12-21T06:08:38.097Z Fresh zerofrom-derive v0.1.4
70362024-12-21T06:08:38.097Z Fresh tracing-core v0.1.32
70372024-12-21T06:08:38.097Z Fresh yoke-derive v0.7.4
70382024-12-21T06:08:38.097Z Fresh zerovec-derive v0.10.3
70392024-12-21T06:08:38.097Z Fresh displaydoc v0.2.5
70402024-12-21T06:08:38.097Z Fresh syn v1.0.109
70412024-12-21T06:08:38.097Z Fresh semver v1.0.23
70422024-12-21T06:08:38.097Z Fresh rand v0.8.5
70432024-12-21T06:08:38.097Z Fresh tracing v0.1.40
70442024-12-21T06:08:38.097Z Fresh zerofrom v0.1.4
70452024-12-21T06:08:38.097Z Fresh glob v0.3.1
70462024-12-21T06:08:38.101Z Fresh home v0.5.9
70472024-12-21T06:08:38.101Z Fresh serde_derive_internals v0.29.1
70482024-12-21T06:08:38.102Z Fresh yoke v0.7.4
70492024-12-21T06:08:38.102Z Fresh dyn-clone v1.0.17
70502024-12-21T06:08:38.102Z Fresh minimal-lexical v0.2.1
70512024-12-21T06:08:38.102Z Fresh schemars_derive v0.8.21
70522024-12-21T06:08:38.102Z Fresh http v1.1.0
70532024-12-21T06:08:38.102Z Fresh percent-encoding v2.3.1
70542024-12-21T06:08:38.102Z Fresh writeable v0.5.5
70552024-12-21T06:08:38.102Z Fresh zerovec v0.10.4
70562024-12-21T06:08:38.102Z Fresh nom v7.1.3
70572024-12-21T06:08:38.102Z Fresh litemap v0.7.3
70582024-12-21T06:08:38.102Z Fresh icu_provider_macros v1.5.0
70592024-12-21T06:08:38.102Z Fresh vcpkg v0.2.15
70602024-12-21T06:08:38.102Z Fresh tinystr v0.7.6
70612024-12-21T06:08:38.102Z Fresh schemars v0.8.21
70622024-12-21T06:08:38.102Z Fresh icu_locid_transform_data v1.5.0
70632024-12-21T06:08:38.102Z Fresh icu_collections v1.5.0
70642024-12-21T06:08:38.102Z Fresh form_urlencoded v1.2.1
70652024-12-21T06:08:38.102Z Fresh icu_locid v1.5.0
70662024-12-21T06:08:38.102Z Fresh itertools v0.12.1
70672024-12-21T06:08:38.102Z Fresh libloading v0.8.5
70682024-12-21T06:08:38.102Z Fresh strsim v0.11.1
70692024-12-21T06:08:38.102Z Fresh icu_properties_data v1.5.0
70702024-12-21T06:08:38.102Z Fresh prettyplease v0.2.25
70712024-12-21T06:08:38.102Z Fresh icu_provider v1.5.0
70722024-12-21T06:08:38.102Z Fresh clang-sys v1.8.1
70732024-12-21T06:08:38.102Z Fresh crossbeam-utils v0.8.20
70742024-12-21T06:08:38.102Z Fresh cexpr v0.6.0
70752024-12-21T06:08:38.102Z Fresh which v4.4.2
70762024-12-21T06:08:38.102Z Fresh utf8_iter v1.0.4
70772024-12-21T06:08:38.102Z Fresh icu_locid_transform v1.5.0
70782024-12-21T06:08:38.102Z Fresh utf16_iter v1.0.5
70792024-12-21T06:08:38.102Z Fresh icu_normalizer_data v1.5.0
70802024-12-21T06:08:38.102Z Fresh lazycell v1.3.0
70812024-12-21T06:08:38.102Z Fresh rustc-hash v1.1.0
70822024-12-21T06:08:38.103Z Fresh adler2 v2.0.0
70832024-12-21T06:08:38.103Z Fresh write16 v1.0.0
70842024-12-21T06:08:38.103Z Fresh icu_properties v1.5.1
70852024-12-21T06:08:38.103Z Fresh miniz_oxide v0.8.0
70862024-12-21T06:08:38.103Z Fresh bindgen v0.69.5
70872024-12-21T06:08:38.103Z Fresh block-padding v0.3.3
70882024-12-21T06:08:38.103Z Fresh tinyvec_macros v0.1.1
70892024-12-21T06:08:38.103Z Fresh time-core v0.1.2
70902024-12-21T06:08:38.103Z Fresh icu_normalizer v1.5.0
70912024-12-21T06:08:38.103Z Fresh inout v0.1.3
70922024-12-21T06:08:38.103Z Fresh tinyvec v1.8.0
70932024-12-21T06:08:38.103Z Fresh atomic-waker v1.1.2
70942024-12-21T06:08:38.103Z Fresh num-conv v0.1.0
70952024-12-21T06:08:38.103Z Fresh powerfmt v0.2.0
70962024-12-21T06:08:38.103Z Fresh idna_adapter v1.2.0
70972024-12-21T06:08:38.103Z Fresh cipher v0.4.4
70982024-12-21T06:08:38.103Z Fresh paste v1.0.15
70992024-12-21T06:08:38.103Z Fresh httparse v1.9.5
71002024-12-21T06:08:38.103Z Fresh deranged v0.3.11
71012024-12-21T06:08:38.103Z Fresh unicode-normalization v0.1.24
71022024-12-21T06:08:38.103Z Fresh time-macros v0.2.18
71032024-12-21T06:08:38.103Z Fresh tokio-util v0.7.12
71042024-12-21T06:08:38.103Z Fresh idna v1.0.3
71052024-12-21T06:08:38.103Z Fresh cmake v0.1.51
71062024-12-21T06:08:38.103Z Fresh dunce v1.0.5
71072024-12-21T06:08:38.104Z Fresh fs_extra v1.3.0
71082024-12-21T06:08:38.104Z Fresh num_threads v0.1.7
71092024-12-21T06:08:38.104Z Fresh untrusted v0.9.0
71102024-12-21T06:08:38.104Z Fresh toml_datetime v0.6.8
71112024-12-21T06:08:38.104Z Fresh serde_spanned v0.6.8
71122024-12-21T06:08:38.104Z Fresh url v2.5.3
71132024-12-21T06:08:38.104Z Fresh ring v0.17.8
71142024-12-21T06:08:38.104Z Fresh time v0.3.36
71152024-12-21T06:08:38.104Z Fresh base64ct v1.6.0
71162024-12-21T06:08:38.104Z Fresh unicode-bidi v0.3.17
71172024-12-21T06:08:38.104Z Fresh hmac v0.12.1
71182024-12-21T06:08:38.104Z Fresh sha2 v0.10.8
71192024-12-21T06:08:38.104Z Fresh gimli v0.31.1
71202024-12-21T06:08:38.104Z Fresh rustls-pki-types v1.10.0
71212024-12-21T06:08:38.104Z Fresh object v0.36.5
71222024-12-21T06:08:38.104Z Fresh untrusted v0.7.1
71232024-12-21T06:08:38.104Z Fresh rustc-demangle v0.1.24
71242024-12-21T06:08:38.104Z Fresh addr2line v0.24.2
71252024-12-21T06:08:38.104Z Fresh aws-lc-sys v0.22.0
71262024-12-21T06:08:38.104Z Fresh http-body v1.0.1
71272024-12-21T06:08:38.104Z Fresh try-lock v0.2.5
71282024-12-21T06:08:38.104Z Fresh httpdate v1.0.3
71292024-12-21T06:08:38.107Z Fresh backtrace v0.3.74
71302024-12-21T06:08:38.107Z Fresh base64 v0.22.1
71312024-12-21T06:08:38.107Z Fresh mirai-annotations v1.12.0
71322024-12-21T06:08:38.107Z Fresh ahash v0.8.11
71332024-12-21T06:08:38.107Z Fresh want v0.3.1
71342024-12-21T06:08:38.107Z Fresh pem-rfc7468 v0.7.0
71352024-12-21T06:08:38.107Z Fresh h2 v0.4.6
71362024-12-21T06:08:38.107Z Fresh anyhow v1.0.93
71372024-12-21T06:08:38.107Z Fresh aws-lc-rs v1.10.0
71382024-12-21T06:08:38.107Z Fresh serde_tokenstream v0.2.2
71392024-12-21T06:08:38.107Z Fresh hyper v1.5.0
71402024-12-21T06:08:38.107Z Fresh async-trait v0.1.83
71412024-12-21T06:08:38.107Z Fresh der_derive v0.7.3
71422024-12-21T06:08:38.107Z Fresh rustls-webpki v0.102.8
71432024-12-21T06:08:38.107Z Fresh flagset v0.4.6
71442024-12-21T06:08:38.107Z Fresh tower-service v0.3.3
71452024-12-21T06:08:38.107Z Fresh pbkdf2 v0.12.2
71462024-12-21T06:08:38.107Z Fresh aes v0.8.4
71472024-12-21T06:08:38.107Z Fresh rustc_version v0.4.1
71482024-12-21T06:08:38.107Z Fresh slog v2.7.0
71492024-12-21T06:08:38.107Z Fresh der v0.7.9
71502024-12-21T06:08:38.107Z Fresh hyper-util v0.1.10
71512024-12-21T06:08:38.107Z Fresh mime v0.3.17
71522024-12-21T06:08:38.107Z Fresh salsa20 v0.10.2
71532024-12-21T06:08:38.108Z Fresh cbc v0.1.2
71542024-12-21T06:08:38.108Z Fresh http-body-util v0.1.2
71552024-12-21T06:08:38.108Z Fresh spki v0.7.3
71562024-12-21T06:08:38.108Z Fresh scrypt v0.11.0
71572024-12-21T06:08:38.108Z Fresh futures-executor v0.3.31
71582024-12-21T06:08:38.108Z Fresh ipnet v2.10.1
71592024-12-21T06:08:38.108Z Fresh rustls-pemfile v2.2.0
71602024-12-21T06:08:38.108Z Fresh foreign-types-shared v0.1.1
71612024-12-21T06:08:38.108Z Fresh rustversion v1.0.17
71622024-12-21T06:08:38.108Z Fresh futures v0.3.31
71632024-12-21T06:08:38.108Z Fresh pkcs5 v0.7.1
71642024-12-21T06:08:38.108Z Fresh openssl-probe v0.1.5
71652024-12-21T06:08:38.108Z Fresh foreign-types v0.3.2
71662024-12-21T06:08:38.108Z Fresh openssl-sys v0.9.103
71672024-12-21T06:08:38.108Z Fresh pkcs8 v0.10.2
71682024-12-21T06:08:38.108Z Fresh serde_urlencoded v0.7.1
71692024-12-21T06:08:38.108Z Fresh openssl-macros v0.1.1
71702024-12-21T06:08:38.108Z Fresh encoding_rs v0.8.34
71712024-12-21T06:08:38.108Z Fresh data-encoding v2.6.0
71722024-12-21T06:08:38.108Z Fresh camino v1.1.9
71732024-12-21T06:08:38.108Z Fresh openssl v0.10.66
71742024-12-21T06:08:38.108Z Fresh is-terminal v0.4.13
71752024-12-21T06:08:38.108Z Fresh utf8parse v0.2.2
71762024-12-21T06:08:38.108Z Fresh winnow v0.5.40
71772024-12-21T06:08:38.108Z Fresh winnow v0.6.20
71782024-12-21T06:08:38.108Z Fresh openapiv3 v2.0.0
71792024-12-21T06:08:38.108Z Fresh rustls v0.23.19
71802024-12-21T06:08:38.108Z Fresh toml_edit v0.19.15
71812024-12-21T06:08:38.108Z Fresh sha1 v0.10.6
71822024-12-21T06:08:38.108Z Fresh unicode-width v0.1.14
71832024-12-21T06:08:38.108Z Fresh idna v0.3.0
71842024-12-21T06:08:38.108Z Fresh dirs-sys-next v0.1.2
71852024-12-21T06:08:38.108Z Fresh tokio-rustls v0.26.0
71862024-12-21T06:08:38.108Z Fresh native-tls v0.2.12
71872024-12-21T06:08:38.108Z Fresh ucd-trie v0.1.7
71882024-12-21T06:08:38.108Z Fresh psl-types v2.0.11
71892024-12-21T06:08:38.108Z Fresh anstyle v1.0.10
71902024-12-21T06:08:38.108Z Fresh siphasher v0.3.11
71912024-12-21T06:08:38.109Z Fresh dirs-next v2.0.0
71922024-12-21T06:08:38.109Z Fresh pest v2.7.14
71932024-12-21T06:08:38.109Z Fresh tokio-native-tls v0.3.1
71942024-12-21T06:08:38.109Z Fresh publicsuffix v2.2.3
71952024-12-21T06:08:38.109Z Fresh cookie v0.18.1
71962024-12-21T06:08:38.109Z Fresh webpki-roots v0.26.6
71972024-12-21T06:08:38.109Z Fresh idna v0.5.0
71982024-12-21T06:08:38.109Z Fresh term v0.7.0
71992024-12-21T06:08:38.109Z Fresh signature v2.2.0
72002024-12-21T06:08:38.109Z Fresh pest_meta v2.7.14
72012024-12-21T06:08:38.109Z Fresh cookie_store v0.21.0
72022024-12-21T06:08:38.109Z Fresh hyper-tls v0.6.0
72032024-12-21T06:08:38.109Z Fresh hyper-rustls v0.27.3
72042024-12-21T06:08:38.109Z Fresh sync_wrapper v1.0.1
72052024-12-21T06:08:38.109Z Fresh scroll_derive v0.12.0
72062024-12-21T06:08:38.109Z Fresh toml_edit v0.22.22
72072024-12-21T06:08:38.109Z Fresh anstyle-parse v0.2.5
72082024-12-21T06:08:38.109Z Fresh reqwest v0.12.9
72092024-12-21T06:08:38.109Z Fresh scroll v0.12.0
72102024-12-21T06:08:38.109Z Fresh pest_generator v2.7.14
72112024-12-21T06:08:38.109Z Fresh anstyle-query v1.1.1
72122024-12-21T06:08:38.109Z Fresh plain v0.2.3
72132024-12-21T06:08:38.109Z Fresh colorchoice v1.0.2
72142024-12-21T06:08:38.109Z Fresh heck v0.4.1
72152024-12-21T06:08:38.109Z Fresh unicode-segmentation v1.12.0
72162024-12-21T06:08:38.109Z Fresh is_terminal_polyfill v1.70.1
72172024-12-21T06:08:38.109Z Fresh goblin v0.8.2
72182024-12-21T06:08:38.109Z Fresh pest_derive v2.7.14
72192024-12-21T06:08:38.109Z Fresh terminal_size v0.4.0
72202024-12-21T06:08:38.109Z Fresh itertools v0.10.5
72212024-12-21T06:08:38.109Z Fresh crc32fast v1.4.2
72222024-12-21T06:08:38.113Z Fresh pretty-hex v0.4.1
72232024-12-21T06:08:38.113Z Fresh anstream v0.6.15
72242024-12-21T06:08:38.113Z Fresh clap_lex v0.7.2
72252024-12-21T06:08:38.113Z Fresh base16ct v0.2.0
72262024-12-21T06:08:38.113Z Fresh dof v0.3.0
72272024-12-21T06:08:38.113Z Fresh dtrace-parser v0.2.0
72282024-12-21T06:08:38.113Z Fresh clap_derive v4.5.18
72292024-12-21T06:08:38.113Z Fresh num-integer v0.1.46
72302024-12-21T06:08:38.115Z Fresh clap_builder v4.5.21
72312024-12-21T06:08:38.115Z Fresh sec1 v0.7.3
72322024-12-21T06:08:38.115Z Fresh ff v0.13.0
72332024-12-21T06:08:38.115Z Fresh thread-id v4.2.2
72342024-12-21T06:08:38.115Z Fresh hkdf v0.12.4
72352024-12-21T06:08:38.115Z Fresh crossbeam-epoch v0.9.18
72362024-12-21T06:08:38.115Z Fresh crypto-bigint v0.5.5
72372024-12-21T06:08:38.115Z Fresh static_assertions v1.1.0
72382024-12-21T06:08:38.115Z Fresh group v0.13.0
72392024-12-21T06:08:38.115Z Fresh clap v4.5.21
72402024-12-21T06:08:38.115Z Fresh usdt-impl v0.5.0
72412024-12-21T06:08:38.115Z Fresh utf-8 v0.7.6
72422024-12-21T06:08:38.115Z Fresh bitflags v1.3.2
72432024-12-21T06:08:38.115Z Fresh toml v0.8.19
72442024-12-21T06:08:38.115Z Fresh crossbeam-channel v0.5.13
72452024-12-21T06:08:38.115Z Fresh elliptic-curve v0.13.8
72462024-12-21T06:08:38.115Z Fresh hex v0.4.3
72472024-12-21T06:08:38.115Z Fresh thread_local v1.1.8
72482024-12-21T06:08:38.115Z Fresh bit-vec v0.6.3
72492024-12-21T06:08:38.115Z Fresh usdt-macro v0.5.0
72502024-12-21T06:08:38.115Z Fresh usdt-attr-macro v0.5.0
72512024-12-21T06:08:38.115Z Fresh bit-set v0.5.3
72522024-12-21T06:08:38.115Z Fresh crossbeam-deque v0.8.5
72532024-12-21T06:08:38.115Z Fresh num-iter v0.1.45
72542024-12-21T06:08:38.115Z Fresh flate2 v1.0.34
72552024-12-21T06:08:38.115Z Fresh memmap v0.7.0
72562024-12-21T06:08:38.116Z Fresh take_mut v0.2.2
72572024-12-21T06:08:38.116Z Fresh match_cfg v0.1.0
72582024-12-21T06:08:38.116Z Fresh usdt v0.5.0
72592024-12-21T06:08:38.116Z Fresh slog-async v2.8.0
72602024-12-21T06:08:38.116Z Fresh rayon-core v1.12.1
72612024-12-21T06:08:38.116Z Fresh slog-term v2.9.1
72622024-12-21T06:08:38.116Z Fresh hostname v0.3.1
72632024-12-21T06:08:38.116Z Fresh phf_shared v0.11.2
72642024-12-21T06:08:38.116Z Fresh toml v0.7.8
72652024-12-21T06:08:38.116Z Fresh rfc6979 v0.4.0
72662024-12-21T06:08:38.116Z Fresh curve25519-dalek-derive v0.1.1
72672024-12-21T06:08:38.116Z Fresh bstr v1.10.0
72682024-12-21T06:08:38.116Z Fresh zerocopy-derive v0.6.6
72692024-12-21T06:08:38.116Z Fresh managed v0.8.0
72702024-12-21T06:08:38.116Z Fresh fixedbitset v0.4.2
72712024-12-21T06:08:38.116Z Fresh ecdsa v0.16.9
72722024-12-21T06:08:38.116Z Fresh num-bigint-dig v0.8.4
72732024-12-21T06:08:38.116Z Fresh rustls v0.22.4
72742024-12-21T06:08:38.117Z Fresh curve25519-dalek v4.1.3
72752024-12-21T06:08:38.117Z Fresh petgraph v0.6.5
72762024-12-21T06:08:38.117Z Fresh zerocopy v0.6.6
72772024-12-21T06:08:38.117Z Fresh phf_shared v0.10.0
72782024-12-21T06:08:38.117Z Fresh pkcs1 v0.7.5
72792024-12-21T06:08:38.117Z Fresh new_debug_unreachable v1.0.6
72802024-12-21T06:08:38.117Z Fresh precomputed-hash v0.1.1
72812024-12-21T06:08:38.117Z Fresh unicode-xid v0.2.6
72822024-12-21T06:08:38.118Z Fresh signal-hook v0.3.17
72832024-12-21T06:08:38.118Z Fresh rsa v0.9.6
72842024-12-21T06:08:38.118Z Fresh tokio-rustls v0.25.0
72852024-12-21T06:08:38.118Z Fresh ed25519 v2.2.3
72862024-12-21T06:08:38.118Z Fresh string_cache v0.8.7
72872024-12-21T06:08:38.118Z Fresh slog-json v2.6.1
72882024-12-21T06:08:38.118Z Fresh hubpack_derive v0.1.1
72892024-12-21T06:08:38.118Z Fresh async-stream-impl v0.3.6
72902024-12-21T06:08:38.118Z Fresh quick-error v1.2.3
72912024-12-21T06:08:38.118Z Fresh debug-ignore v1.0.5
72922024-12-21T06:08:38.118Z Fresh multer v3.1.0
72932024-12-21T06:08:38.118Z Fresh bzip2-sys v0.1.11+1.0.8
72942024-12-21T06:08:38.118Z Fresh hubpack v0.1.2
72952024-12-21T06:08:38.118Z Fresh slog-bunyan v2.5.0
72962024-12-21T06:08:38.118Z Fresh async-stream v0.3.6
72972024-12-21T06:08:38.118Z Fresh ed25519-dalek v2.1.1
72982024-12-21T06:08:38.118Z Fresh x509-cert v0.2.5
72992024-12-21T06:08:38.118Z Fresh idna v0.4.0
73002024-12-21T06:08:38.118Z Fresh waitgroup v0.1.2
73012024-12-21T06:08:38.118Z Fresh enum-as-inner v0.6.1
73022024-12-21T06:08:38.119Z Fresh serde_path_to_error v0.1.16
73032024-12-21T06:08:38.119Z Fresh hostname v0.4.0
73042024-12-21T06:08:38.119Z Fresh lalrpop-util v0.19.12
73052024-12-21T06:08:38.119Z Fresh bzip2 v0.4.4
73062024-12-21T06:08:38.122Z Fresh hickory-proto v0.24.1
73072024-12-21T06:08:38.122Z Fresh signal-hook-mio v0.2.4
73082024-12-21T06:08:38.122Z Fresh console v0.15.8
73092024-12-21T06:08:38.122Z Fresh dropshot_endpoint v0.12.0
73102024-12-21T06:08:38.122Z Fresh hash32 v0.2.1
73112024-12-21T06:08:38.122Z Fresh predicates-core v1.0.8
73122024-12-21T06:08:38.122Z Fresh unicode-properties v0.1.3
73132024-12-21T06:08:38.123Z Fresh linked-hash-map v0.5.6
73142024-12-21T06:08:38.123Z Fresh dropshot v0.12.0
73152024-12-21T06:08:38.123Z Fresh crossterm v0.28.1
73162024-12-21T06:08:38.123Z Fresh newtype-uuid v1.1.3
73172024-12-21T06:08:38.123Z Fresh stringprep v0.1.5
73182024-12-21T06:08:38.123Z Fresh lru-cache v0.1.2
73192024-12-21T06:08:38.123Z Fresh heapless v0.7.17
73202024-12-21T06:08:38.123Z Fresh similar v2.6.0
73212024-12-21T06:08:38.123Z Fresh rayon v1.10.0
73222024-12-21T06:08:38.123Z Fresh tokio-stream v0.1.16
73232024-12-21T06:08:38.123Z Fresh md-5 v0.10.6
73242024-12-21T06:08:38.123Z Fresh float-cmp v0.9.0
73252024-12-21T06:08:38.123Z Fresh difflib v0.4.0
73262024-12-21T06:08:38.123Z Fresh normalize-line-endings v0.3.0
73272024-12-21T06:08:38.123Z Fresh fallible-iterator v0.2.0
73282024-12-21T06:08:38.123Z Fresh smoltcp v0.9.1
73292024-12-21T06:08:38.123Z Fresh portable-atomic v1.9.0
73302024-12-21T06:08:38.123Z Fresh zip v0.6.6
73312024-12-21T06:08:38.123Z Fresh resolv-conf v0.7.0
73322024-12-21T06:08:38.123Z Fresh postgres-protocol v0.6.7
73332024-12-21T06:08:38.123Z Fresh predicates v3.1.2
73342024-12-21T06:08:38.123Z Fresh phf v0.11.2
73352024-12-21T06:08:38.123Z Fresh tungstenite v0.24.0
73362024-12-21T06:08:38.123Z Fresh strum_macros v0.25.3
73372024-12-21T06:08:38.123Z Fresh serde-big-array v0.5.1
73382024-12-21T06:08:38.123Z Fresh serde_repr v0.1.19
73392024-12-21T06:08:38.123Z Fresh unicode-width v0.2.0
73402024-12-21T06:08:38.123Z Fresh peg-runtime v0.8.3
73412024-12-21T06:08:38.123Z Fresh number_prefix v0.4.0
73422024-12-21T06:08:38.123Z Fresh tokio-tungstenite v0.24.0
73432024-12-21T06:08:38.123Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
73442024-12-21T06:08:38.123Z Fresh postgres-types v0.2.8
73452024-12-21T06:08:38.123Z Fresh hickory-resolver v0.24.1
73462024-12-21T06:08:38.123Z Fresh indicatif v0.17.9
73472024-12-21T06:08:38.123Z Fresh derive-where v1.2.7
73482024-12-21T06:08:38.123Z Fresh whoami v1.5.2
73492024-12-21T06:08:38.123Z Fresh fs-err v2.11.0
73502024-12-21T06:08:38.123Z Fresh hashbrown v0.14.5
73512024-12-21T06:08:38.123Z Fresh ident_case v1.0.1
73522024-12-21T06:08:38.123Z Fresh unsafe-libyaml v0.2.11
73532024-12-21T06:08:38.124Z Fresh progenitor-client v0.8.0
73542024-12-21T06:08:38.124Z Fresh qorb v0.2.1
73552024-12-21T06:08:38.124Z Fresh tokio-postgres v0.7.12
73562024-12-21T06:08:38.124Z Fresh darling_core v0.20.10
73572024-12-21T06:08:38.124Z Fresh regress v0.10.1
73582024-12-21T06:08:38.124Z Fresh serde_yaml v0.9.34+deprecated
73592024-12-21T06:08:38.124Z Fresh fastrand v2.1.1
73602024-12-21T06:08:38.124Z Fresh ipnetwork v0.20.0
73612024-12-21T06:08:38.124Z Fresh strum_macros v0.26.4
73622024-12-21T06:08:38.124Z Fresh darling_macro v0.20.10
73632024-12-21T06:08:38.124Z Fresh typify-impl v0.2.0
73642024-12-21T06:08:38.124Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
73652024-12-21T06:08:38.124Z Fresh tempfile v3.13.0
73662024-12-21T06:08:38.124Z Fresh strum v0.26.3
73672024-12-21T06:08:38.124Z Fresh macaddr v1.0.1
73682024-12-21T06:08:38.124Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
73692024-12-21T06:08:38.124Z Fresh darling v0.20.10
73702024-12-21T06:08:38.124Z Fresh typify-macro v0.2.0
73712024-12-21T06:08:38.124Z Fresh instant v0.1.13
73722024-12-21T06:08:38.124Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
73732024-12-21T06:08:38.124Z Fresh regress v0.9.1
73742024-12-21T06:08:38.124Z Fresh structmeta-derive v0.3.0
73752024-12-21T06:08:38.124Z Fresh typify v0.2.0
73762024-12-21T06:08:38.124Z Fresh serde_with_macros v3.11.0
73772024-12-21T06:08:38.124Z Fresh structmeta v0.3.0
73782024-12-21T06:08:38.124Z Fresh dropshot_endpoint v0.13.0
73792024-12-21T06:08:38.124Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
73802024-12-21T06:08:38.124Z Fresh progenitor-impl v0.8.0
73812024-12-21T06:08:38.124Z Fresh serde_with v3.11.0
73822024-12-21T06:08:38.124Z Fresh dropshot v0.13.0
73832024-12-21T06:08:38.124Z Fresh parse-display-derive v0.10.0
73842024-12-21T06:08:38.124Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
73852024-12-21T06:08:38.124Z Fresh backoff v0.4.0
73862024-12-21T06:08:38.124Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
73872024-12-21T06:08:38.124Z Fresh progenitor-macro v0.8.0
73882024-12-21T06:08:38.124Z Fresh parse-display v0.10.0
73892024-12-21T06:08:38.124Z Fresh wait-timeout v0.2.0
73902024-12-21T06:08:38.124Z Fresh rand_xorshift v0.3.0
73912024-12-21T06:08:38.125Z Fresh unarray v0.1.4
73922024-12-21T06:08:38.125Z Fresh structmeta-derive v0.2.0
73932024-12-21T06:08:38.125Z Fresh camino-tempfile v1.1.1
73942024-12-21T06:08:38.125Z Fresh itertools v0.13.0
73952024-12-21T06:08:38.125Z Fresh progenitor v0.8.0
73962024-12-21T06:08:38.125Z Fresh rusty-fork v0.3.0
73972024-12-21T06:08:38.125Z Fresh structmeta v0.2.0
73982024-12-21T06:08:38.125Z Fresh proc-macro-crate v1.3.1
73992024-12-21T06:08:38.125Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
74002024-12-21T06:08:38.125Z Fresh proptest v1.5.0
74012024-12-21T06:08:38.125Z Fresh test-strategy v0.3.1
74022024-12-21T06:08:38.125Z Fresh num_enum_derive v0.5.11
74032024-12-21T06:08:38.125Z Fresh proc-macro-error-attr v1.0.4
74042024-12-21T06:08:38.125Z Fresh num_enum v0.5.11
74052024-12-21T06:08:38.125Z Fresh foreign-types-macros v0.2.3
74062024-12-21T06:08:38.133Z Fresh foreign-types-shared v0.3.1
74072024-12-21T06:08:38.133Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74082024-12-21T06:08:38.133Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74092024-12-21T06:08:38.133Z Fresh tabwriter v1.4.0
74102024-12-21T06:08:38.133Z Fresh proc-macro-error v1.0.4
74112024-12-21T06:08:38.133Z Fresh foreign-types v0.5.0
74122024-12-21T06:08:38.133Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74132024-12-21T06:08:38.133Z Fresh cstr-argument v0.1.2
74142024-12-21T06:08:38.133Z Fresh pretty-hex v0.2.1
74152024-12-21T06:08:38.133Z Fresh colored v2.1.0
74162024-12-21T06:08:38.133Z Fresh smf v0.2.3
74172024-12-21T06:08:38.133Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74182024-12-21T06:08:38.133Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74192024-12-21T06:08:38.133Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74202024-12-21T06:08:38.133Z Fresh zerocopy-derive v0.8.10
74212024-12-21T06:08:38.133Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74222024-12-21T06:08:38.133Z Fresh crucible-workspace-hack v0.1.0
74232024-12-21T06:08:38.133Z Fresh hash32 v0.3.1
74242024-12-21T06:08:38.133Z Fresh cobs v0.2.3
74252024-12-21T06:08:38.133Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74262024-12-21T06:08:38.133Z Fresh zerocopy v0.8.10
74272024-12-21T06:08:38.133Z Fresh heapless v0.8.0
74282024-12-21T06:08:38.133Z Fresh postcard v1.0.10
74292024-12-21T06:08:38.133Z Fresh termtree v0.4.1
74302024-12-21T06:08:38.133Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74312024-12-21T06:08:38.133Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74322024-12-21T06:08:38.133Z Fresh smoltcp v0.11.0
74332024-12-21T06:08:38.133Z Fresh predicates-tree v1.0.11
74342024-12-21T06:08:38.133Z Fresh thiserror-impl v2.0.3
74352024-12-21T06:08:38.133Z Fresh sigpipe v0.1.3
74362024-12-21T06:08:38.133Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74372024-12-21T06:08:38.133Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
74382024-12-21T06:08:38.133Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
74392024-12-21T06:08:38.133Z Fresh zone_cfg_derive v0.3.0
74402024-12-21T06:08:38.134Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74412024-12-21T06:08:38.134Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74422024-12-21T06:08:38.134Z Fresh thiserror v2.0.3
74432024-12-21T06:08:38.134Z Fresh mockall_derive v0.13.0
74442024-12-21T06:08:38.134Z Fresh num-derive v0.4.2
74452024-12-21T06:08:38.134Z Fresh downcast v0.11.0
74462024-12-21T06:08:38.134Z Fresh fragile v2.0.0
74472024-12-21T06:08:38.134Z Fresh zone v0.3.0
74482024-12-21T06:08:38.134Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74492024-12-21T06:08:38.134Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
74502024-12-21T06:08:38.134Z Fresh mockall v0.13.0
74512024-12-21T06:08:38.134Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74522024-12-21T06:08:38.134Z Fresh convert_case v0.4.0
74532024-12-21T06:08:38.134Z Fresh base64 v0.21.7
74542024-12-21T06:08:38.134Z Fresh atomicwrites v0.4.4
74552024-12-21T06:08:38.134Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74562024-12-21T06:08:38.134Z Fresh derive_more v0.99.18
74572024-12-21T06:08:38.134Z Fresh newline-converter v0.3.0
74582024-12-21T06:08:38.134Z Fresh same-file v1.0.6
74592024-12-21T06:08:38.134Z Fresh tungstenite v0.21.0
74602024-12-21T06:08:38.134Z Fresh xattr v1.3.1
74612024-12-21T06:08:38.134Z Fresh filetime v0.2.25
74622024-12-21T06:08:38.134Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74632024-12-21T06:08:38.134Z Fresh expectorate v1.1.0
74642024-12-21T06:08:38.134Z Fresh walkdir v2.5.0
74652024-12-21T06:08:38.134Z Fresh tokio-tungstenite v0.21.0
74662024-12-21T06:08:38.134Z Fresh tar v0.4.42
74672024-12-21T06:08:38.134Z Fresh password-hash v0.5.0
74682024-12-21T06:08:38.134Z Fresh blake2 v0.10.6
74692024-12-21T06:08:38.134Z Fresh owo-colors v4.1.0
74702024-12-21T06:08:38.134Z Fresh num-rational v0.4.2
74712024-12-21T06:08:38.134Z Fresh libsw v3.3.1
74722024-12-21T06:08:38.134Z Fresh num-complex v0.4.6
74732024-12-21T06:08:38.134Z Fresh swrite v0.1.0
74742024-12-21T06:08:38.134Z Fresh cancel-safe-futures v0.1.5
74752024-12-21T06:08:38.134Z Fresh argon2 v0.5.3
74762024-12-21T06:08:38.134Z Fresh linear-map v1.2.0
74772024-12-21T06:08:38.134Z Fresh indent_write v2.2.0
74782024-12-21T06:08:38.135Z Fresh num v0.4.3
74792024-12-21T06:08:38.135Z Fresh float-ord v0.3.2
74802024-12-21T06:08:38.135Z Fresh highway v1.2.0
74812024-12-21T06:08:38.135Z Fresh arc-swap v1.7.1
74822024-12-21T06:08:38.135Z Fresh semver v0.1.20
74832024-12-21T06:08:38.135Z Fresh humantime v2.1.0
74842024-12-21T06:08:38.135Z Fresh pem v3.0.4
74852024-12-21T06:08:38.135Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74862024-12-21T06:08:38.135Z Fresh rustc_version v0.1.7
74872024-12-21T06:08:38.135Z Fresh slog-scope v4.4.0
74882024-12-21T06:08:38.135Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
74892024-12-21T06:08:38.135Z Fresh heck v0.3.3
74902024-12-21T06:08:38.135Z Fresh headers-core v0.3.0
74912024-12-21T06:08:38.135Z Fresh slog-stdlog v4.1.1
74922024-12-21T06:08:38.135Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74932024-12-21T06:08:38.135Z Fresh zone_cfg_derive v0.1.2
74942024-12-21T06:08:38.135Z Fresh headers v0.4.0
74952024-12-21T06:08:38.135Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
74962024-12-21T06:08:38.136Z Fresh slog-envlogger v2.2.0
74972024-12-21T06:08:38.136Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74982024-12-21T06:08:38.136Z Fresh lzma-sys v0.1.20
74992024-12-21T06:08:38.136Z Fresh half v2.4.1
75002024-12-21T06:08:38.136Z Fresh base64 v0.13.1
75012024-12-21T06:08:38.136Z Fresh ciborium-io v0.2.2
75022024-12-21T06:08:38.136Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75032024-12-21T06:08:38.136Z Fresh newtype_derive v0.1.6
75042024-12-21T06:08:38.136Z Fresh xz2 v0.1.7
75052024-12-21T06:08:38.136Z Fresh ciborium-ll v0.2.2
75062024-12-21T06:08:38.141Z Fresh ron v0.7.1
75072024-12-21T06:08:38.141Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
75082024-12-21T06:08:38.141Z Fresh zone v0.1.8
75092024-12-21T06:08:38.141Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
75102024-12-21T06:08:38.141Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75112024-12-21T06:08:38.141Z Fresh steno v0.4.1
75122024-12-21T06:08:38.141Z Fresh yasna v0.5.2
75132024-12-21T06:08:38.141Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
75142024-12-21T06:08:38.141Z Fresh ciborium v0.2.2
75152024-12-21T06:08:38.141Z Fresh subprocess v0.2.9
75162024-12-21T06:08:38.141Z Fresh display-error-chain v0.2.2
75172024-12-21T06:08:38.141Z Fresh rcgen v0.12.1
75182024-12-21T06:08:38.141Z Fresh keccak v0.1.5
75192024-12-21T06:08:38.141Z Fresh universal-hash v0.5.1
75202024-12-21T06:08:38.141Z Fresh opaque-debug v0.3.1
75212024-12-21T06:08:38.141Z Fresh sha3 v0.10.8
75222024-12-21T06:08:38.141Z Fresh constant_time_eq v0.3.1
75232024-12-21T06:08:38.141Z Fresh arrayref v0.3.9
75242024-12-21T06:08:38.141Z Fresh arrayvec v0.7.6
75252024-12-21T06:08:38.141Z Fresh secrecy v0.8.0
75262024-12-21T06:08:38.141Z Fresh slog-dtrace v0.3.0
75272024-12-21T06:08:38.141Z Fresh aead v0.5.2
75282024-12-21T06:08:38.141Z Fresh poly1305 v0.8.0
75292024-12-21T06:08:38.141Z Fresh chacha20 v0.9.1
75302024-12-21T06:08:38.142Z Fresh memmap2 v0.9.5
75312024-12-21T06:08:38.142Z Fresh spin v0.5.2
75322024-12-21T06:08:38.142Z Fresh topological-sort v0.2.2
75332024-12-21T06:08:38.142Z Fresh toolchain_find v0.4.0
75342024-12-21T06:08:38.142Z Fresh blake3 v1.5.4
75352024-12-21T06:08:38.142Z Fresh ring v0.16.20
75362024-12-21T06:08:38.142Z Fresh thiserror-impl-no-std v2.0.2
75372024-12-21T06:08:38.142Z Fresh maplit v1.0.2
75382024-12-21T06:08:38.142Z Fresh rustfmt-wrapper v0.2.1
75392024-12-21T06:08:38.142Z Fresh gethostname v0.5.0
75402024-12-21T06:08:38.142Z Fresh omicron-zone-package v0.11.1
75412024-12-21T06:08:38.142Z Fresh thiserror-no-std v2.0.2
75422024-12-21T06:08:38.142Z Fresh chacha20poly1305 v0.10.1
75432024-12-21T06:08:38.142Z Fresh termcolor v1.4.1
75442024-12-21T06:08:38.142Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
75452024-12-21T06:08:38.142Z Fresh vsss-rs v3.3.4
75462024-12-21T06:08:38.142Z Fresh tap v1.0.1
75472024-12-21T06:08:38.142Z Fresh nibble_vec v0.1.0
75482024-12-21T06:08:38.142Z Fresh endian-type v0.1.2
75492024-12-21T06:08:38.143Z Fresh wyz v0.5.1
75502024-12-21T06:08:38.143Z Fresh radium v0.7.0
75512024-12-21T06:08:38.143Z Fresh funty v2.0.0
75522024-12-21T06:08:38.143Z Fresh crc-catalog v2.4.0
75532024-12-21T06:08:38.143Z Fresh maybe-uninit v2.0.0
75542024-12-21T06:08:38.143Z Fresh bitvec v1.0.1
75552024-12-21T06:08:38.143Z Fresh crc v3.2.1
75562024-12-21T06:08:38.143Z Fresh radix_trie v0.2.1
75572024-12-21T06:08:38.143Z Fresh packed_struct_codegen v0.10.1
75582024-12-21T06:08:38.143Z Fresh nodrop v0.1.14
75592024-12-21T06:08:38.143Z Fresh smallvec v0.6.14
75602024-12-21T06:08:38.143Z Fresh packed_struct v0.10.1
75612024-12-21T06:08:38.143Z Fresh async-recursion v1.1.1
75622024-12-21T06:08:38.143Z Fresh bumpalo v3.16.0
75632024-12-21T06:08:38.143Z Fresh array-init v0.0.4
75642024-12-21T06:08:38.143Z Fresh hashbrown v0.12.3
75652024-12-21T06:08:38.143Z Fresh bitfield v0.14.0
75662024-12-21T06:08:38.143Z Fresh simd-adler32 v0.3.7
75672024-12-21T06:08:38.143Z Fresh lockfree-object-pool v0.1.6
75682024-12-21T06:08:38.143Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
75692024-12-21T06:08:38.143Z Fresh indexmap v1.9.3
75702024-12-21T06:08:38.143Z Fresh serde-hex v0.1.0
75712024-12-21T06:08:38.143Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
75722024-12-21T06:08:38.143Z Fresh zopfli v0.8.1
75732024-12-21T06:08:38.143Z Fresh env_logger v0.10.2
75742024-12-21T06:08:38.143Z Fresh ron v0.8.1
75752024-12-21T06:08:38.143Z Fresh dsl_auto_type v0.1.2
75762024-12-21T06:08:38.143Z Fresh hashbrown v0.13.2
75772024-12-21T06:08:38.143Z Fresh scheduled-thread-pool v0.2.7
75782024-12-21T06:08:38.143Z Fresh diesel_table_macro_syntax v0.2.0
75792024-12-21T06:08:38.143Z Fresh crc-any v2.5.0
75802024-12-21T06:08:38.143Z Fresh object v0.30.4
75812024-12-21T06:08:38.143Z Fresh zip v2.1.3
75822024-12-21T06:08:38.143Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
75832024-12-21T06:08:38.144Z Fresh r2d2 v0.8.10
75842024-12-21T06:08:38.144Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
75852024-12-21T06:08:38.144Z Fresh diesel_derives v2.2.3
75862024-12-21T06:08:38.144Z Fresh const_format_proc_macros v0.2.33
75872024-12-21T06:08:38.144Z Fresh bitfield-struct v0.6.2
75882024-12-21T06:08:38.144Z Fresh path-slash v0.1.5
75892024-12-21T06:08:38.144Z Fresh diff v0.1.13
75902024-12-21T06:08:38.144Z Fresh diesel v2.2.6
75912024-12-21T06:08:38.144Z Fresh crunchy v0.2.2
75922024-12-21T06:08:38.144Z Fresh const_format v0.2.33
75932024-12-21T06:08:38.144Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
75942024-12-21T06:08:38.144Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
75952024-12-21T06:08:38.144Z Fresh libefi-sys v0.1.0
75962024-12-21T06:08:38.144Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
75972024-12-21T06:08:38.144Z Fresh fxhash v0.2.1
75982024-12-21T06:08:38.144Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
75992024-12-21T06:08:38.144Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
76002024-12-21T06:08:38.144Z Fresh tiny-keccak v2.0.2
76012024-12-21T06:08:38.144Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
76022024-12-21T06:08:38.144Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76032024-12-21T06:08:38.144Z Fresh ascii-canvas v3.0.0
76042024-12-21T06:08:38.144Z Fresh ref-cast-impl v1.0.23
76052024-12-21T06:08:38.144Z Fresh ena v0.14.3
76062024-12-21T06:08:38.166Z Fresh regex-syntax v0.6.29
76072024-12-21T06:08:38.166Z Fresh kstat-rs v0.2.4
76082024-12-21T06:08:38.166Z Fresh ref-cast v1.0.23
76092024-12-21T06:08:38.166Z Fresh lalrpop v0.19.12
76102024-12-21T06:08:38.166Z Fresh derive_builder_core v0.20.2
76112024-12-21T06:08:38.166Z Fresh phf_generator v0.11.2
76122024-12-21T06:08:38.166Z Fresh primeorder v0.13.6
76132024-12-21T06:08:38.166Z Fresh vte_generate_state_changes v0.1.2
76142024-12-21T06:08:38.166Z Fresh vte v0.11.1
76152024-12-21T06:08:38.166Z Fresh phf_codegen v0.11.2
76162024-12-21T06:08:38.166Z Fresh derive_builder_macro v0.20.2
76172024-12-21T06:08:38.166Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
76182024-12-21T06:08:38.166Z Fresh strum_macros v0.24.3
76192024-12-21T06:08:38.166Z Fresh fd-lock v4.0.2
76202024-12-21T06:08:38.166Z Fresh parse-zoneinfo v0.3.1
76212024-12-21T06:08:38.166Z Fresh indoc v1.0.9
76222024-12-21T06:08:38.166Z Fresh cfg_aliases v0.1.1
76232024-12-21T06:08:38.166Z Fresh polar-core v0.27.3
76242024-12-21T06:08:38.166Z Fresh chrono-tz-build v0.4.0
76252024-12-21T06:08:38.166Z Fresh parking_lot_core v0.8.6
76262024-12-21T06:08:38.166Z Fresh libxml v0.3.3
76272024-12-21T06:08:38.166Z Fresh strip-ansi-escapes v0.2.0
76282024-12-21T06:08:38.166Z Fresh derive_builder v0.20.2
76292024-12-21T06:08:38.166Z Fresh impl-trait-for-tuples v0.2.2
76302024-12-21T06:08:38.166Z Fresh oso-derive v0.27.3
76312024-12-21T06:08:38.166Z Fresh quick-xml v0.33.0
76322024-12-21T06:08:38.166Z Fresh nu-ansi-term v0.50.1
76332024-12-21T06:08:38.166Z Fresh unicase v2.7.0
76342024-12-21T06:08:38.166Z Fresh reedline v0.35.0
76352024-12-21T06:08:38.167Z Fresh samael v0.0.17
76362024-12-21T06:08:38.167Z Fresh oso v0.27.3
76372024-12-21T06:08:38.167Z Fresh parking_lot v0.11.2
76382024-12-21T06:08:38.167Z Fresh p384 v0.13.0
76392024-12-21T06:08:38.167Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
76402024-12-21T06:08:38.167Z Fresh bytecount v0.6.8
76412024-12-21T06:08:38.167Z Fresh salty v0.3.0
76422024-12-21T06:08:38.167Z Fresh buf-list v1.0.3
76432024-12-21T06:08:38.167Z Fresh sled v0.34.7
76442024-12-21T06:08:38.167Z Fresh papergrid v0.11.0
76452024-12-21T06:08:38.167Z Fresh nix v0.28.0
76462024-12-21T06:08:38.167Z Fresh hickory-client v0.24.1
76472024-12-21T06:08:38.167Z Fresh tabled_derive v0.7.0
76482024-12-21T06:08:38.168Z Fresh peg-macros v0.8.4
76492024-12-21T06:08:38.168Z Fresh hickory-server v0.24.1
76502024-12-21T06:08:38.168Z Fresh bb8 v0.8.5
76512024-12-21T06:08:38.168Z Fresh sqlparser_derive v0.2.2
76522024-12-21T06:08:38.168Z Fresh nanorand v0.7.0
76532024-12-21T06:08:38.168Z Fresh atty v0.2.14
76542024-12-21T06:08:38.168Z Fresh env_filter v0.1.2
76552024-12-21T06:08:38.168Z Fresh unicode_categories v0.1.1
76562024-12-21T06:08:38.168Z Fresh http-range v0.1.5
76572024-12-21T06:08:38.168Z Fresh peg v0.8.4
76582024-12-21T06:08:38.168Z Fresh sqlformat v0.2.6
76592024-12-21T06:08:38.168Z Fresh env_logger v0.11.5
76602024-12-21T06:08:38.168Z Fresh flume v0.11.1
76612024-12-21T06:08:38.168Z Fresh sqlparser v0.45.0
76622024-12-21T06:08:38.168Z Fresh tabled v0.15.0
76632024-12-21T06:08:38.168Z Fresh async-bb8-diesel v0.2.1
76642024-12-21T06:08:38.168Z Fresh diesel-dtrace v0.4.2
76652024-12-21T06:08:38.169Z Fresh rustyline v14.0.0
76662024-12-21T06:08:38.169Z Fresh chrono-tz v0.10.0
76672024-12-21T06:08:38.169Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
76682024-12-21T06:08:38.169Z Fresh bcs v0.1.6
76692024-12-21T06:08:38.169Z Fresh pin-project-internal v1.1.6
76702024-12-21T06:08:38.169Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
76712024-12-21T06:08:38.169Z Fresh mime_guess v2.0.5
76722024-12-21T06:08:38.169Z Fresh memoffset v0.9.1
76732024-12-21T06:08:38.169Z Fresh pin-project v1.1.6
76742024-12-21T06:08:38.169Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
76752024-12-21T06:08:38.169Z Fresh hyper-staticfile v0.10.1
76762024-12-21T06:08:38.169Z Fresh nix v0.27.1
76772024-12-21T06:08:38.169Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
76782024-12-21T06:08:38.169Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
76792024-12-21T06:08:38.169Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
76802024-12-21T06:08:38.169Z Fresh tungstenite v0.23.0
76812024-12-21T06:08:38.169Z Fresh concurrent-queue v2.5.0
76822024-12-21T06:08:38.169Z Fresh snafu-derive v0.8.5
76832024-12-21T06:08:38.169Z Fresh parking v2.2.1
76842024-12-21T06:08:38.169Z Fresh snafu v0.8.5
76852024-12-21T06:08:38.169Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
76862024-12-21T06:08:38.169Z Fresh tokio-tungstenite v0.23.1
76872024-12-21T06:08:38.169Z Fresh signal-hook-tokio v0.3.1
76882024-12-21T06:08:38.169Z Fresh globset v0.4.15
76892024-12-21T06:08:38.169Z Fresh olpc-cjson v0.1.4
76902024-12-21T06:08:38.169Z Fresh cargo-platform v0.1.8
76912024-12-21T06:08:38.169Z Fresh serde_plain v1.0.2
76922024-12-21T06:08:38.169Z Fresh typed-path v0.9.3
76932024-12-21T06:08:38.169Z Fresh tough v0.19.0
76942024-12-21T06:08:38.169Z Fresh cargo_metadata v0.18.1
76952024-12-21T06:08:38.170Z Fresh rand_seeder v0.3.0
76962024-12-21T06:08:38.170Z Fresh parse-size v1.1.0
76972024-12-21T06:08:38.170Z Fresh event-listener v5.3.1
76982024-12-21T06:08:38.170Z Fresh event-listener-strategy v0.5.2
76992024-12-21T06:08:38.170Z Fresh futures-lite v2.3.0
77002024-12-21T06:08:38.170Z Fresh castaway v0.2.3
77012024-12-21T06:08:38.174Z Fresh compact_str v0.8.0
77022024-12-21T06:08:38.174Z Fresh libz-sys v1.1.20
77032024-12-21T06:08:38.174Z Fresh unicode-truncate v1.1.0
77042024-12-21T06:08:38.174Z Fresh lru v0.12.5
77052024-12-21T06:08:38.174Z Fresh instability v0.3.2
77062024-12-21T06:08:38.174Z Fresh csv-core v0.1.11
77072024-12-21T06:08:38.174Z Fresh cassowary v0.3.0
77082024-12-21T06:08:38.174Z Fresh is_ci v1.2.0
77092024-12-21T06:08:38.174Z Fresh libgit2-sys v0.17.0+1.8.1
77102024-12-21T06:08:38.174Z Fresh async-lock v3.4.0
77112024-12-21T06:08:38.175Z Fresh polyval v0.6.2
77122024-12-21T06:08:38.175Z Fresh supports-color v3.0.1
77132024-12-21T06:08:38.175Z Fresh csv v1.3.1
77142024-12-21T06:08:38.175Z Fresh ratatui v0.28.1
77152024-12-21T06:08:38.175Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
77162024-12-21T06:08:38.175Z Fresh polling v3.7.3
77172024-12-21T06:08:38.175Z Fresh ghash v0.5.1
77182024-12-21T06:08:38.175Z Fresh async-io v2.3.4
77192024-12-21T06:08:38.175Z Fresh git2 v0.19.0
77202024-12-21T06:08:38.175Z Fresh ctr v0.9.2
77212024-12-21T06:08:38.175Z Fresh cfg_aliases v0.2.1
77222024-12-21T06:08:38.175Z Fresh assert_matches v1.5.0
77232024-12-21T06:08:38.175Z Fresh plotters-backend v0.3.7
77242024-12-21T06:08:38.175Z Fresh shell-words v1.1.0
77252024-12-21T06:08:38.175Z Fresh async-task v4.7.1
77262024-12-21T06:08:38.175Z Fresh vergen v8.3.2
77272024-12-21T06:08:38.175Z Fresh plotters-svg v0.3.7
77282024-12-21T06:08:38.175Z Fresh aes-gcm v0.10.3
77292024-12-21T06:08:38.175Z Fresh async-channel v2.3.1
77302024-12-21T06:08:38.175Z Fresh piper v0.2.4
77312024-12-21T06:08:38.175Z Fresh ssh-encoding v0.2.0
77322024-12-21T06:08:38.175Z Fresh rustls-webpki v0.101.7
77332024-12-21T06:08:38.175Z Fresh sct v0.7.1
77342024-12-21T06:08:38.175Z Fresh blowfish v0.9.1
77352024-12-21T06:08:38.175Z Fresh rtoolbox v0.0.2
77362024-12-21T06:08:38.175Z Fresh unicode-linebreak v0.1.5
77372024-12-21T06:08:38.175Z Fresh smawk v0.3.2
77382024-12-21T06:08:38.175Z Fresh cast v0.3.0
77392024-12-21T06:08:38.175Z Fresh blocking v1.6.1
77402024-12-21T06:08:38.175Z Fresh ssh-cipher v0.2.0
77412024-12-21T06:08:38.175Z Fresh bcrypt-pbkdf v0.10.0
77422024-12-21T06:08:38.175Z Fresh criterion-plot v0.5.0
77432024-12-21T06:08:38.176Z Fresh textwrap v0.16.1
77442024-12-21T06:08:38.176Z Fresh rustls v0.21.12
77452024-12-21T06:08:38.176Z Fresh rpassword v7.3.1
77462024-12-21T06:08:38.176Z Fresh plotters v0.3.7
77472024-12-21T06:08:38.176Z Fresh libsqlite3-sys v0.30.1
77482024-12-21T06:08:38.176Z Fresh async-executor v1.13.1
77492024-12-21T06:08:38.176Z Fresh async-signal v0.2.10
77502024-12-21T06:08:38.176Z Fresh tui-tree-widget v0.22.0
77512024-12-21T06:08:38.176Z Fresh hashlink v0.9.1
77522024-12-21T06:08:38.176Z Fresh password-hash v0.4.2
77532024-12-21T06:08:38.176Z Fresh tinytemplate v1.2.1
77542024-12-21T06:08:38.176Z Fresh matches v0.1.10
77552024-12-21T06:08:38.176Z Fresh yansi v1.0.1
77562024-12-21T06:08:38.176Z Fresh hex-literal v0.4.1
77572024-12-21T06:08:38.176Z Fresh oorandom v11.1.4
77582024-12-21T06:08:38.176Z Fresh event-listener v2.5.3
77592024-12-21T06:08:38.176Z Fresh fallible-streaming-iterator v0.1.9
77602024-12-21T06:08:38.176Z Fresh fallible-iterator v0.3.0
77612024-12-21T06:08:38.176Z Fresh anes v0.1.6
77622024-12-21T06:08:38.176Z Fresh idna v0.2.3
77632024-12-21T06:08:38.176Z Fresh async-channel v1.9.0
77642024-12-21T06:08:38.176Z Fresh pretty_assertions v1.4.1
77652024-12-21T06:08:38.176Z Fresh rusqlite v0.32.1
77662024-12-21T06:08:38.176Z Fresh criterion v0.5.1
77672024-12-21T06:08:38.176Z Fresh pbkdf2 v0.11.0
77682024-12-21T06:08:38.176Z Fresh async-process v2.3.0
77692024-12-21T06:08:38.176Z Fresh async-global-executor v2.4.1
77702024-12-21T06:08:38.176Z Fresh nix v0.29.0
77712024-12-21T06:08:38.176Z Fresh target-lexicon v0.12.16
77722024-12-21T06:08:38.176Z Fresh tokio-rustls v0.24.1
77732024-12-21T06:08:38.176Z Fresh ssh-key v0.6.6
77742024-12-21T06:08:38.176Z Fresh p521 v0.13.3
77752024-12-21T06:08:38.176Z Fresh p256 v0.13.2
77762024-12-21T06:08:38.176Z Fresh rustls-pemfile v1.0.4
77772024-12-21T06:08:38.176Z Fresh twox-hash v1.6.3
77782024-12-21T06:08:38.176Z Fresh enum-as-inner v0.5.1
77792024-12-21T06:08:38.176Z Fresh async-attributes v1.1.2
77802024-12-21T06:08:38.176Z Fresh num_cpus v1.16.0
77812024-12-21T06:08:38.176Z Fresh russh-cryptovec v0.7.3
77822024-12-21T06:08:38.177Z Fresh kv-log-macro v1.0.7
77832024-12-21T06:08:38.177Z Fresh md5 v0.7.0
77842024-12-21T06:08:38.177Z Fresh futures-timer v3.0.3
77852024-12-21T06:08:38.177Z Fresh threadpool v1.8.1
77862024-12-21T06:08:38.177Z Fresh async-std v1.13.0
77872024-12-21T06:08:38.177Z Fresh russh-keys v0.45.0
77882024-12-21T06:08:38.177Z Fresh trust-dns-proto v0.22.0
77892024-12-21T06:08:38.177Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
77902024-12-21T06:08:38.177Z Fresh cfg-expr v0.17.0
77912024-12-21T06:08:38.177Z Fresh guppy-workspace-hack v0.1.0
77922024-12-21T06:08:38.177Z Fresh doc-comment v0.3.3
77932024-12-21T06:08:38.177Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
77942024-12-21T06:08:38.177Z Fresh httptest v0.16.1
77952024-12-21T06:08:38.177Z Fresh fatfs v0.3.6
77962024-12-21T06:08:38.177Z Fresh num-bigint v0.4.6
77972024-12-21T06:08:38.177Z Fresh proc-macro-crate v3.2.0
77982024-12-21T06:08:38.177Z Fresh rustls-native-certs v0.7.3
77992024-12-21T06:08:38.177Z Fresh des v0.8.1
78002024-12-21T06:08:38.177Z Fresh escape8259 v0.5.3
78012024-12-21T06:08:38.184Z Fresh relative-path v1.9.3
78022024-12-21T06:08:38.184Z Fresh dhcproto-macros v0.1.0
78032024-12-21T06:08:38.184Z Fresh rstest_macros v0.23.0
78042024-12-21T06:08:38.184Z Fresh dhcproto v0.12.0
78052024-12-21T06:08:38.184Z Fresh hyper-rustls v0.26.0
78062024-12-21T06:08:38.184Z Fresh libtest-mimic v0.7.3
78072024-12-21T06:08:38.184Z Fresh russh v0.45.0
78082024-12-21T06:08:38.184Z Fresh assert_cmd v2.0.16
78092024-12-21T06:08:38.184Z Fresh petname v2.0.2
78102024-12-21T06:08:38.184Z Fresh target-triple v0.1.3
78112024-12-21T06:08:38.184Z Fresh target-spec v3.2.2
78122024-12-21T06:08:38.184Z Fresh async-object-pool v0.1.5
78132024-12-21T06:08:38.184Z Fresh blake2b_simd v1.0.2
78142024-12-21T06:08:38.184Z Fresh fancy-regex v0.13.0
78152024-12-21T06:08:38.184Z Fresh pathdiff v0.2.2
78162024-12-21T06:08:38.184Z Fresh assert-json-diff v2.0.2
78172024-12-21T06:08:38.184Z Fresh serde_regex v1.1.0
78182024-12-21T06:08:38.184Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78192024-12-21T06:08:38.184Z Fresh uzers v0.12.1
78202024-12-21T06:08:38.184Z Fresh path-tree v0.8.1
78212024-12-21T06:08:38.184Z Fresh internet-checksum v0.2.1
78222024-12-21T06:08:38.184Z Fresh nested v0.1.1
78232024-12-21T06:08:38.184Z Fresh stringmetrics v2.2.2
78242024-12-21T06:08:38.184Z Fresh sync-ptr v0.1.1
78252024-12-21T06:08:38.184Z Fresh guppy v0.17.8
78262024-12-21T06:08:38.185Z Fresh httpmock v0.8.0-alpha.1
78272024-12-21T06:08:38.185Z Fresh rust-argon2 v2.1.0
78282024-12-21T06:08:38.185Z Fresh datatest-stable v0.2.9
78292024-12-21T06:08:38.185Z Fresh rstest v0.23.0
78302024-12-21T06:08:38.185Z Fresh trybuild v1.0.101
78312024-12-21T06:08:38.185Z Fresh partial-io v0.5.4
78322024-12-21T06:08:38.185Z Fresh similar-asserts v1.6.0
78332024-12-21T06:08:38.185Z Fresh rand_distr v0.4.3
78342024-12-21T06:08:38.185Z Fresh approx v0.5.1
78352024-12-21T06:08:38.185Z Fresh indoc v2.0.5
78362024-12-21T06:08:38.185Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
78372024-12-21T06:08:38.185Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
78382024-12-21T06:08:38.185Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
78392024-12-21T06:08:38.185Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
78402024-12-21T06:08:38.185Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
78412024-12-21T06:08:38.186Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
78422024-12-21T06:08:38.186Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
78432024-12-21T06:08:38.186Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
78442024-12-21T06:08:38.186Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
78452024-12-21T06:08:38.186Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
78462024-12-21T06:08:38.186Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
78472024-12-21T06:08:38.186Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
78482024-12-21T06:08:38.186Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
78492024-12-21T06:08:38.186Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
78502024-12-21T06:08:38.186Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
78512024-12-21T06:08:38.186Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
78522024-12-21T06:08:38.186Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
78532024-12-21T06:08:38.186Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
78542024-12-21T06:08:38.186Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
78552024-12-21T06:08:38.186Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
78562024-12-21T06:08:38.186Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
78572024-12-21T06:08:38.186Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
78582024-12-21T06:08:38.186Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
78592024-12-21T06:08:38.186Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
78602024-12-21T06:08:38.186Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
78612024-12-21T06:08:38.186Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
78622024-12-21T06:08:38.186Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
78632024-12-21T06:08:38.186Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
78642024-12-21T06:08:38.186Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
78652024-12-21T06:08:38.186Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
78662024-12-21T06:08:38.186Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
78672024-12-21T06:08:38.186Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
78682024-12-21T06:08:38.186Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
78692024-12-21T06:08:38.186Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
78702024-12-21T06:08:38.186Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
78712024-12-21T06:08:38.186Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
78722024-12-21T06:08:38.186Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
78732024-12-21T06:08:38.186Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
78742024-12-21T06:08:38.186Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
78752024-12-21T06:08:38.186Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
78762024-12-21T06:08:38.186Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
78772024-12-21T06:08:38.186Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
78782024-12-21T06:08:38.186Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
78792024-12-21T06:08:38.187Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
78802024-12-21T06:08:38.187Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
78812024-12-21T06:08:38.187Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
78822024-12-21T06:08:38.187Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
78832024-12-21T06:08:38.187Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
78842024-12-21T06:08:38.187Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
78852024-12-21T06:08:38.187Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
78862024-12-21T06:08:38.187Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
78872024-12-21T06:08:38.187Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
78882024-12-21T06:08:38.187Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
78892024-12-21T06:08:38.187Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
78902024-12-21T06:08:38.187Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
78912024-12-21T06:08:38.187Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
78922024-12-21T06:08:38.187Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
78932024-12-21T06:08:38.187Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
78942024-12-21T06:08:38.187Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
78952024-12-21T06:08:38.187Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
78962024-12-21T06:08:38.187Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
78972024-12-21T06:08:38.187Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
78982024-12-21T06:08:38.187Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
78992024-12-21T06:08:38.187Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
79002024-12-21T06:08:38.187Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
79012024-12-21T06:08:38.190Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
79022024-12-21T06:08:38.190Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
79032024-12-21T06:08:38.190Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
79042024-12-21T06:08:38.190Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
79052024-12-21T06:08:38.190Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
79062024-12-21T06:08:38.190Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
79072024-12-21T06:08:38.190Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
79082024-12-21T06:08:38.190Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
79092024-12-21T06:08:38.190Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
79102024-12-21T06:08:38.190Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
79112024-12-21T06:08:38.190Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
79122024-12-21T06:08:38.191Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
79132024-12-21T06:08:38.191Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
79142024-12-21T06:08:38.191Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
79152024-12-21T06:08:38.191Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
79162024-12-21T06:08:38.191Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
79172024-12-21T06:08:38.191Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
79182024-12-21T06:08:38.191Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
79192024-12-21T06:08:38.191Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
79202024-12-21T06:08:38.191Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
79212024-12-21T06:08:38.191Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
79222024-12-21T06:08:38.191Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
79232024-12-21T06:08:38.191Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
79242024-12-21T06:08:38.191Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
79252024-12-21T06:08:38.191Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
79262024-12-21T06:08:38.191Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
79272024-12-21T06:08:38.191Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
79282024-12-21T06:08:38.191Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
79292024-12-21T06:08:38.191Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
79302024-12-21T06:08:38.191Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
79312024-12-21T06:08:38.192Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
79322024-12-21T06:08:38.192Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
79332024-12-21T06:08:38.192Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
79342024-12-21T06:08:38.193Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
79352024-12-21T06:08:38.193Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
79362024-12-21T06:08:38.193Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
79372024-12-21T06:08:38.193Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
79382024-12-21T06:08:38.193Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
79392024-12-21T06:08:38.193Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
79402024-12-21T06:08:38.193Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
79412024-12-21T06:08:38.193Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
79422024-12-21T06:08:38.193Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
79432024-12-21T06:08:38.193Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
79442024-12-21T06:08:38.193Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
79452024-12-21T06:08:38.193Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
79462024-12-21T06:08:38.193Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
79472024-12-21T06:08:38.193Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
79482024-12-21T06:08:38.193Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
79492024-12-21T06:08:38.193Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
79502024-12-21T06:08:38.193Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
79512024-12-21T06:08:38.193Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
79522024-12-21T06:08:38.193Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.22s
79532024-12-21T06:08:38.331Z Doc-tests api_identity
79542024-12-21T06:08:38.331Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-70656badc2638377.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
79552024-12-21T06:08:38.539Z
79562024-12-21T06:08:38.539Zrunning 0 tests
79572024-12-21T06:08:38.539Z
79582024-12-21T06:08:38.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79592024-12-21T06:08:38.542Z
79602024-12-21T06:08:38.550Z Doc-tests authz_macros
79612024-12-21T06:08:38.553Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-1d499e452c7eed62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
79622024-12-21T06:08:38.700Z
79632024-12-21T06:08:38.700Zrunning 7 tests
79642024-12-21T06:08:38.703Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
79652024-12-21T06:08:38.703Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
79662024-12-21T06:08:38.703Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
79672024-12-21T06:08:38.703Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
79682024-12-21T06:08:38.703Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
79692024-12-21T06:08:38.703Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
79702024-12-21T06:08:38.704Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
79712024-12-21T06:08:38.704Z
79722024-12-21T06:08:38.704Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
79732024-12-21T06:08:38.704Z
79742024-12-21T06:08:38.714Z Doc-tests bootstore
79752024-12-21T06:08:38.716Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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`
79762024-12-21T06:08:39.673Z
79772024-12-21T06:08:39.673Zrunning 0 tests
79782024-12-21T06:08:39.673Z
79792024-12-21T06:08:39.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79802024-12-21T06:08:39.673Z
79812024-12-21T06:08:39.706Z Doc-tests bootstrap_agent_api
79822024-12-21T06:08:39.709Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-d9d7a44d247ee956.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79832024-12-21T06:08:40.141Z
79842024-12-21T06:08:40.141Zrunning 2 tests
79852024-12-21T06:08:40.144Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
79862024-12-21T06:08:40.145Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
79872024-12-21T06:08:40.145Z
79882024-12-21T06:08:40.145Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79892024-12-21T06:08:40.145Z
79902024-12-21T06:08:40.170Z Doc-tests bootstrap_agent_client
79912024-12-21T06:08:40.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-76becd8d03654954.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79922024-12-21T06:08:41.121Z
79932024-12-21T06:08:41.121Zrunning 0 tests
79942024-12-21T06:08:41.121Z
79952024-12-21T06:08:41.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79962024-12-21T06:08:41.121Z
79972024-12-21T06:08:41.154Z Doc-tests clickana
79982024-12-21T06:08:41.157Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-2fa923aaa6b71fe7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79992024-12-21T06:08:41.567Z
80002024-12-21T06:08:41.567Zrunning 0 tests
80012024-12-21T06:08:41.567Z
80022024-12-21T06:08:41.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80032024-12-21T06:08:41.567Z
80042024-12-21T06:08:41.591Z Doc-tests clickhouse_admin_api
80052024-12-21T06:08:41.594Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-05638e989937a20b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80062024-12-21T06:08:41.885Z
80072024-12-21T06:08:41.885Zrunning 6 tests
80082024-12-21T06:08:41.888Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
80092024-12-21T06:08:41.888Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
80102024-12-21T06:08:41.888Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
80112024-12-21T06:08:41.888Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
80122024-12-21T06:08:41.888Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 152) ... ignored
80132024-12-21T06:08:41.888Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 158) ... ignored
80142024-12-21T06:08:41.888Z
80152024-12-21T06:08:41.888Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
80162024-12-21T06:08:41.888Z
80172024-12-21T06:08:41.908Z Doc-tests clickhouse_admin_keeper_client
80182024-12-21T06:08:41.912Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80192024-12-21T06:08:42.447Z
80202024-12-21T06:08:42.447Zrunning 0 tests
80212024-12-21T06:08:42.447Z
80222024-12-21T06:08:42.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80232024-12-21T06:08:42.447Z
80242024-12-21T06:08:42.475Z Doc-tests clickhouse_admin_server_client
80252024-12-21T06:08:42.479Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80262024-12-21T06:08:42.977Z
80272024-12-21T06:08:42.977Zrunning 0 tests
80282024-12-21T06:08:42.977Z
80292024-12-21T06:08:42.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80302024-12-21T06:08:42.977Z
80312024-12-21T06:08:43.005Z Doc-tests clickhouse_admin_single_client
80322024-12-21T06:08:43.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80332024-12-21T06:08:43.266Z
80342024-12-21T06:08:43.266Zrunning 0 tests
80352024-12-21T06:08:43.266Z
80362024-12-21T06:08:43.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80372024-12-21T06:08:43.266Z
80382024-12-21T06:08:43.285Z Doc-tests clickhouse_admin_test_utils
80392024-12-21T06:08:43.287Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-9798e8e7609cdab8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80402024-12-21T06:08:43.552Z
80412024-12-21T06:08:43.552Zrunning 0 tests
80422024-12-21T06:08:43.552Z
80432024-12-21T06:08:43.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442024-12-21T06:08:43.552Z
80452024-12-21T06:08:43.574Z Doc-tests clickhouse_admin_types
80462024-12-21T06:08:43.578Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80472024-12-21T06:08:44.211Z
80482024-12-21T06:08:44.211Zrunning 0 tests
80492024-12-21T06:08:44.211Z
80502024-12-21T06:08:44.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80512024-12-21T06:08:44.212Z
80522024-12-21T06:08:44.242Z Doc-tests cockroach_admin_api
80532024-12-21T06:08:44.245Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-f920321a0c48738c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-60a55b5fba0f2774.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80542024-12-21T06:08:44.478Z
80552024-12-21T06:08:44.478Zrunning 2 tests
80562024-12-21T06:08:44.481Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
80572024-12-21T06:08:44.481Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
80582024-12-21T06:08:44.481Z
80592024-12-21T06:08:44.481Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80602024-12-21T06:08:44.481Z
80612024-12-21T06:08:44.496Z Doc-tests cockroach_admin_client
80622024-12-21T06:08:44.499Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80632024-12-21T06:08:44.800Z
80642024-12-21T06:08:44.800Zrunning 0 tests
80652024-12-21T06:08:44.800Z
80662024-12-21T06:08:44.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672024-12-21T06:08:44.800Z
80682024-12-21T06:08:44.821Z Doc-tests cockroach_admin_types
80692024-12-21T06:08:44.822Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-60a55b5fba0f2774.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80702024-12-21T06:08:44.982Z
80712024-12-21T06:08:44.982Zrunning 0 tests
80722024-12-21T06:08:44.982Z
80732024-12-21T06:08:44.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80742024-12-21T06:08:44.982Z
80752024-12-21T06:08:44.996Z Doc-tests db_macros
80762024-12-21T06:08:44.999Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-a12423ad7548ef27.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
80772024-12-21T06:08:45.267Z
80782024-12-21T06:08:45.267Zrunning 3 tests
80792024-12-21T06:08:45.270Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
80802024-12-21T06:08:45.270Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
80812024-12-21T06:08:45.270Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
80822024-12-21T06:08:45.270Z
80832024-12-21T06:08:45.270Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
80842024-12-21T06:08:45.270Z
80852024-12-21T06:08:45.284Z Doc-tests dns_server
80862024-12-21T06:08:45.288Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80872024-12-21T06:08:45.686Z
80882024-12-21T06:08:45.686Zrunning 0 tests
80892024-12-21T06:08:45.686Z
80902024-12-21T06:08:45.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912024-12-21T06:08:45.687Z
80922024-12-21T06:08:45.711Z Doc-tests dns_server_api
80932024-12-21T06:08:45.715Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80942024-12-21T06:08:45.978Z
80952024-12-21T06:08:45.978Zrunning 2 tests
80962024-12-21T06:08:45.980Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
80972024-12-21T06:08:45.980Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
80982024-12-21T06:08:45.980Z
80992024-12-21T06:08:45.980Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81002024-12-21T06:08:45.980Z
81012024-12-21T06:08:46.000Z Doc-tests dns_service_client
81022024-12-21T06:08:46.003Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81032024-12-21T06:08:46.323Z
81042024-12-21T06:08:46.323Zrunning 0 tests
81052024-12-21T06:08:46.323Z
81062024-12-21T06:08:46.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81072024-12-21T06:08:46.323Z
81082024-12-21T06:08:46.348Z Doc-tests dpd_client
81092024-12-21T06:08:46.351Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81102024-12-21T06:08:47.615Z
81112024-12-21T06:08:47.615Zrunning 0 tests
81122024-12-21T06:08:47.615Z
81132024-12-21T06:08:47.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142024-12-21T06:08:47.615Z
81152024-12-21T06:08:47.654Z Doc-tests end_to_end_tests
81162024-12-21T06:08:47.657Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-58a93e1f4809c009.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81172024-12-21T06:08:48.179Z
81182024-12-21T06:08:48.179Zrunning 0 tests
81192024-12-21T06:08:48.179Z
81202024-12-21T06:08:48.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212024-12-21T06:08:48.179Z
81222024-12-21T06:08:48.208Z Doc-tests gateway_api
81232024-12-21T06:08:48.211Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c80f7612f3fd422a.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81242024-12-21T06:08:48.627Z
81252024-12-21T06:08:48.627Zrunning 2 tests
81262024-12-21T06:08:48.630Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
81272024-12-21T06:08:48.630Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
81282024-12-21T06:08:48.630Z
81292024-12-21T06:08:48.630Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302024-12-21T06:08:48.630Z
81312024-12-21T06:08:48.653Z Doc-tests gateway_client
81322024-12-21T06:08:48.655Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81332024-12-21T06:08:49.695Z
81342024-12-21T06:08:49.695Zrunning 0 tests
81352024-12-21T06:08:49.695Z
81362024-12-21T06:08:49.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81372024-12-21T06:08:49.695Z
81382024-12-21T06:08:49.725Z Doc-tests gateway_test_utils
81392024-12-21T06:08:49.728Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81402024-12-21T06:08:50.476Z
81412024-12-21T06:08:50.477Zrunning 0 tests
81422024-12-21T06:08:50.477Z
81432024-12-21T06:08:50.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81442024-12-21T06:08:50.477Z
81452024-12-21T06:08:50.510Z Doc-tests gateway_types
81462024-12-21T06:08:50.512Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81472024-12-21T06:08:51.179Z
81482024-12-21T06:08:51.179Zrunning 0 tests
81492024-12-21T06:08:51.179Z
81502024-12-21T06:08:51.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512024-12-21T06:08:51.180Z
81522024-12-21T06:08:51.212Z Doc-tests illumos_utils
81532024-12-21T06:08:51.215Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4d3f2eba7df92687.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fb899a33b2ffd2d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3d056a09671fae75.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b5192f2496dfe200.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.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`
81542024-12-21T06:08:52.977Z
81552024-12-21T06:08:52.977Zrunning 0 tests
81562024-12-21T06:08:52.977Z
81572024-12-21T06:08:52.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81582024-12-21T06:08:52.977Z
81592024-12-21T06:08:53.032Z Doc-tests installinator
81602024-12-21T06:08:53.036Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0b6c4f6d9b73b028.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2133af8225f5196c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
81612024-12-21T06:08:53.859Z
81622024-12-21T06:08:53.859Zrunning 0 tests
81632024-12-21T06:08:53.859Z
81642024-12-21T06:08:53.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652024-12-21T06:08:53.859Z
81662024-12-21T06:08:53.889Z Doc-tests installinator_api
81672024-12-21T06:08:53.892Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81682024-12-21T06:08:54.231Z
81692024-12-21T06:08:54.231Zrunning 2 tests
81702024-12-21T06:08:54.234Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
81712024-12-21T06:08:54.234Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
81722024-12-21T06:08:54.234Z
81732024-12-21T06:08:54.234Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81742024-12-21T06:08:54.234Z
81752024-12-21T06:08:54.258Z Doc-tests installinator_client
81762024-12-21T06:08:54.261Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81772024-12-21T06:08:55.162Z
81782024-12-21T06:08:55.162Zrunning 0 tests
81792024-12-21T06:08:55.162Z
81802024-12-21T06:08:55.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81812024-12-21T06:08:55.162Z
81822024-12-21T06:08:55.198Z Doc-tests installinator_common
81832024-12-21T06:08:55.202Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81842024-12-21T06:08:55.653Z
81852024-12-21T06:08:55.653Zrunning 0 tests
81862024-12-21T06:08:55.654Z
81872024-12-21T06:08:55.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81882024-12-21T06:08:55.654Z
81892024-12-21T06:08:55.682Z Doc-tests internal_dns_resolver
81902024-12-21T06:08:55.684Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81912024-12-21T06:08:55.982Z
81922024-12-21T06:08:55.982Zrunning 0 tests
81932024-12-21T06:08:55.982Z
81942024-12-21T06:08:55.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81952024-12-21T06:08:55.982Z
81962024-12-21T06:08:56.005Z Doc-tests internal_dns_types
81972024-12-21T06:08:56.008Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81982024-12-21T06:08:56.354Z
81992024-12-21T06:08:56.354Zrunning 0 tests
82002024-12-21T06:08:56.354Z
82012024-12-21T06:08:56.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82022024-12-21T06:08:56.354Z
82032024-12-21T06:08:56.378Z Doc-tests ipcc
82042024-12-21T06:08:56.381Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-0e005f0e9c526801.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82052024-12-21T06:08:56.662Z
82062024-12-21T06:08:56.663Zrunning 0 tests
82072024-12-21T06:08:56.663Z
82082024-12-21T06:08:56.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82092024-12-21T06:08:56.663Z
82102024-12-21T06:08:56.686Z Doc-tests key_manager
82112024-12-21T06:08:56.689Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82122024-12-21T06:08:56.973Z
82132024-12-21T06:08:56.973Zrunning 0 tests
82142024-12-21T06:08:56.973Z
82152024-12-21T06:08:56.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82162024-12-21T06:08:56.973Z
82172024-12-21T06:08:56.995Z Doc-tests live_tests_macros
82182024-12-21T06:08:56.998Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-8d7965cd7c194ed5.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
82192024-12-21T06:08:57.081Z
82202024-12-21T06:08:57.081Zrunning 1 test
82212024-12-21T06:08:57.084Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
82222024-12-21T06:08:57.084Z
82232024-12-21T06:08:57.084Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82242024-12-21T06:08:57.085Z
82252024-12-21T06:08:57.094Z Doc-tests nexus_auth
82262024-12-21T06:08:57.099Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1d499e452c7eed62.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ee876f04108b445c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
82272024-12-21T06:08:58.549Z
82282024-12-21T06:08:58.551Zrunning 0 tests
82292024-12-21T06:08:58.551Z
82302024-12-21T06:08:58.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82312024-12-21T06:08:58.551Z
82322024-12-21T06:08:58.590Z Doc-tests nexus_client
82332024-12-21T06:08:58.593Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82342024-12-21T06:09:00.842Z
82352024-12-21T06:09:00.842Zrunning 0 tests
82362024-12-21T06:09:00.842Z
82372024-12-21T06:09:00.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82382024-12-21T06:09:00.842Z
82392024-12-21T06:09:00.896Z Doc-tests nexus_config
82402024-12-21T06:09:00.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82412024-12-21T06:09:01.526Z
82422024-12-21T06:09:01.526Zrunning 0 tests
82432024-12-21T06:09:01.526Z
82442024-12-21T06:09:01.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82452024-12-21T06:09:01.526Z
82462024-12-21T06:09:01.556Z Doc-tests nexus_db_fixed_data
82472024-12-21T06:09:01.559Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-ee876f04108b445c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
82482024-12-21T06:09:02.110Z
82492024-12-21T06:09:02.110Zrunning 0 tests
82502024-12-21T06:09:02.110Z
82512024-12-21T06:09:02.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82522024-12-21T06:09:02.110Z
82532024-12-21T06:09:02.138Z Doc-tests nexus_db_model
82542024-12-21T06:09:02.142Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a12423ad7548ef27.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
82552024-12-21T06:09:15.863Z
82562024-12-21T06:09:15.863Zrunning 2 tests
82572024-12-21T06:09:18.707Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
82582024-12-21T06:10:07.902Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
82592024-12-21T06:10:07.902Z
82602024-12-21T06:10:07.902Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 52.04s
82612024-12-21T06:10:07.902Z
82622024-12-21T06:10:08.129Z Doc-tests nexus_db_queries
82632024-12-21T06:10:08.133Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a12423ad7548ef27.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-5530f51f105ffb15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ee876f04108b445c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
82642024-12-21T06:10:10.884Z
82652024-12-21T06:10:10.884Zrunning 1 test
82662024-12-21T06:10:14.319Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
82672024-12-21T06:10:14.319Z
82682024-12-21T06:10:14.319Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.44s
82692024-12-21T06:10:14.319Z
82702024-12-21T06:10:14.411Z Doc-tests nexus_defaults
82712024-12-21T06:10:14.411Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-a83092cbf26d15c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82722024-12-21T06:10:14.678Z
82732024-12-21T06:10:14.678Zrunning 0 tests
82742024-12-21T06:10:14.678Z
82752024-12-21T06:10:14.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82762024-12-21T06:10:14.678Z
82772024-12-21T06:10:14.700Z Doc-tests nexus_external_api
82782024-12-21T06:10:14.703Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82792024-12-21T06:10:15.321Z
82802024-12-21T06:10:15.322Zrunning 2 tests
82812024-12-21T06:10:15.325Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
82822024-12-21T06:10:15.325Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
82832024-12-21T06:10:15.325Z
82842024-12-21T06:10:15.325Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82852024-12-21T06:10:15.325Z
82862024-12-21T06:10:15.355Z Doc-tests nexus_internal_api
82872024-12-21T06:10:15.357Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c80f7612f3fd422a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82882024-12-21T06:10:15.850Z
82892024-12-21T06:10:15.850Zrunning 2 tests
82902024-12-21T06:10:15.853Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
82912024-12-21T06:10:15.853Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
82922024-12-21T06:10:15.853Z
82932024-12-21T06:10:15.853Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82942024-12-21T06:10:15.853Z
82952024-12-21T06:10:15.881Z Doc-tests nexus_inventory
82962024-12-21T06:10:15.884Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82972024-12-21T06:10:16.317Z
82982024-12-21T06:10:16.317Zrunning 0 tests
82992024-12-21T06:10:16.317Z
83002024-12-21T06:10:16.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83012024-12-21T06:10:16.317Z
83022024-12-21T06:10:16.344Z Doc-tests nexus_macros_common
83032024-12-21T06:10:16.344Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-fc42f7b34d119878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83042024-12-21T06:10:16.430Z
83052024-12-21T06:10:16.431Zrunning 0 tests
83062024-12-21T06:10:16.431Z
83072024-12-21T06:10:16.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83082024-12-21T06:10:16.431Z
83092024-12-21T06:10:16.441Z Doc-tests nexus_metrics_producer_gc
83102024-12-21T06:10:16.444Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c43ad96ddfd8e512.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
83112024-12-21T06:10:16.949Z
83122024-12-21T06:10:16.949Zrunning 0 tests
83132024-12-21T06:10:16.949Z
83142024-12-21T06:10:16.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83152024-12-21T06:10:16.949Z
83162024-12-21T06:10:16.985Z Doc-tests nexus_networking
83172024-12-21T06:10:16.988Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-6961bb14eaa0b2c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83182024-12-21T06:10:17.514Z
83192024-12-21T06:10:17.514Zrunning 0 tests
83202024-12-21T06:10:17.514Z
83212024-12-21T06:10:17.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83222024-12-21T06:10:17.515Z
83232024-12-21T06:10:17.550Z Doc-tests nexus_reconfigurator_blippy
83242024-12-21T06:10:17.552Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0ad2e7d7c7c005a3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83252024-12-21T06:10:17.926Z
83262024-12-21T06:10:17.926Zrunning 0 tests
83272024-12-21T06:10:17.926Z
83282024-12-21T06:10:17.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83292024-12-21T06:10:17.926Z
83302024-12-21T06:10:17.953Z Doc-tests nexus_reconfigurator_execution
83312024-12-21T06:10:17.957Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
83322024-12-21T06:10:18.525Z
83332024-12-21T06:10:18.525Zrunning 0 tests
83342024-12-21T06:10:18.525Z
83352024-12-21T06:10:18.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83362024-12-21T06:10:18.525Z
83372024-12-21T06:10:18.561Z Doc-tests nexus_reconfigurator_planning
83382024-12-21T06:10:18.563Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0ad2e7d7c7c005a3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83392024-12-21T06:10:19.171Z
83402024-12-21T06:10:19.171Zrunning 0 tests
83412024-12-21T06:10:19.171Z
83422024-12-21T06:10:19.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83432024-12-21T06:10:19.171Z
83442024-12-21T06:10:19.189Z Doc-tests nexus_reconfigurator_preparation
83452024-12-21T06:10:19.192Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83462024-12-21T06:10:19.680Z
83472024-12-21T06:10:19.680Zrunning 0 tests
83482024-12-21T06:10:19.680Z
83492024-12-21T06:10:19.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83502024-12-21T06:10:19.680Z
83512024-12-21T06:10:19.714Z Doc-tests nexus_reconfigurator_simulation
83522024-12-21T06:10:19.717Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-24a5d3bedb41a82c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f4cfaaaadd3e6100.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83532024-12-21T06:10:20.148Z
83542024-12-21T06:10:20.148Zrunning 0 tests
83552024-12-21T06:10:20.148Z
83562024-12-21T06:10:20.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572024-12-21T06:10:20.151Z
83582024-12-21T06:10:20.177Z Doc-tests nexus_saga_recovery
83592024-12-21T06:10:20.180Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
83602024-12-21T06:10:20.617Z
83612024-12-21T06:10:20.617Zrunning 0 tests
83622024-12-21T06:10:20.617Z
83632024-12-21T06:10:20.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83642024-12-21T06:10:20.617Z
83652024-12-21T06:10:20.647Z Doc-tests nexus_sled_agent_shared
83662024-12-21T06:10:20.650Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83672024-12-21T06:10:21.129Z
83682024-12-21T06:10:21.129Zrunning 0 tests
83692024-12-21T06:10:21.129Z
83702024-12-21T06:10:21.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83712024-12-21T06:10:21.129Z
83722024-12-21T06:10:21.158Z Doc-tests nexus_test_interface
83732024-12-21T06:10:21.160Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83742024-12-21T06:10:21.529Z
83752024-12-21T06:10:21.529Zrunning 0 tests
83762024-12-21T06:10:21.529Z
83772024-12-21T06:10:21.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83782024-12-21T06:10:21.529Z
83792024-12-21T06:10:21.556Z Doc-tests nexus_test_utils
83802024-12-21T06:10:21.559Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
83812024-12-21T06:10:22.650Z
83822024-12-21T06:10:22.651Zrunning 0 tests
83832024-12-21T06:10:22.651Z
83842024-12-21T06:10:22.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83852024-12-21T06:10:22.651Z
83862024-12-21T06:10:22.692Z Doc-tests nexus_test_utils_macros
83872024-12-21T06:10:22.695Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-3357d5e2f4c57c48.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
83882024-12-21T06:10:22.785Z
83892024-12-21T06:10:22.785Zrunning 1 test
83902024-12-21T06:10:22.788Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
83912024-12-21T06:10:22.788Z
83922024-12-21T06:10:22.788Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83932024-12-21T06:10:22.788Z
83942024-12-21T06:10:22.797Z Doc-tests nexus_types
83952024-12-21T06:10:22.800Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83962024-12-21T06:10:26.035Z
83972024-12-21T06:10:26.035Zrunning 0 tests
83982024-12-21T06:10:26.035Z
83992024-12-21T06:10:26.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84002024-12-21T06:10:26.035Z
84012024-12-21T06:10:26.114Z Doc-tests omicron_certificates
84022024-12-21T06:10:26.117Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84032024-12-21T06:10:26.434Z
84042024-12-21T06:10:26.434Zrunning 0 tests
84052024-12-21T06:10:26.434Z
84062024-12-21T06:10:26.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84072024-12-21T06:10:26.434Z
84082024-12-21T06:10:26.457Z Doc-tests omicron_clickhouse_admin
84092024-12-21T06:10:26.460Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f62ab531ae5a915e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-62799db9c9cc3051.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b83bd15c032b2476.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84102024-12-21T06:10:26.945Z
84112024-12-21T06:10:26.946Zrunning 0 tests
84122024-12-21T06:10:26.946Z
84132024-12-21T06:10:26.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84142024-12-21T06:10:26.946Z
84152024-12-21T06:10:26.980Z Doc-tests omicron_cockroach_admin
84162024-12-21T06:10:26.983Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-60a55b5fba0f2774.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-77a1bc348da964e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-1691fe667ea8ca18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.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`
84172024-12-21T06:10:27.350Z
84182024-12-21T06:10:27.350Zrunning 0 tests
84192024-12-21T06:10:27.350Z
84202024-12-21T06:10:27.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84212024-12-21T06:10:27.350Z
84222024-12-21T06:10:27.377Z Doc-tests omicron_common
84232024-12-21T06:10:27.380Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-70656badc2638377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
84242024-12-21T06:10:29.497Z
84252024-12-21T06:10:29.497Zrunning 2 tests
84262024-12-21T06:10:29.499Ztest common/src/lib.rs - FileKv (line 40) ... ignored
84272024-12-21T06:10:35.056Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
84282024-12-21T06:10:35.056Z
84292024-12-21T06:10:35.056Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.56s
84302024-12-21T06:10:35.056Z
84312024-12-21T06:10:35.119Z Doc-tests omicron_ddm_admin_client
84322024-12-21T06:10:35.122Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-e2df5d4f12ff2844.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84332024-12-21T06:10:35.457Z
84342024-12-21T06:10:35.457Zrunning 0 tests
84352024-12-21T06:10:35.457Z
84362024-12-21T06:10:35.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84372024-12-21T06:10:35.457Z
84382024-12-21T06:10:35.482Z Doc-tests omicron_dev_lib
84392024-12-21T06:10:35.486Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c8d02974a5a8fa5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84402024-12-21T06:10:35.751Z
84412024-12-21T06:10:35.751Zrunning 0 tests
84422024-12-21T06:10:35.751Z
84432024-12-21T06:10:35.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84442024-12-21T06:10:35.751Z
84452024-12-21T06:10:35.773Z Doc-tests omicron_gateway
84462024-12-21T06:10:35.777Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c4abe28b7433cc71.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da7ad020eb880a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9da07687a0d4a587.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84472024-12-21T06:10:36.575Z
84482024-12-21T06:10:36.576Zrunning 0 tests
84492024-12-21T06:10:36.576Z
84502024-12-21T06:10:36.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84512024-12-21T06:10:36.576Z
84522024-12-21T06:10:36.614Z Doc-tests omicron_ls_apis
84532024-12-21T06:10:36.617Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-5141049515faa0bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84542024-12-21T06:10:36.842Z
84552024-12-21T06:10:36.842Zrunning 1 test
84562024-12-21T06:10:36.845Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
84572024-12-21T06:10:36.845Z
84582024-12-21T06:10:36.845Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84592024-12-21T06:10:36.845Z
84602024-12-21T06:10:36.858Z Doc-tests omicron_nexus
84612024-12-21T06:10:36.863Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c43ad96ddfd8e512.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-249548123ab9efec.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c0fa544037e0a723.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-2b30430a2593dd96.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-dc52b5e2b88b8889.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-0dacf5d2d2ae0df0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-577d7190011db7b9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d068719380d1986e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-deb8823d021b2137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-72273e4545f29076.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-bd1283d0e129dcf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-9907eeb28fff5692.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-551d1118af46a15b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-756222d230aaeea6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1f81e76826c801f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-e2bac4b246cdaff0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6b6f6987cf2a934.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-da22979783685b1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c852f911ce99765c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-eb078fd979f4245f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-faa9a5c5e5139fa3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7fe6a184b92ee658.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3357d5e2f4c57c48.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-838e7a308a1c9102.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-17e9a135cecb613a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c8f87796cdb785c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6cfdf1971fd75a76.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
84622024-12-21T06:10:39.830Z
84632024-12-21T06:10:39.830Zrunning 5 tests
84642024-12-21T06:10:39.833Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
84652024-12-21T06:10:44.334Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 869) ... ok
84662024-12-21T06:10:44.337Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 827) ... ok
84672024-12-21T06:10:44.347Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
84682024-12-21T06:10:44.353Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
84692024-12-21T06:10:44.353Z
84702024-12-21T06:10:44.355Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.52s
84712024-12-21T06:10:44.355Z
84722024-12-21T06:10:44.448Z Doc-tests omicron_package
84732024-12-21T06:10:44.451Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e583e3044b2f788d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-56b0b59bb5331750.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9d4807c033ee8bf1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-058eeda4520412b2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84742024-12-21T06:10:44.762Z
84752024-12-21T06:10:44.762Zrunning 0 tests
84762024-12-21T06:10:44.762Z
84772024-12-21T06:10:44.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84782024-12-21T06:10:44.762Z
84792024-12-21T06:10:44.781Z Doc-tests omicron_passwords
84802024-12-21T06:10:44.784Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d8f7b1b51375db4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84812024-12-21T06:10:44.917Z
84822024-12-21T06:10:44.917Zrunning 0 tests
84832024-12-21T06:10:44.917Z
84842024-12-21T06:10:44.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84852024-12-21T06:10:44.917Z
84862024-12-21T06:10:44.930Z Doc-tests omicron_rpaths
84872024-12-21T06:10:44.934Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-5d4f81e687b08afb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84882024-12-21T06:10:45.015Z
84892024-12-21T06:10:45.015Zrunning 0 tests
84902024-12-21T06:10:45.015Z
84912024-12-21T06:10:45.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84922024-12-21T06:10:45.015Z
84932024-12-21T06:10:45.026Z Doc-tests omicron_sled_agent
84942024-12-21T06:10:45.033Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-002fd011a21a1fe0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ee8f4f9a0262497f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-57a7bc9769ad2f1c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-6f5a8545fafec66f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf1bb79128d7bf12.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-df955812ee01db1a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1614ac21f33c536a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a562bf79c1ee0e08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea5f31b6c2f35e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.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`
84952024-12-21T06:10:47.106Z
84962024-12-21T06:10:47.106Zrunning 0 tests
84972024-12-21T06:10:47.106Z
84982024-12-21T06:10:47.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84992024-12-21T06:10:47.106Z
85002024-12-21T06:10:47.169Z Doc-tests omicron_test_utils
85012024-12-21T06:10:47.172Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-18dd160226af079b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6b593b3659a620b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-68c23ea1bdf55493.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.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`
85022024-12-21T06:10:47.550Z
85032024-12-21T06:10:47.551Zrunning 0 tests
85042024-12-21T06:10:47.551Z
85052024-12-21T06:10:47.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85062024-12-21T06:10:47.551Z
85072024-12-21T06:10:47.577Z Doc-tests omicron_uuid_kinds
85082024-12-21T06:10:47.580Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-b34d5924c199bb80.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.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`
85092024-12-21T06:10:47.724Z
85102024-12-21T06:10:47.724Zrunning 0 tests
85112024-12-21T06:10:47.724Z
85122024-12-21T06:10:47.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85132024-12-21T06:10:47.724Z
85142024-12-21T06:10:47.737Z Doc-tests omicron_workspace_hack
85152024-12-21T06:10:47.741Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-43f1bdbaeea6afe9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ebe34123820a0b31.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-16f9cbad3ef820a8.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f0ae7bf504680abd.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47aac07021228be9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bff85ed656382a51.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ee2543f252a7a624.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7e6e048b8c7670e0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5dc7e7206dbf4575.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7505bca143f8f35f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85162024-12-21T06:10:47.816Z
85172024-12-21T06:10:47.816Zrunning 0 tests
85182024-12-21T06:10:47.816Z
85192024-12-21T06:10:47.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85202024-12-21T06:10:47.816Z
85212024-12-21T06:10:47.827Z Doc-tests openapi_manager
85222024-12-21T06:10:47.831Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d9d7a44d247ee956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-05638e989937a20b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-f920321a0c48738c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d0d0bf2806063fd8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7539478cc2d9821f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-40e4ea0e5886b5f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-723838096e960065.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-1a11ace5ddae3889.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85232024-12-21T06:10:48.335Z
85242024-12-21T06:10:48.335Zrunning 0 tests
85252024-12-21T06:10:48.335Z
85262024-12-21T06:10:48.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85272024-12-21T06:10:48.335Z
85282024-12-21T06:10:48.365Z Doc-tests openapi_manager_types
85292024-12-21T06:10:48.368Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd21e4b66f16a2ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85302024-12-21T06:10:48.453Z
85312024-12-21T06:10:48.453Zrunning 0 tests
85322024-12-21T06:10:48.453Z
85332024-12-21T06:10:48.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85342024-12-21T06:10:48.453Z
85352024-12-21T06:10:48.464Z Doc-tests oxide_client
85362024-12-21T06:10:48.468Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a36cdb43136ab019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85372024-12-21T06:10:54.117Z
85382024-12-21T06:10:54.118Zrunning 209 tests
85392024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
85402024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
85412024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
85422024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
85432024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
85442024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
85452024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
85462024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
85472024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
85482024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
85492024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
85502024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
85512024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
85522024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
85532024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
85542024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
85552024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
85562024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
85572024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
85582024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
85592024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
85602024-12-21T06:10:54.121Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
85612024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
85622024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
85632024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
85642024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
85652024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
85662024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
85672024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
85682024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
85692024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
85702024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
85712024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
85722024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
85732024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
85742024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
85752024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
85762024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
85772024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
85782024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
85792024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
85802024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
85812024-12-21T06:10:54.122Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
85822024-12-21T06:10:54.123Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
85832024-12-21T06:10:54.123Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
85842024-12-21T06:10:54.123Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
85852024-12-21T06:10:54.123Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
85862024-12-21T06:10:54.123Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
85872024-12-21T06:10:54.123Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
85882024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
85892024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
85902024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
85912024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
85922024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
85932024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
85942024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
85952024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
85962024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
85972024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
85982024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
85992024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
86002024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
86012024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
86022024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
86032024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
86042024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
86052024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
86062024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
86072024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
86082024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
86092024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
86102024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
86112024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
86122024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
86132024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
86142024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
86152024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
86162024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
86172024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
86182024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
86192024-12-21T06:10:54.129Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
86202024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
86212024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
86222024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
86232024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
86242024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
86252024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
86262024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
86272024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
86282024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
86292024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
86302024-12-21T06:10:54.130Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
86312024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
86322024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
86332024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
86342024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
86352024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
86362024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
86372024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
86382024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
86392024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
86402024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
86412024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
86422024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
86432024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
86442024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
86452024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
86462024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
86472024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
86482024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
86492024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
86502024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
86512024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
86522024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
86532024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
86542024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
86552024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
86562024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
86572024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
86582024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
86592024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
86602024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
86612024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
86622024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
86632024-12-21T06:10:54.131Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
86642024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
86652024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
86662024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
86672024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
86682024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
86692024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
86702024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
86712024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
86722024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
86732024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
86742024-12-21T06:10:54.132Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
86752024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
86762024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
86772024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
86782024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
86792024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
86802024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
86812024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
86822024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
86832024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
86842024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
86852024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
86862024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
86872024-12-21T06:10:54.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
86882024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
86892024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
86902024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
86912024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
86922024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
86932024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
86942024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
86952024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
86962024-12-21T06:10:54.136Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
86972024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
86982024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
86992024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
87002024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
87012024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
87022024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
87032024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
87042024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
87052024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
87062024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
87072024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
87082024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
87092024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
87102024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
87112024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
87122024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
87132024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
87142024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
87152024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
87162024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
87172024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
87182024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
87192024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
87202024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
87212024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
87222024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
87232024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
87242024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
87252024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
87262024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
87272024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
87282024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
87292024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
87302024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
87312024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
87322024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
87332024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
87342024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
87352024-12-21T06:10:54.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
87362024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
87372024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
87382024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
87392024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
87402024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
87412024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
87422024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
87432024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
87442024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
87452024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
87462024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
87472024-12-21T06:10:54.138Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
87482024-12-21T06:10:54.138Z
87492024-12-21T06:10:54.138Ztest result: ok. 0 passed; 0 failed; 209 ignored; 0 measured; 0 filtered out; finished in 0.01s
87502024-12-21T06:10:54.138Z
87512024-12-21T06:10:54.229Z Doc-tests oximeter
87522024-12-21T06:10:54.231Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2f1b55511cc1e56f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a58f1b31a3491075.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87532024-12-21T06:10:54.534Z
87542024-12-21T06:10:54.534Zrunning 2 tests
87552024-12-21T06:10:54.537Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
87562024-12-21T06:10:55.856Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
87572024-12-21T06:10:55.856Z
87582024-12-21T06:10:55.856Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.32s
87592024-12-21T06:10:55.856Z
87602024-12-21T06:10:55.889Z Doc-tests oximeter_api
87612024-12-21T06:10:55.892Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87622024-12-21T06:10:56.218Z
87632024-12-21T06:10:56.218Zrunning 2 tests
87642024-12-21T06:10:56.221Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
87652024-12-21T06:10:56.221Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
87662024-12-21T06:10:56.221Z
87672024-12-21T06:10:56.221Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87682024-12-21T06:10:56.222Z
87692024-12-21T06:10:56.244Z Doc-tests oximeter_client
87702024-12-21T06:10:56.247Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87712024-12-21T06:10:56.649Z
87722024-12-21T06:10:56.649Zrunning 0 tests
87732024-12-21T06:10:56.649Z
87742024-12-21T06:10:56.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87752024-12-21T06:10:56.649Z
87762024-12-21T06:10:56.675Z Doc-tests oximeter_collector
87772024-12-21T06:10:56.677Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-680c3f0b9a9c5fc8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a053b003e2fabcdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2f498266bf236b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-607956a3df541c5a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-fe8117eeb2c19d91.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87782024-12-21T06:10:57.335Z
87792024-12-21T06:10:57.335Zrunning 0 tests
87802024-12-21T06:10:57.335Z
87812024-12-21T06:10:57.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87822024-12-21T06:10:57.335Z
87832024-12-21T06:10:57.374Z Doc-tests oximeter_db
87842024-12-21T06:10:57.379Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3573747ee99b5891.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ff546803acde321f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
87852024-12-21T06:10:58.490Z
87862024-12-21T06:10:58.490Zrunning 1 test
87872024-12-21T06:10:58.495Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
87882024-12-21T06:10:58.495Z
87892024-12-21T06:10:58.495Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
87902024-12-21T06:10:58.495Z
87912024-12-21T06:10:58.537Z Doc-tests oximeter_instruments
87922024-12-21T06:10:58.539Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dba21a0b9016d17b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
87932024-12-21T06:10:59.002Z
87942024-12-21T06:10:59.002Zrunning 0 tests
87952024-12-21T06:10:59.002Z
87962024-12-21T06:10:59.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87972024-12-21T06:10:59.002Z
87982024-12-21T06:10:59.033Z Doc-tests oximeter_macro_impl
87992024-12-21T06:10:59.037Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-91edeb29dad9c73e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
88002024-12-21T06:10:59.138Z
88012024-12-21T06:10:59.138Zrunning 0 tests
88022024-12-21T06:10:59.138Z
88032024-12-21T06:10:59.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88042024-12-21T06:10:59.138Z
88052024-12-21T06:10:59.150Z Doc-tests oximeter_producer
88062024-12-21T06:10:59.152Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4604b95c30170e22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2cfac834457082e1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a9eaf5715abe80b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88072024-12-21T06:10:59.621Z
88082024-12-21T06:10:59.621Zrunning 0 tests
88092024-12-21T06:10:59.621Z
88102024-12-21T06:10:59.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88112024-12-21T06:10:59.621Z
88122024-12-21T06:10:59.655Z Doc-tests oximeter_schema
88132024-12-21T06:10:59.659Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2f1b55511cc1e56f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88142024-12-21T06:11:00.020Z
88152024-12-21T06:11:00.020Zrunning 0 tests
88162024-12-21T06:11:00.020Z
88172024-12-21T06:11:00.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88182024-12-21T06:11:00.021Z
88192024-12-21T06:11:00.045Z Doc-tests oximeter_test_utils
88202024-12-21T06:11:00.048Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ecf682e02c8f97b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-77dd21d8f6cbd175.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88212024-12-21T06:11:00.427Z
88222024-12-21T06:11:00.427Zrunning 0 tests
88232024-12-21T06:11:00.427Z
88242024-12-21T06:11:00.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88252024-12-21T06:11:00.427Z
88262024-12-21T06:11:00.458Z Doc-tests oximeter_timeseries_macro
88272024-12-21T06:11:00.461Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-91edeb29dad9c73e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6ab6ea20929de3aa.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a58f1b31a3491075.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-48d659c87badacd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.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`
88282024-12-21T06:11:00.730Z
88292024-12-21T06:11:00.730Zrunning 0 tests
88302024-12-21T06:11:00.730Z
88312024-12-21T06:11:00.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88322024-12-21T06:11:00.730Z
88332024-12-21T06:11:00.752Z Doc-tests oximeter_types
88342024-12-21T06:11:00.755Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-14f55a6764204e5c.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-276569d546f509cd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e2c326254ab0b83d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c77e2ee3ec11d3c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88352024-12-21T06:11:01.446Z
88362024-12-21T06:11:01.447Zrunning 11 tests
88372024-12-21T06:11:02.174Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
88382024-12-21T06:11:10.561Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
88392024-12-21T06:11:10.662Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
88402024-12-21T06:11:10.716Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
88412024-12-21T06:11:10.785Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
88422024-12-21T06:11:10.810Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
88432024-12-21T06:11:10.820Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
88442024-12-21T06:11:11.148Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
88452024-12-21T06:11:15.482Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
88462024-12-21T06:11:15.573Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
88472024-12-21T06:11:16.683Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
88482024-12-21T06:11:16.683Z
88492024-12-21T06:11:16.686Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.24s
88502024-12-21T06:11:16.686Z
88512024-12-21T06:11:16.726Z Doc-tests oxlog
88522024-12-21T06:11:16.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b5192f2496dfe200.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88532024-12-21T06:11:16.823Z
88542024-12-21T06:11:16.823Zrunning 0 tests
88552024-12-21T06:11:16.823Z
88562024-12-21T06:11:16.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88572024-12-21T06:11:16.823Z
88582024-12-21T06:11:16.834Z Doc-tests oxql_types
88592024-12-21T06:11:16.837Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e415a12b6b4458f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d148903ecd8d2d0a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88602024-12-21T06:11:17.236Z
88612024-12-21T06:11:17.236Zrunning 0 tests
88622024-12-21T06:11:17.236Z
88632024-12-21T06:11:17.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88642024-12-21T06:11:17.236Z
88652024-12-21T06:11:17.263Z Doc-tests range_requests
88662024-12-21T06:11:17.266Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-7e9decaf3523ec12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88672024-12-21T06:11:17.453Z
88682024-12-21T06:11:17.453Zrunning 0 tests
88692024-12-21T06:11:17.453Z
88702024-12-21T06:11:17.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88712024-12-21T06:11:17.454Z
88722024-12-21T06:11:17.471Z Doc-tests repo_depot_api
88732024-12-21T06:11:17.474Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c80f7612f3fd422a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-dce3153dc9aea7d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88742024-12-21T06:11:17.749Z
88752024-12-21T06:11:17.749Zrunning 2 tests
88762024-12-21T06:11:17.752Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
88772024-12-21T06:11:17.752Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
88782024-12-21T06:11:17.752Z
88792024-12-21T06:11:17.752Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88802024-12-21T06:11:17.752Z
88812024-12-21T06:11:17.773Z Doc-tests repo_depot_client
88822024-12-21T06:11:17.776Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-33ee0354f8cf1886.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88832024-12-21T06:11:17.991Z
88842024-12-21T06:11:17.991Zrunning 0 tests
88852024-12-21T06:11:17.991Z
88862024-12-21T06:11:17.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88872024-12-21T06:11:17.991Z
88882024-12-21T06:11:18.010Z Doc-tests sled_agent_api
88892024-12-21T06:11:18.013Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-45f56e12ce647350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88902024-12-21T06:11:18.515Z
88912024-12-21T06:11:18.515Zrunning 2 tests
88922024-12-21T06:11:18.517Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 68) ... ignored
88932024-12-21T06:11:18.517Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 74) ... ignored
88942024-12-21T06:11:18.517Z
88952024-12-21T06:11:18.517Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88962024-12-21T06:11:18.518Z
88972024-12-21T06:11:18.546Z Doc-tests sled_agent_client
88982024-12-21T06:11:18.549Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b6c1afd4337ea720.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88992024-12-21T06:11:20.452Z
89002024-12-21T06:11:20.452Zrunning 0 tests
89012024-12-21T06:11:20.452Z
89022024-12-21T06:11:20.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89032024-12-21T06:11:20.452Z
89042024-12-21T06:11:20.500Z Doc-tests sled_agent_types
89052024-12-21T06:11:20.503Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3b6063ba94bd6660.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d98a16cd92bad515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e1101eeccaccebc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89062024-12-21T06:11:21.401Z
89072024-12-21T06:11:21.401Zrunning 0 tests
89082024-12-21T06:11:21.401Z
89092024-12-21T06:11:21.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89102024-12-21T06:11:21.401Z
89112024-12-21T06:11:21.438Z Doc-tests sled_diagnostics
89122024-12-21T06:11:21.441Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6eb18cfdb7f90be2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89132024-12-21T06:11:21.556Z
89142024-12-21T06:11:21.556Zrunning 0 tests
89152024-12-21T06:11:21.556Z
89162024-12-21T06:11:21.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89172024-12-21T06:11:21.556Z
89182024-12-21T06:11:21.569Z Doc-tests sled_hardware
89192024-12-21T06:11:21.572Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89202024-12-21T06:11:22.016Z
89212024-12-21T06:11:22.016Zrunning 0 tests
89222024-12-21T06:11:22.016Z
89232024-12-21T06:11:22.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89242024-12-21T06:11:22.016Z
89252024-12-21T06:11:22.045Z Doc-tests sled_hardware_types
89262024-12-21T06:11:22.047Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-a7ccd5d242530901.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89272024-12-21T06:11:22.383Z
89282024-12-21T06:11:22.383Zrunning 0 tests
89292024-12-21T06:11:22.383Z
89302024-12-21T06:11:22.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89312024-12-21T06:11:22.384Z
89322024-12-21T06:11:22.410Z Doc-tests sled_storage
89332024-12-21T06:11:22.412Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ba6a6d9a3dc07c4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ead814590bab2ef8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-532913a830629958.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
89342024-12-21T06:11:22.909Z
89352024-12-21T06:11:22.909Zrunning 0 tests
89362024-12-21T06:11:22.909Z
89372024-12-21T06:11:22.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89382024-12-21T06:11:22.909Z
89392024-12-21T06:11:22.940Z Doc-tests sp_sim
89402024-12-21T06:11:22.944Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ddb63ded38163107.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-094eadf20836ac0b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89412024-12-21T06:11:23.469Z
89422024-12-21T06:11:23.469Zrunning 0 tests
89432024-12-21T06:11:23.469Z
89442024-12-21T06:11:23.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89452024-12-21T06:11:23.470Z
89462024-12-21T06:11:23.500Z Doc-tests tufaceous
89472024-12-21T06:11:23.500Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89482024-12-21T06:11:23.854Z
89492024-12-21T06:11:23.854Zrunning 0 tests
89502024-12-21T06:11:23.854Z
89512024-12-21T06:11:23.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89522024-12-21T06:11:23.854Z
89532024-12-21T06:11:23.880Z Doc-tests tufaceous_lib
89542024-12-21T06:11:23.883Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89552024-12-21T06:11:24.396Z
89562024-12-21T06:11:24.396Zrunning 0 tests
89572024-12-21T06:11:24.396Z
89582024-12-21T06:11:24.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89592024-12-21T06:11:24.396Z
89602024-12-21T06:11:24.425Z Doc-tests typed_rng
89612024-12-21T06:11:24.428Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-f0ae7bf504680abd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f37a8e8474fda773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89622024-12-21T06:11:24.527Z
89632024-12-21T06:11:24.527Zrunning 0 tests
89642024-12-21T06:11:24.527Z
89652024-12-21T06:11:24.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89662024-12-21T06:11:24.527Z
89672024-12-21T06:11:24.539Z Doc-tests update_common
89682024-12-21T06:11:24.542Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89692024-12-21T06:11:24.917Z
89702024-12-21T06:11:24.917Zrunning 0 tests
89712024-12-21T06:11:24.918Z
89722024-12-21T06:11:24.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89732024-12-21T06:11:24.918Z
89742024-12-21T06:11:24.944Z Doc-tests update_engine
89752024-12-21T06:11:24.947Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-419a65fdbae0ba80.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89762024-12-21T06:11:25.477Z
89772024-12-21T06:11:25.477Zrunning 4 tests
89782024-12-21T06:11:25.479Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
89792024-12-21T06:11:25.479Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
89802024-12-21T06:11:25.479Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
89812024-12-21T06:11:26.309Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
89822024-12-21T06:11:26.309Z
89832024-12-21T06:11:26.309Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.83s
89842024-12-21T06:11:26.309Z
89852024-12-21T06:11:26.335Z Doc-tests wicket
89862024-12-21T06:11:26.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89872024-12-21T06:11:27.390Z
89882024-12-21T06:11:27.390Zrunning 0 tests
89892024-12-21T06:11:27.390Z
89902024-12-21T06:11:27.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89912024-12-21T06:11:27.390Z
89922024-12-21T06:11:27.432Z Doc-tests wicket_common
89932024-12-21T06:11:27.434Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89942024-12-21T06:11:28.088Z
89952024-12-21T06:11:28.088Zrunning 0 tests
89962024-12-21T06:11:28.088Z
89972024-12-21T06:11:28.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89982024-12-21T06:11:28.088Z
89992024-12-21T06:11:28.122Z Doc-tests wicket_dbg
90002024-12-21T06:11:28.124Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97188c7dad077d37.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90012024-12-21T06:11:28.600Z
90022024-12-21T06:11:28.600Zrunning 0 tests
90032024-12-21T06:11:28.600Z
90042024-12-21T06:11:28.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90052024-12-21T06:11:28.600Z
90062024-12-21T06:11:28.630Z Doc-tests wicketd
90072024-12-21T06:11:28.635Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-76becd8d03654954.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2844640b1bcc78eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-c1deb661b41c9902.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0b6c4f6d9b73b028.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-4746f79c39168cbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f621e988d0cb7022.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-38464775e17c48a6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-928abd03d8fe1cd1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-97edd99b2461f312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-67db0f1ffcd6fe6c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c30a02db01fc75d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5f23a76b989faae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-474387309f5414fb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5a91d255d0a4b35a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9915f91b01df7c58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24d13def1d99127.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-cde75871abad3187.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-61ce133a85a0e9fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5796bb75258b9cb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90082024-12-21T06:11:29.413Z
90092024-12-21T06:11:29.413Zrunning 0 tests
90102024-12-21T06:11:29.413Z
90112024-12-21T06:11:29.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90122024-12-21T06:11:29.413Z
90132024-12-21T06:11:29.451Z Doc-tests wicketd_api
90142024-12-21T06:11:29.454Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-76becd8d03654954.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2418890234c903f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2713a6dd9a71d0fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5242520d980359c5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90152024-12-21T06:11:29.956Z
90162024-12-21T06:11:29.956Zrunning 2 tests
90172024-12-21T06:11:29.959Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
90182024-12-21T06:11:29.959Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
90192024-12-21T06:11:29.959Z
90202024-12-21T06:11:29.959Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90212024-12-21T06:11:29.960Z
90222024-12-21T06:11:29.989Z Doc-tests wicketd_client
90232024-12-21T06:11:29.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-22bf2437c7345e9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0e38452b22029466.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0c5dc5eecff38382.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-867c54deefdaced7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a50f31a3cc55a2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11857b50330a5703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6420d5e4dcda4067.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-013b9d6e5efba41d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90242024-12-21T06:11:31.770Z
90252024-12-21T06:11:31.770Zrunning 0 tests
90262024-12-21T06:11:31.770Z
90272024-12-21T06:11:31.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90282024-12-21T06:11:31.770Z
90292024-12-21T06:11:31.819Z Doc-tests xtask_downloader
90302024-12-21T06:11:31.822Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d940edb5af9e280d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-c3bde0d17f827117.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90312024-12-21T06:11:32.037Z
90322024-12-21T06:11:32.037Zrunning 1 test
90332024-12-21T06:11:32.040Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
90342024-12-21T06:11:32.040Z
90352024-12-21T06:11:32.040Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
90362024-12-21T06:11:32.040Z
90372024-12-21T06:11:32.055Z Doc-tests zone_setup
90382024-12-21T06:11:32.058Z Running `/home/build/.rustup/toolchains/1.81.0-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c80f7612f3fd422a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a7ccd5d242530901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2aa940d13dd5bdd9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c0d9585682c0fd69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-91edeb29dad9c73e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2aeb6868a50d8a1a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f472c663f79613c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-57b832d234e9081c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90392024-12-21T06:11:32.378Z
90402024-12-21T06:11:32.378Zrunning 0 tests
90412024-12-21T06:11:32.378Z
90422024-12-21T06:11:32.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90432024-12-21T06:11:32.378Z
90442024-12-21T06:11:32.490Z
90452024-12-21T06:11:32.490Zreal 2:56.626673025
90462024-12-21T06:11:32.490Zuser 2:58.518638274
90472024-12-21T06:11:32.491Zsys 1:00.042284845
90482024-12-21T06:11:32.494Ztrap 0.046405351
90492024-12-21T06:11:32.494Ztflt 1.269067947
90502024-12-21T06:11:32.494Zdflt 8.078637872
90512024-12-21T06:11:32.494Zkflt 0.021139401
90522024-12-21T06:11:32.494Zlock 4:02.291391027
90532024-12-21T06:11:32.494Zslp 19:57.080631467
90542024-12-21T06:11:32.494Zlat 4.445999874
90552024-12-21T06:11:32.494Zstop 8.904148022
90562024-12-21T06:11:32.494Z+ [[ illumos == \i\l\l\u\m\o\s ]]
90572024-12-21T06:11:32.494Z+ banner live-test
90582024-12-21T06:11:32.494Z
90592024-12-21T06:11:32.494Z # # # # ###### ##### ###### #### #####
90602024-12-21T06:11:32.494Z # # # # # # # # #
90612024-12-21T06:11:32.494Z # # # # ##### ##### # ##### #### #
90622024-12-21T06:11:32.494Z # # # # # # # # #
90632024-12-21T06:11:32.494Z # # # # # # # # # #
90642024-12-21T06:11:32.494Z ###### # ## ###### # ###### #### #
90652024-12-21T06:11:32.494Z
90662024-12-21T06:11:32.494Z+ ptime -m cargo xtask live-tests
90672024-12-21T06:11:33.262Z Compiling serde v1.0.215
90682024-12-21T06:11:33.265Z Compiling libc v0.2.162
90692024-12-21T06:11:33.265Z Compiling rustix v0.38.37
90702024-12-21T06:11:33.265Z Compiling serde_json v1.0.133
90712024-12-21T06:11:33.265Z Compiling syn v2.0.87
90722024-12-21T06:11:33.265Z Compiling bitflags v2.6.0
90732024-12-21T06:11:33.803Z Compiling usdt-impl v0.5.0
90742024-12-21T06:11:33.821Z Compiling syn v1.0.109
90752024-12-21T06:11:33.881Z Compiling hashbrown v0.15.1
90762024-12-21T06:11:34.042Z Compiling log v0.4.22
90772024-12-21T06:11:34.063Z Compiling fs-err v2.11.0
90782024-12-21T06:11:34.409Z Compiling anyhow v1.0.93
90792024-12-21T06:11:34.452Z Compiling once_cell v1.20.2
90802024-12-21T06:11:35.084Z Compiling thread-id v4.2.2
90812024-12-21T06:11:35.135Z Compiling indexmap v2.6.0
90822024-12-21T06:11:36.577Z Compiling terminal_size v0.4.0
90832024-12-21T06:11:36.577Z Compiling tempfile v3.13.0
90842024-12-21T06:11:36.729Z Compiling clap_builder v4.5.21
90852024-12-21T06:11:37.118Z Compiling proc-macro-error v1.0.4
90862024-12-21T06:11:38.846Z Compiling tabled_derive v0.7.0
90872024-12-21T06:11:40.653Z Compiling tabled v0.15.0
90882024-12-21T06:11:41.745Z Compiling serde_derive v1.0.215
90892024-12-21T06:11:41.745Z Compiling thiserror-impl v1.0.69
90902024-12-21T06:11:41.747Z Compiling zerocopy-derive v0.7.35
90912024-12-21T06:11:41.769Z Compiling scroll_derive v0.12.0
90922024-12-21T06:11:42.461Z Compiling clap_derive v4.5.18
90932024-12-21T06:11:43.569Z Compiling scroll v0.12.0
90942024-12-21T06:11:44.057Z Compiling goblin v0.8.2
90952024-12-21T06:11:44.167Z Compiling zerocopy v0.7.35
90962024-12-21T06:11:44.702Z Compiling thiserror v1.0.69
90972024-12-21T06:11:44.889Z Compiling pest v2.7.14
90982024-12-21T06:11:46.792Z Compiling clap v4.5.21
90992024-12-21T06:11:47.374Z Compiling pest_meta v2.7.14
91002024-12-21T06:11:48.285Z Compiling pest_generator v2.7.14
91012024-12-21T06:11:50.120Z Compiling pest_derive v2.7.14
91022024-12-21T06:11:51.141Z Compiling dtrace-parser v0.2.0
91032024-12-21T06:11:53.282Z Compiling serde_tokenstream v0.2.2
91042024-12-21T06:11:53.418Z Compiling toml_datetime v0.6.8
91052024-12-21T06:11:53.418Z Compiling serde_spanned v0.6.8
91062024-12-21T06:11:53.436Z Compiling camino v1.1.9
91072024-12-21T06:11:53.556Z Compiling cargo-platform v0.1.8
91082024-12-21T06:11:53.681Z Compiling semver v1.0.23
91092024-12-21T06:11:53.888Z Compiling toml_edit v0.22.22
91102024-12-21T06:11:53.973Z Compiling macaddr v1.0.1
91112024-12-21T06:11:54.140Z Compiling camino-tempfile v1.1.1
91122024-12-21T06:11:54.925Z Compiling dof v0.3.0
91132024-12-21T06:11:55.044Z Compiling cargo_metadata v0.18.1
91142024-12-21T06:11:56.881Z Compiling usdt-attr-macro v0.5.0
91152024-12-21T06:11:56.884Z Compiling usdt-macro v0.5.0
91162024-12-21T06:11:57.045Z Compiling toml v0.8.19
91172024-12-21T06:11:58.084Z Compiling cargo_toml v0.20.5
91182024-12-21T06:11:58.667Z Compiling usdt v0.5.0
91192024-12-21T06:12:02.044Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
91202024-12-21T06:12:06.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s
91212024-12-21T06:12:06.490Z Running `target/debug/xtask live-tests`
91222024-12-21T06:12:06.523Zusing temporary directory: /var/tmp/omicron_tmp/.tmprHxBOk
91232024-12-21T06:12:06.523Zwill create archive file: /var/tmp/omicron_tmp/.tmprHxBOk/live-tests-archive/omicron-live-tests.tar.zst
91242024-12-21T06:12:06.523Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
91252024-12-21T06:12:06.523Z
91262024-12-21T06:12:06.528Zrunning: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmprHxBOk/live-tests-archive/omicron-live-tests.tar.zst"
91272024-12-21T06:12:08.783Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
91282024-12-21T06:12:08.899Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
91292024-12-21T06:12:08.916Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
91302024-12-21T06:12:08.919Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
91312024-12-21T06:12:08.922Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
91322024-12-21T06:12:08.922Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
91332024-12-21T06:12:08.922Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
91342024-12-21T06:12:10.074Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
91352024-12-21T06:12:12.158Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
91362024-12-21T06:12:12.786Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
91372024-12-21T06:12:14.087Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
91382024-12-21T06:12:14.087Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
91392024-12-21T06:12:27.238Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
91402024-12-21T06:12:27.241Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91412024-12-21T06:12:27.241Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91422024-12-21T06:12:27.241Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
91432024-12-21T06:12:28.349Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91442024-12-21T06:13:26.605Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
91452024-12-21T06:13:27.288Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
91462024-12-21T06:14:03.664Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
91472024-12-21T06:14:09.280Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
91482024-12-21T06:14:35.071Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 27s
91492024-12-21T06:14:35.289Zinfo: experimental features enabled: setup-scripts
91502024-12-21T06:14:35.295Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmprHxBOk/live-tests-archive/omicron-live-tests.tar.zst
91512024-12-21T06:14:35.853Z Archived 47 files to /var/tmp/omicron_tmp/.tmprHxBOk/live-tests-archive/omicron-live-tests.tar.zst in 0.56s
91522024-12-21T06:14:35.906Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmprHxBOk/live-tests-archive\""
91532024-12-21T06:14:35.919Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmprHxBOk" "live-tests-archive"
91542024-12-21T06:14:35.977Zcreated:
91552024-12-21T06:14:35.977ZTo use this:
91562024-12-21T06:14:35.977Z
91572024-12-21T06:14:35.977Z1. Copy the tarball to the switch zone in a deployed Omicron system.
91582024-12-21T06:14:35.977Z
91592024-12-21T06:14:35.977Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
91602024-12-21T06:14:35.979Z e.g., scp \
91612024-12-21T06:14:35.979Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
91622024-12-21T06:14:35.979Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
91632024-12-21T06:14:35.979Z
91642024-12-21T06:14:35.979Z2. Copy the `cargo-nextest` binary to the same place.
91652024-12-21T06:14:35.979Z
91662024-12-21T06:14:35.979Z e.g., scp \
91672024-12-21T06:14:35.979Z $(which cargo-nextest) \
91682024-12-21T06:14:35.980Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
91692024-12-21T06:14:35.980Z
91702024-12-21T06:14:35.980Z3. From the switch zone on that system, unpack the tarball with:
91712024-12-21T06:14:35.980Z
91722024-12-21T06:14:35.980Z tar xzf live-tests-archive.tgz
91732024-12-21T06:14:35.980Z
91742024-12-21T06:14:35.980Z4. From the switch zone on that system, run tests with:
91752024-12-21T06:14:35.980Z
91762024-12-21T06:14:35.980Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
91772024-12-21T06:14:35.980Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
91782024-12-21T06:14:35.980Z --workspace-remap live-tests-archive
91792024-12-21T06:14:35.980Z
91802024-12-21T06:14:35.980Z
91812024-12-21T06:14:35.980Zreal 3:03.475369694
91822024-12-21T06:14:35.980Zuser 6:27.368677841
91832024-12-21T06:14:35.980Zsys 1:27.056998321
91842024-12-21T06:14:35.980Ztrap 0.134008656
91852024-12-21T06:14:35.980Ztflt 0.668125982
91862024-12-21T06:14:35.980Zdflt 3.255296397
91872024-12-21T06:14:35.980Zkflt 0.000833459
91882024-12-21T06:14:35.980Zlock 18:44.694723943
91892024-12-21T06:14:35.980Zslp 25:57.549719328
91902024-12-21T06:14:35.980Zlat 6.712188708
91912024-12-21T06:14:35.980Zstop 18.141682589
91922024-12-21T06:14:35.983Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
91932024-12-21T06:14:35.985Z+ unset TMPDIR
91942024-12-21T06:14:35.985Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
91952024-12-21T06:14:35.985Zfiles in /var/tmp/omicron_tmp (none expected on success):
91962024-12-21T06:14:35.985Z+ find /var/tmp/omicron_tmp -ls
91972024-12-21T06:14:35.991Z164872 11 drwxr-xr-x 2 build build 2 Dec 21 06:14 /var/tmp/omicron_tmp
91982024-12-21T06:14:35.993Z+ rmdir /var/tmp/omicron_tmp
91992024-12-21T06:14:36.343Zprocess exited: duration 6890098 ms, exit code 0
 
92002024-12-21T06:14:36.365Zfound 3 output files
92012024-12-21T06:14:36.365Zuploading: /work/crate-build-timings.json (599822 bytes)
92022024-12-21T06:14:37.386Zuploaded: /work/crate-build-timings.json
92032024-12-21T06:14:37.389Zuploading: /work/environment.json (108 bytes)
92042024-12-21T06:14:38.395Zuploaded: /work/environment.json
92052024-12-21T06:14:38.398Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (345310 bytes)
92062024-12-21T06:14:39.414Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml